?? ulogin.dfm
字號:
object frmLogin: TfrmLogin
Left = 310
Top = 261
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'frmLogin'
ClientHeight = 181
ClientWidth = 351
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 24
Top = 48
Width = 105
Height = 15
Caption = '請輸入使用密碼'
end
object Edit1: TEdit
Left = 138
Top = 43
Width = 169
Height = 23
PasswordChar = '#'
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 80
Top = 120
Width = 75
Height = 25
Caption = '確定'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 192
Top = 120
Width = 75
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = BitBtn2Click
end
object ADOQuery1: TADOQuery
Parameters = <>
SQL.Strings = (
'select Passwd from CnfgPara')
Left = 48
Top = 136
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 16
Top = 136
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -