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

📄 jvgqprintpreviewform.dfm

📁 East make Tray Icon in delphi
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object JvgfPrintPreview: TJvgfPrintPreview
  Left = 292
  Top = 149
  Width = 503
  Height = 477
  Caption = 'fPrintPreview'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 495
    Height = 26
    Align = alTop
    BevelOuter = bvNone
    Caption = 'Panel2'
    TabOrder = 0
    object Shape1: TShape
      Left = 0
      Top = 25
      Width = 495
      Height = 1
      Align = alBottom
      Pen.Color = clBtnShadow
    end
    object ToolBar1: TToolBar
      Left = 0
      Top = 0
      Width = 404
      Height = 25
      Align = alClient
      ButtonHeight = 24
      ButtonWidth = 27
      Caption = 'ToolBar1'
      EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      Images = ImageList4
      TabOrder = 0
      Transparent = True
      object tbFirst: TToolButton
        Left = 0
        Top = 0
        Cursor = crHandPoint
        Hint = 'First page'
        Caption = 'tbFirst'
        ImageIndex = 2
        ParentShowHint = False
        ShowHint = True
        OnClick = tbFirstClick
      end
      object ToolButton1: TToolButton
        Left = 27
        Top = 0
        Width = 23
        Caption = 'ToolButton1'
        ImageIndex = 3
        Style = tbsSeparator
      end
      object tbPrior: TToolButton
        Left = 50
        Top = 0
        Cursor = crHandPoint
        Hint = 'Previous page'
        Caption = 'tbPrior'
        Enabled = False
        ImageIndex = 0
        ParentShowHint = False
        ShowHint = True
        OnClick = tbPriorClick
      end
      object tbNext: TToolButton
        Left = 77
        Top = 0
        Cursor = crHandPoint
        Hint = 'Next page'
        Caption = 'tbNext'
        ImageIndex = 1
        ParentShowHint = False
        ShowHint = True
        OnClick = tbNextClick
      end
      object ToolButton2: TToolButton
        Left = 104
        Top = 0
        Width = 24
        Caption = 'ToolButton2'
        ImageIndex = 2
        Style = tbsSeparator
      end
      object ToolButton4: TToolButton
        Left = 128
        Top = 0
        Cursor = crHandPoint
        Hint = 'Last page'
        Caption = 'ToolButton4'
        ImageIndex = 3
        ParentShowHint = False
        ShowHint = True
        OnClick = ToolButton4Click
      end
      object ToolButton5: TToolButton
        Left = 155
        Top = 0
        Width = 21
        Caption = 'ToolButton5'
        ImageIndex = 4
        Style = tbsSeparator
      end
      object tbPrinterSetup: TToolButton
        Left = 176
        Top = 0
        Cursor = crHandPoint
        Hint = 'Printer setup'
        Caption = 'tbPrinterSetup'
        ImageIndex = 4
        ParentShowHint = False
        ShowHint = True
        OnClick = tbPrinterSetupClick
      end
      object tbPrintRange: TToolButton
        Left = 203
        Top = 0
        Cursor = crHandPoint
        Hint = 'Print current page'
        Caption = 'tbPrintRange'
        ImageIndex = 5
        ParentShowHint = False
        ShowHint = True
        OnClick = tbPrintRangeClick
      end
      object tbPrint: TToolButton
        Left = 230
        Top = 0
        Cursor = crHandPoint
        Hint = 'Print all pages'
        Caption = 'tbPrint'
        ImageIndex = 6
        ParentShowHint = False
        ShowHint = True
        OnClick = tbPrintClick
      end
      object ToolButton8: TToolButton
        Left = 0
        Top = 0
        Width = 26
        Caption = 'ToolButton8'
        ImageIndex = 6
        Wrap = True
        Style = tbsSeparator
      end
      object tbLoad: TToolButton
        Left = 0
        Top = 50
        Cursor = crHandPoint
        Hint = 'Load report from file'
        Caption = 'tbLoad'
        ImageIndex = 7
        ParentShowHint = False
        ShowHint = True
        OnClick = tbLoadClick
      end
      object tbSave: TToolButton
        Left = 27
        Top = 50
        Cursor = crHandPoint
        Hint = 'Save report to file'
        Caption = 'tbSave'
        ImageIndex = 8
        ParentShowHint = False
        ShowHint = True
        OnClick = tbSaveClick
      end
      object tbExportExcel: TToolButton
        Left = 54
        Top = 50
        Cursor = crHandPoint
        Hint = 'Export report to MS Excel'
        Caption = 'tbExportExcel'
        ImageIndex = 9
        ParentShowHint = False
        ShowHint = True
        OnClick = tbExportExcelClick
      end
      object cbDuplex: TCheckBox
        Left = 81
        Top = 50
        Width = 130
        Height = 24
        Alignment = taLeftJustify
        Caption = 'Print double-sided'
        TabOrder = 0
        OnClick = cbDuplexClick
      end
    end
    object Panel1: TPanel
      Left = 404
      Top = 0
      Width = 91
      Height = 25
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 1
    end
  end
  object SB: TStatusBar
    Left = 0
    Top = 431
    Width = 495
    Height = 19
    Panels = <
      item
        Width = 100
      end>
    SimplePanel = False
  end
  object PB: TProgressBar
    Left = 0
    Top = 406
    Width = 471
    Height = 17
    Anchors = [akLeft, akRight, akBottom]
    Min = 0
    Max = 100
    TabOrder = 2
    Visible = False
  end
  object QRPreview1: TQRPreview
    Left = 0
    Top = 26
    Width = 495
    Height = 405
    HorzScrollBar.Tracking = True
    VertScrollBar.Tracking = True
    Align = alClient
    TabOrder = 3
    PageNumber = 1
    Zoom = 100
  end
  object ImageList4: TImageList
    Left = 8
    Top = 32
    Bitmap = {
      494C01010A000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000004000000001002000000000000040
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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