📄 checkpassdlg.dfm
字号:
object loginpassdlgs: Tloginpassdlgs
Left = 253
Top = 234
BorderIcons = []
BorderStyle = bsSingle
Caption = '身份验证'
ClientHeight = 119
ClientWidth = 306
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnDblClick = FormDblClick
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 289
Height = 73
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 24
Width = 33
Height = 13
Caption = '帐号:'
Transparent = True
end
object Label2: TLabel
Left = 16
Top = 56
Width = 33
Height = 13
Caption = '密码:'
Transparent = True
end
object Edit2: TEdit
Left = 64
Top = 48
Width = 225
Height = 21
PasswordChar = '*'
TabOrder = 0
OnKeyDown = Edit2KeyDown
end
object Edit1: TComboBox
Left = 64
Top = 16
Width = 225
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
end
object xpButton1: TxpButton
Left = 160
Top = 88
Width = 59
Height = 25
Caption = '登陆'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 224
Top = 88
Width = 57
Height = 25
Caption = '退出'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
TabOrder = 3
TabStop = True
OnClick = xpButton2Click
end
object xpButton3: TxpButton
Left = 16
Top = 88
Width = 57
Height = 25
Caption = '选项'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
TabOrder = 4
TabStop = True
OnClick = xpButton3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -