1 |
object FieldLinkEditor: TFieldLinkEditor |
2 |
Left = 402 |
3 |
Height = 374 |
4 |
Top = 251 |
5 |
Width = 633 |
6 |
BorderStyle = bsDialog |
7 |
Caption = 'Field Link Editor' |
8 |
ClientHeight = 374 |
9 |
ClientWidth = 633 |
10 |
OnShow = FormShow |
11 |
Position = poScreenCenter |
12 |
LCLVersion = '1.8.0.4' |
13 |
object Bevel1: TBevel |
14 |
Left = 8 |
15 |
Height = 316 |
16 |
Top = 16 |
17 |
Width = 612 |
18 |
Anchors = [akTop, akLeft, akRight, akBottom] |
19 |
end |
20 |
object Button1: TButton |
21 |
Left = 545 |
22 |
Height = 30 |
23 |
Top = 340 |
24 |
Width = 75 |
25 |
Anchors = [akRight, akBottom] |
26 |
Cancel = True |
27 |
Caption = 'Cancel' |
28 |
ModalResult = 2 |
29 |
TabOrder = 0 |
30 |
end |
31 |
object OKButton: TButton |
32 |
Left = 453 |
33 |
Height = 30 |
34 |
Top = 340 |
35 |
Width = 72 |
36 |
Anchors = [akRight, akBottom] |
37 |
Caption = 'OK' |
38 |
Default = True |
39 |
ModalResult = 1 |
40 |
TabOrder = 1 |
41 |
end |
42 |
object Label2: TLabel |
43 |
Left = 20 |
44 |
Height = 14 |
45 |
Top = 28 |
46 |
Width = 109 |
47 |
Caption = 'Detail Index Fields' |
48 |
ParentColor = False |
49 |
end |
50 |
object DetailedFieldListBox: TListBox |
51 |
Left = 20 |
52 |
Height = 136 |
53 |
Top = 43 |
54 |
Width = 304 |
55 |
ItemHeight = 0 |
56 |
OnSelectionChange = DetailedFieldListBoxSelectionChange |
57 |
ScrollWidth = 302 |
58 |
TabOrder = 2 |
59 |
TopIndex = -1 |
60 |
end |
61 |
object Label3: TLabel |
62 |
Left = 435 |
63 |
Height = 14 |
64 |
Top = 31 |
65 |
Width = 77 |
66 |
Anchors = [akTop, akRight] |
67 |
Caption = 'Master Fields' |
68 |
ParentColor = False |
69 |
end |
70 |
object MasterFieldListBox: TListBox |
71 |
Left = 435 |
72 |
Height = 136 |
73 |
Top = 45 |
74 |
Width = 176 |
75 |
Anchors = [akTop, akRight] |
76 |
ItemHeight = 0 |
77 |
OnSelectionChange = MasterFieldListBoxSelectionChange |
78 |
ScrollWidth = 174 |
79 |
TabOrder = 3 |
80 |
TopIndex = -1 |
81 |
end |
82 |
object JoinButton: TButton |
83 |
Left = 340 |
84 |
Height = 30 |
85 |
Top = 99 |
86 |
Width = 75 |
87 |
Caption = 'Join' |
88 |
OnClick = JoinButtonClick |
89 |
TabOrder = 4 |
90 |
end |
91 |
object Label4: TLabel |
92 |
Left = 20 |
93 |
Height = 14 |
94 |
Top = 216 |
95 |
Width = 74 |
96 |
Caption = 'Joined Fields' |
97 |
ParentColor = False |
98 |
end |
99 |
object DeleteButton: TButton |
100 |
Left = 531 |
101 |
Height = 30 |
102 |
Top = 232 |
103 |
Width = 75 |
104 |
Anchors = [akTop, akRight] |
105 |
Caption = 'Delete' |
106 |
OnClick = DeleteButtonClick |
107 |
TabOrder = 5 |
108 |
end |
109 |
object JoinedFields: TListBox |
110 |
Left = 21 |
111 |
Height = 84 |
112 |
Top = 232 |
113 |
Width = 500 |
114 |
Anchors = [akTop, akLeft, akRight, akBottom] |
115 |
ItemHeight = 0 |
116 |
ScrollWidth = 498 |
117 |
TabOrder = 6 |
118 |
TopIndex = -1 |
119 |
end |
120 |
object JoinHint: TLabel |
121 |
Left = 20 |
122 |
Height = 14 |
123 |
Top = 187 |
124 |
Width = 54 |
125 |
Caption = 'JoinHint' |
126 |
Font.Style = [fsBold] |
127 |
ParentColor = False |
128 |
ParentFont = False |
129 |
end |
130 |
end |