object DialBuffer: TDialBuffer Left = 424 Top = 131 BorderStyle = bsDialog Caption = 'Velikost bufferu ' ClientHeight = 113 ClientWidth = 209 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 188 Height = 13 Caption = 'Pros�m zadej velikost bufferu (v bajtech)' end object Label2: TLabel Left = 24 Top = 24 Width = 157 Height = 13 Alignment = taCenter Caption = 'Rozsah je 1000 - 1 024 000 bajt�' end object OKBtn: TButton Left = 22 Top = 75 Width = 75 Height = 25 Caption = 'Hotovo' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 110 Top = 75 Width = 75 Height = 25 Cancel = True Caption = 'Zru�' ModalResult = 2 TabOrder = 1 end object Edit1: TEdit Left = 16 Top = 40 Width = 177 Height = 21 AutoSize = False TabOrder = 2 Text = '16000' end end