This repository has been archived by the owner on May 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ID32Translit_Form.Designer.cs
180 lines (173 loc) · 9.47 KB
/
ID32Translit_Form.Designer.cs
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
namespace ID32Translit
{
partial class Form_ID2Translit
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ID2Translit));
this.dialog_SelectFolder = new System.Windows.Forms.FolderBrowserDialog();
this.button_SelectFolder = new System.Windows.Forms.Button();
this.label_SelectedFolder = new System.Windows.Forms.LinkLabel();
this.button_Scan = new System.Windows.Forms.Button();
this.checkBox_ScanRecursively = new System.Windows.Forms.CheckBox();
this.textBox_Result = new System.Windows.Forms.TextBox();
this.contextMenuStrip_TextBox = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem_ClearTextBox = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_SaveToFile = new System.Windows.Forms.ToolStripMenuItem();
this.button_EditResult = new System.Windows.Forms.Button();
this.button_ApplyResult = new System.Windows.Forms.Button();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.checkBox_SetFileNameToTitle = new System.Windows.Forms.CheckBox();
this.checkBox_clearBadTags = new System.Windows.Forms.CheckBox();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.contextMenuStrip_TextBox.SuspendLayout();
this.SuspendLayout();
//
// button_SelectFolder
//
resources.ApplyResources(this.button_SelectFolder, "button_SelectFolder");
this.button_SelectFolder.Name = "button_SelectFolder";
this.button_SelectFolder.UseVisualStyleBackColor = true;
this.button_SelectFolder.Click += new System.EventHandler(this.button_SelectFolder_Click);
//
// label_SelectedFolder
//
resources.ApplyResources(this.label_SelectedFolder, "label_SelectedFolder");
this.label_SelectedFolder.Name = "label_SelectedFolder";
this.label_SelectedFolder.TabStop = true;
this.label_SelectedFolder.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label_SelectedFolder_LinkClicked);
//
// button_Scan
//
resources.ApplyResources(this.button_Scan, "button_Scan");
this.button_Scan.Name = "button_Scan";
this.button_Scan.UseVisualStyleBackColor = true;
this.button_Scan.Click += new System.EventHandler(this.button_Scan_Click);
//
// checkBox_ScanRecursively
//
resources.ApplyResources(this.checkBox_ScanRecursively, "checkBox_ScanRecursively");
this.checkBox_ScanRecursively.Checked = true;
this.checkBox_ScanRecursively.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox_ScanRecursively.Name = "checkBox_ScanRecursively";
this.checkBox_ScanRecursively.UseVisualStyleBackColor = true;
//
// textBox_Result
//
resources.ApplyResources(this.textBox_Result, "textBox_Result");
this.textBox_Result.ContextMenuStrip = this.contextMenuStrip_TextBox;
this.textBox_Result.Name = "textBox_Result";
//
// contextMenuStrip_TextBox
//
this.contextMenuStrip_TextBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem_ClearTextBox,
this.ToolStripMenuItem_SaveToFile});
this.contextMenuStrip_TextBox.Name = "contextMenuStrip_TextBox";
resources.ApplyResources(this.contextMenuStrip_TextBox, "contextMenuStrip_TextBox");
//
// toolStripMenuItem_ClearTextBox
//
this.toolStripMenuItem_ClearTextBox.Name = "toolStripMenuItem_ClearTextBox";
resources.ApplyResources(this.toolStripMenuItem_ClearTextBox, "toolStripMenuItem_ClearTextBox");
this.toolStripMenuItem_ClearTextBox.Click += new System.EventHandler(this.toolStripMenu_ClearTextBox_Click);
//
// ToolStripMenuItem_SaveToFile
//
this.ToolStripMenuItem_SaveToFile.Name = "ToolStripMenuItem_SaveToFile";
resources.ApplyResources(this.ToolStripMenuItem_SaveToFile, "ToolStripMenuItem_SaveToFile");
this.ToolStripMenuItem_SaveToFile.Click += new System.EventHandler(this.ToolStripMenuItem_SaveToFile_Click);
//
// button_EditResult
//
resources.ApplyResources(this.button_EditResult, "button_EditResult");
this.button_EditResult.Name = "button_EditResult";
this.button_EditResult.UseVisualStyleBackColor = true;
this.button_EditResult.Click += new System.EventHandler(this.button_EditResult_Click);
//
// button_ApplyResult
//
resources.ApplyResources(this.button_ApplyResult, "button_ApplyResult");
this.button_ApplyResult.Name = "button_ApplyResult";
this.button_ApplyResult.UseVisualStyleBackColor = true;
this.button_ApplyResult.Click += new System.EventHandler(this.button_ApplyResult_Click);
//
// progressBar
//
resources.ApplyResources(this.progressBar, "progressBar");
this.progressBar.Name = "progressBar";
//
// checkBox_SetFileNameToTitle
//
resources.ApplyResources(this.checkBox_SetFileNameToTitle, "checkBox_SetFileNameToTitle");
this.checkBox_SetFileNameToTitle.Name = "checkBox_SetFileNameToTitle";
this.checkBox_SetFileNameToTitle.UseVisualStyleBackColor = true;
this.checkBox_SetFileNameToTitle.CheckedChanged += new System.EventHandler(this.checkBox_SetFileNameToTitle_CheckedChanged);
//
// checkBox_clearBadTags
//
resources.ApplyResources(this.checkBox_clearBadTags, "checkBox_clearBadTags");
this.checkBox_clearBadTags.Name = "checkBox_clearBadTags";
this.checkBox_clearBadTags.UseVisualStyleBackColor = true;
//
// Form_ID2Translit
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.checkBox_clearBadTags);
this.Controls.Add(this.checkBox_SetFileNameToTitle);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.button_ApplyResult);
this.Controls.Add(this.button_EditResult);
this.Controls.Add(this.textBox_Result);
this.Controls.Add(this.checkBox_ScanRecursively);
this.Controls.Add(this.button_Scan);
this.Controls.Add(this.label_SelectedFolder);
this.Controls.Add(this.button_SelectFolder);
this.MaximizeBox = false;
this.Name = "Form_ID2Translit";
this.ShowIcon = false;
this.contextMenuStrip_TextBox.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FolderBrowserDialog dialog_SelectFolder;
private System.Windows.Forms.Button button_SelectFolder;
private System.Windows.Forms.LinkLabel label_SelectedFolder;
private System.Windows.Forms.Button button_Scan;
private System.Windows.Forms.CheckBox checkBox_ScanRecursively;
private System.Windows.Forms.TextBox textBox_Result;
private System.Windows.Forms.Button button_EditResult;
private System.Windows.Forms.Button button_ApplyResult;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.CheckBox checkBox_SetFileNameToTitle;
private System.Windows.Forms.CheckBox checkBox_clearBadTags;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_TextBox;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_ClearTextBox;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_SaveToFile;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
}
}