login.dfm

来自「供销存软件」· DFM 代码 · 共 66 行

DFM
66
字号
object LoginForm: TLoginForm
  Left = 292
  Top = 203
  Width = 467
  Height = 342
  BorderIcons = [biSystemMenu]
  Caption = #27426#36814#30331#24405
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 21
  object Label1: TLabel
    Left = 120
    Top = 88
    Width = 44
    Height = 21
    Caption = #29992#25143
  end
  object Label2: TLabel
    Left = 120
    Top = 152
    Width = 44
    Height = 21
    Caption = #23494#30721
  end
  object Edituser: TEdit
    Left = 176
    Top = 80
    Width = 169
    Height = 29
    TabOrder = 0
  end
  object Editpassword: TEdit
    Left = 176
    Top = 144
    Width = 169
    Height = 29
    PasswordChar = '*'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 208
    Width = 97
    Height = 33
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 280
    Top = 208
    Width = 97
    Height = 33
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?