object constvar: Tconstvar Left = 222 Top = 263 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Konstanty & prom'#283'nn'#233 ClientHeight = 260 ClientWidth = 397 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 34 Height = 13 Caption = 'Hledat:' end object errmsg: TLabel Left = 32 Top = 112 Width = 337 Height = 41 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object memtype: TRadioGroup Left = 192 Top = 8 Width = 201 Height = 33 Caption = 'Typ' Columns = 2 ItemIndex = 0 Items.Strings = ( '&konstanta' '&prom'#283'nn'#225) TabOrder = 0 OnClick = memtypeClick end object Edit1: TEdit Left = 8 Top = 24 Width = 169 Height = 21 TabOrder = 1 OnChange = Edit1Change end object confbut: TBitBtn Left = 288 Top = 232 Width = 105 Height = 25 Caption = '&Potvrdit v'#253'b'#283'r' TabOrder = 2 OnClick = confbutClick Kind = bkOK end object tabulka: TStringGrid Left = 8 Top = 48 Width = 385 Height = 177 ColCount = 3 DefaultRowHeight = 16 FixedCols = 0 RowCount = 2 Options = [goFixedHorzLine, goHorzLine, goEditing, goRowSelect] ScrollBars = ssVertical TabOrder = 3 OnDblClick = confbutClick ColWidths = ( 165 137 64) end object addbut: TButton Left = 8 Top = 232 Width = 107 Height = 25 Caption = '&P'#345'idat konstantu...' TabOrder = 4 OnClick = addbutClick end object deletebut: TButton Left = 120 Top = 232 Width = 107 Height = 25 Caption = '&Smazat konstantu...' TabOrder = 5 OnClick = deletebutClick end object Button1: TButton Left = 232 Top = 232 Width = 41 Height = 25 Hint = 'do aktu'#225'ln'#283' vybran'#233' prom'#283'nn'#233' ulo'#382#237' v'#253'sledek na displeji' Caption = '&Uprav' ParentShowHint = False ShowHint = True TabOrder = 6 OnClick = Button1Click end end