object rsGridProCustomizer: TrsGridProCustomizer Left = 373 Top = 175 Width = 224 Height = 237 BorderStyle = bsSizeToolWin Caption = 'Customizer' Color = clBtnFace Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDefault OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object gpList: TDBGridPro Left = 0 Top = 0 Width = 216 Height = 184 Align = alClient Color = clBtnFace ParentColor = False TabOrder = 0 TabStop = True BorderStyle = bsSoft DragMode = dmAutomatic DataSource = dsFields AutoColumnFit = True UniqueFields = 'no' ShowTitles = False ShowEmptyRow = False OptionsBehavior = [gboNoIncomingDragTrack, gboNoInsideDragTrack] CursorType = gctInsensitiveID Designer = ldDesigner Columns = < item FieldName = 'Value' Vision = rsDefPack.TitleSurface Width = 214 Color = clBtnFace end> OnDragOver = gpListDragOver OnDragDrop = gpListDragDrop end object Panel1: TPanel Left = 0 Top = 184 Width = 216 Height = 26 Align = alBottom BevelOuter = bvNone TabOrder = 1 Visible = False object pnButton: TPanel Left = 116 Top = 0 Width = 100 Height = 26 Align = alRight BevelOuter = bvNone TabOrder = 0 object btnClose: TSpeedButton Left = 8 Top = 2 Width = 92 Height = 24 Caption = 'close' Flat = True Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False OnClick = btnCloseClick end end end object dsFields: TDataSource DataSet = datFields Left = 40 Top = 8 end object datFields: TObjDataSet Constraints = <> ReadOnly = True Left = 8 Top = 8 end object ldDesigner: TLiteDesigner CellMargins.LeftMargin = 3 CellMargins.TopMargin = 3 CellMargins.RightMargin = 3 CellMargins.BottomMargin = 3 SelectedCellFill = False VertLines = clSilver HorizLines = clSilver ShowLines = False Left = 72 Top = 8 end end