?? doexcel.~dfm
字號(hào):
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 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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -