📄 login_unit.dfm
字号:
object Login_Form: TLogin_Form
Left = 309
Top = 208
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '['#30331#24405']'
ClientHeight = 116
ClientWidth = 247
Color = 13031127
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 30
Top = 15
Width = 36
Height = 12
Caption = #29992#25143#21517
end
object Label2: TLabel
Left = 29
Top = 42
Width = 36
Height = 12
Caption = #23494' '#30721
end
object SpeedButton1: TSpeedButton
Left = 30
Top = 66
Width = 75
Height = 25
Caption = #30830#23450
Flat = True
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 141
Top = 66
Width = 75
Height = 25
Caption = #36864#20986
Flat = True
OnClick = SpeedButton2Click
end
object UserName_Combox: TComboBox
Left = 71
Top = 10
Width = 145
Height = 20
BevelKind = bkFlat
Style = csDropDownList
Ctl3D = False
ItemHeight = 12
ParentCtl3D = False
TabOrder = 0
OnKeyDown = UserName_ComboxKeyDown
end
object Password_Edit: TEdit
Left = 71
Top = 35
Width = 145
Height = 18
Ctl3D = False
MaxLength = 20
ParentCtl3D = False
PasswordChar = '*'
TabOrder = 1
OnKeyDown = Password_EditKeyDown
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -