editacia vyrobku

This commit is contained in:
Culak-HP\Culak
2021-03-29 10:46:47 +02:00
parent 3cc83de98c
commit 5798fd69a7
6 changed files with 87 additions and 45 deletions

View File

@@ -346,7 +346,7 @@
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Location = new System.Drawing.Point(3, 17);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(770, 390);
this.panel1.Size = new System.Drawing.Size(815, 390);
this.panel1.TabIndex = 9;
//
// pictureBox1
@@ -378,7 +378,7 @@
this.dataGridView1.ShowCellToolTips = false;
this.dataGridView1.ShowEditingIcon = false;
this.dataGridView1.ShowRowErrors = false;
this.dataGridView1.Size = new System.Drawing.Size(229, 100);
this.dataGridView1.Size = new System.Drawing.Size(274, 100);
this.dataGridView1.TabIndex = 4;
this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
@@ -410,7 +410,7 @@
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Location = new System.Drawing.Point(707, 117);
this.button3.Location = new System.Drawing.Point(752, 117);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 23;
@@ -422,7 +422,7 @@
//
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button5.Enabled = false;
this.button5.Location = new System.Drawing.Point(707, 95);
this.button5.Location = new System.Drawing.Point(752, 95);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 24;
@@ -438,7 +438,7 @@
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Location = new System.Drawing.Point(2, 145);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(780, 413);
this.groupBox1.Size = new System.Drawing.Size(825, 413);
this.groupBox1.TabIndex = 19;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Zobraziť výkres";
@@ -471,7 +471,7 @@
this.groupBox4.Controls.Add(this.btnVymazVykres);
this.groupBox4.Location = new System.Drawing.Point(474, 2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(233, 140);
this.groupBox4.Size = new System.Drawing.Size(278, 140);
this.groupBox4.TabIndex = 21;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Načítané výkresy";
@@ -536,7 +536,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 562);
this.ClientSize = new System.Drawing.Size(829, 562);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.button7);