barcodeprint.~dfm

来自「Barcode And LabelPrint」· ~DFM 代码 · 共 49 行

~DFM
49
字号
object FrmBarCodePrint: TFrmBarCodePrint
  Left = 246
  Top = 131
  Width = 696
  Height = 480
  Caption = 'FrmBarCodePrint'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object RvSystem1: TRvSystem
    TitleSetup = 'Output Options'
    TitleStatus = 'Report Status'
    TitlePreview = #26465#30721#39044#35272
    SystemSetups = []
    SystemFiler.StatusFormat = 'Generating page %p'
    SystemPreview.RulerType = rtBothCm
    SystemPreview.ZoomFactor = 100.000000000000000000
    SystemPrinter.ScaleX = 100.000000000000000000
    SystemPrinter.ScaleY = 100.000000000000000000
    SystemPrinter.StatusFormat = 'Printing page %p'
    SystemPrinter.Title = 'ReportPrinter Report'
    SystemPrinter.UnitsFactor = 1.000000000000000000
    OnAfterPrint = RvSystem1AfterPrint
    Left = 546
    Top = 195
  end
  object RvProject1: TRvProject
    Engine = RvSystem1
    ProjectFile = 'D:\ZEM'#21021#22987#21270#31649#29702#31995#32479'\'#26465#30721'\Probarcode.rav'
    Left = 479
    Top = 194
  end
  object RvDataSetConnection1: TRvDataSetConnection
    FieldAliasList.Strings = (
      '')
    RuntimeVisibility = rtDeveloper
    DataSet = DM.QMachinesBar
    Left = 381
    Top = 193
  end
end

⌨️ 快捷键说明

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