vyhodnocovanie

This commit is contained in:
roman6791
2021-07-30 11:57:05 +02:00
parent c49e4ef2da
commit b425ab53ca
6 changed files with 2431 additions and 1484 deletions

172
Mip/frmMain.Designer.cs generated
View File

@@ -29,19 +29,19 @@
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend6 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series9 = 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 series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 9.5D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 9.25D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 8.84D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 8.67D);
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea7 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend7 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend8 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series12 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint13 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 9.5D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint14 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 9.25D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint15 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 8.84D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint16 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 8.67D);
this.checkBox65 = new System.Windows.Forms.CheckBox();
this.checkBox66 = new System.Windows.Forms.CheckBox();
this.checkBox67 = new System.Windows.Forms.CheckBox();
@@ -549,7 +549,7 @@
this.dataGridView7 = new System.Windows.Forms.DataGridView();
this.tabPage13 = new System.Windows.Forms.TabPage();
this.button181 = new System.Windows.Forms.Button();
this.dataGridView10 = new System.Windows.Forms.DataGridView();
this.dataGridViewVyhodnocovanie = new System.Windows.Forms.DataGridView();
this.tabPage14 = new System.Windows.Forms.TabPage();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panel28 = new System.Windows.Forms.Panel();
@@ -906,6 +906,7 @@
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label175 = new System.Windows.Forms.Label();
this.label182 = new System.Windows.Forms.Label();
this.button205 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
@@ -1032,7 +1033,7 @@
((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView7)).BeginInit();
this.tabPage13.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewVyhodnocovanie)).BeginInit();
this.tabPage14.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.panel28.SuspendLayout();
@@ -1888,12 +1889,12 @@
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.AliceBlue;
dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Green;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Yellow;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.AliceBlue;
dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.Green;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Yellow;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1704, 215);
this.dataGridView1.TabIndex = 0;
@@ -2470,14 +2471,14 @@
this.dGVVydajMat.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)));
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dGVVydajMat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dGVVydajMat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.dGVVydajMat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dGVVydajMat.Location = new System.Drawing.Point(1, 43);
this.dGVVydajMat.MultiSelect = false;
@@ -4962,27 +4963,27 @@
this.chart1.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)));
chartArea6.Area3DStyle.IsRightAngleAxes = false;
chartArea6.Area3DStyle.Perspective = 25;
chartArea6.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea6);
legend6.DockedToChartArea = "ChartArea1";
legend6.Name = "Legend1";
this.chart1.Legends.Add(legend6);
chartArea7.Area3DStyle.IsRightAngleAxes = false;
chartArea7.Area3DStyle.Perspective = 25;
chartArea7.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea7);
legend7.DockedToChartArea = "ChartArea1";
legend7.Name = "Legend1";
this.chart1.Legends.Add(legend7);
this.chart1.Location = new System.Drawing.Point(4, 4);
this.chart1.Name = "chart1";
series8.ChartArea = "ChartArea1";
series8.Enabled = false;
series8.IsValueShownAsLabel = true;
series8.Legend = "Legend1";
series8.Name = "Priemerná zmätkovitosť";
series9.ChartArea = "ChartArea1";
series9.Enabled = false;
series9.IsValueShownAsLabel = true;
series9.Legend = "Legend1";
series9.Name = "Priemer zmätkovitostí";
this.chart1.Series.Add(series8);
this.chart1.Series.Add(series9);
series10.ChartArea = "ChartArea1";
series10.Enabled = false;
series10.IsValueShownAsLabel = true;
series10.Legend = "Legend1";
series10.Name = "Priemerná zmätkovitosť";
series11.ChartArea = "ChartArea1";
series11.Enabled = false;
series11.IsValueShownAsLabel = true;
series11.Legend = "Legend1";
series11.Name = "Priemer zmätkovitostí";
this.chart1.Series.Add(series10);
this.chart1.Series.Add(series11);
this.chart1.Size = new System.Drawing.Size(971, 512);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
@@ -7524,14 +7525,16 @@
// tabPage13
//
this.tabPage13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tabPage13.Controls.Add(this.button205);
this.tabPage13.Controls.Add(this.button181);
this.tabPage13.Controls.Add(this.dataGridView10);
this.tabPage13.Controls.Add(this.dataGridViewVyhodnocovanie);
this.tabPage13.Location = new System.Drawing.Point(4, 22);
this.tabPage13.Name = "tabPage13";
this.tabPage13.Size = new System.Drawing.Size(1312, 519);
this.tabPage13.TabIndex = 18;
this.tabPage13.Text = "Vyhodnocovanie";
this.tabPage13.UseVisualStyleBackColor = true;
this.tabPage13.Enter += new System.EventHandler(this.tabPage13_Enter);
//
// button181
//
@@ -7543,23 +7546,25 @@
this.button181.UseVisualStyleBackColor = true;
this.button181.Click += new System.EventHandler(this.button181_Click);
//
// dataGridView10
// dataGridViewVyhodnocovanie
//
this.dataGridView10.AllowUserToAddRows = false;
this.dataGridView10.AllowUserToDeleteRows = false;
this.dataGridView10.AllowUserToResizeRows = false;
this.dataGridView10.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
this.dataGridViewVyhodnocovanie.AllowUserToAddRows = false;
this.dataGridViewVyhodnocovanie.AllowUserToDeleteRows = false;
this.dataGridViewVyhodnocovanie.AllowUserToResizeRows = false;
this.dataGridViewVyhodnocovanie.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.dataGridView10.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView10.Location = new System.Drawing.Point(1, 43);
this.dataGridView10.MultiSelect = false;
this.dataGridView10.Name = "dataGridView10";
this.dataGridView10.ReadOnly = true;
this.dataGridView10.RowHeadersVisible = false;
this.dataGridView10.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView10.Size = new System.Drawing.Size(1307, 448);
this.dataGridView10.TabIndex = 6;
this.dataGridViewVyhodnocovanie.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewVyhodnocovanie.Location = new System.Drawing.Point(1, 43);
this.dataGridViewVyhodnocovanie.MultiSelect = false;
this.dataGridViewVyhodnocovanie.Name = "dataGridViewVyhodnocovanie";
this.dataGridViewVyhodnocovanie.ReadOnly = true;
this.dataGridViewVyhodnocovanie.RowHeadersVisible = false;
this.dataGridViewVyhodnocovanie.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewVyhodnocovanie.Size = new System.Drawing.Size(1307, 448);
this.dataGridViewVyhodnocovanie.TabIndex = 6;
this.dataGridViewVyhodnocovanie.DataSourceChanged += new System.EventHandler(this.dataGridViewVyhodnocovanie_DataSourceChanged);
this.dataGridViewVyhodnocovanie.SelectionChanged += new System.EventHandler(this.dataGridViewVyhodnocovanie_SelectionChanged);
//
// tabPage14
//
@@ -8732,22 +8737,22 @@
this.chart2.BackColor = System.Drawing.Color.DarkGray;
this.chart2.BorderlineColor = System.Drawing.Color.Black;
this.chart2.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
chartArea5.Name = "ChartArea1";
this.chart2.ChartAreas.Add(chartArea5);
chartArea8.Name = "ChartArea1";
this.chart2.ChartAreas.Add(chartArea8);
this.chart2.Dock = System.Windows.Forms.DockStyle.Bottom;
legend5.Name = "Legend1";
this.chart2.Legends.Add(legend5);
legend8.Name = "Legend1";
this.chart2.Legends.Add(legend8);
this.chart2.Location = new System.Drawing.Point(0, 287);
this.chart2.Name = "chart2";
series7.ChartArea = "ChartArea1";
series7.IsValueShownAsLabel = true;
series7.Legend = "Legend1";
series7.Name = "Rozmer";
series7.Points.Add(dataPoint9);
series7.Points.Add(dataPoint10);
series7.Points.Add(dataPoint11);
series7.Points.Add(dataPoint12);
this.chart2.Series.Add(series7);
series12.ChartArea = "ChartArea1";
series12.IsValueShownAsLabel = true;
series12.Legend = "Legend1";
series12.Name = "Rozmer";
series12.Points.Add(dataPoint13);
series12.Points.Add(dataPoint14);
series12.Points.Add(dataPoint15);
series12.Points.Add(dataPoint16);
this.chart2.Series.Add(series12);
this.chart2.Size = new System.Drawing.Size(407, 203);
this.chart2.TabIndex = 2;
this.chart2.Text = "chart2";
@@ -12202,6 +12207,16 @@
this.label182.Text = "↗";
this.label182.Click += new System.EventHandler(this.label182_Click);
//
// button205
//
this.button205.Location = new System.Drawing.Point(88, 0);
this.button205.Name = "button205";
this.button205.Size = new System.Drawing.Size(89, 43);
this.button205.TabIndex = 8;
this.button205.Text = "Editovať vyhodnotenie";
this.button205.UseVisualStyleBackColor = true;
this.button205.Click += new System.EventHandler(this.button205_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -12397,7 +12412,7 @@
((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView7)).EndInit();
this.tabPage13.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewVyhodnocovanie)).EndInit();
this.tabPage14.ResumeLayout(false);
this.tabPage14.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
@@ -12813,7 +12828,7 @@
private System.Windows.Forms.ComboBox comboBox8;
private System.Windows.Forms.DataGridView dataGridView3;
private System.Windows.Forms.DataGridView dataGridView7;
private System.Windows.Forms.DataGridView dataGridView10;
private System.Windows.Forms.DataGridView dataGridViewVyhodnocovanie;
private System.Windows.Forms.Panel panel24;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
@@ -13364,6 +13379,7 @@
private System.Windows.Forms.Button button203;
private System.Windows.Forms.Label label228;
private System.Windows.Forms.Button button204;
private System.Windows.Forms.Button button205;
}
}