?? login.dfm
字號:
object LoginFrm: TLoginFrm
Left = 243
Top = 165
Width = 267
Height = 252
Caption = #30331#38470#30028#38754
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 64
Width = 45
Height = 13
Caption = #29992#25143#21517' '
Color = clSkyBlue
ParentColor = False
end
object Label2: TLabel
Left = 48
Top = 104
Width = 33
Height = 13
Caption = #23494#30721' '
Color = clSkyBlue
ParentColor = False
end
object Edit1: TEdit
Left = 120
Top = 56
Width = 73
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 120
Top = 96
Width = 73
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 56
Top = 152
Width = 49
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 152
Width = 49
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=train;Data Source=MYKING\everlast'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 24
Top = 16
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 72
Top = 16
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -