object UcForm: TUcForm Left = 313 Top = 230 ActiveControl = OkBtn BorderStyle = bsDialog Caption = 'Tv�rce rozvrh� - vyu�uj�c�' ClientHeight = 259 ClientWidth = 278 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object UcLabel: TLabel Left = 152 Top = 11 Width = 92 Height = 13 Caption = 'Jm�no vyu�uj�c�ho:' end object Bevel1: TBevel Left = 152 Top = 152 Width = 113 Height = 2 end object UcBox: TListBox Left = 11 Top = 11 Width = 129 Height = 236 ItemHeight = 13 TabOrder = 0 end object UcEdit: TEdit Left = 152 Top = 30 Width = 113 Height = 21 MaxLength = 15 TabOrder = 1 OnClick = UcEditClick end object PridejBtn: TButton Left = 152 Top = 58 Width = 113 Height = 25 Caption = 'P�idat do seznamu' TabOrder = 2 OnClick = PridejBtnClick end object OdstranBtn: TButton Left = 152 Top = 88 Width = 113 Height = 25 Caption = 'Odstranit ze seznamu' TabOrder = 3 OnClick = OdstranBtnClick end object OdstrVseBtn: TButton Left = 152 Top = 118 Width = 113 Height = 25 Caption = 'Odstranit v�e' TabOrder = 4 OnClick = OdstrVseBtnClick end object OkBtn: TButton Left = 152 Top = 162 Width = 113 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 5 OnClick = OkBtnClick end object StornoBtn: TButton Left = 152 Top = 192 Width = 113 Height = 25 Caption = 'Storno' ModalResult = 2 TabOrder = 6 OnClick = StornoBtnClick end object UlozBtn: TButton Left = 152 Top = 222 Width = 113 Height = 25 Caption = 'Ulo�it' TabOrder = 7 OnClick = UlozBtnClick end end