-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormIrisesAnalysis.Designer.cs
254 lines (247 loc) · 14.1 KB
/
FormIrisesAnalysis.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
namespace MathVectorCharts
{
partial class FormIrisesAnalysis
{
/// <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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend5 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.chartBar_1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.chartBar_2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.chartBar_3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.chartBar_4 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.button_openFile = new System.Windows.Forms.Button();
this.pieChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.label_pathFile = new System.Windows.Forms.Label();
this.button_reset_state = new System.Windows.Forms.Button();
this.button_openGridView = new System.Windows.Forms.Button();
this.button_openNotepad = new System.Windows.Forms.Button();
this.button_reloadFile = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.chartBar_1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartBar_2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartBar_3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartBar_4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pieChart)).BeginInit();
this.SuspendLayout();
//
// chartBar_1
//
chartArea1.Name = "ChartArea1";
this.chartBar_1.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.chartBar_1.Legends.Add(legend1);
this.chartBar_1.Location = new System.Drawing.Point(12, 12);
this.chartBar_1.Name = "chartBar_1";
series1.ChartArea = "ChartArea1";
series1.Legend = "Legend1";
series1.Name = "Series1";
this.chartBar_1.Series.Add(series1);
this.chartBar_1.Size = new System.Drawing.Size(300, 300);
this.chartBar_1.TabIndex = 0;
this.chartBar_1.Text = "chart1";
//
// chartBar_2
//
chartArea2.Name = "ChartArea1";
this.chartBar_2.ChartAreas.Add(chartArea2);
legend2.Name = "Legend1";
this.chartBar_2.Legends.Add(legend2);
this.chartBar_2.Location = new System.Drawing.Point(318, 12);
this.chartBar_2.Name = "chartBar_2";
series2.ChartArea = "ChartArea1";
series2.Legend = "Legend1";
series2.Name = "Series1";
this.chartBar_2.Series.Add(series2);
this.chartBar_2.Size = new System.Drawing.Size(300, 300);
this.chartBar_2.TabIndex = 1;
this.chartBar_2.Text = "chart1";
//
// chartBar_3
//
chartArea3.Name = "ChartArea1";
this.chartBar_3.ChartAreas.Add(chartArea3);
legend3.Name = "Legend1";
this.chartBar_3.Legends.Add(legend3);
this.chartBar_3.Location = new System.Drawing.Point(624, 12);
this.chartBar_3.Name = "chartBar_3";
series3.ChartArea = "ChartArea1";
series3.Legend = "Legend1";
series3.Name = "Series1";
this.chartBar_3.Series.Add(series3);
this.chartBar_3.Size = new System.Drawing.Size(300, 300);
this.chartBar_3.TabIndex = 2;
this.chartBar_3.Text = "chart1";
//
// chartBar_4
//
chartArea4.Name = "ChartArea1";
this.chartBar_4.ChartAreas.Add(chartArea4);
legend4.Name = "Legend1";
this.chartBar_4.Legends.Add(legend4);
this.chartBar_4.Location = new System.Drawing.Point(930, 12);
this.chartBar_4.Name = "chartBar_4";
series4.ChartArea = "ChartArea1";
series4.Legend = "Legend1";
series4.Name = "Series1";
this.chartBar_4.Series.Add(series4);
this.chartBar_4.Size = new System.Drawing.Size(300, 300);
this.chartBar_4.TabIndex = 3;
this.chartBar_4.Text = "chart1";
//
// button_openFile
//
this.button_openFile.Location = new System.Drawing.Point(624, 318);
this.button_openFile.Name = "button_openFile";
this.button_openFile.Size = new System.Drawing.Size(300, 48);
this.button_openFile.TabIndex = 4;
this.button_openFile.Text = "Открыть CSV файл";
this.button_openFile.UseVisualStyleBackColor = true;
this.button_openFile.Click += new System.EventHandler(this.button_openFile_Click);
//
// pieChart
//
chartArea5.Name = "ChartArea1";
this.pieChart.ChartAreas.Add(chartArea5);
legend5.Name = "Legend1";
this.pieChart.Legends.Add(legend5);
this.pieChart.Location = new System.Drawing.Point(12, 314);
this.pieChart.Name = "pieChart";
series5.ChartArea = "ChartArea1";
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
series5.Legend = "Legend1";
series5.Name = "Series1";
this.pieChart.Series.Add(series5);
this.pieChart.Size = new System.Drawing.Size(606, 422);
this.pieChart.TabIndex = 5;
this.pieChart.Text = "chart1";
//
// label_pathFile
//
this.label_pathFile.AutoSize = true;
this.label_pathFile.Location = new System.Drawing.Point(624, 723);
this.label_pathFile.MinimumSize = new System.Drawing.Size(100, 0);
this.label_pathFile.Name = "label_pathFile";
this.label_pathFile.Size = new System.Drawing.Size(102, 13);
this.label_pathFile.TabIndex = 6;
this.label_pathFile.Text = "Файл не загружен";
//
// button_reset_state
//
this.button_reset_state.Location = new System.Drawing.Point(930, 318);
this.button_reset_state.Name = "button_reset_state";
this.button_reset_state.Size = new System.Drawing.Size(300, 48);
this.button_reset_state.TabIndex = 7;
this.button_reset_state.Text = "Сбросить состояние программы";
this.button_reset_state.UseVisualStyleBackColor = true;
this.button_reset_state.Click += new System.EventHandler(this.button_reset_state_Click);
//
// button_openGridView
//
this.button_openGridView.Enabled = false;
this.button_openGridView.Location = new System.Drawing.Point(930, 372);
this.button_openGridView.Name = "button_openGridView";
this.button_openGridView.Size = new System.Drawing.Size(300, 48);
this.button_openGridView.TabIndex = 8;
this.button_openGridView.Text = "Показать загруженный файл в виде таблицы";
this.button_openGridView.UseVisualStyleBackColor = true;
this.button_openGridView.Click += new System.EventHandler(this.button_openGridView_Click);
//
// button_openNotepad
//
this.button_openNotepad.Enabled = false;
this.button_openNotepad.Location = new System.Drawing.Point(624, 372);
this.button_openNotepad.Name = "button_openNotepad";
this.button_openNotepad.Size = new System.Drawing.Size(300, 48);
this.button_openNotepad.TabIndex = 9;
this.button_openNotepad.Text = "Открыть загруженный файл в блокноте";
this.button_openNotepad.UseVisualStyleBackColor = true;
this.button_openNotepad.Click += new System.EventHandler(this.button_openNotepad_Click);
//
// button_reloadFile
//
this.button_reloadFile.Enabled = false;
this.button_reloadFile.Location = new System.Drawing.Point(930, 426);
this.button_reloadFile.Name = "button_reloadFile";
this.button_reloadFile.Size = new System.Drawing.Size(300, 48);
this.button_reloadFile.TabIndex = 10;
this.button_reloadFile.Text = "Повторить загрузку файла по укзанному ранее пути";
this.button_reloadFile.UseVisualStyleBackColor = true;
this.button_reloadFile.Click += new System.EventHandler(this.button_reloadFile_Click);
//
// FormIrisesAnalysis
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(1260, 762);
this.Controls.Add(this.button_reloadFile);
this.Controls.Add(this.button_openNotepad);
this.Controls.Add(this.button_openGridView);
this.Controls.Add(this.button_reset_state);
this.Controls.Add(this.label_pathFile);
this.Controls.Add(this.pieChart);
this.Controls.Add(this.button_openFile);
this.Controls.Add(this.chartBar_4);
this.Controls.Add(this.chartBar_3);
this.Controls.Add(this.chartBar_2);
this.Controls.Add(this.chartBar_1);
this.MaximumSize = new System.Drawing.Size(1276, 801);
this.MinimumSize = new System.Drawing.Size(1276, 801);
this.Name = "FormIrisesAnalysis";
this.Text = "IrisesAnalysis";
((System.ComponentModel.ISupportInitialize)(this.chartBar_1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartBar_2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartBar_3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartBar_4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pieChart)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chartBar_1;
private System.Windows.Forms.DataVisualization.Charting.Chart chartBar_2;
private System.Windows.Forms.DataVisualization.Charting.Chart chartBar_3;
private System.Windows.Forms.DataVisualization.Charting.Chart chartBar_4;
private System.Windows.Forms.Button button_openFile;
private System.Windows.Forms.DataVisualization.Charting.Chart pieChart;
private System.Windows.Forms.Label label_pathFile;
private System.Windows.Forms.Button button_reset_state;
private System.Windows.Forms.Button button_openGridView;
private System.Windows.Forms.Button button_openNotepad;
private System.Windows.Forms.Button button_reloadFile;
}
}