object FormSelJoins: TFormSelJoins Left = 245 Top = 123 Width = 368 Height = 294 Caption = 'Select Joins' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object Bevel1: TBevel Left = 8 Top = 8 Width = 345 Height = 209 end object LabelLeft: TLabel Left = 24 Top = 16 Width = 177 Height = 16 AutoSize = False Caption = 'Child Fields:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object LabelRight: TLabel Left = 224 Top = 16 Width = 105 Height = 16 AutoSize = False Caption = 'Parent Fields:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object LabelJoined: TLabel Left = 24 Top = 120 Width = 87 Height = 16 Caption = 'Joined Fields' end object LBLeft: TListBox Left = 24 Top = 32 Width = 113 Height = 81 ExtendedSelect = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 0 end object BtnAdd: TBitBtn Left = 144 Top = 56 Width = 73 Height = 25 Caption = '&Add' TabOrder = 1 OnClick = BtnAddClick end object LBRight: TListBox Left = 224 Top = 32 Width = 113 Height = 81 ExtendedSelect = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 2 end object LBJoined: TListBox Left = 24 Top = 136 Width = 233 Height = 65 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 3 end object BtnDelete: TBitBtn Left = 264 Top = 136 Width = 73 Height = 25 Caption = '&Delete' TabOrder = 4 OnClick = BtnDeleteClick end object BtnClear: TBitBtn Left = 264 Top = 168 Width = 73 Height = 25 Caption = '&Clear' TabOrder = 5 OnClick = BtnClearClick end object BtnOK: TBitBtn Left = 92 Top = 236 Width = 77 Height = 27 Caption = '&OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object BtnCancel: TBitBtn Left = 176 Top = 236 Width = 77 Height = 27 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 7 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end end