home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd1.bin / rocnik.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2001-05-09  |  3KB  |  155 lines

  1. object Form6: TForm6
  2.   Left = 560
  3.   Top = 51
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Hledej s podm∩┐╜nkami'
  7.   ClientHeight = 338
  8.   ClientWidth = 194
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox1: TGroupBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 177
  26.     Height = 89
  27.     Caption = ' 1. hledan∩┐╜ slovo '
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 8
  31.       Top = 48
  32.       Width = 161
  33.       Height = 17
  34.       Caption = 'nebo'
  35.       Checked = True
  36.       TabOrder = 1
  37.       TabStop = True
  38.     end
  39.     object RadioButton2: TRadioButton
  40.       Left = 8
  41.       Top = 64
  42.       Width = 161
  43.       Height = 17
  44.       Caption = 'a z∩┐╜rove∩┐╜'
  45.       TabOrder = 2
  46.     end
  47.     object Edit1: TEdit
  48.       Left = 8
  49.       Top = 16
  50.       Width = 161
  51.       Height = 19
  52.       Ctl3D = False
  53.       ParentCtl3D = False
  54.       TabOrder = 0
  55.       OnChange = Edit1Change
  56.     end
  57.   end
  58.   object GroupBox2: TGroupBox
  59.     Left = 8
  60.     Top = 104
  61.     Width = 177
  62.     Height = 89
  63.     Caption = ' 2. hledan∩┐╜ slovo '
  64.     TabOrder = 1
  65.     object RadioButton3: TRadioButton
  66.       Left = 8
  67.       Top = 48
  68.       Width = 161
  69.       Height = 17
  70.       Caption = 'nebo'
  71.       Checked = True
  72.       TabOrder = 1
  73.       TabStop = True
  74.     end
  75.     object RadioButton4: TRadioButton
  76.       Left = 8
  77.       Top = 64
  78.       Width = 161
  79.       Height = 17
  80.       Caption = 'a z∩┐╜rove∩┐╜'
  81.       TabOrder = 2
  82.     end
  83.     object Edit2: TEdit
  84.       Left = 8
  85.       Top = 16
  86.       Width = 161
  87.       Height = 19
  88.       Ctl3D = False
  89.       Enabled = False
  90.       ParentCtl3D = False
  91.       TabOrder = 0
  92.       OnChange = Edit2Change
  93.     end
  94.   end
  95.   object GroupBox3: TGroupBox
  96.     Left = 8
  97.     Top = 200
  98.     Width = 177
  99.     Height = 57
  100.     Caption = ' 3. hledan∩┐╜ slovo '
  101.     TabOrder = 2
  102.     object Edit3: TEdit
  103.       Left = 8
  104.       Top = 16
  105.       Width = 161
  106.       Height = 19
  107.       Ctl3D = False
  108.       Enabled = False
  109.       ParentCtl3D = False
  110.       TabOrder = 0
  111.     end
  112.   end
  113.   object Button2: TButton
  114.     Left = 8
  115.     Top = 272
  116.     Width = 75
  117.     Height = 25
  118.     Cursor = crUpArrow
  119.     Caption = '&Hledej'
  120.     Enabled = False
  121.     TabOrder = 3
  122.     OnClick = Button2Click
  123.   end
  124.   object CheckBox1: TCheckBox
  125.     Left = 112
  126.     Top = 280
  127.     Width = 65
  128.     Height = 17
  129.     Caption = 'v n∩┐╜zvu'
  130.     Checked = True
  131.     State = cbChecked
  132.     TabOrder = 4
  133.   end
  134.   object CheckBox2: TCheckBox
  135.     Left = 112
  136.     Top = 304
  137.     Width = 65
  138.     Height = 17
  139.     Caption = 'v popisu'
  140.     Checked = True
  141.     State = cbChecked
  142.     TabOrder = 5
  143.   end
  144.   object Button1: TButton
  145.     Left = 8
  146.     Top = 304
  147.     Width = 75
  148.     Height = 25
  149.     Caption = '&V∩┐╜maz'
  150.     Enabled = False
  151.     TabOrder = 6
  152.     OnClick = Button1Click
  153.   end
  154. end
  155.