📄 unitlogin.dfm
字号:
object frmLogin: TfrmLogin
Left = 350
Top = 242
Width = 412
Height = 331
Caption = #30331#24405#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 40
Width = 65
Height = 25
AutoSize = False
Caption = #29992#25143#21517
end
object Label2: TLabel
Left = 56
Top = 88
Width = 65
Height = 13
AutoSize = False
Caption = #35282#33394
end
object Label3: TLabel
Left = 56
Top = 136
Width = 73
Height = 17
AutoSize = False
Caption = #23494#30721
end
object btnOk: TBitBtn
Left = 96
Top = 224
Width = 81
Height = 25
Caption = #30830#35748
ModalResult = 1
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TBitBtn
Left = 200
Top = 224
Width = 73
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
OnClick = btnCancelClick
end
object edtUsername: TEdit
Left = 168
Top = 40
Width = 97
Height = 21
TabOrder = 2
OnExit = edtUsernameExit
end
object cboRoles: TComboBox
Left = 168
Top = 88
Width = 97
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
Items.Strings = (
'')
end
object edtPassword: TEdit
Left = 168
Top = 136
Width = 105
Height = 21
PasswordChar = '*'
TabOrder = 4
end
object ADOQuery: TADOQuery
Parameters = <>
Left = 296
Top = 120
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -