📄 login.dfm
字号:
object frmLogin: TfrmLogin
Left = 385
Top = 376
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Login form'
ClientHeight = 99
ClientWidth = 229
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 lLogin: TLabel
Left = 56
Top = 18
Width = 29
Height = 13
Caption = 'Login:'
end
object lPassword: TLabel
Left = 36
Top = 42
Width = 49
Height = 13
Caption = 'Password:'
end
object edLogin: TEdit
Left = 88
Top = 16
Width = 121
Height = 21
TabOrder = 0
end
object edPassword: TEdit
Left = 88
Top = 40
Width = 121
Height = 21
Ctl3D = True
ParentCtl3D = False
PasswordChar = '*'
TabOrder = 1
end
object btOk: TButton
Left = 48
Top = 72
Width = 49
Height = 21
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = btOkClick
end
object btCancel: TButton
Left = 120
Top = 72
Width = 65
Height = 21
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = btCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -