home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / oddech / gaga12 / gaga.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2000-11-19  |  3KB  |  123 lines

  1. object Form3: TForm3
  2.   Left = 211
  3.   Top = 272
  4.   Width = 256
  5.   Height = 301
  6.   Caption = '     nastaven∩┐╜:'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 248
  22.     Height = 274
  23.     Align = alClient
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object RadioGroup1: TRadioGroup
  32.       Left = 17
  33.       Top = 17
  34.       Width = 88
  35.       Height = 120
  36.       Caption = 'obt∩┐╜nost:'
  37.       ItemIndex = 1
  38.       Items.Strings = (
  39.         'IQ 80'
  40.         'IQ100'
  41.         'IQ130'
  42.         'IQ160')
  43.       TabOrder = 0
  44.       OnEnter = RadioGroup1Enter
  45.       OnExit = RadioGroup1Exit
  46.     end
  47.     object RadioGroup2: TRadioGroup
  48.       Left = 112
  49.       Top = 16
  50.       Width = 121
  51.       Height = 57
  52.       Caption = 'po∩┐╜et znak∩┐╜:'
  53.       ItemIndex = 0
  54.       Items.Strings = (
  55.         'dva znaky'
  56.         't∩┐╜i znaky')
  57.       TabOrder = 1
  58.       OnClick = RadioGroup2Click
  59.       OnEnter = RadioGroup1Enter
  60.       OnExit = RadioGroup1Exit
  61.     end
  62.     object RadioGroup3: TRadioGroup
  63.       Left = 112
  64.       Top = 80
  65.       Width = 121
  66.       Height = 57
  67.       Caption = 'sm∩┐╜ry ot∩┐╜∩┐╜en∩┐╜:'
  68.       ItemIndex = 0
  69.       Items.Strings = (
  70.         'jeden sm∩┐╜r'
  71.         'dva sm∩┐╜ry')
  72.       TabOrder = 2
  73.       Visible = False
  74.       OnClick = RadioGroup3Click
  75.       OnEnter = RadioGroup1Enter
  76.       OnExit = RadioGroup1Exit
  77.     end
  78.     object Button1: TButton
  79.       Left = 136
  80.       Top = 216
  81.       Width = 41
  82.       Height = 33
  83.       Caption = 'OK'
  84.       TabOrder = 3
  85.       OnClick = Button1Click
  86.     end
  87.     object RadioGroup4: TRadioGroup
  88.       Left = 16
  89.       Top = 152
  90.       Width = 49
  91.       Height = 105
  92.       Caption = '∩┐╜∩┐╜dk∩┐╜:'
  93.       ItemIndex = 1
  94.       Items.Strings = (
  95.         '2'
  96.         '3'
  97.         '4'
  98.         '5')
  99.       TabOrder = 4
  100.       OnEnter = RadioGroup1Enter
  101.       OnExit = RadioGroup1Exit
  102.     end
  103.     object RadioGroup5: TRadioGroup
  104.       Left = 72
  105.       Top = 152
  106.       Width = 161
  107.       Height = 41
  108.       Caption = 'sloupc∩┐╜:'
  109.       Columns = 5
  110.       ItemIndex = 2
  111.       Items.Strings = (
  112.         '3'
  113.         '4'
  114.         '5'
  115.         '6'
  116.         '7')
  117.       TabOrder = 5
  118.       OnEnter = RadioGroup1Enter
  119.       OnExit = RadioGroup1Exit
  120.     end
  121.   end
  122. end
  123.