unit3.~dfm

来自「word 控件用法,vba.word 控件用法,vba」· ~DFM 代码 · 共 95 行

~DFM
95
字号
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 = 'test.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 + =
减小字号Ctrl + -
显示快捷键?