unit1.dfm

来自「delphi写的关于PPT显示的程序,稍微修改下可用」· DFM 代码 · 共 60 行

DFM
60
字号
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 + =
减小字号Ctrl + -
显示快捷键?