home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TPRINTFORMDIALOG / TPRINTFORMDIALOG.txt
Text File  |  1997-01-16  |  2KB  |  94 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.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 6
  19.     Width = 329
  20.     Height = 77
  21.     Caption = 'Form printing options'
  22.     TabOrder = 0
  23.     object Proportional: TRadioButton
  24.       Left = 8
  25.       Top = 16
  26.       Width = 233
  27.       Height = 17
  28.       Caption = '&Proportional (based on PixelsPerInch)'
  29.       Checked = True
  30.       TabOrder = 0
  31.       TabStop = True
  32.     end
  33.     object PrintToFit: TRadioButton
  34.       Left = 8
  35.       Top = 34
  36.       Width = 121
  37.       Height = 17
  38.       Caption = 'Print to &fit page'
  39.       TabOrder = 1
  40.     end
  41.     object NoScaling: TRadioButton
  42.       Left = 8
  43.       Top = 52
  44.       Width = 121
  45.       Height = 17
  46.       Caption = '&No scaling'
  47.       TabOrder = 2
  48.     end
  49.   end
  50.   object OkBtn: TButton
  51.     Left = 102
  52.     Top = 92
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.   end
  60.   object CancelBtn: TButton
  61.     Left = 182
  62.     Top = 92
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70.   object SetupBtn: TButton
  71.     Left = 8
  72.     Top = 92
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Se&tup...'
  76.     TabOrder = 1
  77.     OnClick = SetupBtnClick
  78.   end
  79.   object HelpButton: TButton
  80.     Left = 262
  81.     Top = 92
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Help'
  85.     TabOrder = 4
  86.     OnClick = HelpButtonClick
  87.     IsControl = True
  88.   end
  89.   object PrinterSetupDialog: TPrinterSetupDialog
  90.     Left = 304
  91.     Top = 48
  92.   end
  93. end
  94.