📄 loginformunit.~dfm
字号:
object frm_login: Tfrm_login
Left = 338
Top = 221
BorderStyle = bsDialog
Caption = #29992#25143#30331#24405
ClientHeight = 191
ClientWidth = 268
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 233
Height = 137
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 48
Width = 54
Height = 13
Caption = #29992#25143#21517': '
end
object Label2: TLabel
Left = 24
Top = 96
Width = 51
Height = 13
Caption = #23494' '#30721': '
end
object i_pwd: TEdit
Left = 80
Top = 96
Width = 113
Height = 21
ImeName = #26497#21697#20116#31508#36755#20837#27861
PasswordChar = '*'
TabOrder = 1
Text = 'i_pwd'
OnKeyPress = i_pwdKeyPress
end
object i_name: TComboBox
Left = 80
Top = 40
Width = 113
Height = 21
ImeName = #26497#21697#20116#31508#36755#20837#27861
ItemHeight = 13
TabOrder = 0
OnChange = i_nameChange
end
end
object b_ok: TButton
Left = 40
Top = 152
Width = 75
Height = 25
Caption = #30830#23450
ModalResult = 1
TabOrder = 1
end
object b_cancel: TButton
Left = 144
Top = 152
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -