object Form10: TForm10 Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Koment��' ClientHeight = 174 ClientWidth = 322 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 6 Width = 75 Height = 13 Caption = 'Text koment��e' FocusControl = Memo1 end object Memo1: TMemo Left = 8 Top = 24 Width = 305 Height = 113 ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 232 Top = 144 Width = 75 Height = 25 Caption = 'Vlo�it' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 16 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Zp�t' ModalResult = 2 TabOrder = 2 end end