📄 login.~dfm
字号:
object fmLogin: TfmLogin
Left = 286
Top = 288
Width = 241
Height = 207
Caption = #30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 24
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21495
end
object Label2: TLabel
Left = 24
Top = 56
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517
end
object Label3: TLabel
Left = 36
Top = 88
Width = 29
Height = 13
AutoSize = False
Caption = #23494#30721
end
object Label4: TLabel
Left = 24
Top = 160
Width = 138
Height = 13
Caption = #21021#22987#29992#25143#21495#65306'1 '#23494#30721#65306'sys'
end
object edUserCode: TEdit
Left = 72
Top = 20
Width = 121
Height = 21
TabOrder = 0
OnExit = edUserCodeExit
OnKeyPress = edUserCodeKeyPress
end
object edUserName: TEdit
Left = 72
Top = 52
Width = 121
Height = 21
ReadOnly = True
TabOrder = 1
end
object edPassword: TEdit
Left = 72
Top = 84
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
OnKeyPress = edPasswordKeyPress
end
object btLogin: TButton
Left = 32
Top = 120
Width = 75
Height = 25
Caption = #30331#24405
TabOrder = 3
OnClick = btLoginClick
end
object btExit: TButton
Left = 128
Top = 120
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 4
OnClick = btExitClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -