-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFrmMain.dfm
782 lines (782 loc) · 20.4 KB
/
FrmMain.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
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
object FormMain: TFormMain
Left = 0
Top = 0
Caption = 'Incorex Tilchi 2.0'
ClientHeight = 536
ClientWidth = 592
Color = clBtnFace
Constraints.MinHeight = 570
Constraints.MinWidth = 600
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
ScreenSnap = True
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpacerTopMain: TRzSpacer
Left = 0
Top = 0
Width = 592
Height = 3
Align = alTop
end
object SpacerBottomMain: TRzSpacer
Left = 0
Top = 533
Width = 592
Height = 3
Align = alBottom
ExplicitTop = 8
end
object SpacerLeftMain: TRzSpacer
Left = 0
Top = 3
Width = 3
Height = 530
Align = alLeft
ExplicitTop = 533
ExplicitHeight = 592
end
object SpacerRightMain: TRzSpacer
Left = 589
Top = 3
Width = 3
Height = 530
Align = alRight
ExplicitLeft = 8
ExplicitTop = 6
end
object PanelMain: TPanel
Left = 3
Top = 3
Width = 586
Height = 530
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object SplitterLeft: TSplitter
Left = 230
Top = 59
Height = 471
ExplicitLeft = 358
ExplicitTop = 86
ExplicitHeight = 462
end
object SpacerTop2: TRzSpacer
Left = 0
Top = 56
Width = 586
Height = 3
Align = alTop
ExplicitLeft = -6
ExplicitTop = 136
end
object PanelTop: TRzPanel
Left = 0
Top = 0
Width = 586
Height = 56
Align = alTop
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clWhite
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ShowGrid = True
TabOrder = 0
VisualStyle = vsGradient
object LabelIncorex: TLabel
Left = 57
Top = 1
Width = 81
Height = 25
Caption = 'Incorex'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object LabelTilchi: TLabel
Left = 57
Top = 22
Width = 122
Height = 33
Caption = 'Tilchi 2.0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -27
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object ImageAbout: TImage
Tag = 3
Left = 4
Top = 5
Width = 48
Height = 48
OnMouseEnter = ImageAboutMouseEnter
OnMouseLeave = ImageAboutMouseLeave
end
end
object PanelRight: TPanel
Left = 233
Top = 59
Width = 353
Height = 471
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object SpacerRight1: TRzSpacer
Left = 0
Top = 80
Width = 353
Height = 3
Align = alTop
ExplicitLeft = 6
ExplicitTop = 393
ExplicitWidth = 321
end
object PanelServices: TPanel
Left = 0
Top = 83
Width = 353
Height = 388
Align = alClient
BevelOuter = bvNone
Color = clWhite
TabOrder = 2
end
object PanelHistory: TPanel
Left = 0
Top = 83
Width = 353
Height = 388
Align = alClient
BevelOuter = bvNone
Color = clWhite
TabOrder = 3
end
object PanelDics: TPanel
Left = 0
Top = 83
Width = 353
Height = 388
Align = alClient
BevelOuter = bvNone
Color = clWhite
TabOrder = 4
object PanelDicsTop: TRzPanel
Left = 0
Top = 0
Width = 353
Height = 30
Align = alTop
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
VisualStyle = vsGradient
object ImageDicsLeftLang: TImage
Left = 2
Top = 2
Width = 32
Height = 26
Align = alLeft
Center = True
OnClick = ImageLeftLangClick
ExplicitLeft = 0
ExplicitTop = 1
end
object ImageDicsRightLang: TImage
Left = 319
Top = 2
Width = 32
Height = 26
Align = alRight
Center = True
OnClick = ImageLeftLangClick
ExplicitLeft = -325
ExplicitTop = 330
end
end
object ButtonAddDic: TRzPanel
Left = 113
Top = 129
Width = 80
Height = 22
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStop = clWhite
GridColor = clWhite
ParentFont = False
TabOrder = 1
VisualStyle = vsGradient
OnClick = ButtonAddDicClick
end
end
object PanelCaption: TRzPanel
Left = 0
Top = 0
Width = 353
Height = 80
Align = alTop
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
VisualStyle = vsGradient
object ImageCaption: TImage
Tag = 3
Left = 4
Top = 0
Width = 80
Height = 80
end
object LabelCaptionDescription: TTntLabel
Left = 87
Top = 29
Width = 260
Height = 13
Constraints.MinWidth = 260
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object LabelCaption: TTntLabel
Left = 86
Top = 6
Width = 260
Height = 24
Color = clBlack
Constraints.MinWidth = 260
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -20
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
WordWrap = True
end
end
object PanelTranslation: TRzPanel
Left = 0
Top = 83
Width = 353
Height = 388
Align = alClient
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderSides = [sdLeft, sdRight, sdBottom]
Color = clWhite
FlatColor = 11645361
TabOrder = 1
object RichEdit: TTntRichEdit
Left = 2
Top = 30
Width = 349
Height = 356
Align = alClient
BorderStyle = bsNone
HideScrollBars = False
ScrollBars = ssVertical
TabOrder = 0
end
object PanelTranslationTop: TRzPanel
Left = 2
Top = 0
Width = 349
Height = 30
Align = alTop
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
VisualStyle = vsGradient
object Image1: TImage
Left = 2
Top = 2
Width = 32
Height = 26
Align = alLeft
Center = True
OnClick = ImageLeftLangClick
ExplicitLeft = 0
ExplicitTop = 1
end
object ComboDics: TTntComboBox
Left = 84
Top = 6
Width = 261
Height = 21
BevelInner = bvNone
BevelOuter = bvNone
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 0
end
end
end
end
object PanelLeft: TPanel
Left = 0
Top = 59
Width = 230
Height = 471
Align = alLeft
BevelOuter = bvNone
Constraints.MinWidth = 230
TabOrder = 2
object SpacerLeft2: TRzSpacer
Left = 0
Top = 280
Width = 230
Height = 3
Align = alTop
ExplicitLeft = 6
ExplicitTop = 275
ExplicitWidth = 323
end
object SpacerLeftTop: TRzSpacer
Left = 0
Top = 313
Width = 230
Height = 3
Align = alTop
ExplicitLeft = 6
ExplicitTop = 393
ExplicitWidth = 321
end
object SpacerLeft3: TRzSpacer
Left = 0
Top = 346
Width = 230
Height = 3
Align = alTop
ExplicitLeft = -3
ExplicitTop = 405
ExplicitWidth = 323
end
object SpacerLeft4: TRzSpacer
Left = 0
Top = 379
Width = 230
Height = 3
Align = alTop
ExplicitLeft = 6
ExplicitTop = 412
end
object PanelDicsMenu: TRzPanel
Left = 0
Top = 283
Width = 230
Height = 30
Align = alTop
Alignment = taLeftJustify
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
VisualStyle = vsGradient
OnClick = PanelDicsMenuClick
object ImageDics: TImage
Tag = 5
Left = 2
Top = 2
Width = 32
Height = 26
Align = alLeft
Center = True
ExplicitLeft = 0
ExplicitTop = 1
end
end
object PanelServicesMenu: TRzPanel
Left = 0
Top = 316
Width = 230
Height = 30
Align = alTop
Alignment = taLeftJustify
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
VisualStyle = vsGradient
OnClick = PanelServicesMenuClick
object ImageServices: TImage
Tag = 5
Left = 2
Top = 2
Width = 32
Height = 26
Align = alLeft
Center = True
ExplicitLeft = 0
ExplicitTop = 1
end
end
object PanelWords: TRzPanel
Left = 0
Top = 30
Width = 230
Height = 250
Align = alTop
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderSides = [sdLeft, sdRight, sdBottom]
Color = clWhite
FlatColor = 11645361
TabOrder = 2
object SplitterWords: TSplitter
Left = 2
Top = 226
Width = 226
Height = 1
Cursor = crVSplit
Align = alBottom
Color = clBtnFace
ParentColor = False
ExplicitTop = 224
end
object MemoSearchWord: TTntMemo
Left = 2
Top = 227
Width = 226
Height = 21
Align = alBottom
BorderStyle = bsNone
Constraints.MinHeight = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object TreeWords: TVirtualStringTree
Left = 2
Top = 0
Width = 226
Height = 226
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alClient
BorderStyle = bsNone
Colors.DisabledColor = clHighlight
Colors.HeaderHotColor = clHighlight
Colors.UnfocusedSelectionColor = clHighlight
Colors.UnfocusedSelectionBorderColor = clHighlight
DefaultNodeHeight = 15
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
Header.AutoSizeIndex = 0
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'Tahoma'
Header.Font.Style = []
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
IncrementalSearch = isAll
Indent = 2
Margin = 0
ParentFont = False
TabOrder = 1
TextMargin = 0
TreeOptions.PaintOptions = [toShowDropmark, toShowRoot, toThemeAware]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnClick = TreeLangsClick
OnGetText = TreeLangsGetText
Columns = <>
end
end
object PanelLangMenu: TRzPanel
Left = 0
Top = 0
Width = 230
Height = 30
Align = alTop
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
VisualStyle = vsGradient
OnClick = PanelLangMenuClick
object ImageLeftLang: TImage
Tag = 7
Left = 2
Top = 2
Width = 32
Height = 26
Align = alLeft
Center = True
OnClick = ImageLeftLangClick
ExplicitLeft = 0
ExplicitTop = 1
end
object ImageRightLang: TImage
Tag = 5
Left = 196
Top = 2
Width = 32
Height = 26
Align = alRight
Center = True
OnClick = ImageLeftLangClick
ExplicitTop = 0
ExplicitHeight = 28
end
end
object PanelHistoryMenu: TRzPanel
Left = 0
Top = 349
Width = 230
Height = 30
Align = alTop
Alignment = taLeftJustify
BorderInner = fsFlatRounded
BorderOuter = fsNone
BorderColor = clInactiveCaptionText
BorderShadow = clWhite
Color = clWhite
FlatColor = 11645361
FlatColorAdjustment = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GradientColorStyle = gcsCustom
GradientColorStop = cl3DLight
GridColor = clWhite
GridStyle = gsDottedLines
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 4
VisualStyle = vsGradient
OnClick = PanelHistoryMenuClick
object ImageHistory: TImage
Tag = 5
Left = 2
Top = 2
Width = 32
Height = 26
Align = alLeft
Center = True
ExplicitLeft = 0
ExplicitTop = 1
end
end
end
object TreeLangs: TVirtualStringTree
AlignWithMargins = True
Left = 3
Top = 90
Width = 224
Height = 28
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
BorderStyle = bsNone
ButtonFillMode = fmTransparent
CheckImageKind = ckXP
Color = clWhite
Colors.DisabledColor = clSilver
Colors.FocusedSelectionColor = clSilver
Colors.FocusedSelectionBorderColor = clSilver
Colors.GridLineColor = clHighlight
Colors.SelectionRectangleBlendColor = clSilver
Colors.SelectionRectangleBorderColor = clSilver
Colors.TreeLineColor = clWhite
Colors.UnfocusedSelectionColor = clHighlight
Colors.UnfocusedSelectionBorderColor = clHighlight
DefaultNodeHeight = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Header.AutoSizeIndex = 0
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'Tahoma'
Header.Font.Style = []
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
Images = ImageList
Indent = 0
LineMode = lmBands
Margin = 0
ParentFont = False
ParentShowHint = False
ScrollBarOptions.HorizontalIncrement = 22
ScrollBarOptions.ScrollBarStyle = sbm3D
ScrollBarOptions.VerticalIncrement = 28
SelectionBlendFactor = 20
ShowHint = False
TabOrder = 3
TextMargin = 0
TreeOptions.AnimationOptions = [toAnimatedToggle]
TreeOptions.PaintOptions = [toHideFocusRect, toHideSelection, toHotTrack, toShowDropmark, toShowRoot, toThemeAware, toAlwaysHideSelection]
Visible = False
OnClick = TreeLangsClick
OnGetCursor = TreeLangsGetCursor
OnGetText = TreeLangsGetText
OnGetImageIndex = TreeLangsGetImageIndex
Columns = <>
end
end
object ImageList: TImageList
Height = 32
Width = 32
Left = 376
Top = 24
end
object OpenDialog: TTntOpenDialog
Left = 408
Top = 24
end
end