📄 unit1.dfm
字号:
object Form1: TForm1
Left = 250
Top = 176
Width = 696
Height = 480
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 Button1: TButton
Left = 8
Top = 0
Width = 217
Height = 25
Caption = 'List Table'
TabOrder = 0
OnClick = Button1Click
end
object ListBox1: TListBox
Left = 8
Top = 32
Width = 217
Height = 409
ItemHeight = 13
TabOrder = 1
OnDblClick = Button2Click
end
object Button2: TButton
Left = 232
Top = 168
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 2
OnClick = Button2Click
end
object DBGrid1: TDBGrid
Left = 312
Top = 8
Width = 369
Height = 433
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=MSDASQL.1;Persist Security Info=False;Extended Properti' +
'es="DSN=MS Access Database;DBQ=E:\Program Files\Common Files\Bor' +
'land Shared\Data\dbdemos.mdb;DefaultDir=E:\Program Files\Common ' +
'Files\Borland Shared\Data;DriverId=281;FIL=MS Access;MaxBufferSi' +
'ze=2048;PageTimeout=5;UID=admin;"'
Parameters = <>
SQL.Strings = (
'Select * from Customer')
Left = 224
Top = 8
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 224
Top = 56
end
object OpenDialog1: TOpenDialog
Filter = 'Access MDB File(*.mdb)|*.mdb'
Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Left = 8
Top = 72
end
object ADOConnection1: TADOConnection
Left = 392
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -