object FieldLinkEditor: TFieldLinkEditor Left = 402 Height = 374 Top = 251 Width = 633 BorderStyle = bsDialog Caption = 'Field Link Editor' ClientHeight = 374 ClientWidth = 633 OnShow = FormShow LCLVersion = '1.2.2.0' object Bevel1: TBevel Left = 8 Height = 316 Top = 16 Width = 612 Anchors = [akTop, akLeft, akRight, akBottom] end object Button1: TButton Left = 545 Height = 30 Top = 340 Width = 75 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object OKButton: TButton Left = 453 Height = 30 Top = 340 Width = 72 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Label2: TLabel Left = 20 Height = 15 Top = 28 Width = 109 Caption = 'Detail Index Fields' ParentColor = False end object DetailedFieldListBox: TListBox Left = 20 Height = 136 Top = 43 Width = 304 ItemHeight = 0 OnSelectionChange = DetailedFieldListBoxSelectionChange ScrollWidth = 302 TabOrder = 2 TopIndex = -1 end object Label3: TLabel Left = 435 Height = 15 Top = 31 Width = 77 Anchors = [akTop, akRight] Caption = 'Master Fields' ParentColor = False end object MasterFieldListBox: TListBox Left = 435 Height = 136 Top = 45 Width = 176 Anchors = [akTop, akRight] ItemHeight = 0 OnSelectionChange = MasterFieldListBoxSelectionChange ScrollWidth = 174 TabOrder = 3 TopIndex = -1 end object JoinButton: TButton Left = 340 Height = 30 Top = 99 Width = 75 Caption = 'Join' OnClick = JoinButtonClick TabOrder = 4 end object Label4: TLabel Left = 20 Height = 15 Top = 216 Width = 74 Caption = 'Joined Fields' ParentColor = False end object DeleteButton: TButton Left = 531 Height = 30 Top = 232 Width = 75 Anchors = [akTop, akRight] Caption = 'Delete' OnClick = DeleteButtonClick TabOrder = 5 end object JoinedFields: TListBox Left = 21 Height = 84 Top = 232 Width = 500 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 ScrollWidth = 498 TabOrder = 6 TopIndex = -1 end object JoinHint: TLabel Left = 20 Height = 15 Top = 187 Width = 54 Caption = 'JoinHint' Font.Style = [fsBold] ParentColor = False ParentFont = False end end