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

📄 qrpformpreview.~xfm

📁 DELPHI相关源欢迎您下载这个也许是有史以来最强悍的delphi资料包!
💻 ~XFM
📖 第 1 页 / 共 5 页
字号:
object RavePreviewForm: TRavePreviewForm
  Left = 314
  Top = 151
  Width = 615
  Height = 450
  VertScrollBar.Range = 44
  ActiveControl = ZoomEdit
  Caption = '报表预览'
  Color = clButton
  Font.Color = clText
  Font.Height = 13
  Font.Name = '宋体'
  Font.Pitch = fpVariable
  Font.Style = []
  Font.Weight = 40
  KeyPreview = True
  Menu = MainMenu1
  ParentFont = False
  Position = poMainFormCenter
  Scaled = False
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 25
    Width = 615
    Height = 383
    Align = alClient
    TabOrder = 0
  end
  object sbarMain: TStatusBar
    Left = 0
    Top = 408
    Width = 615
    Height = 19
    Panels = <>
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 615
    Height = 25
    ButtonHeight = 24
    Caption = 'ToolBar1'
    Flat = True
    Images = ilstActions
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    object ToolButton1: TToolButton
      Left = 1
      Top = 4
      Height = 24
      Action = actnFile_Open
      Caption = '打开(&O)'
    end
    object ToolButton2: TToolButton
      Left = 24
      Top = 4
      Height = 24
      Action = actnFile_Save
      Caption = '另存为(&S)'
    end
    object ToolButton3: TToolButton
      Left = 47
      Top = 4
      Height = 24
      Action = actnFile_Print
      Caption = '打印(&P)'
    end
    object ToolButton4: TToolButton
      Left = 70
      Top = 4
      Width = 8
      Height = 24
      Style = tbsSeparator
      Caption = 'ToolButton4'
      ImageIndex = 3
    end
    object ToolButton5: TToolButton
      Left = 78
      Top = 4
      Height = 24
      Action = actnPage_First
      Caption = '第一页(&F)'
    end
    object ToolButton6: TToolButton
      Left = 101
      Top = 4
      Height = 24
      Action = actnPage_Previous
      Caption = '前一页(&P)'
    end
    object ToolButton7: TToolButton
      Left = 124
      Top = 4
      Height = 24
      Action = actnPage_Next
      Caption = '下一页(&N)'
    end
    object ToolButton8: TToolButton
      Left = 147
      Top = 4
      Height = 24
      Action = actnPage_Last
      Caption = '末一页(&L)'
    end
    object Panel1: TPanel
      Left = 170
      Top = 4
      Width = 45
      Height = 24
      Align = alCustom
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '页'
      TabOrder = 3
    end
    object PageEdit: TEdit
      Left = 215
      Top = 4
      Width = 49
      Height = 24
      TabOrder = 1
      OnExit = PageEditExit
      OnKeyDown = FormKeyDown
      OnKeyPress = PageEditKeyPress
    end
    object PageLabel: TPanel
      Left = 264
      Top = 4
      Width = 51
      Height = 24
      Align = alCustom
      Alignment = taLeftJustify
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '共 3000'
      TabOrder = 2
    end
    object ToolButton10: TToolButton
      Left = 315
      Top = 4
      Width = 8
      Height = 24
      Style = tbsSeparator
      Caption = 'ToolButton10'
      ImageIndex = 8
    end
    object ToolButton11: TToolButton
      Left = 323
      Top = 4
      Height = 24
      Action = actnZoom_In
      Caption = '放大(&I)
    end
    object ToolButton12: TToolButton
      Left = 346
      Top = 4
      Height = 24
      Action = actnZoom_Out
      Caption = '缩小(&O)'
    end
    object ToolButton13: TToolButton
      Left = 369
      Top = 4
      Height = 24
      Action = actnZoom_PageWidth
      Caption = '匹配页宽(&W)'
    end
    object ToolButton14: TToolButton
      Left = 392
      Top = 4
      Height = 24
      Action = actnZoom_Page
      Caption = '匹配整页(&P)'
    end
    object Panel3: TPanel
      Left = 415
      Top = 4
      Width = 42
      Height = 24
      Align = alCustom
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '缩放'
      TabOrder = 5
    end
    object ZoomEdit: TEdit
      Left = 457
      Top = 4
      Width = 40
      Height = 24
      TabOrder = 0
      Text = '100.0'
      OnExit = ZoomEditExit
      OnKeyDown = FormKeyDown
      OnKeyPress = ZoomEditKeyPress
    end
    object Panel2: TPanel
      Left = 497
      Top = 4
      Width = 18
      Height = 24
      Align = alCustom
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '%'
      TabOrder = 4
    end
    object ToolButton9: TToolButton
      Left = 515
      Top = 4
      Width = 8
      Height = 24
      Style = tbsSeparator
      Caption = 'ToolButton9'
      ImageIndex = 31
    end
    object ToolButton15: TToolButton
      Left = 523
      Top = 4
      Height = 24
      Action = actnFile_Exit
      Caption = '退出(&x)'
    end
  end
  object ActionList1: TActionList
    Images = ilstActions
    Left = 26
    Top = 35
    object actnFile_Print: TAction
      Category = '文件'
      Caption = '打印(&P)'
      Hint = '打印报表'

⌨️ 快捷键说明

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