object DiagramSel: TDiagramSel Left = 578 Top = 110 Width = 365 Height = 272 Caption = 'Select records' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnDeactivate = FormDeactivate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 73 Height = 13 Caption = 'Select field:' end object SpeedButton1: TSpeedButton Left = 168 Top = 48 Width = 25 Height = 25 Caption = '>>' OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 168 Top = 80 Width = 25 Height = 25 Caption = '<<' OnClick = SpeedButton2Click end object Button1: TButton Left = 104 Top = 216 Width = 75 Height = 25 Caption = 'Select' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 184 Top = 216 Width = 75 Height = 25 Caption = 'Clear' TabOrder = 1 OnClick = Button2Click end object CBField: TComboBox Left = 104 Top = 8 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 2 OnChange = CBFieldChange end object LBValue: TListBox Left = 8 Top = 40 Width = 153 Height = 169 ItemHeight = 13 MultiSelect = True TabOrder = 3 end object LBvalue1: TListBox Left = 200 Top = 40 Width = 153 Height = 169 ItemHeight = 13 MultiSelect = True TabOrder = 4 end end