object frmVariables: TfrmVariables Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Variables' ClientHeight = 461 ClientWidth = 648 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 648 Height = 76 Align = alTop BevelOuter = bvNone Color = clWhite ParentBackground = False TabOrder = 0 object Label1: TLabel Left = 25 Top = 31 Width = 52 Height = 13 Caption = 'Variables' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end end object cxButton1: TcxButton Left = 290 Top = 420 Width = 75 Height = 25 Caption = 'Close' TabOrder = 1 OnClick = cxButton1Click end object cxGrid1: TcxGrid Left = 0 Top = 76 Width = 648 Height = 325 Align = alTop TabOrder = 2 object cxGrid1DBTableView1: TcxGridDBTableView Navigator.Buttons.CustomButtons = <> Navigator.Buttons.First.Visible = False Navigator.Buttons.PriorPage.Visible = False Navigator.Buttons.Prior.Visible = False Navigator.Buttons.Next.Visible = False Navigator.Buttons.NextPage.Visible = False Navigator.Buttons.Last.Visible = False Navigator.Buttons.Insert.Visible = True Navigator.Buttons.Edit.Visible = False Navigator.Buttons.Cancel.Visible = False Navigator.Buttons.Refresh.Visible = False Navigator.Buttons.SaveBookmark.Visible = False Navigator.Buttons.GotoBookmark.Visible = False Navigator.Buttons.Filter.Visible = False Navigator.Visible = True ScrollbarAnnotations.CustomAnnotations = <> DataController.DataSource = frmMain.dsVariables DataController.Summary.DefaultGroupSummaryItems = <> DataController.Summary.FooterSummaryItems = <> DataController.Summary.SummaryGroups = <> OptionsView.NoDataToDisplayInfoText = '< No variables defined >' OptionsView.GroupByBox = False object cxGrid1DBTableView1fldType: TcxGridDBColumn Caption = 'Type' DataBinding.FieldName = 'fldType' PropertiesClassName = 'TcxComboBoxProperties' Properties.DropDownListStyle = lsFixedList Properties.Items.Strings = ( 'Static' 'XPath') Width = 83 end object cxGrid1DBTableView1fldXPath: TcxGridDBColumn Caption = 'XPath' DataBinding.FieldName = 'fldXPath' Width = 200 end object cxGrid1DBTableView1fldName: TcxGridDBColumn Caption = 'Name' DataBinding.FieldName = 'fldName' SortIndex = 0 SortOrder = soAscending Width = 150 end object cxGrid1DBTableView1fldValue: TcxGridDBColumn Caption = 'Value' DataBinding.FieldName = 'fldValue' Width = 210 end end object cxGrid1Level1: TcxGridLevel GridView = cxGrid1DBTableView1 end end end