home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TPRINTSELDLG / TPRINTSELDLG.txt
Text File  |  1997-01-16  |  3KB  |  162 lines

  1. object PrintSelDlg: TPrintSelDlg
  2.   Left = 283
  3.   Top = 192
  4.   HelpContext = 3150
  5.   ActiveControl = cbHeader
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Print Selection'
  9.   ClientHeight = 205
  10.   ClientWidth = 345
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 76
  21.     Width = 329
  22.     Height = 85
  23.     Caption = 'Options:'
  24.     TabOrder = 0
  25.     IsControl = True
  26.     object Label2: TLabel
  27.       Left = 180
  28.       Top = 60
  29.       Width = 55
  30.       Height = 13
  31.       Caption = 'Left &margin:'
  32.       FocusControl = ebMargin
  33.       IsControl = True
  34.     end
  35.     object cbHeader: TCheckBox
  36.       Left = 8
  37.       Top = 16
  38.       Width = 145
  39.       Height = 20
  40.       Caption = 'Header/page &number'
  41.       TabOrder = 0
  42.       IsControl = True
  43.     end
  44.     object cbLineNumbers: TCheckBox
  45.       Left = 8
  46.       Top = 36
  47.       Width = 145
  48.       Height = 20
  49.       Caption = '&Line numbers'
  50.       TabOrder = 1
  51.       IsControl = True
  52.     end
  53.     object cbSyntaxPrint: TCheckBox
  54.       Left = 8
  55.       Top = 56
  56.       Width = 121
  57.       Height = 20
  58.       Caption = '&Syntax print'
  59.       TabOrder = 2
  60.       IsControl = True
  61.     end
  62.     object cbColor: TCheckBox
  63.       Left = 180
  64.       Top = 16
  65.       Width = 121
  66.       Height = 20
  67.       Caption = 'Use &color'
  68.       TabOrder = 3
  69.       IsControl = True
  70.     end
  71.     object cbWrapLines: TCheckBox
  72.       Left = 180
  73.       Top = 36
  74.       Width = 121
  75.       Height = 20
  76.       Caption = '&Wrap lines'
  77.       TabOrder = 4
  78.       IsControl = True
  79.     end
  80.     object ebMargin: TEdit
  81.       Left = 252
  82.       Top = 58
  83.       Width = 37
  84.       Height = 21
  85.       TabOrder = 5
  86.       Text = '0'
  87.       IsControl = True
  88.     end
  89.   end
  90.   object OKButton: TButton
  91.     Left = 102
  92.     Top = 170
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 2
  99.     IsControl = True
  100.   end
  101.   object CancelButton: TButton
  102.     Left = 182
  103.     Top = 170
  104.     Width = 75
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = 'Cancel'
  108.     ModalResult = 2
  109.     TabOrder = 3
  110.     IsControl = True
  111.   end
  112.   object HelpButton: TButton
  113.     Left = 262
  114.     Top = 170
  115.     Width = 75
  116.     Height = 25
  117.     Caption = '&Help'
  118.     TabOrder = 4
  119.     OnClick = HelpButtonClick
  120.     IsControl = True
  121.   end
  122.   object GroupBox2: TGroupBox
  123.     Left = 8
  124.     Top = 8
  125.     Width = 329
  126.     Height = 65
  127.     Caption = 'File to print:'
  128.     TabOrder = 5
  129.     IsControl = True
  130.     object lbFileName: TLabel
  131.       Left = 8
  132.       Top = 16
  133.       Width = 309
  134.       Height = 17
  135.       AutoSize = False
  136.       Caption = 'File Name'
  137.       IsControl = True
  138.     end
  139.     object cbSelectedText: TCheckBox
  140.       Left = 8
  141.       Top = 36
  142.       Width = 172
  143.       Height = 20
  144.       Caption = '&Print selected block'
  145.       TabOrder = 0
  146.       IsControl = True
  147.     end
  148.   end
  149.   object SetupBtn: TButton
  150.     Left = 8
  151.     Top = 170
  152.     Width = 75
  153.     Height = 25
  154.     Caption = 'Se&tup...'
  155.     TabOrder = 1
  156.     OnClick = SetupBtnClick
  157.   end
  158.   object PrinterSetupDialog1: TPrinterSetupDialog
  159.     Left = 312
  160.   end
  161. end
  162.