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

📄 unit1.dfm

📁 这是用Delphi获取已安装的office的版本的源码。
💻 DFM
字号:
object Form1: TForm1
  Left = 275
  Top = 107
  BorderStyle = bsDialog
  Caption = 'office '#29256#26412
  ClientHeight = 259
  ClientWidth = 436
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 72
    Top = 42
    Width = 91
    Height = 25
    Caption = #21028#26029'word'#29256#26412
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 42
    Width = 163
    Height = 25
    Caption = #25171#24320'powerpoint '#33719#24471#20449#24687
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 72
    Top = 90
    Width = 133
    Height = 25
    Caption = 'powerpoint '#29256#26412
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 306
    Top = 84
    Width = 75
    Height = 25
    Caption = #20851#38381#31243#24207
    TabOrder = 3
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 60
    Top = 138
    Width = 185
    Height = 89
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    Lines.Strings = (
      '  Wordversion97 = 8; '
      '  Wordversion2000 = 9; '
      '  WordversionXP = 10; '
      '  Wordversion2003 = 11; ')
    ParentFont = False
    TabOrder = 4
  end
  object OpenDialog1: TOpenDialog
    Left = 138
    Top = 54
  end
end

⌨️ 快捷键说明

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