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

📄 pdf_read.dfm.~23~

📁 此代码是完成PDF文档阅读器有代码,请注意:
💻 ~23~
📖 第 1 页 / 共 2 页
字号:
object PDF_AppForm: TPDF_AppForm
  Left = 197
  Top = 111
  Caption = 'PDF'#38405#35835#22120
  ClientHeight = 666
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'System'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 792
    Height = 30
    BorderWidth = 1
    Color = clBtnFace
    EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
    Images = ImageList1
    Indent = 5
    ParentColor = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    Wrapable = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 56
    Width = 190
    Height = 593
    BorderStyle = bsSingle
    TabOrder = 1
    object TreeView1: TTreeView
      Left = 1
      Top = 8
      Width = 181
      Height = 577
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Indent = 19
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      OnClick = TreeView1Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 30
    Width = 190
    Height = 32
    BorderStyle = bsSingle
    TabOrder = 2
    object Label1: TLabel
      Left = 5
      Top = 6
      Width = 36
      Height = 12
      Caption = #30446#24405#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 40
      Top = 5
      Width = 134
      Height = 16
      AutoSize = False
      Enabled = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Arial'
      Font.Style = []
      ParentFont = False
    end
  end
  object Panel3: TPanel
    Left = 188
    Top = 29
    Width = 604
    Height = 620
    BorderStyle = bsSingle
    TabOrder = 3
    object FoxitReaderSDK1: TFoxitReaderSDK
      Left = 0
      Top = 0
      Width = 600
      Height = 621
      TabOrder = 0
      ControlData = {04000200033E00002F400000000000000000}
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 647
    Width = 792
    Height = 19
    Panels = <
      item
        Text = #25991#20214#21517#65306
        Width = 50
      end
      item
        Text = 'aaaa'
        Width = 500
      end
      item
        Text = #24403#21069#39029'/'#24635#20849#39029#65306
        Width = 100
      end
      item
        Width = 50
      end>
  end
  object MainMenu1: TMainMenu
    Images = ImageList1
    Left = 312
    object File1: TMenuItem
      Caption = #25991#20214'(&F)'
      Hint = 'File related commands'
      object FileOpenItem: TMenuItem
        Action = FileOpen1
        Caption = #25171#24320
        Hint = #25171#24320#19968#20010#25991#20214#22841
      end
      object FileSaveAsItem: TMenuItem
        Action = FileSaveAs1
        Caption = #21478#23384#20026
        ShortCut = 16449
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object FileExitItem: TMenuItem
        Action = FileExit1
        Caption = #20851#38381'(&C)'
      end
    end
    object Edit1: TMenuItem
      Caption = #25991#26723'(&D)'
      Hint = 'Edit commands'
      object CutItem: TMenuItem
        Action = EditCut1
        Caption = #39318#39029
      end
      object CopyItem: TMenuItem
        Action = EditCopy1
        Caption = #21069#19968#39029
      end
      object PasteItem: TMenuItem
        Action = EditPaste1
        Caption = #19979#19968#39029
      end
      object N2: TMenuItem
        Caption = #26368#21518#19968#39029
      end
    end
    object Help1: TMenuItem
      Caption = #25171#21360'(&P)'
      Hint = 'Help topics'
      object HelpAboutItem: TMenuItem
        Action = HelpAbout1
        Caption = #27178#21521#25171#21360
      end
      object N3: TMenuItem
        Caption = #31446#21521#25171#21360
      end
    end
    object X1: TMenuItem
      Caption = #36864#20986'(&X)'
    end
  end
  object ActionList1: TActionList
    Images = ImageList1
    Left = 344
    object FileNew1: TAction
      Category = 'File'
      Caption = '&New'
      Hint = 'New|Create a new file'
      ImageIndex = 6
      ShortCut = 16462
      OnExecute = FileNew1Execute
    end
    object FileOpen1: TAction
      Category = 'File'
      Caption = '&Open'
      Hint = 'Open|Open a file'
      ImageIndex = 7
      ShortCut = 16463
      OnExecute = FileOpen1Execute
    end
    object FileSave1: TAction
      Category = 'File'
      Caption = '&Save'
      Hint = 'Save|Save current file'
      ImageIndex = 8
      ShortCut = 16467
    end
    object FileSaveAs1: TAction
      Category = 'File'
      Caption = 'Save &As...'
      Hint = 'Save As|Save current file with different name'
    end
    object FileExit1: TAction
      Category = 'File'
      Caption = 'E&xit'
      Hint = 'Exit|Exit application'
    end
    object EditCut1: TEditCut
      Category = 'Edit'
      Caption = 'Cu&t'
      Enabled = False
      Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
      ImageIndex = 0
      ShortCut = 16472
    end
    object EditCopy1: TEditCopy
      Category = 'Edit'
      Caption = '&Copy'
      Enabled = False
      Hint = 'Copy|Copies the selection and puts it on the Clipboard'
      ImageIndex = 1
      ShortCut = 16451
    end
    object EditPaste1: TEditPaste
      Category = 'Edit'
      Caption = '&Paste'
      Enabled = False
      Hint = 'Paste|Inserts Clipboard contents'
      ImageIndex = 2
      ShortCut = 16470
    end
    object HelpAbout1: TAction
      Category = 'Help'
      Caption = '&About...'
      Hint = 
        'About|Displays program information, version number, and copyrigh' +
        't'
    end
  end
  object ImageList1: TImageList
    Left = 376
    Bitmap = {
      494C010107000900040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000002000000001002000000000000020
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000080808000C8D0D400C8D0D400C8D0D400C8D0
      D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
      D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
      D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
      D400C8D0D400C8D0D400C8D0D400C8D0D4000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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