-
Notifications
You must be signed in to change notification settings - Fork 0
/
palettehandingui.lfm
514 lines (514 loc) · 13.5 KB
/
palettehandingui.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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
object PaletteHandlingDialog: TPaletteHandlingDialog
Left = 964
Height = 590
Top = 224
Width = 673
Caption = 'Palette verwalten'
ClientHeight = 570
ClientWidth = 673
Color = 7354424
Menu = MainMenu1
OnCreate = FormCreate
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object entriesGrid: TStringGrid
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Splitter1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DetailsMemo
AnchorSideBottom.Control = ExportShape
Left = 5
Height = 410
Top = 111
Width = 488
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Color = 8405056
ColCount = 4
Columns = <
item
MinSize = 8
MaxSize = 160
Title.Caption = 'Beschriftung'
end
item
MinSize = 8
MaxSize = 160
Title.Caption = 'Beschreibung'
end
item
MinSize = 8
MaxSize = 160
PickList.Strings = (
'A'
'B'
'C'
)
Title.Caption = 'Palette'
end
item
ButtonStyle = cbsCheckboxColumn
MinSize = 8
MaxSize = 160
Title.Caption = 'exportieren'
end>
FixedColor = 6303792
FixedCols = 0
Flat = True
Font.Color = clWhite
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goRowSelect, goDblClickAutoSize, goSmoothScroll]
ParentFont = False
TabOrder = 0
OnGetCheckboxState = entriesGridGetCheckboxState
OnHeaderClick = entriesGridHeaderClick
OnSelectEditor = entriesGridSelectEditor
OnSelection = entriesGridSelection
OnSetCheckboxState = entriesGridSetCheckboxState
OnValidateEntry = entriesGridValidateEntry
Cells = (
1
0
0
'Beschriftung'
)
end
object ExportShape: TShape
AnchorSideRight.Control = ImportShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 9
Height = 39
Top = 526
Width = 203
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = ExportShapeMouseDown
Shape = stRoundRect
end
object ExportLabel: TLabel
AnchorSideLeft.Control = ExportShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ExportShape
AnchorSideTop.Side = asrCenter
Left = 24
Height = 21
Top = 535
Width = 172
Caption = 'Ausgewählte exportieren'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = ExportShapeMouseDown
end
object StartTaskLabel: TLabel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Side = asrCenter
Left = 210
Height = 21
Top = 181
Width = 110
Caption = 'Aufgabe starten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object ImportShape: TShape
AnchorSideRight.Control = DeleteShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 217
Height = 39
Top = 526
Width = 163
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = ImportShapeMouseDown
Shape = stRoundRect
end
object ImportLabel: TLabel
AnchorSideLeft.Control = ImportShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ImportShape
AnchorSideTop.Side = asrCenter
Left = 232
Height = 21
Top = 535
Width = 132
Caption = 'Palette importieren'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = ImportShapeMouseDown
end
object DeleteShape: TShape
AnchorSideRight.Control = EditBoardShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 385
Height = 39
Top = 526
Width = 139
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = DeleteShapeMouseDown
Shape = stRoundRect
end
object DeleteLabel: TLabel
AnchorSideLeft.Control = DeleteShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DeleteShape
AnchorSideTop.Side = asrCenter
Left = 401
Height = 21
Top = 535
Width = 106
Caption = 'Eintrag löschen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = DeleteShapeMouseDown
end
object MarkAllShape: TShape
AnchorSideLeft.Control = entriesGrid
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Splitter1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = MarkNoneShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 498
Height = 39
Top = 111
Width = 80
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = MarkAllShapeMouseDown
Shape = stRoundRect
end
object MarkAllLabel: TLabel
AnchorSideLeft.Control = MarkAllShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MarkAllShape
AnchorSideTop.Side = asrCenter
Left = 518
Height = 21
Top = 120
Width = 40
Caption = '✓ alle'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MarkAllShapeMouseDown
end
object MarkNoneShape: TShape
AnchorSideLeft.Control = entriesGrid
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MarkAllShape
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 498
Height = 39
Top = 155
Width = 80
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = MarkNoneShapeMouseDown
Shape = stRoundRect
end
object MarkNoneLabel: TLabel
AnchorSideLeft.Control = MarkNoneShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MarkNoneShape
AnchorSideTop.Side = asrCenter
Left = 512
Height = 21
Top = 164
Width = 53
Caption = '✓ keine'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MarkNoneShapeMouseDown
end
object SubPalettePanel: TPanel
Left = 5
Height = 96
Top = 5
Width = 663
Align = alTop
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BevelColor = clBlack
ClientHeight = 96
ClientWidth = 663
TabOrder = 1
object MoveTaskDownShape: TShape
AnchorSideTop.Control = MoveTaskUpShape
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SubPalettePanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 618
Height = 39
Top = 50
Width = 39
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = MoveTaskDownShapeMouseDown
Shape = stRoundRect
end
object MoveTaskDownLabel: TLabel
AnchorSideLeft.Control = MoveTaskDownShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MoveTaskDownShape
AnchorSideTop.Side = asrCenter
Left = 633
Height = 21
Top = 59
Width = 8
Caption = '↓'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MoveTaskDownShapeMouseDown
end
object MoveTaskUpShape: TShape
AnchorSideTop.Control = SubPalettePanel
AnchorSideRight.Control = SubPalettePanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SubPalettePanel
AnchorSideBottom.Side = asrBottom
Left = 618
Height = 39
Top = 6
Width = 39
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = MoveTaskUpShapeMouseDown
Shape = stRoundRect
end
object MoveTaskUpLabel: TLabel
AnchorSideLeft.Control = MoveTaskUpShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MoveTaskUpShape
AnchorSideTop.Side = asrCenter
Left = 633
Height = 21
Top = 15
Width = 8
Caption = '↑'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MoveTaskUpShapeMouseDown
end
object SubPaletteStringGrid: TStringGrid
AnchorSideLeft.Control = SubPalettePanel
AnchorSideTop.Control = SubPalettePanel
AnchorSideRight.Control = MoveTaskDownShape
AnchorSideBottom.Control = SubPalettePanel
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 84
Top = 6
Width = 607
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFillColumns = True
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Color = 8405056
ColCount = 1
FixedColor = 6303792
FixedCols = 0
Flat = True
Font.Color = clWhite
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goSmoothScroll]
ParentFont = False
TabOrder = 0
OnSelection = SubPaletteStringGridSelection
OnValidateEntry = SubPaletteStringGridValidateEntry
ColWidths = (
589
)
Cells = (
1
0
0
'Paletten-Titel'
)
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 101
Width = 673
Align = alTop
ResizeAnchor = akTop
end
object DetailsMemo: TMemo
AnchorSideTop.Control = MarkNoneShape
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ExportShape
Left = 498
Height = 322
Top = 199
Width = 170
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 = 3
WordWrap = False
end
object EditBoardShape: TShape
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 529
Height = 39
Top = 526
Width = 139
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = EditBoardShapeMouseDown
Shape = stRoundRect
end
object EditBoardLabel: TLabel
AnchorSideLeft.Control = EditBoardShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = EditBoardShape
AnchorSideTop.Side = asrCenter
Left = 535
Height = 21
Top = 535
Width = 127
Caption = 'Eintrag bearbeiten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = EditBoardShapeMouseDown
end
object OpenDialog1: TOpenDialog
DefaultExt = '.palette'
Filter = 'Palette|*.palette'
FilterIndex = 0
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 91
Top = 204
end
object SaveDialog1: TSaveDialog
DefaultExt = '.palette'
Filter = 'Palette|*.palette'
FilterIndex = 0
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
Left = 161
Top = 159
end
object MainMenu1: TMainMenu
Left = 311
Top = 266
object MenuItem1: TMenuItem
Caption = '&Bereinigen'
object miRemoveDuplicatesExact: TMenuItem
Caption = 'Exakte Duplikate entfernen'
OnClick = miRemoveDuplicatesExactClick
end
object miRemoveDuplicatesBehavior: TMenuItem
Caption = 'Einträge mit gleichem Verhalten entfernen'
OnClick = miRemoveDuplicatesBehaviorClick
end
object miCleanupManually: TMenuItem
Caption = 'Duplikat &manuell entfernen'
OnClick = miCleanupManuallyClick
end
end
end
end