home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Encoding:
Text File  |  2003-02-24  |  3.3 KB  |  164 lines

  1. object PrintForm: TPrintForm
  2.   Tag = 172
  3.   Left = 45
  4.   Top = 17
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Print'
  8.   ClientHeight = 198
  9.   ClientWidth = 278
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object gFileToPrint: TGroupBox
  23.     Tag = 173
  24.     Left = 9
  25.     Top = 7
  26.     Width = 261
  27.     Height = 66
  28.     Caption = 'File to print'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object lUntitled: TLabel
  37.       Tag = 174
  38.       Left = 12
  39.       Top = 19
  40.       Width = 48
  41.       Height = 13
  42.       Caption = '<Untitled>'
  43.       Transparent = True
  44.     end
  45.     object cPrintSelectedBlock: TCheckBox
  46.       Left = 11
  47.       Top = 39
  48.       Width = 238
  49.       Height = 17
  50.       Caption = 'Print selected block'
  51.       TabOrder = 0
  52.     end
  53.   end
  54.   object gOptions: TGroupBox
  55.     Tag = 176
  56.     Left = 9
  57.     Top = 78
  58.     Width = 261
  59.     Height = 83
  60.     Caption = 'Options'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 1
  68.     object cHeaderPageNumber: TCheckBox
  69.       Left = 11
  70.       Top = 17
  71.       Width = 135
  72.       Height = 17
  73.       Caption = 'Header/page number'
  74.       TabOrder = 0
  75.     end
  76.     object cLineNumbers: TCheckBox
  77.       Left = 11
  78.       Top = 37
  79.       Width = 135
  80.       Height = 17
  81.       Caption = 'Line numbers'
  82.       TabOrder = 1
  83.     end
  84.     object cSyntaxPrint: TCheckBox
  85.       Left = 11
  86.       Top = 57
  87.       Width = 135
  88.       Height = 17
  89.       Caption = 'Syntax print'
  90.       TabOrder = 2
  91.     end
  92.     object cWrapLines: TCheckBox
  93.       Left = 150
  94.       Top = 37
  95.       Width = 103
  96.       Height = 17
  97.       Caption = 'Wrap lines'
  98.       TabOrder = 3
  99.     end
  100.     object cUseColor: TCheckBox
  101.       Left = 150
  102.       Top = 17
  103.       Width = 103
  104.       Height = 17
  105.       Caption = 'Use color'
  106.       TabOrder = 4
  107.     end
  108.   end
  109.   object bSetup: TButton
  110.     Tag = 103
  111.     Left = 10
  112.     Top = 168
  113.     Width = 83
  114.     Height = 24
  115.     Caption = 'Setup...'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 2
  123.     OnClick = bSetupClick
  124.   end
  125.   object bOK: TButton
  126.     Tag = 100
  127.     Left = 98
  128.     Top = 168
  129.     Width = 83
  130.     Height = 24
  131.     Caption = 'OK'
  132.     Default = True
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ModalResult = 1
  139.     ParentFont = False
  140.     TabOrder = 3
  141.   end
  142.   object bCancel: TButton
  143.     Tag = 101
  144.     Left = 186
  145.     Top = 168
  146.     Width = 83
  147.     Height = 24
  148.     Cancel = True
  149.     Caption = 'Cancel'
  150.     Font.Charset = DEFAULT_CHARSET
  151.     Font.Color = clWindowText
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = []
  155.     ModalResult = 2
  156.     ParentFont = False
  157.     TabOrder = 4
  158.   end
  159.   object PrinterSetup: TPrinterSetupDialog
  160.     Left = 227
  161.     Top = 33
  162.   end
  163. end
  164.