home *** CD-ROM | disk | FTP | other *** search
- object FrmMasterLink: TFrmMasterLink
- Left = 96
- Top = 162
- BorderStyle = bsDialog
- Caption = 'Master Link'
- ClientHeight = 279
- ClientWidth = 536
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 536
- Height = 26
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 1
- object BtnOk: TButton
- Left = 2
- Top = 3
- Width = 50
- Height = 20
- Caption = '&Ok'
- TabOrder = 0
- end
- object BtnClose: TButton
- Left = 54
- Top = 3
- Width = 50
- Height = 20
- Caption = '&Cancel'
- TabOrder = 1
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 26
- Width = 536
- Height = 253
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 10
- Top = 13
- Width = 95
- Height = 13
- Caption = 'Master Data Source'
- end
- object Label2: TLabel
- Left = 10
- Top = 75
- Width = 57
- Height = 13
- Caption = 'De&tail Fields'
- end
- object Label3: TLabel
- Left = 203
- Top = 75
- Width = 62
- Height = 13
- Caption = '&Master Fields'
- end
- object Label4: TLabel
- Left = 10
- Top = 43
- Width = 87
- Height = 13
- Caption = 'Index Field Names'
- end
- object Label5: TLabel
- Left = 274
- Top = 13
- Width = 90
- Height = 13
- Caption = 'Detail Data Source'
- end
- object Label6: TLabel
- Left = 274
- Top = 43
- Width = 87
- Height = 13
- Caption = 'Index Field Names'
- end
- object ComboBox1: TComboBox
- Left = 110
- Top = 39
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 10
- Top = 88
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 2
- end
- object ListBox2: TListBox
- Left = 203
- Top = 88
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 4
- end
- object BtnAdd: TButton
- Left = 141
- Top = 123
- Width = 50
- Height = 20
- Caption = '&Add'
- TabOrder = 3
- end
- object ListBox3: TListBox
- Left = 10
- Top = 192
- Width = 450
- Height = 49
- ItemHeight = 13
- TabOrder = 5
- end
- object BtnClear: TButton
- Left = 469
- Top = 195
- Width = 50
- Height = 20
- Caption = '&Clear'
- TabOrder = 6
- end
- object BtnDelete: TButton
- Left = 469
- Top = 218
- Width = 50
- Height = 20
- Caption = '&Delete'
- TabOrder = 7
- end
- object ComboBox2: TComboBox
- Left = 110
- Top = 9
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBox2Change
- end
- object ComboBox3: TComboBox
- Left = 374
- Top = 39
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 8
- end
- object ComboBox4: TComboBox
- Left = 374
- Top = 9
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 9
- OnChange = ComboBox4Change
- end
- end
- end
-