📄 doexcel.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
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 Lbl_Title: TLabel
Left = 496
Top = 40
Width = 40
Height = 13
Caption = 'Lbl_Title'
end
object Button1: TButton
Left = 200
Top = 40
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 360
Top = 64
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 496
Top = 104
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 336
Top = 176
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 3
OnClick = Button4Click
end
object ExcelOLEObject1: TExcelOLEObject
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 128
Top = 56
end
object Workbook: TExcelWorkbook
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 208
Top = 88
end
object ExcelApp: TExcelApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = False
Left = 80
Top = 40
end
object AdoQy_GongGong: TADOQuery
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
'ttings\sunny\'#26700#38754'\gzgl200608\mdb\gzdata.mdb;Persist Security Info=' +
'False'
Parameters = <>
SQL.Strings = (
'select * from gzdata')
Left = 72
Top = 208
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -