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

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