object GProject: TGProject Left = 355 Top = 275 Width = 285 Height = 298 Caption = 'Project:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 277 Height = 33 Align = alTop TabOrder = 0 object BAdd: TButton Left = 8 Top = 6 Width = 83 Height = 22 Caption = 'Add select' TabOrder = 0 OnClick = BAddClick end object BClear: TButton Left = 96 Top = 6 Width = 83 Height = 22 Caption = 'Clear select' TabOrder = 1 OnClick = BClearClick end object BUpdate: TButton Left = 183 Top = 6 Width = 82 Height = 22 Caption = 'Update select' TabOrder = 2 OnClick = BUpdateClick end end object Panel2: TPanel Left = 0 Top = 248 Width = 277 Height = 23 Align = alBottom TabOrder = 1 end object SG: TStringGrid Left = 0 Top = 33 Width = 277 Height = 48 Align = alTop ColCount = 2 DefaultColWidth = 30 DefaultRowHeight = 20 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goRowSelect] TabOrder = 2 ColWidths = ( 30 242) end object MInfo: TMemo Left = 0 Top = 81 Width = 277 Height = 167 Align = alClient TabOrder = 3 end end