📄 unit3.dfm
字号:
object Form1: TForm1
Left = 411
Top = 234
Width = 334
Height = 309
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 24
Width = 3
Height = 13
end
object Button1: TButton
Left = 104
Top = 232
Width = 201
Height = 25
Caption = 'test'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 232
Width = 75
Height = 25
Caption = 'open'
TabOrder = 1
OnClick = Button2Click
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 297
Height = 185
ScrollBars = ssVertical
TabOrder = 2
end
object Edit1: TEdit
Left = 56
Top = 200
Width = 121
Height = 21
TabOrder = 3
Text = #30446#24405#27979#35797'.doc'
end
object WordApplication: TWordApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = False
Left = 144
Top = 16
end
object WordDocument: TWordDocument
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 16
Top = 48
end
object OpenDialog: TOpenDialog
Filter = '*.doc|*.doc'
Left = 112
Top = 16
end
object exclplctn1: TExcelApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = False
Left = 16
Top = 16
end
object exclwrksht1: TExcelWorksheet
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 80
Top = 16
end
object exclwrkbk1: TExcelWorkbook
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 48
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -