?? unit1.dfm
字號(hào):
object Form1: TForm1
Left = 390
Top = 207
Width = 350
Height = 200
Caption = #29992#25143#30331#38470
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 16
Width = 57
Height = 25
AutoSize = False
Caption = #29992#25143#21517
end
object Label2: TLabel
Left = 32
Top = 72
Width = 41
Height = 21
AutoSize = False
Caption = #23494#30721
end
object Edit1: TEdit
Left = 96
Top = 16
Width = 177
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object Edit2: TEdit
Left = 96
Top = 64
Width = 177
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 80
Top = 112
Width = 65
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 168
Top = 112
Width = 65
Height = 25
Caption = #21462#28040'(&C)'
TabOrder = 3
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=renshi;Data Source=(local)'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Top = 112
end
object ADOQuery1: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
DataSource = main.DataSource1
Parameters = <>
SQL.Strings = (
'select * from pwd ')
Top = 80
end
object ADOTable1: TADOTable
Connection = ADOConnection1
TableName = 'pwd'
Top = 48
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Top = 8
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -