📄 login.dfm
字号:
object LoginForm: TLoginForm
Left = 283
Top = 213
Width = 242
Height = 135
BorderIcons = []
Caption = #25151#23627#31649#29702#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
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 96
Height = 13
Caption = #35831#36755#20837#30331#24405#23494#30721#65306
end
object Edit1: TEdit
Left = 24
Top = 32
Width = 185
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
end
object YesButton: TBitBtn
Left = 40
Top = 64
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = YesButtonClick
Kind = bkOK
end
object CancelButton: TBitBtn
Left = 128
Top = 64
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = CancelButtonClick
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -