home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TRUNPRTDLG / TRUNPRTDLG.txt
Encoding:
Text File  |  1997-04-15  |  2.8 KB  |  121 lines

  1. object RunPrtDlg: TRunPrtDlg
  2.   Left = 20
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Status'
  6.   ClientHeight = 152
  7.   ClientWidth = 329
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object StatusLabel: TLabel
  18.     Left = 8
  19.     Top = 127
  20.     Width = 209
  21.     Height = 20
  22.     AutoSize = False
  23.     Caption = 'Extracting Data...'
  24.   end
  25.   object GroupBox1: TGroupBox
  26.     Left = 3
  27.     Top = 2
  28.     Width = 321
  29.     Height = 109
  30.     TabOrder = 0
  31.     object Label20: TLabel
  32.       Left = 8
  33.       Top = 13
  34.       Width = 305
  35.       Height = 25
  36.       Alignment = taCenter
  37.       AutoSize = False
  38.       Caption = 'Printing Records'
  39.       Font.Color = clBlack
  40.       Font.Height = -13
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       WordWrap = True
  45.     end
  46.     object Label21: TLabel
  47.       Left = 8
  48.       Top = 37
  49.       Width = 305
  50.       Height = 25
  51.       Alignment = taCenter
  52.       AutoSize = False
  53.       Caption = 'Please Wait...'
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       WordWrap = True
  60.     end
  61.     object Progress: TEPMeter
  62.       Left = 8
  63.       Top = 65
  64.       Width = 305
  65.       Height = 25
  66.       BorderSpace = 0
  67.       MeterStyle = epmsBar
  68.       MinValue = 0
  69.       Orientation = epoHorizontal
  70.       UseFontColor = False
  71.       Value = 0
  72.     end
  73.   end
  74.   object Button1: TButton
  75.     Left = 234
  76.     Top = 117
  77.     Width = 89
  78.     Height = 30
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     Default = True
  82.     ModalResult = 2
  83.     TabOrder = 1
  84.     OnClick = Button1Click
  85.   end
  86.   object PrinterUnit: TReportPrinter
  87.     StatusLabel = StatusLabel
  88.     StatusFormat = 'Printing page %p'
  89.     LineHeightMethod = lhmFont
  90.     Units = unMM
  91.     UnitsFactor = 25.400000000000000000
  92.     Title = 'Smart Address Print'
  93.     Orientation = poPortrait
  94.     ScaleX = 100.000000000000000000
  95.     ScaleY = 100.000000000000000000
  96.     OnPrint = PrinterUnitPrint
  97.     OnBeforePrint = PrinterUnitBeforePrint
  98.     OnAfterPrint = PrinterUnitAfterPrint
  99.     OnNewPage = PrinterUnitNewPage
  100.     OnPrintHeader = PrinterUnitPrintHeader
  101.     OnPrintFooter = PrinterUnitPrintFooter
  102.   end
  103.   object PreviewUnit: TReportFiler
  104.     StatusFormat = 'Formatting page %p'
  105.     LineHeightMethod = lhmFont
  106.     Units = unMM
  107.     UnitsFactor = 25.400000000000000000
  108.     Title = 'Smart Address Print'
  109.     Orientation = poPortrait
  110.     ScaleX = 100.000000000000000000
  111.     ScaleY = 100.000000000000000000
  112.     OnPrint = PrinterUnitPrint
  113.     OnBeforePrint = PrinterUnitBeforePrint
  114.     OnAfterPrint = PrinterUnitAfterPrint
  115.     OnNewPage = PrinterUnitNewPage
  116.     OnPrintHeader = PrinterUnitPrintHeader
  117.     OnPrintFooter = PrinterUnitPrintFooter
  118.     Left = 32
  119.   end
  120. end
  121.