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
| namespace WindowsFormsApp1
{
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.сохранить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.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.выполнениеЗаданияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.Silver;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.массивToolStripMenuItem,
this.работаToolStripMenuItem,
this.оПрограммеToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(484, 24);
this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1";
//
// массив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(61, 20);
this.массивToolStripMenuItem.Text = "Массив";
//
// создать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(180, 22);
this.создатьToolStripMenuItem.Text = "Создать";
//
// вводToolStripMenuItem
//
this.вводToolStripMenuItem.Name = "вводToolStripMenuItem";
this.вводToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.вводToolStripMenuItem.Text = "Ввод";
//
// автоматToolStripMenuItem
//
this.автоматToolStripMenuItem.Name = "автоматToolStripMenuItem";
this.автоматToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.автоматToolStripMenuItem.Text = "Автомат";
//
// просмотретьToolStripMenuItem
//
this.просмотретьToolStripMenuItem.Name = "просмотретьToolStripMenuItem";
this.просмотретьToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.просмотретьToolStripMenuItem.Text = "Просмотреть";
//
// редактироватьToolStripMenuItem
//
this.редактироватьToolStripMenuItem.Name = "редактироватьToolStripMenuItem";
this.редактироватьToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.редактироватьToolStripMenuItem.Text = "Редактировать";
//
// сохранитьToolStripMenuItem
//
this.сохранитьToolStripMenuItem.Name = "сохранитьToolStripMenuItem";
this.сохранитьToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.сохранитьToolStripMenuItem.Text = "Сохранить";
//
// загрузитьToolStripMenuItem
//
this.загрузитьToolStripMenuItem.Name = "загрузитьToolStripMenuItem";
this.загрузитьToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.загрузитьToolStripMenuItem.Text = "Загрузить";
//
// выходToolStripMenuItem
//
this.выходToolStripMenuItem.Name = "выходToolStripMenuItem";
this.выходToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.выходToolStripMenuItem.Text = "Выход";
//
// работа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(57, 20);
this.работаToolStripMenuItem.Text = "Работа";
//
// сортировкаToolStripMenuItem
//
this.сортировкаToolStripMenuItem.Name = "сортировкаToolStripMenuItem";
this.сортировкаToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.сортировкаToolStripMenuItem.Text = "Сортировка";
//
// поиск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(180, 22);
this.поискToolStripMenuItem.Text = "Поиск";
//
// линейныйToolStripMenuItem
//
this.линейныйToolStripMenuItem.Name = "линейныйToolStripMenuItem";
this.линейныйToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.линейныйToolStripMenuItem.Text = "Линейный";
//
// бинарныйToolStripMenuItem
//
this.бинарныйToolStripMenuItem.Name = "бинарныйToolStripMenuItem";
this.бинарныйToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.бинарныйToolStripMenuItem.Text = "Бинарный";
//
// оПрограммеToolStripMenuItem
//
this.оПрограммеToolStripMenuItem.Name = "оПрограммеToolStripMenuItem";
this.оПрограммеToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
this.оПрограммеToolStripMenuItem.Text = "О программе";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(235, 34);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(66, 20);
this.textBox1.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(217, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Введите количество анализируемх чисел";
//
// button1
//
this.button1.Location = new System.Drawing.Point(307, 32);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(30, 23);
this.button1.TabIndex = 5;
this.button1.Text = "OK";
this.button1.UseVisualStyleBackColor = true;
//
// выполнениеЗаданияToolStripMenuItem
//
this.выполнениеЗаданияToolStripMenuItem.Name = "выполнениеЗаданияToolStripMenuItem";
this.выполнениеЗаданияToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.выполнениеЗаданияToolStripMenuItem.Text = "Выполнение задания";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(484, 461);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
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();
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.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.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ToolStripMenuItem выполнениеЗаданияToolStripMenuItem;
}
} |