unit1.dfm
来自「Delphi7操纵word与excel的源码」· DFM 代码 · 共 69 行
DFM
69 行
object frmExcel: TfrmExcel
Left = 335
Top = 143
Width = 317
Height = 85
Caption = #21551#21160#21644#20851#38381'Excel'#28436#31034
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 BtnBeginExcel: TButton
Left = 48
Top = 16
Width = 75
Height = 25
Caption = #21551#21160'Excel'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BtnBeginExcelClick
end
object BtnEndExcel: TButton
Left = 224
Top = 16
Width = 75
Height = 25
Caption = #20851#38381'Excel'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BtnEndExcelClick
end
object BtnVisible: TButton
Left = 136
Top = 16
Width = 75
Height = 25
Caption = #26174#31034'Excel'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BtnVisibleClick
end
object ExcelApp: TExcelApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = False
Left = 8
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?