📄 loginfrmunit3.dfm
字号:
object loginfrm: Tloginfrm
Left = 383
Top = 269
Width = 300
Height = 212
Caption = #30331#38470
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 GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 273
Height = 121
TabOrder = 0
object user_lb: TLabel
Left = 40
Top = 32
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517
end
object pwd_lb: TLabel
Left = 40
Top = 64
Width = 49
Height = 13
AutoSize = False
Caption = #23494' '#30721
end
object user_ed: TEdit
Left = 104
Top = 32
Width = 121
Height = 21
TabOrder = 0
Text = 'system'
end
object pwd_ed: TEdit
Left = 104
Top = 72
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
Text = 'system'
end
end
object login_btn: TButton
Left = 64
Top = 144
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = login_btnClick
end
object cancel_btn: TButton
Left = 176
Top = 144
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = cancel_btnClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -