This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmEditor.dfm
684 lines (684 loc) · 18.5 KB
/
frmEditor.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
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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
object Edytor: TEdytor
Left = 201
Top = 27
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'GenName 1.00 - Dictionary files editor'
ClientHeight = 680
ClientWidth = 800
Color = clBtnFace
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 416
Top = 358
Width = 3
Height = 13
end
object pnlTop: TPanel
Left = 0
Top = 0
Width = 800
Height = 41
Align = alTop
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
object Panel1: TPanel
Left = 4
Top = 2
Width = 792
Height = 34
Anchors = [akLeft, akTop, akRight, akBottom]
BevelInner = bvLowered
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
object Panel2: TPanel
Left = 144
Top = 8
Width = 185
Height = 17
Caption = 'Panel2'
TabOrder = 0
Visible = False
end
object pnlBottom: TPanel
Left = 0
Top = 624
Width = 800
Height = 56
Align = alBottom
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
object sts1: TPanel
Left = 4
Top = 2
Width = 792
Height = 22
Anchors = [akLeft, akTop, akRight]
BevelInner = bvLowered
Ctl3D = False
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 4
Top = 28
Width = 120
Height = 25
Caption = 'Create new...'
TabOrder = 1
TabStop = False
OnClick = BitBtn2Click
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
8888880FFFFFF008888888000000008888888888888888888888}
end
object BitBtn3: TBitBtn
Left = 128
Top = 28
Width = 120
Height = 25
Caption = 'Save changes'
TabOrder = 2
TabStop = False
OnClick = BitBtn3Click
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888880000000000000880330000008803088033000000880308803300000088
0308803300000000030880333333333333088033000000003308803088888888
0308803088888888030880308888888803088030888888880308803088888888
0008803088888888080880000000000000088888888888888888}
end
object BitBtn1: TBitBtn
Left = 676
Top = 28
Width = 120
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Close window'
TabOrder = 3
TabStop = False
OnClick = BitBtn1Click
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333333333000033338833333333333333333F333333333333
0000333911833333983333333388F333333F3333000033391118333911833333
38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
911118111118333338F3338F833338F3000033333911111111833333338F3338
3333F8330000333333911111183333333338F333333F83330000333333311111
8333333333338F3333383333000033333339111183333333333338F333833333
00003333339111118333333333333833338F3333000033333911181118333333
33338333338F333300003333911183911183333333383338F338F33300003333
9118333911183333338F33838F338F33000033333913333391113333338FF833
38F338F300003333333333333919333333388333338FFF830000333333333333
3333333333333333333888330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
end
object pnlMain: TPanel
Left = 0
Top = 41
Width = 800
Height = 583
Align = alClient
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
object pnlA: TPanel
Left = 0
Top = 0
Width = 190
Height = 583
Align = alLeft
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
object cap1: TLabel
Left = 4
Top = 4
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Male names:'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cnt1: TLabel
Left = 4
Top = 565
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = '0 items'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object List1: TListBox
Left = 4
Top = 22
Width = 180
Height = 520
TabStop = False
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 16
ParentFont = False
PopupMenu = popList
Sorted = True
TabOrder = 0
OnContextPopup = List1ContextPopup
end
object Edit1: TEdit
Left = 4
Top = 544
Width = 180
Height = 21
Hint =
'Click with right mouse button to enter a non-Latin character (i.' +
'e. from German or French alphabet)'
Anchors = [akLeft, akRight, akBottom]
ParentShowHint = False
PopupMenu = popEdit
ShowHint = True
TabOrder = 1
OnContextPopup = Edit1ContextPopup
OnKeyUp = Edit1KeyUp
end
end
object pnlB: TPanel
Left = 190
Top = 0
Width = 190
Height = 583
Align = alLeft
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
object cap2: TLabel
Left = 4
Top = 4
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Female names:'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cnt2: TLabel
Left = 4
Top = 565
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = '0 items'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object List2: TListBox
Left = 4
Top = 22
Width = 180
Height = 520
TabStop = False
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 16
ParentFont = False
PopupMenu = popList
Sorted = True
TabOrder = 0
OnContextPopup = List2ContextPopup
end
object Edit2: TEdit
Left = 4
Top = 544
Width = 180
Height = 21
Hint =
'Click with right mouse button to enter a non-Latin character (i.' +
'e. from German or French alphabet)'
Anchors = [akLeft, akRight, akBottom]
ParentShowHint = False
PopupMenu = popEdit
ShowHint = True
TabOrder = 1
OnContextPopup = Edit2ContextPopup
OnKeyUp = Edit2KeyUp
end
end
object pnlC: TPanel
Left = 420
Top = 0
Width = 190
Height = 583
Align = alRight
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
object cap4: TLabel
Left = 4
Top = 4
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Titles or prefixes:'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cnt4: TLabel
Left = 4
Top = 565
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = '0 items'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object List4: TListBox
Left = 4
Top = 22
Width = 180
Height = 520
TabStop = False
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 16
ParentFont = False
PopupMenu = popList
Sorted = True
TabOrder = 0
OnContextPopup = List4ContextPopup
end
object Edit4: TEdit
Left = 4
Top = 544
Width = 180
Height = 21
Hint =
'Click with right mouse button to enter a non-Latin character (i.' +
'e. from German or French alphabet)'
Anchors = [akLeft, akRight, akBottom]
ParentShowHint = False
PopupMenu = popEdit
ShowHint = True
TabOrder = 1
OnContextPopup = Edit4ContextPopup
OnKeyUp = Edit4KeyUp
end
end
object pnlD: TPanel
Left = 610
Top = 0
Width = 190
Height = 583
Align = alRight
BevelOuter = bvNone
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
object cap3: TLabel
Left = 4
Top = 4
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Surnames:'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cnt3: TLabel
Left = 4
Top = 565
Width = 182
Height = 16
Alignment = taCenter
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = '0 items'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object List3: TListBox
Left = 4
Top = 22
Width = 180
Height = 520
TabStop = False
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 16
ParentFont = False
PopupMenu = popList
Sorted = True
TabOrder = 0
OnContextPopup = List3ContextPopup
end
object Edit3: TEdit
Left = 4
Top = 544
Width = 180
Height = 21
Hint =
'Click with right mouse button to enter a non-Latin character (i.' +
'e. from German or French alphabet)'
Anchors = [akLeft, akRight, akBottom]
ParentShowHint = False
PopupMenu = popEdit
ShowHint = True
TabOrder = 1
OnContextPopup = Edit3ContextPopup
OnKeyUp = Edit3KeyUp
end
end
end
object Timer1: TTimer
Enabled = False
Interval = 3000
OnTimer = Timer1Timer
Left = 72
Top = 8
end
object popEdit: TPopupMenu
Left = 8
Top = 8
object N2: TMenuItem
Caption = 'ä'
OnClick = menuclick
end
object N4: TMenuItem
Caption = 'ö'
OnClick = menuclick
end
object N5: TMenuItem
Caption = 'ü'
OnClick = menuclick
end
object N3: TMenuItem
Caption = 'Ä'
OnClick = menuclick
end
object N8: TMenuItem
Caption = 'Ö'
OnClick = menuclick
end
object N9: TMenuItem
Caption = 'Ü'
OnClick = menuclick
end
object N1: TMenuItem
Caption = 'ß'
OnClick = menuclick
end
object test1: TMenuItem
Break = mbBarBreak
Caption = 'è'
OnClick = menuclick
end
object N10: TMenuItem
Caption = 'ì'
OnClick = menuclick
end
object N11: TMenuItem
Caption = 'ò'
OnClick = menuclick
end
object N12: TMenuItem
Caption = 'ø'
OnClick = menuclick
end
object N17: TMenuItem
Caption = ''
OnClick = menuclick
end
object N18: TMenuItem
Caption = ''
OnClick = menuclick
end
object N14: TMenuItem
Caption = 'È'
OnClick = menuclick
end
object N15: TMenuItem
Caption = 'Ì'
OnClick = menuclick
end
object N16: TMenuItem
Caption = 'Ò'
OnClick = menuclick
end
object N19: TMenuItem
Caption = 'Ø'
OnClick = menuclick
end
object N20: TMenuItem
Caption = ''
OnClick = menuclick
end
object N21: TMenuItem
Caption = ''
OnClick = menuclick
end
object N6: TMenuItem
Break = mbBarBreak
Caption = 'á'
OnClick = menuclick
end
object N23: TMenuItem
Caption = 'ç'
OnClick = menuclick
end
object N27: TMenuItem
Caption = 'º'
OnClick = menuclick
end
object N7: TMenuItem
Caption = 'é'
OnClick = menuclick
end
object N13: TMenuItem
Caption = 'ú'
OnClick = menuclick
end
object N22: TMenuItem
Caption = 'Á'
OnClick = menuclick
end
object N24: TMenuItem
Caption = 'Ç'
OnClick = menuclick
end
object N25: TMenuItem
Caption = 'É'
OnClick = menuclick
end
object N28: TMenuItem
Caption = 'ª'
OnClick = menuclick
end
object N26: TMenuItem
Caption = 'Ú'
OnClick = menuclick
end
end
object popList: TPopupMenu
Left = 40
Top = 8
object mnuDelete: TMenuItem
Bitmap.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000CE0E0000D80E00001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
7777777777777777777777777777777770F77770F7777777777777000F777777
0F7777000F777770F777777000F77700F7777777000F700F77777777700000F7
7777777777000F7777777777700000F777777777000F70F77777770000F77700
F77770000F7777700F77700F7777777700F77777777777777777}
Caption = 'Delete selected item'
OnClick = mnuDeleteClick
end
object mnuModify: TMenuItem
Bitmap.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000C40E0000C40E00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
00003333330FFFFFFFF000300000FF0F00F0E00BFBFB0FFFFFF0E0BFBF000FFF
F0F0E0FBFBFBF0F00FF0E0BFBF00000B0FF0E0FBFBFBFBF0FFF0E0BF0000000F
FFF0000BFB00B0FF00F03330000B0FFFFFF0333330B0FFFF000033330B0FF00F
0FF03330B00FFFFF0F033309030FFFFF00333330330000000333}
Caption = 'Modify selected item'
OnClick = mnuModifyClick
end
object MenuItem1: TMenuItem
Caption = '-'
end
object mnuAddMore: TMenuItem
Bitmap.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000CE0E0000D80E00001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
7777777777777777777744477777777777774447700000000077444777777777
7777777777777777777777777777777777774447777777777777444770000000
0077444777777777777777777777777777777777777777777777444777777777
7777444770000000007744477777777777777777777777777777}
Caption = 'Add few items at once'
OnClick = mnuAddMoreClick
end
end
end