📄 loginform.dfm
字号:
object FrmLogin: TFrmLogin
Left = 371
Top = 248
Width = 255
Height = 169
BorderIcons = [biSystemMenu]
Caption = #31995#32479#30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 32
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label2: TLabel
Left = 32
Top = 64
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object Edit1: TEdit
Left = 96
Top = 24
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
Text = 'Admin'
end
object Edit2: TEdit
Left = 96
Top = 56
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
PasswordChar = '*'
TabOrder = 1
Text = 'Admin'
end
object btOK: TButton
Left = 24
Top = 104
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = btOKClick
end
object btCancel: TButton
Left = 152
Top = 104
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = btCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -