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

📄 unit1.dfm

📁 wptools5 pro 完整源代码 Msword界面的文本编辑器源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 286
  Top = 176
  Width = 874
  Height = 569
  Caption = 'Print Page on Canvas with WPTools 5'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  DesignSize = (
    866
    535)
  PixelsPerInch = 120
  TextHeight = 25
  object Label1: TLabel
    Left = 160
    Top = 16
    Width = 73
    Height = 25
    Caption = 'contains'
  end
  object PageCount: TLabel
    Left = 240
    Top = 16
    Width = 11
    Height = 25
    Caption = '0'
  end
  object Label3: TLabel
    Left = 280
    Top = 16
    Width = 56
    Height = 25
    Caption = 'Pages'
  end
  object PageNumber: TLabel
    Left = 422
    Top = 16
    Width = 11
    Height = 25
    Caption = '0'
  end
  object Button1: TButton
    Left = 9
    Top = 16
    Width = 137
    Height = 25
    Caption = 'Load Text'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Prev: TButton
    Tag = -1
    Left = 342
    Top = 16
    Width = 75
    Height = 25
    Caption = '<<'
    TabOrder = 1
    OnClick = PrevClick
  end
  object Next: TButton
    Tag = 1
    Left = 446
    Top = 16
    Width = 75
    Height = 25
    Caption = '>>'
    TabOrder = 2
    OnClick = PrevClick
  end
  object ScrollBox1: TScrollBox
    Left = 8
    Top = 56
    Width = 843
    Height = 466
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 3
    object PaintBox1: TPaintBox
      Left = 8
      Top = 8
      Width = 569
      Height = 353
      OnPaint = PaintBox1Paint
    end
  end
  object Button2: TButton
    Left = 616
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Zoom +'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 696
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Zoom -'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 776
    Top = 16
    Width = 75
    Height = 25
    Caption = 'PDF'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = Button4Click
  end
  object SavePageAsEMF: TButton
    Left = 529
    Top = 16
    Width = 84
    Height = 25
    Caption = 'Save EMF'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = SavePageAsEMFClick
  end
  object SaveDialog1: TSaveDialog
    Filter = 'EMF Files|*.EMF'
    Left = 266
    Top = 11
  end
end

⌨️ 快捷键说明

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