📄 unit14.dfm
字号:
object frm_check: Tfrm_check
Left = 344
Top = 265
Width = 224
Height = 175
Caption = '口令检查'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 24
Top = 54
Width = 61
Height = 15
Caption = '密 码:'
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 24
Top = 24
Width = 60
Height = 15
Caption = '用户名:'
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object edt_pass: TEdit
Left = 78
Top = 51
Width = 99
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
end
object cob_user: TComboBox
Left = 79
Top = 20
Width = 97
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object btn_login: TBitBtn
Left = 72
Top = 104
Width = 75
Height = 25
Caption = '登 录'
TabOrder = 2
OnClick = btn_loginClick
end
object Query1: TQuery
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -