This commit is contained in:
minster586
2025-08-16 00:38:53 -04:00
parent 555628fc7a
commit b1be0450c3

View File

@@ -61,9 +61,9 @@
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3});
this.statusStrip1.Location = new System.Drawing.Point(0, 328);
this.statusStrip1.Location = new System.Drawing.Point(0, 268);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(662, 25);
this.statusStrip1.Size = new System.Drawing.Size(612, 25);
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
@@ -95,7 +95,7 @@
this.aboutToolStripMenuItem});
this.menuStrip2.Location = new System.Drawing.Point(0, 0);
this.menuStrip2.Name = "menuStrip2";
this.menuStrip2.Size = new System.Drawing.Size(662, 24);
this.menuStrip2.Size = new System.Drawing.Size(612, 24);
this.menuStrip2.TabIndex = 2;
this.menuStrip2.Text = "menuStrip2";
//
@@ -216,7 +216,7 @@
//
// button1
//
this.button1.Location = new System.Drawing.Point(261, 248);
this.button1.Location = new System.Drawing.Point(250, 216);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(99, 42);
this.button1.TabIndex = 5;
@@ -225,7 +225,7 @@
//
// button2
//
this.button2.Location = new System.Drawing.Point(419, 248);
this.button2.Location = new System.Drawing.Point(392, 216);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(99, 42);
this.button2.TabIndex = 6;
@@ -236,7 +236,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(662, 353);
this.ClientSize = new System.Drawing.Size(612, 293);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);