📄 main.~dfm
字号:
object Form1: TForm1
Left = 92
Top = 92
Width = 663
Height = 421
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 = 8
Top = 8
Width = 633
Height = 321
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btnClose: TButton
Left = 568
Top = 352
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 1
OnClick = btnCloseClick
end
object btnConnect: TButton
Left = 480
Top = 352
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 2
OnClick = btnConnectClick
end
object btnDisconnect: TButton
Left = 392
Top = 352
Width = 75
Height = 25
Caption = #26029#24320#36830#25509
Enabled = False
TabOrder = 3
OnClick = btnDisconnectClick
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\project\'#22270#20070'\Delph' +
'i'#25968#25454#24211#25945#31243'\Demos\'#31532'10'#31456' ADO'#32452#20214'\'#24211#23384#25511#21046'.mdb;Persist Security Info=False'
LoginPrompt = False
Mode = cmShareExclusive
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 40
Top = 8
end
object ADODataSet1: TADODataSet
Connection = ADOConnection1
CursorType = ctStatic
CommandText = 'select * from '#38599#21592
Parameters = <>
Left = 72
Top = 8
end
object DataSource1: TDataSource
DataSet = ADODataSet1
Left = 104
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -