home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TPRINTSELDLG / TPRINTSELDLG.txt
Text File  |  1998-05-08  |  3KB  |  164 lines

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