object Form3: TForm3 Left = 211 Top = 272 Width = 256 Height = 301 Caption = ' nastaven�:' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 248 Height = 274 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object RadioGroup1: TRadioGroup Left = 17 Top = 17 Width = 88 Height = 120 Caption = 'obt�nost:' ItemIndex = 1 Items.Strings = ( 'IQ 80' 'IQ100' 'IQ130' 'IQ160') TabOrder = 0 OnEnter = RadioGroup1Enter OnExit = RadioGroup1Exit end object RadioGroup2: TRadioGroup Left = 112 Top = 16 Width = 121 Height = 57 Caption = 'po�et znak�:' ItemIndex = 0 Items.Strings = ( 'dva znaky' 't�i znaky') TabOrder = 1 OnClick = RadioGroup2Click OnEnter = RadioGroup1Enter OnExit = RadioGroup1Exit end object RadioGroup3: TRadioGroup Left = 112 Top = 80 Width = 121 Height = 57 Caption = 'sm�ry ot��en�:' ItemIndex = 0 Items.Strings = ( 'jeden sm�r' 'dva sm�ry') TabOrder = 2 Visible = False OnClick = RadioGroup3Click OnEnter = RadioGroup1Enter OnExit = RadioGroup1Exit end object Button1: TButton Left = 136 Top = 216 Width = 41 Height = 33 Caption = 'OK' TabOrder = 3 OnClick = Button1Click end object RadioGroup4: TRadioGroup Left = 16 Top = 152 Width = 49 Height = 105 Caption = '��dk�:' ItemIndex = 1 Items.Strings = ( '2' '3' '4' '5') TabOrder = 4 OnEnter = RadioGroup1Enter OnExit = RadioGroup1Exit end object RadioGroup5: TRadioGroup Left = 72 Top = 152 Width = 161 Height = 41 Caption = 'sloupc�:' Columns = 5 ItemIndex = 2 Items.Strings = ( '3' '4' '5' '6' '7') TabOrder = 5 OnEnter = RadioGroup1Enter OnExit = RadioGroup1Exit end end end