-
Notifications
You must be signed in to change notification settings - Fork 2
/
gEdUnit.dfm
executable file
·729 lines (729 loc) · 20.9 KB
/
gEdUnit.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
object gEdForm: TgEdForm
Left = 276
Top = 137
BorderStyle = bsToolWindow
Caption = #1056#1077#1076#1072#1082#1090#1086#1088' '#1074#1099#1076#1077#1083#1077#1085#1085#1086#1081' '#1075#1088#1091#1087#1099' MPEG-Tag-'#1086#1074
ClientHeight = 306
ClientWidth = 400
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ProgressGauge: TGauge
Left = 119
Top = 260
Width = 162
Height = 25
Color = clBtnFace
ForeColor = clBlue
ParentColor = False
Progress = 0
end
object PageControl: TPageControl
Left = 0
Top = 0
Width = 400
Height = 257
ActivePage = TabSheet1
TabOrder = 0
object ID3v1Sheet: TTabSheet
Caption = 'ID3v1 Tag'
object RemoveID3v1Box: TCheckBox
Left = 0
Top = 0
Width = 65
Height = 17
Caption = '&'#1059#1076#1072#1083#1080#1090#1100
TabOrder = 0
end
object ArtistEnBox: TCheckBox
Left = 0
Top = 23
Width = 97
Height = 17
Caption = #1048#1089#1087#1086#1083#1085#1080#1090#1077#1083#1100
TabOrder = 1
OnClick = ArtistEnBoxClick
end
object TitleEnBox: TCheckBox
Left = 0
Top = 47
Width = 97
Height = 17
Caption = #1053#1072#1079#1074#1072#1085#1080#1077
TabOrder = 3
OnClick = TitleEnBoxClick
end
object AlbumEnBox: TCheckBox
Left = 0
Top = 70
Width = 97
Height = 17
Caption = #1040#1083#1100#1073#1086#1084
TabOrder = 5
OnClick = AlbumEnBoxClick
end
object YearEnBox: TCheckBox
Left = 0
Top = 94
Width = 97
Height = 17
Caption = #1043#1086#1076
TabOrder = 7
OnClick = YearEnBoxClick
end
object GenreEnBox: TCheckBox
Left = 0
Top = 143
Width = 97
Height = 17
Caption = #1046#1072#1085#1088
TabOrder = 11
OnClick = GenreEnBoxClick
end
object TrackEnBox: TCheckBox
Left = 0
Top = 118
Width = 97
Height = 17
Caption = #1058#1088#1101#1082
TabOrder = 9
OnClick = TrackEnBoxClick
end
object GuessID3FromNameBox: TCheckBox
Left = 80
Top = 0
Width = 153
Height = 17
Caption = #1059'&'#1075#1072#1076#1072#1090#1100' '#1080#1079' '#1080#1084#1077#1085#1080' '#1092#1072#1081#1083#1072
TabOrder = 15
end
object CommentEnBox: TCheckBox
Left = 0
Top = 167
Width = 97
Height = 17
Caption = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1081
TabOrder = 13
OnClick = CommentEnBoxClick
end
object CommentEdit: TEdit
Left = 104
Top = 165
Width = 190
Height = 21
MaxLength = 30
TabOrder = 14
end
object TrackEdit: TEdit
Left = 104
Top = 117
Width = 40
Height = 21
MaxLength = 3
TabOrder = 10
end
object AlbumEdit: TEdit
Left = 104
Top = 69
Width = 190
Height = 21
MaxLength = 30
TabOrder = 6
end
object TitleEdit: TEdit
Left = 104
Top = 45
Width = 190
Height = 21
MaxLength = 30
TabOrder = 4
end
object YearEdit: TEdit
Left = 104
Top = 93
Width = 40
Height = 21
MaxLength = 4
TabOrder = 8
end
object ArtistEdit: TEdit
Left = 104
Top = 21
Width = 190
Height = 21
MaxLength = 30
TabOrder = 2
end
object CopyFromID3v2tov1: TCheckBox
Left = 248
Top = 0
Width = 129
Height = 17
Caption = #1050#1086#1087#1080#1088#1086#1074#1072#1090#1100' '#1080#1079' ID3v2'
TabOrder = 16
end
object GenreBox: TComboBox
Left = 104
Top = 141
Width = 190
Height = 21
Style = csDropDownList
ItemHeight = 0
Sorted = True
TabOrder = 12
end
object ExistID3v1Box: TCheckBox
Left = 0
Top = 212
Width = 241
Height = 17
Caption = #1054#1073#1088#1072#1073#1072#1090#1099#1074#1072#1090#1100' '#1090#1086#1083#1100#1082#1086' '#1077#1089#1083#1080' '#1077#1089#1090#1100' ID3v1 '#1090#1072#1075
TabOrder = 17
end
object T1BandCaseBox: TComboBox
Left = 296
Top = 21
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 18
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object T1TitleCaseBox: TComboBox
Left = 296
Top = 45
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 19
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object T1AlbumCaseBox: TComboBox
Left = 296
Top = 69
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 20
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object T1CommentCaseBox: TComboBox
Left = 296
Top = 165
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 21
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
end
object ID3v2Sheet: TTabSheet
Caption = 'ID3v2 Tag'
ImageIndex = 1
object RemoveID3v2Box: TCheckBox
Left = 0
Top = 0
Width = 97
Height = 17
Caption = '&'#1059#1076#1072#1083#1080#1090#1100
TabOrder = 0
end
object IArtistEnBox: TCheckBox
Left = 0
Top = 23
Width = 97
Height = 17
Caption = #1048#1089#1087#1086#1083#1085#1080#1090#1077#1083#1100
TabOrder = 1
OnClick = IArtistEnBoxClick
end
object ITitleEnBox: TCheckBox
Left = 0
Top = 47
Width = 97
Height = 17
Caption = #1053#1072#1079#1074#1072#1085#1080#1077
TabOrder = 3
OnClick = ITitleEnBoxClick
end
object IAlbumEnBox: TCheckBox
Left = 0
Top = 70
Width = 97
Height = 17
Caption = #1040#1083#1100#1073#1086#1084
TabOrder = 5
OnClick = IAlbumEnBoxClick
end
object IYearEnBox: TCheckBox
Left = 0
Top = 94
Width = 97
Height = 17
Caption = #1043#1086#1076
TabOrder = 7
OnClick = IYearEnBoxClick
end
object ITrackEnBox: TCheckBox
Left = 0
Top = 118
Width = 97
Height = 17
Caption = #1058#1088#1101#1082
TabOrder = 9
OnClick = ITrackEnBoxClick
end
object IGenreEnBox: TCheckBox
Left = 0
Top = 143
Width = 97
Height = 17
Caption = #1046#1072#1085#1088
TabOrder = 11
OnClick = IGenreEnBoxClick
end
object ICommentsEnBox: TCheckBox
Left = 0
Top = 167
Width = 97
Height = 17
Caption = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1080
TabOrder = 13
OnClick = ICommentsEnBoxClick
end
object IArtistEdit: TEdit
Left = 104
Top = 21
Width = 190
Height = 21
TabOrder = 2
end
object ITitleEdit: TEdit
Left = 104
Top = 45
Width = 190
Height = 21
TabOrder = 4
end
object IAlbumEdit: TEdit
Left = 104
Top = 69
Width = 190
Height = 21
TabOrder = 6
end
object IYearEdit: TEdit
Left = 104
Top = 93
Width = 40
Height = 21
TabOrder = 8
end
object ITrackEdit: TEdit
Left = 104
Top = 117
Width = 40
Height = 21
TabOrder = 10
end
object IGenreBox: TComboBox
Left = 104
Top = 141
Width = 190
Height = 21
ItemHeight = 0
Sorted = True
TabOrder = 12
end
object ICommentsMemo: TMemo
Left = 104
Top = 165
Width = 289
Height = 63
TabOrder = 14
WordWrap = False
end
object ExistID3v2Box: TCheckBox
Left = 0
Top = 212
Width = 81
Height = 17
Caption = #1089#1083#1080' '#1077#1089#1090#1100' '#1090#1072#1075
TabOrder = 15
end
object CopyFromID3v1tov2: TCheckBox
Left = 248
Top = 0
Width = 129
Height = 17
Caption = #1050#1086#1087#1080#1088#1086#1074#1072#1090#1100' '#1080#1079' ID3v1'
TabOrder = 16
end
object T2BandCaseBox: TComboBox
Left = 296
Top = 21
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 17
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object T2TitleCaseBox: TComboBox
Left = 296
Top = 45
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 18
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object T2AlbumCaseBox: TComboBox
Left = 296
Top = 69
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 19
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object T2GenreCaseBox: TComboBox
Left = 296
Top = 141
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 20
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object GuessID3v2FromNameBox: TCheckBox
Left = 80
Top = 0
Width = 153
Height = 17
Caption = #1059'&'#1075#1072#1076#1072#1090#1100' '#1080#1079' '#1080#1084#1077#1085#1080' '#1092#1072#1081#1083#1072
TabOrder = 21
end
end
object DIDTGSheet: TTabSheet
Caption = 'DID Tag'
ImageIndex = 2
object RemoveDIDBox: TCheckBox
Left = 0
Top = 0
Width = 97
Height = 17
Caption = '&'#1059#1076#1072#1083#1080#1090#1100
TabOrder = 0
end
object DArtistEnBox: TCheckBox
Left = 0
Top = 23
Width = 97
Height = 17
Caption = #1048#1089#1087#1086#1083#1085#1080#1090#1077#1083#1100
TabOrder = 1
OnClick = DArtistEnBoxClick
end
object DTitleEnBox: TCheckBox
Left = 0
Top = 47
Width = 97
Height = 17
Caption = #1053#1072#1079#1074#1072#1085#1080#1077
TabOrder = 3
OnClick = DTitleEnBoxClick
end
object DAlbumEnBox: TCheckBox
Left = 0
Top = 70
Width = 97
Height = 17
Caption = #1040#1083#1100#1073#1086#1084
TabOrder = 5
OnClick = DAlbumEnBoxClick
end
object DYearEnBox: TCheckBox
Left = 0
Top = 94
Width = 97
Height = 17
Caption = #1043#1086#1076
TabOrder = 7
OnClick = DYearEnBoxClick
end
object DGenreEnBox: TCheckBox
Left = 0
Top = 118
Width = 97
Height = 17
Caption = #1046#1072#1085#1088
TabOrder = 9
OnClick = DGenreEnBoxClick
end
object DCommentsEnBox: TCheckBox
Left = 0
Top = 143
Width = 97
Height = 17
Caption = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1080
TabOrder = 11
OnClick = DCommentsEnBoxClick
end
object DArtistEdit: TEdit
Left = 104
Top = 21
Width = 190
Height = 21
TabOrder = 2
end
object DTitleEdit: TEdit
Left = 104
Top = 45
Width = 190
Height = 21
TabOrder = 4
end
object DAlbumEdit: TEdit
Left = 104
Top = 69
Width = 190
Height = 21
TabOrder = 6
end
object DYearEdit: TEdit
Left = 104
Top = 93
Width = 40
Height = 21
TabOrder = 8
end
object DGenreBox: TComboBox
Left = 104
Top = 117
Width = 190
Height = 21
ItemHeight = 0
Sorted = True
TabOrder = 10
end
object DCommentsEdit: TEdit
Left = 104
Top = 141
Width = 190
Height = 21
TabOrder = 12
end
object ExistDIDBox: TCheckBox
Left = 0
Top = 212
Width = 233
Height = 17
Caption = #1054#1073#1088#1072#1073#1072#1090#1099#1074#1072#1090#1100' '#1090#1086#1083#1100#1082#1086' '#1077#1089#1083#1080' '#1077#1089#1090#1100' DID '#1090#1072#1075
TabOrder = 13
end
object DTBandCaseBox: TComboBox
Left = 296
Top = 21
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 14
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object DTTitleCaseBox: TComboBox
Left = 296
Top = 45
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 15
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object DTAlbumCaseBox: TComboBox
Left = 296
Top = 69
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 16
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object DTGenreCaseBox: TComboBox
Left = 296
Top = 117
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 17
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
object DTCommentCaseBox: TComboBox
Left = 296
Top = 141
Width = 96
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 18
Text = #1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
Items.Strings = (
#1041#1077#1047' '#1048#1079#1084#1077#1085#1077#1085#1080#1081
#1055#1077#1088#1074#1072#1103' '#1073#1086#1083#1100#1096#1072#1103
#1055#1077#1088#1074#1099#1077' '#1041#1086#1083#1100#1096#1080#1077
#1074#1089#1077' '#1084#1072#1083#1077#1085#1100#1082#1080#1077
#1042#1057#1045' '#1041#1054#1051#1068#1064#1048#1045)
end
end
object TabSheet1: TTabSheet
Caption = 'MPEG'
ImageIndex = 3
object OptBegMPEGBox: TCheckBox
Left = 0
Top = 0
Width = 193
Height = 17
Caption = #1054#1087#1090#1080#1084#1080#1079#1080#1088#1086#1074#1072#1090#1100' '#1053#1072#1095#1072#1083#1086' MPEG'
TabOrder = 0
end
end
end
object StatusBar: TStatusBar
Left = 0
Top = 287
Width = 400
Height = 19
Panels = <
item
Width = 115
end
item
Width = 50
end>
end
object SaveBtn: TButton
Left = 0
Top = 260
Width = 115
Height = 25
Caption = #1054'&'#1073#1088#1072#1073#1086#1090#1072#1090#1100
Default = True
ModalResult = 1
TabOrder = 2
OnClick = SaveBtnClick
end
object CancelBtn: TButton
Left = 285
Top = 260
Width = 115
Height = 25
Cancel = True
Caption = '&'#1054#1090#1084#1077#1085#1080#1090#1100
ModalResult = 2
TabOrder = 3
OnClick = CancelBtnClick
end
end