login.dfm
来自「著名的SecureBlackBox控件完整源码」· DFM 代码 · 共 71 行
DFM
71 行
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 + =
减小字号Ctrl + -
显示快捷键?