prepojenie nacenovania a vyhodnocovania

This commit is contained in:
roman6791
2021-09-09 23:01:45 +02:00
parent 11c403bb55
commit df0d1f3a3d
8 changed files with 195 additions and 139 deletions

164
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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
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 series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series5 = 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 series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 9.5D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 9.25D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 8.84D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 8.67D);
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
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.Series series2 = 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 series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 9.5D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 9.25D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 8.84D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = 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();
@@ -518,6 +518,8 @@
this.button73 = new System.Windows.Forms.Button();
this.dataGridView8 = new System.Windows.Forms.DataGridView();
this.tabPage12 = new System.Windows.Forms.TabPage();
this.button206 = new System.Windows.Forms.Button();
this.button207 = new System.Windows.Forms.Button();
this.panel63 = new System.Windows.Forms.Panel();
this.comboBox16 = new System.Windows.Forms.ComboBox();
this.button171 = new System.Windows.Forms.Button();
@@ -907,8 +909,6 @@
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label175 = new System.Windows.Forms.Label();
this.label182 = new System.Windows.Forms.Label();
this.button206 = new System.Windows.Forms.Button();
this.button207 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
@@ -1891,12 +1891,12 @@
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.AliceBlue;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Green;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Yellow;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle3;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Green;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Yellow;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1704, 215);
this.dataGridView1.TabIndex = 0;
@@ -2473,14 +2473,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)));
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dGVVydajMat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dGVVydajMat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dGVVydajMat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dGVVydajMat.Location = new System.Drawing.Point(1, 43);
this.dGVVydajMat.MultiSelect = false;
@@ -4965,27 +4965,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)));
chartArea3.Area3DStyle.IsRightAngleAxes = false;
chartArea3.Area3DStyle.Perspective = 25;
chartArea3.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea3);
legend3.DockedToChartArea = "ChartArea1";
legend3.Name = "Legend1";
this.chart1.Legends.Add(legend3);
chartArea1.Area3DStyle.IsRightAngleAxes = false;
chartArea1.Area3DStyle.Perspective = 25;
chartArea1.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1);
legend1.DockedToChartArea = "ChartArea1";
legend1.Name = "Legend1";
this.chart1.Legends.Add(legend1);
this.chart1.Location = new System.Drawing.Point(4, 4);
this.chart1.Name = "chart1";
series4.ChartArea = "ChartArea1";
series4.Enabled = false;
series4.IsValueShownAsLabel = true;
series4.Legend = "Legend1";
series4.Name = "Priemerná zmätkovitosť";
series5.ChartArea = "ChartArea1";
series5.Enabled = false;
series5.IsValueShownAsLabel = true;
series5.Legend = "Legend1";
series5.Name = "Priemer zmätkovitostí";
this.chart1.Series.Add(series4);
this.chart1.Series.Add(series5);
series1.ChartArea = "ChartArea1";
series1.Enabled = false;
series1.IsValueShownAsLabel = true;
series1.Legend = "Legend1";
series1.Name = "Priemerná zmätkovitosť";
series2.ChartArea = "ChartArea1";
series2.Enabled = false;
series2.IsValueShownAsLabel = true;
series2.Legend = "Legend1";
series2.Name = "Priemer zmätkovitostí";
this.chart1.Series.Add(series1);
this.chart1.Series.Add(series2);
this.chart1.Size = new System.Drawing.Size(971, 512);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
@@ -7192,6 +7192,27 @@
this.tabPage12.UseVisualStyleBackColor = true;
this.tabPage12.Enter += new System.EventHandler(this.tabPage12_Enter);
//
// button206
//
this.button206.Enabled = false;
this.button206.Location = new System.Drawing.Point(827, 0);
this.button206.Name = "button206";
this.button206.Size = new System.Drawing.Size(82, 43);
this.button206.TabIndex = 45;
this.button206.Text = "Zobraziť vyhodnotenie";
this.button206.UseVisualStyleBackColor = true;
this.button206.Click += new System.EventHandler(this.button206_Click);
//
// button207
//
this.button207.Location = new System.Drawing.Point(748, 0);
this.button207.Name = "button207";
this.button207.Size = new System.Drawing.Size(80, 43);
this.button207.TabIndex = 44;
this.button207.Text = "Požiadať o vyhodnotenie";
this.button207.UseVisualStyleBackColor = true;
this.button207.Click += new System.EventHandler(this.button207_Click);
//
// panel63
//
this.panel63.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
@@ -8751,22 +8772,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;
chartArea4.Name = "ChartArea1";
this.chart2.ChartAreas.Add(chartArea4);
chartArea2.Name = "ChartArea1";
this.chart2.ChartAreas.Add(chartArea2);
this.chart2.Dock = System.Windows.Forms.DockStyle.Bottom;
legend4.Name = "Legend1";
this.chart2.Legends.Add(legend4);
legend2.Name = "Legend1";
this.chart2.Legends.Add(legend2);
this.chart2.Location = new System.Drawing.Point(0, 287);
this.chart2.Name = "chart2";
series6.ChartArea = "ChartArea1";
series6.IsValueShownAsLabel = true;
series6.Legend = "Legend1";
series6.Name = "Rozmer";
series6.Points.Add(dataPoint5);
series6.Points.Add(dataPoint6);
series6.Points.Add(dataPoint7);
series6.Points.Add(dataPoint8);
this.chart2.Series.Add(series6);
series3.ChartArea = "ChartArea1";
series3.IsValueShownAsLabel = true;
series3.Legend = "Legend1";
series3.Name = "Rozmer";
series3.Points.Add(dataPoint1);
series3.Points.Add(dataPoint2);
series3.Points.Add(dataPoint3);
series3.Points.Add(dataPoint4);
this.chart2.Series.Add(series3);
this.chart2.Size = new System.Drawing.Size(407, 203);
this.chart2.TabIndex = 2;
this.chart2.Text = "chart2";
@@ -11914,7 +11935,7 @@
this.lblVerzia.Name = "lblVerzia";
this.lblVerzia.Size = new System.Drawing.Size(34, 13);
this.lblVerzia.TabIndex = 13;
this.lblVerzia.Text = "1,008";
this.lblVerzia.Text = "1,009";
this.lblVerzia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label50
@@ -12221,25 +12242,6 @@
this.label182.Text = "↗";
this.label182.Click += new System.EventHandler(this.label182_Click);
//
// button206
//
this.button206.Enabled = false;
this.button206.Location = new System.Drawing.Point(822, 0);
this.button206.Name = "button206";
this.button206.Size = new System.Drawing.Size(82, 43);
this.button206.TabIndex = 45;
this.button206.Text = "Zobraziť vyhodnotenie";
this.button206.UseVisualStyleBackColor = true;
//
// button207
//
this.button207.Location = new System.Drawing.Point(748, 0);
this.button207.Name = "button207";
this.button207.Size = new System.Drawing.Size(75, 43);
this.button207.TabIndex = 44;
this.button207.Text = "Vyhodnotiť";
this.button207.UseVisualStyleBackColor = true;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);