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

📄 rpformpreview.~dfm

📁 DELPHI相关源欢迎您下载这个也许是有史以来最强悍的delphi资料包!
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object RavePreviewForm: TRavePreviewForm
  Left = 303
  Top = 219
  Width = 615
  Height = 450
  Caption = '报表预览'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  Menu = MainMenu1
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 16
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 25
    Width = 607
    Height = 360
    Align = alClient
    PopupMenu = PopupMenu1
    TabOrder = 0
  end
  object sbarMain: TStatusBar
    Left = 0
    Top = 385
    Width = 607
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 607
    Height = 25
    ButtonHeight = 24
    Caption = '工具条1'
    Flat = True
    Images = ilstActions
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Action = actnFile_Open
    end
    object ToolButton2: TToolButton
      Left = 23
      Top = 0
      Action = actnFile_Save
    end
    object ToolButton3: TToolButton
      Left = 46
      Top = 0
      Action = actnFile_Print
    end
    object ToolButton4: TToolButton
      Left = 69
      Top = 0
      Width = 8
      Caption = '工具条4'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object ToolButton5: TToolButton
      Left = 77
      Top = 0
      Action = actnPage_First
    end
    object ToolButton6: TToolButton
      Left = 100
      Top = 0
      Action = actnPage_Previous
    end
    object ToolButton7: TToolButton
      Left = 123
      Top = 0
      Action = actnPage_Next
    end
    object ToolButton8: TToolButton
      Left = 146
      Top = 0
      Action = actnPage_Last
    end
    object Panel1: TPanel
      Left = 169
      Top = 0
      Width = 45
      Height = 24
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '页'
      TabOrder = 3
    end
    object PageEdit: TEdit
      Left = 214
      Top = 0
      Width = 49
      Height = 24
      TabOrder = 1
      OnExit = PageEditExit
      OnKeyDown = FormKeyDown
      OnKeyPress = PageEditKeyPress
    end
    object PageLabel: TPanel
      Left = 263
      Top = 0
      Width = 51
      Height = 24
      Alignment = taLeftJustify
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '共 3000'
      TabOrder = 2
    end
    object ToolButton10: TToolButton
      Left = 314
      Top = 0
      Width = 8
      Caption = '工具按钮10'
      ImageIndex = 8
      Style = tbsSeparator
    end
    object ToolButton11: TToolButton
      Left = 322
      Top = 0
      Action = actnZoom_In
    end
    object ToolButton12: TToolButton
      Left = 345
      Top = 0
      Action = actnZoom_Out
    end
    object ToolButton13: TToolButton
      Left = 368
      Top = 0
      Action = actnZoom_PageWidth
    end
    object ToolButton14: TToolButton
      Left = 391
      Top = 0
      Action = actnZoom_Page
    end
    object Panel3: TPanel
      Left = 414
      Top = 0
      Width = 42
      Height = 24
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '缩放'
      TabOrder = 5
    end
    object ZoomEdit: TEdit
      Left = 456
      Top = 0
      Width = 40
      Height = 24
      TabOrder = 0
      Text = '100.0'
      OnExit = ZoomEditExit
      OnKeyDown = FormKeyDown
      OnKeyPress = ZoomEditKeyPress
    end
    object Panel2: TPanel
      Left = 496
      Top = 0
      Width = 18
      Height = 24
      BevelOuter = bvNone
      BorderWidth = 3
      Caption = '%'
      TabOrder = 4
    end
    object ToolButton9: TToolButton
      Left = 514
      Top = 0
      Width = 8
      Caption = '工具按钮9'
      ImageIndex = 31
      Style = tbsSeparator
    end
    object ToolButton15: TToolButton
      Left = 522
      Top = 0
      Action = actnFile_Exit
    end
  end
  object ActionList1: TActionList
    Images = ilstActions
    Left = 26
    Top = 35
    object actnFile_Print: TAction
      Category = '文件'
      Caption = '打印(&P)'
      Hint = '打印报表'
      ImageIndex = 8
      ShortCut = 16464
      OnExecute = actnFile_PrintExecute
      OnUpdate = actnFile_PrintUpdate
    end
    object actnFile_Save: TAction
      Category = '文件'
      Caption = '保存为(&S)'
      Hint = '保存报表'
      ImageIndex = 6
      ShortCut = 16467
      OnExecute = actnFile_SaveExecute
      OnUpdate = actnFile_SaveUpdate
    end
    object actnFile_Exit: TAction
      Category = '文件'
      Caption = '退出(&x)'
      Hint = '退出观察器'
      ImageIndex = 34
      OnExecute = actnFile_ExitExecute
    end
    object actnFile_Open: TAction
      Category = '文件'
      Caption = '打开(&O)'
      Hint = '打开其他报表'
      ImageIndex = 22
      ShortCut = 16463

⌨️ 快捷键说明

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