home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Encoding:
Text File  |  2002-04-12  |  2.8 KB  |  149 lines

  1. object PrintForm: TPrintForm
  2.   Left = 240
  3.   Top = 196
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print file'
  7.   ClientHeight = 200
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     432
  20.     200)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnCancel: TBitBtn
  24.     Left = 260
  25.     Top = 164
  26.     Width = 75
  27.     Height = 24
  28.     Caption = '&Cancel'
  29.     TabOrder = 0
  30.     Kind = bkCancel
  31.   end
  32.   object btnOk: TBitBtn
  33.     Left = 174
  34.     Top = 164
  35.     Width = 75
  36.     Height = 24
  37.     Caption = '&OK'
  38.     TabOrder = 1
  39.     Kind = bkOK
  40.   end
  41.   object grpParams: TGroupBox
  42.     Left = 8
  43.     Top = 8
  44.     Width = 417
  45.     Height = 76
  46.     Anchors = [akLeft, akTop, akRight, akBottom]
  47.     Caption = 'Parameters : '
  48.     TabOrder = 2
  49.     object cbColors: TCheckBox
  50.       Left = 8
  51.       Top = 16
  52.       Width = 145
  53.       Height = 17
  54.       Caption = '&Colors'
  55.       Checked = True
  56.       State = cbChecked
  57.       TabOrder = 0
  58.     end
  59.     object cbHighlight: TCheckBox
  60.       Left = 8
  61.       Top = 32
  62.       Width = 153
  63.       Height = 17
  64.       Caption = '&Highlight'
  65.       Checked = True
  66.       State = cbChecked
  67.       TabOrder = 1
  68.     end
  69.     object rbLN: TRadioButton
  70.       Left = 180
  71.       Top = 32
  72.       Width = 200
  73.       Height = 17
  74.       Caption = 'Print line numbers'
  75.       Enabled = False
  76.       TabOrder = 2
  77.     end
  78.     object rbLNMargin: TRadioButton
  79.       Left = 180
  80.       Top = 48
  81.       Width = 229
  82.       Height = 17
  83.       Caption = 'Print line numbers in margin'
  84.       Enabled = False
  85.       TabOrder = 3
  86.     end
  87.     object cbWordWrap: TCheckBox
  88.       Left = 8
  89.       Top = 48
  90.       Width = 161
  91.       Height = 17
  92.       Caption = '&Word wrap'
  93.       TabOrder = 4
  94.     end
  95.     object cbLineNum: TCheckBox
  96.       Left = 168
  97.       Top = 16
  98.       Width = 200
  99.       Height = 17
  100.       Caption = 'Line Numbers'
  101.       TabOrder = 5
  102.       OnClick = cbLineNumClick
  103.     end
  104.   end
  105.   object grpPages: TGroupBox
  106.     Left = 8
  107.     Top = 85
  108.     Width = 417
  109.     Height = 63
  110.     Anchors = [akLeft, akTop, akRight, akBottom]
  111.     Caption = 'Pages :'
  112.     TabOrder = 3
  113.     object lblCopies: TLabel
  114.       Left = 8
  115.       Top = 16
  116.       Width = 89
  117.       Height = 13
  118.       Caption = 'Number of copies :'
  119.     end
  120.     object seCopies: TSpinEdit
  121.       Left = 16
  122.       Top = 32
  123.       Width = 75
  124.       Height = 22
  125.       MaxValue = 10000000
  126.       MinValue = 1
  127.       TabOrder = 0
  128.       Value = 1
  129.     end
  130.     object cbSelection: TCheckBox
  131.       Left = 168
  132.       Top = 16
  133.       Width = 200
  134.       Height = 17
  135.       Caption = 'Print &selection only'
  136.       TabOrder = 1
  137.     end
  138.   end
  139.   object btnHelp: TBitBtn
  140.     Left = 347
  141.     Top = 164
  142.     Width = 75
  143.     Height = 24
  144.     Anchors = [akRight, akBottom]
  145.     TabOrder = 4
  146.     Kind = bkHelp
  147.   end
  148. end
  149.