object frmSeznam: TfrmSeznam Left = 253 Top = 98 BorderStyle = bsDialog Caption = 'Pomocn�k - nov� seznam' ClientHeight = 277 ClientWidth = 235 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label6: TLabel Left = 8 Top = 19 Width = 34 Height = 13 Caption = '��&dky:' FocusControl = edtRADKY end object edtRADKY: TEdit Left = 48 Top = 16 Width = 33 Height = 21 TabOrder = 0 Text = '1' end object UpDown1: TUpDown Left = 81 Top = 16 Width = 15 Height = 21 Associate = edtRADKY Min = 0 Position = 1 TabOrder = 1 Wrap = False OnClick = UpDown1Click end object GroupBox1: TGroupBox Left = 8 Top = 80 Width = 217 Height = 161 Caption = '&Seznam' TabOrder = 2 object ListGrid: TStringGrid Left = 16 Top = 16 Width = 185 Height = 129 ColCount = 1 DefaultColWidth = 180 DefaultRowHeight = 20 FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor, goThumbTracking] ScrollBars = ssVertical TabOrder = 0 OnDrawCell = ListGridDrawCell end end object rdStyl: TRadioGroup Left = 112 Top = 8 Width = 113 Height = 65 Caption = 'Styl' ItemIndex = 0 Items.Strings = ( '��&slovan�' '&ne��slovan�') TabOrder = 3 end object btnOK: TButton Left = 72 Top = 248 Width = 75 Height = 25 Caption = 'O&K' Default = True TabOrder = 4 OnClick = btnOKClick end object btnStorno: TButton Left = 152 Top = 248 Width = 75 Height = 25 Cancel = True Caption = 'Storno' TabOrder = 5 OnClick = btnStornoClick end end