home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt
Text File  |  1997-01-16  |  2KB  |  115 lines

  1. object frmPrint: TfrmPrint
  2.   Left = 288
  3.   Top = 90
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = btnChangePrinter
  7.   BorderStyle = bsDialog
  8.   Caption = 'Print'
  9.   ClientHeight = 198
  10.   ClientWidth = 413
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object tabMain: TTabControl
  22.     Left = 6
  23.     Top = 6
  24.     Width = 400
  25.     Height = 160
  26.     TabOrder = 0
  27.     object grpPrinter: TGroupBox
  28.       Left = 12
  29.       Top = 15
  30.       Width = 373
  31.       Height = 49
  32.       Caption = '  Printer  '
  33.       TabOrder = 0
  34.       object lblPrinter: TLabel
  35.         Left = 15
  36.         Top = 21
  37.         Width = 40
  38.         Height = 13
  39.         Caption = 'lblPrinter'
  40.       end
  41.       object btnChangePrinter: TButton
  42.         Left = 276
  43.         Top = 17
  44.         Width = 87
  45.         Height = 22
  46.         Caption = '&Change'
  47.         TabOrder = 0
  48.         OnClick = btnChangePrinterClick
  49.       end
  50.     end
  51.     object grpOptions: TGroupBox
  52.       Left = 12
  53.       Top = 78
  54.       Width = 373
  55.       Height = 67
  56.       Caption = '  Options  '
  57.       TabOrder = 1
  58.       object radText: TRadioButton
  59.         Left = 12
  60.         Top = 21
  61.         Width = 145
  62.         Height = 17
  63.         Caption = 'Print Text Only'
  64.         Checked = True
  65.         TabOrder = 0
  66.         TabStop = True
  67.         OnClick = radTextClick
  68.       end
  69.       object radPrintForm: TRadioButton
  70.         Left = 162
  71.         Top = 21
  72.         Width = 202
  73.         Height = 17
  74.         Caption = 'Print As Shown On Screen'
  75.         TabOrder = 1
  76.         OnClick = radTextClick
  77.       end
  78.       object chkStretch: TCheckBox
  79.         Left = 164
  80.         Top = 42
  81.         Width = 197
  82.         Height = 17
  83.         Caption = 'Stretch To Fit Printer Page'
  84.         Enabled = False
  85.         TabOrder = 2
  86.       end
  87.     end
  88.   end
  89.   object btnOK: TButton
  90.     Left = 249
  91.     Top = 171
  92.     Width = 75
  93.     Height = 22
  94.     Caption = 'OK'
  95.     Default = True
  96.     ModalResult = 1
  97.     TabOrder = 1
  98.     OnClick = btnOKClick
  99.   end
  100.   object btnCancel: TButton
  101.     Left = 331
  102.     Top = 171
  103.     Width = 75
  104.     Height = 22
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 2
  109.   end
  110.   object dlgPrint: TPrintDialog
  111.     Options = [poSelection, poWarning, poDisablePrintToFile]
  112.     Top = 3
  113.   end
  114. end
  115.