object Tabulka: TTabulka Left = 228 Top = 151 HelpContext = 136 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Tabulka v�her' ClientHeight = 342 ClientWidth = 238 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object DBGrid1: TDBGrid Left = 10 Top = 6 Width = 217 Height = 299 Columns = < item FieldName = 'Vsazeno' end item FieldName = 'Uhodnuto' end item FieldName = 'Sazba' end> DataSource = DataM.DTabulka Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit] ReadOnly = True TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object Button1: TButton Left = 150 Top = 314 Width = 75 Height = 24 Cancel = True Caption = '&Opustit' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 10 Top = 314 Width = 75 Height = 25 Caption = 'O&pravit' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button2Click end object MSOfficeCaption1: TMSOfficeCaption AppNameText.FontKind = fkSystemB AppNameText.Visible = True CaptionText.Caption = 'Tabulka v�her' CaptionText.ColorActive = clYellow CaptionText.ColorInactive = clGray CaptionText.FontKind = fkSystem CaptionText.Visible = True CompanyText.FontKind = fkSystemBI CompanyText.Visible = True Color = clMaroon Left = 208 end end