uprinttmp.dfm
来自「相关的销售服务管理行业的一个软件」· DFM 代码 · 共 30 行
DFM
30 行
object frmPrintTmp: TfrmPrintTmp
Left = 75
Top = 132
Width = 544
Height = 375
Caption = 'frmPrintTmp'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object CR: TQRCompositeReport
OnAddReports = CRAddReports
Options = []
PrinterSettings.Copies = 1
PrinterSettings.Duplex = False
PrinterSettings.FirstPage = 0
PrinterSettings.LastPage = 0
PrinterSettings.OutputBin = Auto
PrinterSettings.Orientation = poPortrait
PrinterSettings.PaperSize = Letter
Left = 115
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?