-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
380 lines (374 loc) · 25.8 KB
/
Form1.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
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
namespace КГ_Лабораторная_работа__1
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
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.инверсия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.резкость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.линейноеРастяжение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.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.button1 = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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.Padding = new System.Windows.Forms.Padding(5, 3, 0, 3);
this.menuStrip1.Size = new System.Drawing.Size(1153, 30);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// файлToolStripMenuItem
//
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.открытьToolStripMenuItem,
this.очиститьИзображениеToolStripMenuItem,
this.сохранитьКакToolStripMenuItem});
this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
this.файлToolStripMenuItem.Size = new System.Drawing.Size(62, 24);
this.файлToolStripMenuItem.Text = "Файл";
//
// открытьToolStripMenuItem
//
this.открытьToolStripMenuItem.Name = "открытьToolStripMenuItem";
this.открытьToolStripMenuItem.Size = new System.Drawing.Size(261, 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(261, 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(261, 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,
this.устранениеШумаToolStripMenuItem,
this.серыйМирToolStripMenuItem});
this.фильтрыToolStripMenuItem.Name = "фильтрыToolStripMenuItem";
this.фильтрыToolStripMenuItem.Size = new System.Drawing.Size(90, 24);
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,
this.яркость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(187, 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(187, 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(187, 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(187, 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,
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.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);
//
// глобальныеToolStripMenuItem
//
this.глобальныеToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
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(259, 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(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(237, 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(237, 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_1);
//
// 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);
//
// button1
//
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.button1.ForeColor = System.Drawing.Color.SteelBlue;
this.button1.Location = new System.Drawing.Point(59, 39);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(136, 30);
this.button1.TabIndex = 2;
this.button1.Text = "Отмена";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// progressBar1
//
this.progressBar1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.progressBar1.Location = new System.Drawing.Point(211, 39);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(768, 30);
this.progressBar1.TabIndex = 3;
this.progressBar1.Click += new System.EventHandler(this.progressBar1_Click);
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pictureBox1.BackColor = System.Drawing.Color.LightGray;
this.pictureBox1.Location = new System.Drawing.Point(24, 80);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(548, 432);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// pictureBox2
//
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox2.BackColor = System.Drawing.Color.LightGray;
this.pictureBox2.Location = new System.Drawing.Point(577, 80);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(551, 432);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 4;
this.pictureBox2.TabStop = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Silver;
this.ClientSize = new System.Drawing.Size(1153, 526);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Редактор изображений";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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.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.Button button1;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.ToolStripMenuItem размытиеToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem чернобелоеToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
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.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
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 медианныйФильтр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 фильтрПрюттаToolStripMenuItem;
}
}