📄 frm_loginu.dfm
字号:
object Tfrm_login: TTfrm_login
Left = 259
Top = 179
Width = 278
Height = 212
Caption = 'Tfrm_login'
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 Panel1: TPanel
Left = 0
Top = 0
Width = 265
Height = 177
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 32
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label2: TLabel
Left = 24
Top = 72
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object edt_name: TEdit
Left = 96
Top = 32
Width = 81
Height = 21
TabOrder = 0
end
object edt_pwd: TEdit
Left = 96
Top = 64
Width = 73
Height = 21
TabOrder = 1
end
object btn_ok: TButton
Left = 16
Top = 112
Width = 49
Height = 25
Caption = #30331#38470
TabOrder = 2
OnClick = btn_okClick
end
object btn_exit: TButton
Left = 96
Top = 112
Width = 57
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = btn_exitClick
end
object btn_reg: TButton
Left = 176
Top = 112
Width = 81
Height = 25
Caption = #26032#29992#25143#27880#20876
TabOrder = 4
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -