home *** CD-ROM | disk | FTP | other *** search
- object MasterFieldsForm: TMasterFieldsForm
- Left = 20
- Top = 31
- BorderStyle = bsDialog
- Caption = 'Edit Master Fields'
- ClientHeight = 317
- ClientWidth = 582
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 2
- Top = 274
- Width = 580
- Height = 2
- end
- object GroupBox2: TGroupBox
- Left = 6
- Top = 5
- Width = 203
- Height = 132
- Caption = 'Available Master Fields'
- TabOrder = 0
- object MasterFieldsList: TListBox
- Left = 12
- Top = 20
- Width = 178
- Height = 100
- ItemHeight = 13
- TabOrder = 0
- OnClick = MasterFieldsListClick
- end
- end
- object OKButton: TButton
- Left = 413
- Top = 286
- Width = 77
- Height = 25
- Caption = '&OK'
- Enabled = False
- ModalResult = 1
- TabOrder = 1
- IsControl = True
- end
- object CancelButton: TButton
- Left = 497
- Top = 286
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- IsControl = True
- end
- object AddJoinButton: TButton
- Left = 221
- Top = 115
- Width = 89
- Height = 25
- Caption = '&Join Fields'
- Enabled = False
- TabOrder = 3
- OnClick = AddJoinButtonClick
- end
- object ClearAllButton: TButton
- Left = 221
- Top = 146
- Width = 89
- Height = 25
- Caption = '&Clear All'
- Enabled = False
- TabOrder = 4
- OnClick = ClearAllButtonClick
- end
- object GroupBox1: TGroupBox
- Left = 320
- Top = 5
- Width = 257
- Height = 260
- Caption = 'Joined Fields'
- TabOrder = 5
- object JoinedFieldsList: TListBox
- Left = 12
- Top = 20
- Width = 234
- Height = 227
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object GroupBox3: TGroupBox
- Left = 6
- Top = 144
- Width = 203
- Height = 121
- Caption = 'Available Index Fields'
- TabOrder = 6
- object IndexComboBox: TComboBox
- Left = 11
- Top = 20
- Width = 180
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = IndexComboBoxChange
- end
- object IndexFieldsList: TListBox
- Left = 11
- Top = 48
- Width = 179
- Height = 61
- ItemHeight = 13
- TabOrder = 1
- OnClick = IndexFieldsListClick
- end
- end
- end
-