topdfu.dfm

来自「wptools5 pro 完整源代码 Msword界面的文本编辑器源代码」· DFM 代码 · 共 57 行

DFM
57
字号
object DocConverter: TDocConverter
  Left = 62
  Top = 169
  Width = 437
  Height = 150
  Caption = 'Convert to PDF'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  PixelsPerInch = 120
  TextHeight = 16
  object InputFile: TEdit
    Left = 13
    Top = 15
    Width = 327
    Height = 24
    TabOrder = 0
    Text = 'Input File'
  end
  object OutputFile: TEdit
    Left = 14
    Top = 43
    Width = 327
    Height = 24
    TabOrder = 1
    Text = 'c:\out.pdf'
  end
  object Button1: TButton
    Left = 345
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Select'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 147
    Top = 71
    Width = 192
    Height = 25
    Caption = 'Start'
    TabOrder = 3
    OnClick = Button2Click
  end
  object OpenDialog1: TOpenDialog
    Filter = 'Documents|*.RTF;*.HTML;*.HTM;*.TXT'
    Left = 368
    Top = 46
  end
end

⌨️ 快捷键说明

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