summaryrefslogtreecommitdiff
path: root/tools/Langpack Suite/Form1.Designer.cs
blob: 7e4b702db7fa85a7d0648644d048a8efd45f861f (plain)
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
namespace Langpack_Suite
{
    partial class MainForm
    {
        /// <summary>
        /// Требуется переменная конструктора.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Освободить все используемые ресурсы.
        /// </summary>
        /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Код, автоматически созданный конструктором форм Windows

        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.CreateLangpackBtn = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.LangpackNameEdit = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.InfMessageLangBox = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.OwnFileCheckBox = new System.Windows.Forms.CheckBox();
            this.SelectOwnFileBtn = new System.Windows.Forms.Button();
            this.OwnFileEdit = new System.Windows.Forms.TextBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.VIURLTextBox = new System.Windows.Forms.TextBox();
            this.GetVICheckBox = new System.Windows.Forms.CheckBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label4 = new System.Windows.Forms.Label();
            this.SVNURLEditBox = new System.Windows.Forms.TextBox();
            this.InfMessageLinkBox = new System.Windows.Forms.TextBox();
            this.LinkListGenBtn = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.InfMessageFindBox = new System.Windows.Forms.TextBox();
            this.CommentFindBtn = new System.Windows.Forms.Button();
            this.NotTranslFindBtn = new System.Windows.Forms.Button();
            this.DupesFindBtn = new System.Windows.Forms.Button();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.AutoModeBtn = new System.Windows.Forms.RadioButton();
            this.ManualModeBtn = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.LangPathLbl = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.AssignLangBtn = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.LanguageComboBox = new System.Windows.Forms.ComboBox();
            this.VarButton = new System.Windows.Forms.Button();
            this.groupBox2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // CreateLangpackBtn
            // 
            this.CreateLangpackBtn.Location = new System.Drawing.Point(99, 187);
            this.CreateLangpackBtn.Name = "CreateLangpackBtn";
            this.CreateLangpackBtn.Size = new System.Drawing.Size(141, 31);
            this.CreateLangpackBtn.TabIndex = 1;
            this.CreateLangpackBtn.Text = "Create Langpack";
            this.CreateLangpackBtn.UseVisualStyleBackColor = true;
            this.CreateLangpackBtn.Click += new System.EventHandler(this.CreateLangpackBtn_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.LangpackNameEdit);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(6, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(317, 58);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Output File";
            // 
            // LangpackNameEdit
            // 
            this.LangpackNameEdit.Location = new System.Drawing.Point(129, 22);
            this.LangpackNameEdit.Name = "LangpackNameEdit";
            this.LangpackNameEdit.Size = new System.Drawing.Size(151, 20);
            this.LangpackNameEdit.TabIndex = 1;
            this.LangpackNameEdit.Text = "Langpack_russian";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(6, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(125, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Langpack File Name:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // InfMessageLangBox
            // 
            this.InfMessageLangBox.BackColor = System.Drawing.SystemColors.Control;
            this.InfMessageLangBox.Location = new System.Drawing.Point(7, 224);
            this.InfMessageLangBox.Multiline = true;
            this.InfMessageLangBox.Name = "InfMessageLangBox";
            this.InfMessageLangBox.ReadOnly = true;
            this.InfMessageLangBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.InfMessageLangBox.Size = new System.Drawing.Size(317, 70);
            this.InfMessageLangBox.TabIndex = 3;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(-3, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(337, 321);
            this.tabControl1.TabIndex = 8;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
            this.tabPage1.Controls.Add(this.InfMessageLangBox);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Controls.Add(this.CreateLangpackBtn);
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.groupBox6);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(329, 295);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Generator";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.OwnFileCheckBox);
            this.groupBox3.Controls.Add(this.SelectOwnFileBtn);
            this.groupBox3.Controls.Add(this.OwnFileEdit);
            this.groupBox3.Location = new System.Drawing.Point(6, 130);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(317, 53);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            // 
            // OwnFileCheckBox
            // 
            this.OwnFileCheckBox.AutoSize = true;
            this.OwnFileCheckBox.Location = new System.Drawing.Point(6, -1);
            this.OwnFileCheckBox.Name = "OwnFileCheckBox";
            this.OwnFileCheckBox.Size = new System.Drawing.Size(170, 17);
            this.OwnFileCheckBox.TabIndex = 4;
            this.OwnFileCheckBox.Text = "Add your own file to Langpack";
            this.OwnFileCheckBox.UseVisualStyleBackColor = true;
            this.OwnFileCheckBox.CheckedChanged += new System.EventHandler(this.OwnFilesCheckBox_CheckedChanged);
            // 
            // SelectOwnFileBtn
            // 
            this.SelectOwnFileBtn.Enabled = false;
            this.SelectOwnFileBtn.Location = new System.Drawing.Point(222, 19);
            this.SelectOwnFileBtn.Name = "SelectOwnFileBtn";
            this.SelectOwnFileBtn.Size = new System.Drawing.Size(75, 23);
            this.SelectOwnFileBtn.TabIndex = 1;
            this.SelectOwnFileBtn.Text = "Select";
            this.SelectOwnFileBtn.UseVisualStyleBackColor = true;
            this.SelectOwnFileBtn.Click += new System.EventHandler(this.SelectOwnFilesBtn_Click);
            // 
            // OwnFileEdit
            // 
            this.OwnFileEdit.Enabled = false;
            this.OwnFileEdit.Location = new System.Drawing.Point(22, 21);
            this.OwnFileEdit.Name = "OwnFileEdit";
            this.OwnFileEdit.Size = new System.Drawing.Size(186, 20);
            this.OwnFileEdit.TabIndex = 0;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.label6);
            this.groupBox6.Controls.Add(this.VIURLTextBox);
            this.groupBox6.Controls.Add(this.GetVICheckBox);
            this.groupBox6.Location = new System.Drawing.Point(6, 61);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(317, 67);
            this.groupBox6.TabIndex = 8;
            this.groupBox6.TabStop = false;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Enabled = false;
            this.label6.Location = new System.Drawing.Point(23, 46);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(223, 13);
            this.label6.TabIndex = 2;
            this.label6.Text = "e.g. http://www.miranda-vi.org/report/mataes";
            // 
            // VIURLTextBox
            // 
            this.VIURLTextBox.Enabled = false;
            this.VIURLTextBox.Location = new System.Drawing.Point(22, 23);
            this.VIURLTextBox.Name = "VIURLTextBox";
            this.VIURLTextBox.Size = new System.Drawing.Size(275, 20);
            this.VIURLTextBox.TabIndex = 1;
            // 
            // GetVICheckBox
            // 
            this.GetVICheckBox.AutoSize = true;
            this.GetVICheckBox.Location = new System.Drawing.Point(6, 0);
            this.GetVICheckBox.Name = "GetVICheckBox";
            this.GetVICheckBox.Size = new System.Drawing.Size(261, 17);
            this.GetVICheckBox.TabIndex = 0;
            this.GetVICheckBox.Text = "Get VersionInfo from Internet or type full local path";
            this.GetVICheckBox.UseVisualStyleBackColor = true;
            this.GetVICheckBox.CheckedChanged += new System.EventHandler(this.GetVICheckBox_CheckedChanged);
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
            this.tabPage2.Controls.Add(this.label4);
            this.tabPage2.Controls.Add(this.SVNURLEditBox);
            this.tabPage2.Controls.Add(this.InfMessageLinkBox);
            this.tabPage2.Controls.Add(this.LinkListGenBtn);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(329, 295);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "LinkListGen";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(11, 121);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "URL of SVN:";
            // 
            // SVNURLEditBox
            // 
            this.SVNURLEditBox.Location = new System.Drawing.Point(11, 137);
            this.SVNURLEditBox.Name = "SVNURLEditBox";
            this.SVNURLEditBox.Size = new System.Drawing.Size(315, 20);
            this.SVNURLEditBox.TabIndex = 5;
            this.SVNURLEditBox.Text = "http://svn.miranda-ng.org/main/trunk/langpacks/ru";
            // 
            // InfMessageLinkBox
            // 
            this.InfMessageLinkBox.BackColor = System.Drawing.SystemColors.Control;
            this.InfMessageLinkBox.Location = new System.Drawing.Point(7, 232);
            this.InfMessageLinkBox.Multiline = true;
            this.InfMessageLinkBox.Name = "InfMessageLinkBox";
            this.InfMessageLinkBox.ReadOnly = true;
            this.InfMessageLinkBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.InfMessageLinkBox.Size = new System.Drawing.Size(317, 62);
            this.InfMessageLinkBox.TabIndex = 4;
            // 
            // LinkListGenBtn
            // 
            this.LinkListGenBtn.Location = new System.Drawing.Point(111, 178);
            this.LinkListGenBtn.Name = "LinkListGenBtn";
            this.LinkListGenBtn.Size = new System.Drawing.Size(102, 41);
            this.LinkListGenBtn.TabIndex = 1;
            this.LinkListGenBtn.Text = "Create File";
            this.LinkListGenBtn.UseVisualStyleBackColor = true;
            this.LinkListGenBtn.Click += new System.EventHandler(this.LinkListGenBtn_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 26);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(316, 65);
            this.label3.TabIndex = 0;
            this.label3.Text = resources.GetString("label3.Text");
            // 
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
            this.tabPage3.Controls.Add(this.InfMessageFindBox);
            this.tabPage3.Controls.Add(this.CommentFindBtn);
            this.tabPage3.Controls.Add(this.NotTranslFindBtn);
            this.tabPage3.Controls.Add(this.DupesFindBtn);
            this.tabPage3.Controls.Add(this.groupBox5);
            this.tabPage3.Controls.Add(this.groupBox1);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(329, 295);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Dupes Search";
            // 
            // InfMessageFindBox
            // 
            this.InfMessageFindBox.BackColor = System.Drawing.SystemColors.Control;
            this.InfMessageFindBox.Location = new System.Drawing.Point(7, 232);
            this.InfMessageFindBox.Multiline = true;
            this.InfMessageFindBox.Name = "InfMessageFindBox";
            this.InfMessageFindBox.ReadOnly = true;
            this.InfMessageFindBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.InfMessageFindBox.Size = new System.Drawing.Size(317, 62);
            this.InfMessageFindBox.TabIndex = 6;
            // 
            // CommentFindBtn
            // 
            this.CommentFindBtn.Enabled = false;
            this.CommentFindBtn.Location = new System.Drawing.Point(192, 160);
            this.CommentFindBtn.Name = "CommentFindBtn";
            this.CommentFindBtn.Size = new System.Drawing.Size(134, 34);
            this.CommentFindBtn.TabIndex = 5;
            this.CommentFindBtn.Text = "Find Commented";
            this.CommentFindBtn.UseVisualStyleBackColor = true;
            this.CommentFindBtn.Click += new System.EventHandler(this.CommentFindBtn_Click);
            // 
            // NotTranslFindBtn
            // 
            this.NotTranslFindBtn.Enabled = false;
            this.NotTranslFindBtn.Location = new System.Drawing.Point(80, 160);
            this.NotTranslFindBtn.Name = "NotTranslFindBtn";
            this.NotTranslFindBtn.Size = new System.Drawing.Size(108, 34);
            this.NotTranslFindBtn.TabIndex = 4;
            this.NotTranslFindBtn.Text = "Find Not Translated";
            this.NotTranslFindBtn.UseVisualStyleBackColor = true;
            this.NotTranslFindBtn.Click += new System.EventHandler(this.NotTranslFindBtn_Click);
            // 
            // DupesFindBtn
            // 
            this.DupesFindBtn.Enabled = false;
            this.DupesFindBtn.Location = new System.Drawing.Point(6, 160);
            this.DupesFindBtn.Name = "DupesFindBtn";
            this.DupesFindBtn.Size = new System.Drawing.Size(69, 34);
            this.DupesFindBtn.TabIndex = 3;
            this.DupesFindBtn.Text = "Find Dupes";
            this.DupesFindBtn.UseVisualStyleBackColor = true;
            this.DupesFindBtn.Click += new System.EventHandler(this.DupesFindBtn_Click);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.AutoModeBtn);
            this.groupBox5.Controls.Add(this.ManualModeBtn);
            this.groupBox5.Location = new System.Drawing.Point(6, 105);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(320, 45);
            this.groupBox5.TabIndex = 2;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Working mode";
            // 
            // AutoModeBtn
            // 
            this.AutoModeBtn.AutoSize = true;
            this.AutoModeBtn.Enabled = false;
            this.AutoModeBtn.Location = new System.Drawing.Point(203, 18);
            this.AutoModeBtn.Name = "AutoModeBtn";
            this.AutoModeBtn.Size = new System.Drawing.Size(72, 17);
            this.AutoModeBtn.TabIndex = 1;
            this.AutoModeBtn.TabStop = true;
            this.AutoModeBtn.Text = "Automatic";
            this.AutoModeBtn.UseVisualStyleBackColor = true;
            // 
            // ManualModeBtn
            // 
            this.ManualModeBtn.AutoSize = true;
            this.ManualModeBtn.Enabled = false;
            this.ManualModeBtn.Location = new System.Drawing.Point(9, 18);
            this.ManualModeBtn.Name = "ManualModeBtn";
            this.ManualModeBtn.Size = new System.Drawing.Size(60, 17);
            this.ManualModeBtn.TabIndex = 0;
            this.ManualModeBtn.TabStop = true;
            this.ManualModeBtn.Text = "Manual";
            this.ManualModeBtn.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.LangPathLbl);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.AssignLangBtn);
            this.groupBox1.Location = new System.Drawing.Point(6, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(320, 82);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Assign Langpack File";
            // 
            // LangPathLbl
            // 
            this.LangPathLbl.AutoSize = true;
            this.LangPathLbl.Location = new System.Drawing.Point(44, 54);
            this.LangPathLbl.Name = "LangPathLbl";
            this.LangPathLbl.Size = new System.Drawing.Size(67, 13);
            this.LangPathLbl.TabIndex = 2;
            this.LangPathLbl.Text = "not assigned";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(38, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Name:";
            // 
            // AssignLangBtn
            // 
            this.AssignLangBtn.Location = new System.Drawing.Point(114, 19);
            this.AssignLangBtn.Name = "AssignLangBtn";
            this.AssignLangBtn.Size = new System.Drawing.Size(75, 23);
            this.AssignLangBtn.TabIndex = 0;
            this.AssignLangBtn.Text = "Assign";
            this.AssignLangBtn.UseVisualStyleBackColor = true;
            this.AssignLangBtn.Click += new System.EventHandler(this.AssignLangBtn_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(83, 327);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(119, 18);
            this.label5.TabIndex = 9;
            this.label5.Text = "Language:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // LanguageComboBox
            // 
            this.LanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.LanguageComboBox.FormattingEnabled = true;
            this.LanguageComboBox.Items.AddRange(new object[] {
            "English",
            "Русский",
            "Українська",
            "Беларускі"});
            this.LanguageComboBox.Location = new System.Drawing.Point(204, 324);
            this.LanguageComboBox.Name = "LanguageComboBox";
            this.LanguageComboBox.Size = new System.Drawing.Size(121, 21);
            this.LanguageComboBox.TabIndex = 10;
            this.LanguageComboBox.SelectedIndexChanged += new System.EventHandler(this.LanguageComboBox_SelectedIndexChanged);
            // 
            // VarButton
            // 
            this.VarButton.Image = ((System.Drawing.Image)(resources.GetObject("VarButton.Image")));
            this.VarButton.Location = new System.Drawing.Point(7, 322);
            this.VarButton.Name = "VarButton";
            this.VarButton.Size = new System.Drawing.Size(22, 22);
            this.VarButton.TabIndex = 11;
            this.VarButton.UseVisualStyleBackColor = true;
            this.VarButton.Click += new System.EventHandler(this.VarButton_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(329, 348);
            this.Controls.Add(this.VarButton);
            this.Controls.Add(this.LanguageComboBox);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "Miranda NG Langpack Suite";
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button CreateLangpackBtn;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox LangpackNameEdit;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox InfMessageLangBox;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TextBox SVNURLEditBox;
        private System.Windows.Forms.TextBox InfMessageLinkBox;
        private System.Windows.Forms.Button LinkListGenBtn;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TabPage tabPage3;
        public System.Windows.Forms.TextBox InfMessageFindBox;
        private System.Windows.Forms.Button CommentFindBtn;
        private System.Windows.Forms.Button NotTranslFindBtn;
        private System.Windows.Forms.Button DupesFindBtn;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.RadioButton AutoModeBtn;
        private System.Windows.Forms.RadioButton ManualModeBtn;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label LangPathLbl;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button AssignLangBtn;
        private System.Windows.Forms.Label label5;
        public System.Windows.Forms.ComboBox LanguageComboBox;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.CheckBox OwnFileCheckBox;
        private System.Windows.Forms.Button SelectOwnFileBtn;
        private System.Windows.Forms.TextBox OwnFileEdit;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox VIURLTextBox;
        private System.Windows.Forms.CheckBox GetVICheckBox;
        private System.Windows.Forms.Button VarButton;
    }
}