?? unit1.dfm
字號:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 209
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 144
Top = 8
Width = 329
Height = 161
DataSource = DataSource1
ImeName = #26234#33021#38472#26725#36755#20837#24179#21488' 5.3'
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object BitBtn1: TBitBtn
Left = 56
Top = 48
Width = 75
Height = 25
Caption = #25191#34892
TabOrder = 1
OnClick = BitBtn1Click
end
object DataSource1: TDataSource
DataSet = ADOTable2
Left = 32
Top = 16
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=MSDASQL.1;Persist Security Info=False;Data Source=TestM' +
'DB'
Provider = 'MSDASQL.1'
Left = 64
Top = 16
end
object ADOTable1: TADOTable
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'TableName'
Left = 88
Top = 120
end
object ADOTable2: TADOTable
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'TableName'
Left = 96
Top = 16
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -