📄 unit1.dfm
字号:
object Form1: TForm1
Left = 337
Top = 186
Hint = #25353'"Esc"'#36864#20986
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = #25171#24320'PPT'#25991#20214
ClientHeight = 120
ClientWidth = 268
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button1: TSpeedButton
Left = 0
Top = 0
Width = 97
Height = 33
Caption = #25171#24320'PPT'#25991#20214
OnClick = Button1Click
end
object Button2: TButton
Left = 168
Top = 80
Width = 75
Height = 25
Caption = 'close'
TabOrder = 0
OnClick = Button2Click
end
object ppts: TPowerPointSlide
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 120
Top = 8
end
object ppta: TPowerPointApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = False
Left = 160
Top = 8
end
object pptp: TPowerPointPresentation
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 200
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -