object PocetForm: TPocetForm Left = 248 Top = 234 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Odstran'#283'n'#237 ClientHeight = 96 ClientWidth = 186 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poDesktopCenter OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object lblPopis: TLabel Left = 16 Top = 16 Width = 89 Height = 17 AutoSize = False Caption = 'Po'#269'et polo'#382'ek:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object sePocet: TSpinEdit Left = 117 Top = 14 Width = 57 Height = 22 MaxValue = 1 MinValue = 1 TabOrder = 0 Value = 1 OnChange = sePocetChange end object btnOK: TButton Left = 16 Top = 56 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object btnStorno: TButton Left = 104 Top = 56 Width = 75 Height = 25 Caption = '&Storno' ModalResult = 2 TabOrder = 2 end end