-
Notifications
You must be signed in to change notification settings - Fork 0
/
duplicateremovalui.lfm
492 lines (492 loc) · 13.9 KB
/
duplicateremovalui.lfm
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
object DuplicateRemovalDialog: TDuplicateRemovalDialog
Left = 596
Height = 768
Top = 314
Width = 622
Caption = 'Duplikate entfernen...'
ClientHeight = 768
ClientWidth = 622
Color = 7354424
OnResize = FormResize
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object CandidatesPanel: TPanel
Left = 5
Height = 96
Top = 5
Width = 612
Align = alTop
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BevelColor = clBlack
ClientHeight = 96
ClientWidth = 612
TabOrder = 0
object CandidateStringGrid: TStringGrid
AnchorSideLeft.Control = CandidatesPanel
AnchorSideTop.Control = CandidatesPanel
AnchorSideRight.Control = CandidatesPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CandidatesPanel
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 84
Top = 6
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFillColumns = True
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Color = 8405056
ColCount = 1
ExtendedSelect = False
FixedColor = 6303792
FixedCols = 0
Flat = True
Font.Color = clWhite
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
ParentFont = False
TabOrder = 0
OnSelection = CandidateStringGridSelection
ColWidths = (
582
)
Cells = (
1
0
0
'Andere Einträge mit kompatiblen Anschlüssen'
)
end
end
object ComparisonPanel: TPanel
AnchorSideBottom.Control = ElementAPanel
Left = 5
Height = 356
Top = 106
Width = 612
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
BevelColor = clBlack
ClientHeight = 356
ClientWidth = 612
TabOrder = 1
object TestCasesStringGrid: TStringGrid
AnchorSideLeft.Control = ComparisonPanel
AnchorSideTop.Control = generateTestCasesShape1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ComparisonPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ComparisonPanel
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 284
Top = 66
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 8
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Color = 8405056
ColCount = 1
FixedColor = 6303792
FixedCols = 0
Flat = True
Font.Color = clWhite
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goDblClickAutoSize, goSmoothScroll]
ParentFont = False
TabOrder = 0
OnHeaderClick = TestCasesStringGridHeaderClick
OnValidateEntry = TestCasesStringGridValidateEntry
ColWidths = (
599
)
Cells = (
1
0
0
'Andere Einträge mit kompatiblen Anschlüssen'
)
end
object CompareCaptionLabel: TLabel
AnchorSideLeft.Control = ComparisonPanel
AnchorSideTop.Control = ComparisonPanel
Left = 7
Height = 23
Top = 6
Width = 165
BorderSpacing.Left = 6
BorderSpacing.Top = 5
Caption = 'Verhalten vergleichen'
Font.Color = clWhite
Font.Height = -17
ParentColor = False
ParentFont = False
end
object generateTestCasesShape: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StepCountEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ComparisonPanel
AnchorSideRight.Side = asrBottom
Left = 478
Height = 28
Top = 30
Width = 129
Anchors = [akTop, akRight]
BorderSpacing.Top = 4
BorderSpacing.Right = 4
Brush.Color = 6303792
OnMouseDown = generateTestCasesShapeMouseDown
Shape = stRoundRect
end
object generateTestCasesLabel: TLabel
AnchorSideLeft.Control = generateTestCasesShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = generateTestCasesShape
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 510
Height = 21
Top = 34
Width = 64
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'erzeugen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = generateTestCasesShapeMouseDown
end
object generateTestCasesShape1: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StepCountEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = generateTestCasesShape
Left = 345
Height = 28
Top = 30
Width = 129
Anchors = [akTop, akRight]
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Right = 4
Brush.Color = 6303792
OnMouseDown = generateTestCasesShape1MouseDown
Shape = stRoundRect
end
object generateTestCasesLabel1: TLabel
AnchorSideLeft.Control = generateTestCasesShape1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = generateTestCasesShape1
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 371
Height = 21
Top = 34
Width = 77
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'fortlaufend'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = generateTestCasesShape1MouseDown
end
object StepCountEdit: TEdit
AnchorSideLeft.Control = Label7
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompareCaptionLabel
AnchorSideTop.Side = asrBottom
Left = 259
Height = 23
Top = 33
Width = 80
BorderSpacing.Left = 4
BorderSpacing.Top = 4
Color = 7354424
Font.Color = clWhite
NumbersOnly = True
OnEditingDone = StepCountEditEditingDone
ParentFont = False
TabOrder = 1
end
object Label7: TLabel
AnchorSideLeft.Control = TestCaseCountEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TestCaseCountEdit
AnchorSideTop.Side = asrCenter
Left = 137
Height = 15
Top = 37
Width = 118
BorderSpacing.Left = 10
BorderSpacing.Top = 4
Caption = 'Schritte für alle setzen:'
Font.Color = clWhite
ParentColor = False
ParentFont = False
end
object TestCaseCountEdit: TEdit
AnchorSideLeft.Control = Label6
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompareCaptionLabel
AnchorSideTop.Side = asrBottom
Left = 47
Height = 23
Top = 33
Width = 80
BorderSpacing.Left = 4
BorderSpacing.Top = 4
Color = 7354424
Font.Color = clWhite
NumbersOnly = True
OnEditingDone = TestCaseCountEditEditingDone
ParentFont = False
TabOrder = 2
Text = '16'
end
object Label6: TLabel
AnchorSideLeft.Control = CompareCaptionLabel
AnchorSideTop.Control = TestCaseCountEdit
AnchorSideTop.Side = asrCenter
Left = 7
Height = 15
Top = 37
Width = 36
BorderSpacing.Top = 4
Caption = 'Anzahl'
Font.Color = clWhite
ParentColor = False
ParentFont = False
end
end
object ElementAPanel: TPanel
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 5
Height = 296
Top = 467
Width = 283
Align = alCustom
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
BevelColor = clBlack
ClientHeight = 296
ClientWidth = 283
Color = 8405056
ParentColor = False
TabOrder = 2
object CaptionLabelA: TLabel
AnchorSideLeft.Control = ElementAPanel
AnchorSideTop.Control = ElementAPanel
Left = 7
Height = 23
Top = 6
Width = 78
BorderSpacing.Left = 6
BorderSpacing.Top = 5
Caption = 'Element A'
Font.Color = clWhite
Font.Height = -17
ParentColor = False
ParentFont = False
end
object deleteAShape: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StepCountEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ElementAPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ElementAPanel
AnchorSideBottom.Side = asrBottom
Left = 148
Height = 28
Top = 262
Width = 129
Anchors = [akRight, akBottom]
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = deleteAShapeMouseDown
Shape = stRoundRect
end
object deleteALabel: TLabel
AnchorSideLeft.Control = deleteAShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = deleteAShape
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 179
Height = 21
Top = 266
Width = 67
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'entfernen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = deleteAShapeMouseDown
end
object DetailsMemoA: TMemo
AnchorSideLeft.Control = ElementAPanel
AnchorSideTop.Control = CaptionLabelA
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ElementAPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = deleteAShape
Left = 1
Height = 223
Top = 34
Width = 276
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
BorderStyle = bsNone
Color = 8405056
Font.Color = clWhite
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
WordWrap = False
end
end
object ElementBPanel: TPanel
AnchorSideLeft.Control = ElementAPanel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ElementAPanel
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 334
Height = 296
Top = 467
Width = 283
Align = alCustom
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Right = 5
BevelColor = clBlack
ClientHeight = 296
ClientWidth = 283
Color = 6303792
ParentColor = False
TabOrder = 3
object CaptionLabelB: TLabel
AnchorSideLeft.Control = ElementBPanel
AnchorSideTop.Control = ElementBPanel
Left = 7
Height = 23
Top = 6
Width = 77
BorderSpacing.Left = 6
BorderSpacing.Top = 5
Caption = 'Element B'
Font.Color = clWhite
Font.Height = -17
ParentColor = False
ParentFont = False
end
object deleteBShape: TShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StepCountEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ElementBPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ElementBPanel
AnchorSideBottom.Side = asrBottom
Left = 148
Height = 28
Top = 262
Width = 129
Anchors = [akRight, akBottom]
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 4202528
OnMouseDown = deleteBShapeMouseDown
Shape = stRoundRect
end
object deleteBLabel: TLabel
AnchorSideLeft.Control = deleteBShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = deleteBShape
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 179
Height = 21
Top = 266
Width = 67
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'entfernen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = deleteBShapeMouseDown
end
object DetailsMemoB: TMemo
AnchorSideLeft.Control = ElementBPanel
AnchorSideTop.Control = CaptionLabelB
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ElementBPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = deleteBShape
Left = 1
Height = 223
Top = 34
Width = 276
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
BorderStyle = bsNone
Color = 6303792
Font.Color = clWhite
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
WordWrap = False
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 152
Top = 196
end
end