home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPRINTFORMDIALOG / TPRINTFORMDIALOG.txt
Text File  |  1999-08-11  |  2KB  |  92 lines

  1. object PrintFormDialog: TPrintFormDialog
  2.   Left = 251
  3.   Top = 151
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Form'
  7.   ClientHeight = 125
  8.   ClientWidth = 344
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 8
  16.     Top = 6
  17.     Width = 329
  18.     Height = 77
  19.     Caption = 'Form printing options'
  20.     TabOrder = 0
  21.     object Proportional: TRadioButton
  22.       Left = 8
  23.       Top = 16
  24.       Width = 233
  25.       Height = 17
  26.       Caption = '&Proportional (based on PixelsPerInch)'
  27.       Checked = True
  28.       TabOrder = 0
  29.       TabStop = True
  30.     end
  31.     object PrintToFit: TRadioButton
  32.       Left = 8
  33.       Top = 34
  34.       Width = 121
  35.       Height = 17
  36.       Caption = 'Print to &fit page'
  37.       TabOrder = 1
  38.     end
  39.     object NoScaling: TRadioButton
  40.       Left = 8
  41.       Top = 52
  42.       Width = 121
  43.       Height = 17
  44.       Caption = '&No scaling'
  45.       TabOrder = 2
  46.     end
  47.   end
  48.   object OkBtn: TButton
  49.     Left = 102
  50.     Top = 92
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.   end
  58.   object CancelBtn: TButton
  59.     Left = 182
  60.     Top = 92
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68.   object SetupBtn: TButton
  69.     Left = 8
  70.     Top = 92
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Se&tup...'
  74.     TabOrder = 1
  75.     OnClick = SetupBtnClick
  76.   end
  77.   object HelpButton: TButton
  78.     Left = 262
  79.     Top = 92
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '&Help'
  83.     TabOrder = 4
  84.     OnClick = HelpButtonClick
  85.     IsControl = True
  86.   end
  87.   object PrinterSetupDialog: TPrinterSetupDialog
  88.     Left = 304
  89.     Top = 48
  90.   end
  91. end
  92.