object ConvertDBGridDemoMainForm: TConvertDBGridDemoMainForm Left = 135 Top = 82 Width = 918 Height = 653 Caption = 'ExpressQuantumGrid ConvertDBGridDemo' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = mmMain Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lbDescription: TLabel Left = 0 Top = 0 Width = 910 Height = 16 Align = alTop Caption = 'Comparison of DelphiDBGrid && ExpressQuantumGrid grids. Click '#39'A' + 'bout this demo'#39' for more information.' Color = 12937777 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True end object sbMain: TStatusBar Left = 0 Top = 580 Width = 910 Height = 19 AutoHint = True Panels = <> ParentShowHint = False ShowHint = True SimplePanel = True end object Panel1: TPanel Left = 0 Top = 16 Width = 910 Height = 273 Align = alTop TabOrder = 1 object Panel3: TPanel Left = 1 Top = 1 Width = 908 Height = 32 Align = alTop BevelOuter = bvLowered Caption = 'Delphi DBGrid (input)' Color = 4707838 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object DBGrid1: TDBGrid Left = 1 Top = 33 Width = 908 Height = 239 Align = alClient Color = 16247513 DataSource = ConvertDBGridDemoMainDM.dsPERSONS FixedColor = 15451300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [fsBold] Columns = < item Expanded = False FieldName = 'ID' Visible = False end item Expanded = False FieldName = 'FIRSTNAME' Width = 196 Visible = True end item Expanded = False FieldName = 'SECONDNAME' Width = 200 Visible = True end item Expanded = False FieldName = 'BIRTHNAME' Width = 202 Visible = True end item ButtonStyle = cbsNone Expanded = False FieldName = 'GENDER' Visible = True end item Expanded = False FieldName = 'DATEOFBIRTH' Visible = True end item Expanded = False FieldName = 'BIRTHCOUNTRY' Visible = False end item Expanded = False FieldName = 'LOCATIONOFBIRTH' Visible = True end item Expanded = False FieldName = 'BIOGRAPHY' Visible = True end item Expanded = False FieldName = 'NICKNAME' Visible = True end item Expanded = False FieldName = 'HOMEPAGE' Visible = False end> end end object Panel2: TPanel Left = 0 Top = 289 Width = 910 Height = 291 Align = alClient TabOrder = 2 object Panel4: TPanel Left = 1 Top = 1 Width = 908 Height = 32 Align = alTop BevelOuter = bvLowered Caption = 'Developer Express QuantumGrid (output)' Color = 4707838 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object cxGrid: TcxGrid Left = 1 Top = 33 Width = 908 Height = 257 Align = alClient TabOrder = 1 object cxGridDBTableView1: TcxGridDBTableView DataController.DataSource = ConvertDBGridDemoMainDM.dsPERSONS DataController.Summary.DefaultGroupSummaryItems = <> DataController.Summary.FooterSummaryItems = <> DataController.Summary.SummaryGroups = <> NavigatorButtons.ConfirmDelete = False OptionsBehavior.FocusCellOnTab = True OptionsSelection.HideSelection = True OptionsView.Indicator = True Styles.Content = cxStyle1 Styles.Header = cxStyle2 Styles.Indicator = cxStyle2 object cxGridDBTableView1ID: TcxGridDBColumn DataBinding.FieldName = 'ID' PropertiesClassName = 'TcxTextEditProperties' Properties.Alignment.Horz = taRightJustify Properties.ReadOnly = False Visible = False Width = 20 end object cxGridDBTableView1FIRSTNAME: TcxGridDBColumn DataBinding.FieldName = 'FIRSTNAME' Width = 196 end object cxGridDBTableView1SECONDNAME: TcxGridDBColumn DataBinding.FieldName = 'SECONDNAME' Width = 200 end object cxGridDBTableView1BIRTHNAME: TcxGridDBColumn DataBinding.FieldName = 'BIRTHNAME' Width = 202 end object cxGridDBTableView1GENDER: TcxGridDBColumn DataBinding.FieldName = 'GENDER' Width = 56 end object cxGridDBTableView1DATEOFBIRTH: TcxGridDBColumn DataBinding.FieldName = 'DATEOFBIRTH' end object cxGridDBTableView1BIRTHCOUNTRY: TcxGridDBColumn DataBinding.FieldName = 'BIRTHCOUNTRY' PropertiesClassName = 'TcxTextEditProperties' Properties.Alignment.Horz = taRightJustify Properties.ReadOnly = False Visible = False Width = 20 end object cxGridDBTableView1LOCATIONOFBIRTH: TcxGridDBColumn DataBinding.FieldName = 'LOCATIONOFBIRTH' end object cxGridDBTableView1BIOGRAPHY: TcxGridDBColumn DataBinding.FieldName = 'BIOGRAPHY' Width = 76 end object cxGridDBTableView1NICKNAME: TcxGridDBColumn DataBinding.FieldName = 'NICKNAME' end object cxGridDBTableView1HOMEPAGE: TcxGridDBColumn DataBinding.FieldName = 'HOMEPAGE' Visible = False Width = 20 end end object cxGridLevel1: TcxGridLevel GridView = cxGridDBTableView1 end end end object mmMain: TMainMenu Left = 76 Top = 28 object miFile: TMenuItem Caption = '&File' object miExit: TMenuItem Caption = 'E&xit' Hint = 'Press to quit the demo-program' ShortCut = 32856 OnClick = miExitClick end end object miAbout: TMenuItem Caption = '&About this demo' Hint = 'Displays the brief description of the current demo features' OnClick = miAboutClick end end object cxStyleRepository1: TcxStyleRepository Left = 44 Top = 28 object cxStyle1: TcxStyle AssignedValues = [svColor, svTextColor] Color = 16247513 TextColor = clWindowText end object cxStyle2: TcxStyle AssignedValues = [svColor, svFont, svTextColor] Color = 15451300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] TextColor = clWindowText end end object LookAndFeelController: TcxLookAndFeelController NativeStyle = True Left = 109 Top = 29 end end