⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 delphi中操纵powerpoint演示
💻 DFM
字号:
object Form1: TForm1
  Left = 410
  Top = 359
  Hint = #25353'"Esc"'#36864#20986
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 21
  ClientWidth = 128
  Color = 4227327
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 0
    Top = 0
    Width = 57
    Height = 22
    Caption = #25171#24320#25991#20214
    OnClick = SpeedButton1Click
  end
  object ppts: TPowerPointSlide
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 32
    Top = 16
  end
  object ppta: TPowerPointApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 72
    Top = 16
  end
  object pptp: TPowerPointPresentation
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 112
    Top = 16
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -