Oprava okna pridavania polotvaru

Otvorene ziadanky pre zdenku
This commit is contained in:
roman6791
2021-09-13 10:28:58 +02:00
parent df0d1f3a3d
commit eed17d46ca
11 changed files with 81 additions and 46 deletions

View File

@@ -114,6 +114,7 @@
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button1.Location = new System.Drawing.Point(330, 208);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
@@ -125,6 +126,7 @@
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button2.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button2.Location = new System.Drawing.Point(4, 208);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(114, 23);
@@ -148,6 +150,7 @@
this.numericUpDown2.TabIndex = 15;
this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
this.numericUpDown2.Enter += new System.EventHandler(this.numericUpDown2_Enter);
//
// numericUpDown3
//
@@ -164,6 +167,7 @@
this.numericUpDown3.TabIndex = 16;
this.numericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
this.numericUpDown3.Enter += new System.EventHandler(this.numericUpDown3_Enter);
//
// numericUpDown4
//
@@ -180,6 +184,7 @@
this.numericUpDown4.TabIndex = 17;
this.numericUpDown4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
this.numericUpDown4.Enter += new System.EventHandler(this.numericUpDown4_Enter);
//
// numericUpDown5
//
@@ -201,10 +206,11 @@
0,
0});
this.numericUpDown5.ValueChanged += new System.EventHandler(this.numericUpDown5_ValueChanged);
this.numericUpDown5.Enter += new System.EventHandler(this.numericUpDown5_Enter);
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label6.Location = new System.Drawing.Point(4, 168);
@@ -216,7 +222,7 @@
//
// label12
//
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));