object Form5: TForm5 Left = 135 Top = 164 Width = 657 Height = 433 Caption = 'definice �lohy' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OldCreateOrder = True PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 328 Width = 84 Height = 16 Caption = 'n�zev �lohy:' end object Label2: TLabel Left = 136 Top = 328 Width = 75 Height = 16 Caption = '��slo �lohy:' end object StringGrid1: TStringGrid Left = 0 Top = 0 Width = 649 Height = 321 ColCount = 15 DefaultColWidth = 40 DefaultRowHeight = 18 FixedColor = clHighlightText FixedCols = 0 RowCount = 15 FixedRows = 0 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [] GridLineWidth = 3 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor] ParentFont = False TabOrder = 0 end object Edit1: TEdit Left = 8 Top = 344 Width = 113 Height = 24 MaxLength = 15 TabOrder = 1 Text = 'nov�_�loha' OnChange = Edit1Change OnExit = Edit1Change end object Button1: TButton Left = 384 Top = 376 Width = 121 Height = 25 Caption = 'ulo� �lohu' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 528 Top = 376 Width = 113 Height = 25 Caption = 'zp�t' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 264 Top = 328 Width = 121 Height = 25 Caption = 'vyma� formul��' TabOrder = 4 OnClick = Button3Click end object Button4: TButton Left = 264 Top = 352 Width = 121 Height = 25 Caption = ' generuj strukturu' TabOrder = 5 OnClick = Button4Click end object Button5: TButton Left = 264 Top = 376 Width = 121 Height = 25 Caption = ' generuj v�e' TabOrder = 6 OnClick = Button5Click end object Button6: TButton Left = 384 Top = 352 Width = 121 Height = 25 Caption = 'dokon�i �lohu' TabOrder = 7 OnClick = Button6Click end object Edit2: TEdit Left = 136 Top = 344 Width = 73 Height = 24 MaxLength = 5 TabOrder = 8 Text = ' 1' OnChange = Edit2Change end object Button7: TButton Left = 384 Top = 328 Width = 121 Height = 25 Caption = 'na�ti �lohu' TabOrder = 9 OnClick = Button7Click end object OpenDialog1: TOpenDialog DefaultExt = 'kri' Filter = '�lohy|*.kri' Options = [ofNoValidate, ofPathMustExist] Title = 'soubor s definic� �loh' Left = 608 Top = 8 end end