?? login.dfm
字號:
inherited frmLogin: TfrmLogin
Left = 476
Top = 287
Caption = #30331#24405
ClientHeight = 221
ClientWidth = 372
Font.Height = -19
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 19
object Label1: TLabel
Left = 56
Top = 32
Width = 40
Height = 19
Caption = #29992#25143
end
object Label2: TLabel
Left = 56
Top = 72
Width = 40
Height = 19
Caption = #24215#21517
end
object Label3: TLabel
Left = 56
Top = 112
Width = 40
Height = 19
Caption = #23494#30721
end
object comShop: TComboBox
Left = 128
Top = 68
Width = 185
Height = 27
ItemHeight = 19
TabOrder = 0
end
object edtPass: TEdit
Left = 128
Top = 108
Width = 185
Height = 27
PasswordChar = '*'
TabOrder = 1
end
object btnLogin: TButton
Left = 160
Top = 157
Width = 75
Height = 25
Caption = #30331#24405
TabOrder = 2
OnClick = btnLoginClick
end
object btnCancel: TButton
Left = 264
Top = 157
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = btnCancelClick
end
object btnModifyPass: TButton
Left = 24
Top = 157
Width = 113
Height = 25
Caption = #20462#25913#23494#30721
TabOrder = 4
OnClick = btnModifyPassClick
end
object dlUser: TDBLookupComboboxEh
Left = 128
Top = 28
Width = 185
Height = 27
EditButtons = <>
KeyField = 'ID'
ListField = 'Name'
ListSource = DM.dsUser
TabOrder = 5
Visible = True
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -