home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Hustava / KVR.EXE / 0 / RCDATA / TPRINTERTESTFORM / TPRINTERTESTFORM.txt
Text File  |  1999-03-19  |  2KB  |  87 lines

  1. object PrinterTestForm: TPrinterTestForm
  2.   Left = 333
  3.   Top = 176
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Tla∩┐╜ testovacej str∩┐╜nky'
  6.   ClientHeight = 145
  7.   ClientWidth = 227
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnKeyPress = FormKeyPress
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 121
  21.     Height = 129
  22.     Caption = '∩┐╜o tla∩┐╜i∩┐╜'
  23.     TabOrder = 0
  24.     object CheckBox1: TCheckBox
  25.       Left = 16
  26.       Top = 24
  27.       Width = 81
  28.       Height = 17
  29.       Caption = 'D∩┐╜t&um a ∩┐╜as'
  30.       State = cbChecked
  31.       TabOrder = 0
  32.       OnKeyPress = FormKeyPress
  33.     end
  34.     object CheckBox3: TCheckBox
  35.       Left = 16
  36.       Top = 72
  37.       Width = 97
  38.       Height = 17
  39.       Caption = '&N∩┐╜hodn∩┐╜ znaky'
  40.       State = cbChecked
  41.       TabOrder = 2
  42.       OnKeyPress = FormKeyPress
  43.     end
  44.     object CheckBox4: TCheckBox
  45.       Left = 16
  46.       Top = 96
  47.       Width = 97
  48.       Height = 17
  49.       Caption = 'Ostatn∩┐╜ te&xt'
  50.       State = cbChecked
  51.       TabOrder = 3
  52.       OnKeyPress = FormKeyPress
  53.     end
  54.     object CheckBox2: TCheckBox
  55.       Left = 16
  56.       Top = 48
  57.       Width = 89
  58.       Height = 17
  59.       Caption = 'N∩┐╜&hodn∩┐╜ ∩┐╜iary'
  60.       State = cbChecked
  61.       TabOrder = 1
  62.       OnKeyPress = FormKeyPress
  63.     end
  64.   end
  65.   object Button1: TButton
  66.     Left = 144
  67.     Top = 72
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Vytla∩┐╜i∩┐╜'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 1
  74.     OnKeyPress = FormKeyPress
  75.   end
  76.   object Button2: TButton
  77.     Left = 144
  78.     Top = 112
  79.     Width = 75
  80.     Height = 25
  81.     Caption = '&Zavrie∩┐╜'
  82.     ModalResult = 2
  83.     TabOrder = 2
  84.     OnKeyPress = FormKeyPress
  85.   end
  86. end
  87.