-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ParsingForm.dfm
283 lines (283 loc) · 6.39 KB
/
ParsingForm.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
object fParsingForm: TfParsingForm
Left = 621
Top = 115
BorderStyle = bsDialog
Caption = 'fParsingForm'
ClientHeight = 448
ClientWidth = 648
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object gbFinderSettings: TGroupBox
Left = 8
Top = 8
Width = 633
Height = 361
Caption = 'Finder settings'
TabOrder = 0
object lblAttrComps: TLabel
Left = 216
Top = 16
Width = 140
Height = 13
Caption = 'Searched attributes settings:'
end
object lblStages: TLabel
Left = 8
Top = 16
Width = 74
Height = 13
Caption = 'Parsing stages:'
end
object lblStageElements: TLabel
Left = 8
Top = 120
Width = 125
Height = 13
Caption = 'Searched stage elements:'
end
object lblTextComps: TLabel
Left = 424
Top = 16
Width = 113
Height = 13
Caption = 'Searched text settings:'
end
object lbStages: TListBox
Left = 8
Top = 32
Width = 201
Height = 82
IntegralHeight = True
ItemHeight = 13
PopupMenu = pmnStages
TabOrder = 0
OnClick = lbStagesClick
OnMouseDown = lbStagesMouseDown
end
object tvStageElements: TTreeView
Left = 8
Top = 136
Width = 201
Height = 145
HideSelection = False
Indent = 19
PopupMenu = pmnElements
ReadOnly = True
TabOrder = 1
OnChange = tvStageElementsChange
OnClick = tvStageElementsClick
OnEnter = tvStageElementsEnter
end
object gbSelectedDetails: TGroupBox
Left = 8
Top = 288
Width = 617
Height = 65
Caption = 'Selected object details'
TabOrder = 4
inline frmComparatorFrame: TfrmComparatorFrame
Left = 8
Top = 16
Width = 600
Height = 41
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
object tvAttrComps: TTreeView
Left = 216
Top = 32
Width = 201
Height = 249
HideSelection = False
Indent = 19
PopupMenu = pmnAttributes
ReadOnly = True
TabOrder = 2
OnChange = tvAttrCompsChange
OnClick = tvAttrCompsClick
OnEnter = tvAttrCompsEnter
end
object tvTextComps: TTreeView
Left = 424
Top = 32
Width = 201
Height = 249
HideSelection = False
Indent = 19
PopupMenu = pmnTexts
ReadOnly = True
TabOrder = 3
OnChange = tvTextCompsChange
OnClick = tvTextCompsClick
OnEnter = tvTextCompsEnter
end
end
object gbExtracSettings: TGroupBox
Left = 8
Top = 376
Width = 633
Height = 65
Caption = 'Extraction settings'
TabOrder = 1
object lblExtrIdx: TLabel
Left = 59
Top = 30
Width = 28
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '-'
end
object btnExtrNext: TButton
Left = 88
Top = 24
Width = 17
Height = 25
Hint = 'Next entry'
Caption = '>'
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = btnExtrNextClick
end
object btnExtrPrev: TButton
Left = 42
Top = 24
Width = 17
Height = 25
Hint = 'Previous entry'
Caption = '<'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = btnExtrPrevClick
end
object btnExtrAdd: TButton
Left = 8
Top = 24
Width = 17
Height = 25
Hint = 'Add new entry'
Caption = '+'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = btnExtrAddClick
end
object btnExtrRemove: TButton
Left = 25
Top = 24
Width = 17
Height = 25
Hint = 'Remove selected entry'
Caption = '-'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = btnExtrRemoveClick
end
inline frmExtractionFrame: TfrmExtractionFrame
Left = 120
Top = 16
Width = 505
Height = 41
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
inherited pnlMain: TPanel
inherited lblExtractMethod: TLabel
Left = 144
end
inherited cmbExtractFrom: TComboBox
Width = 121
end
inherited cmbExtractMethod: TComboBox
Left = 144
Width = 137
end
inherited leNegativeTag: TLabeledEdit
Width = 105
end
end
end
end
object pmnStages: TPopupMenu
OnPopup = pmnStagesPopup
Left = 192
Top = 96
object mniSG_Add: TMenuItem
Caption = 'Add new stage'
OnClick = mniSG_AddClick
end
object mniSG_Remove: TMenuItem
Caption = 'Remove selected stage'
OnClick = mniSG_RemoveClick
end
end
object pmnElements: TPopupMenu
OnPopup = pmnElementsPopup
Left = 192
Top = 264
object mniEL_Add: TMenuItem
Caption = 'Add new element option'
OnClick = mniEL_AddClick
end
object mniEL_Remove: TMenuItem
Caption = 'Remove selected element option'
OnClick = mniEL_RemoveClick
end
end
object pmnAttributes: TPopupMenu
OnPopup = pmnAttributesPopup
Left = 400
Top = 264
object mniAT_AddComp: TMenuItem
Caption = 'Add new comparator'
OnClick = mniAT_AddCompClick
end
object mniAT_AddGroup: TMenuItem
Caption = 'Add new group'
OnClick = mniAT_AddGroupClick
end
object mniAT_Remove: TMenuItem
Caption = 'Remove selected object'
OnClick = mniAT_RemoveClick
end
end
object pmnTexts: TPopupMenu
OnPopup = pmnTextsPopup
Left = 608
Top = 264
object mniTX_AddComp: TMenuItem
Caption = 'Add new comparator'
OnClick = mniTX_AddCompClick
end
object mniTX_AddGroup: TMenuItem
Caption = 'Add new group'
OnClick = mniTX_AddGroupClick
end
object mniTX_Remove: TMenuItem
Caption = 'Remove selected object'
OnClick = mniTX_RemoveClick
end
end
end