-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.cs
More file actions
245 lines (238 loc) · 14.4 KB
/
Form1.Designer.cs
File metadata and controls
245 lines (238 loc) · 14.4 KB
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
namespace Filters
{
partial class Form1
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.открытьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.фильтрыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.точечныеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.инверсияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.матричныеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.button1 = new System.Windows.Forms.Button();
this.размытиеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.фильтрГауссаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.чернобелыйToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.сепияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.яркостьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.фильтрСобеляПоXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.резкостьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.файлToolStripMenuItem,
this.фильтрыToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(876, 28);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// файлToolStripMenuItem
//
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.открытьToolStripMenuItem});
this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
this.файлToolStripMenuItem.Size = new System.Drawing.Size(59, 24);
this.файлToolStripMenuItem.Text = "Файл";
//
// открытьToolStripMenuItem
//
this.открытьToolStripMenuItem.Name = "открытьToolStripMenuItem";
this.открытьToolStripMenuItem.Size = new System.Drawing.Size(150, 26);
this.открытьToolStripMenuItem.Text = "Открыть";
this.открытьToolStripMenuItem.Click += new System.EventHandler(this.открытьToolStripMenuItem_Click);
//
// фильтрыToolStripMenuItem
//
this.фильтрыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.точечныеToolStripMenuItem,
this.матричныеToolStripMenuItem});
this.фильтрыToolStripMenuItem.Name = "фильтрыToolStripMenuItem";
this.фильтрыToolStripMenuItem.Size = new System.Drawing.Size(85, 24);
this.фильтрыToolStripMenuItem.Text = "Фильтры";
//
// точечныеToolStripMenuItem
//
this.точечныеToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.инверсияToolStripMenuItem,
this.чернобелыйToolStripMenuItem,
this.сепияToolStripMenuItem,
this.яркостьToolStripMenuItem});
this.точечныеToolStripMenuItem.Name = "точечныеToolStripMenuItem";
this.точечныеToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.точечныеToolStripMenuItem.Text = "Точечные";
//
// инверсияToolStripMenuItem
//
this.инверсияToolStripMenuItem.Name = "инверсияToolStripMenuItem";
this.инверсияToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.инверсияToolStripMenuItem.Text = "Инверсия";
this.инверсияToolStripMenuItem.Click += new System.EventHandler(this.инверсияToolStripMenuItem_Click);
//
// матричныеToolStripMenuItem
//
this.матричныеToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.размытиеToolStripMenuItem,
this.фильтрГауссаToolStripMenuItem,
this.фильтрСобеляПоXToolStripMenuItem,
this.резкостьToolStripMenuItem});
this.матричныеToolStripMenuItem.Name = "матричныеToolStripMenuItem";
this.матричныеToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.матричныеToolStripMenuItem.Text = "Матричные";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(0, 27);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(864, 390);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// backgroundWorker1
//
this.backgroundWorker1.WorkerReportsProgress = true;
this.backgroundWorker1.WorkerSupportsCancellation = true;
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(12, 423);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(722, 23);
this.progressBar1.TabIndex = 2;
//
// button1
//
this.button1.Location = new System.Drawing.Point(740, 423);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(124, 23);
this.button1.TabIndex = 3;
this.button1.Text = "Отмена";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// размытиеToolStripMenuItem
//
this.размытиеToolStripMenuItem.Name = "размытиеToolStripMenuItem";
this.размытиеToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.размытиеToolStripMenuItem.Text = "Размытие";
this.размытиеToolStripMenuItem.Click += new System.EventHandler(this.размытиеToolStripMenuItem_Click);
//
// фильтрГауссаToolStripMenuItem
//
this.фильтрГауссаToolStripMenuItem.Name = "фильтрГауссаToolStripMenuItem";
this.фильтрГауссаToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.фильтрГауссаToolStripMenuItem.Text = "фильтр Гаусса";
this.фильтрГауссаToolStripMenuItem.Click += new System.EventHandler(this.фильтрГауссаToolStripMenuItem_Click);
//
// чернобелыйToolStripMenuItem
//
this.чернобелыйToolStripMenuItem.Name = "чернобелыйToolStripMenuItem";
this.чернобелыйToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.чернобелыйToolStripMenuItem.Text = "Черно-белый";
this.чернобелыйToolStripMenuItem.Click += new System.EventHandler(this.чернобелыйToolStripMenuItem_Click);
//
// сепияToolStripMenuItem
//
this.сепияToolStripMenuItem.Name = "сепияToolStripMenuItem";
this.сепияToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.сепияToolStripMenuItem.Text = "Сепия";
this.сепияToolStripMenuItem.Click += new System.EventHandler(this.сепияToolStripMenuItem_Click);
//
// яркостьToolStripMenuItem
//
this.яркостьToolStripMenuItem.Name = "яркостьToolStripMenuItem";
this.яркостьToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.яркостьToolStripMenuItem.Text = "Яркость";
this.яркостьToolStripMenuItem.Click += new System.EventHandler(this.яркостьToolStripMenuItem_Click);
//
// фильтрСобеляПоXToolStripMenuItem
//
this.фильтрСобеляПоXToolStripMenuItem.Name = "фильтрСобеляПоXToolStripMenuItem";
this.фильтрСобеляПоXToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.фильтрСобеляПоXToolStripMenuItem.Text = "Фильтр Собеля";
this.фильтрСобеляПоXToolStripMenuItem.Click += new System.EventHandler(this.фильтрСобеляПоXToolStripMenuItem_Click);
//
// резкостьToolStripMenuItem
//
this.резкостьToolStripMenuItem.Name = "резкостьToolStripMenuItem";
this.резкостьToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.резкостьToolStripMenuItem.Text = "Резкость";
this.резкостьToolStripMenuItem.Click += new System.EventHandler(this.резкостьToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(876, 450);
this.Controls.Add(this.button1);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem файлToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem открытьToolStripMenuItem;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ToolStripMenuItem фильтрыToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem точечныеToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem инверсияToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem матричныеToolStripMenuItem;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ToolStripMenuItem размытиеToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem фильтрГауссаToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem чернобелыйToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem сепияToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem яркостьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem фильтрСобеляПоXToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem резкостьToolStripMenuItem;
}
}