object frmUPRAVIT: TfrmUPRAVIT Left = 175 Top = 116 BorderStyle = bsDialog Caption = '�prava zna�ky' ClientHeight = 220 ClientWidth = 352 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 10 Width = 40 Height = 13 Caption = 'Zna�ka:' end object Label2: TLabel Left = 8 Top = 38 Width = 41 Height = 13 Caption = 'Syntaxe:' end object Bevel1: TBevel Left = 56 Top = 181 Width = 289 Height = 7 Shape = bsBottomLine end object Edit1: TEdit Left = 56 Top = 8 Width = 289 Height = 21 TabOrder = 0 end object Memo1: TMemo Left = 56 Top = 40 Width = 289 Height = 137 TabOrder = 1 end object btnINSERT: TButton Left = 184 Top = 192 Width = 75 Height = 25 Caption = '&Ulo�it' Default = True TabOrder = 2 OnClick = btnINSERTClick end object btnSTORNO: TButton Left = 272 Top = 192 Width = 75 Height = 25 Cancel = True Caption = 'Storno' TabOrder = 3 OnClick = btnSTORNOClick end end