ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/dbFieldLinkPropEditor.lfm
Revision: 19
Committed: Mon Jul 7 13:00:15 2014 UTC (9 years, 9 months ago) by tony
File size: 2538 byte(s)
Log Message:
Committing updates for Release R1-1-0

File Contents

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