unit1.dfm

来自「word是我们常用的」· DFM 代码 · 共 76 行

DFM
76
字号
object Form1: TForm1
  Left = 309
  Top = 152
  Width = 299
  Height = 123
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 56
    Top = 48
    Width = 75
    Height = 25
    Caption = #29983#25104'TIF'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 16
    Width = 201
    Height = 21
    Enabled = False
    TabOrder = 1
  end
  object Button1: TButton
    Left = 224
    Top = 16
    Width = 57
    Height = 25
    Caption = #27983#35272
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 48
    Width = 75
    Height = 25
    Caption = #29983#25104'BFX'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = -8
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 4
    Visible = False
    OnClick = Button3Click
  end
  object WordApplication1: TWordApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 8
  end
  object WordDocument1: TWordDocument
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 40
  end
  object OpenDialog1: TOpenDialog
    Left = 72
  end
end

⌨️ 快捷键说明

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