diff options
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs index 56d0133..91e6b98 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs @@ -53,7 +53,9 @@ this.aboutMinesweeperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.button1 = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); + this.panel2 = new System.Windows.Forms.Panel(); this.menuStrip1.SuspendLayout(); + this.panel2.SuspendLayout(); this.SuspendLayout(); // // labelBombs @@ -62,7 +64,7 @@ this.labelBombs.Font = new System.Drawing.Font("Lemon\'s LCD", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelBombs.ForeColor = System.Drawing.Color.Red; this.labelBombs.Image = global::TimeHACK.Properties.Resources.MinesweepNumBox; - this.labelBombs.Location = new System.Drawing.Point(20, 32); + this.labelBombs.Location = new System.Drawing.Point(17, 32); this.labelBombs.Name = "labelBombs"; this.labelBombs.Size = new System.Drawing.Size(56, 25); this.labelBombs.TabIndex = 7; @@ -75,7 +77,7 @@ this.labelTime.Font = new System.Drawing.Font("Lemon\'s LCD", 15F); this.labelTime.ForeColor = System.Drawing.Color.Red; this.labelTime.Image = global::TimeHACK.Properties.Resources.MinesweepNumBox; - this.labelTime.Location = new System.Drawing.Point(162, 32); + this.labelTime.Location = new System.Drawing.Point(90, 32); this.labelTime.Margin = new System.Windows.Forms.Padding(0); this.labelTime.Name = "labelTime"; this.labelTime.RightToLeft = System.Windows.Forms.RightToLeft.No; @@ -86,9 +88,9 @@ // // panel1 // - this.panel1.Location = new System.Drawing.Point(18, 63); + this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(200, 200); + this.panel1.Size = new System.Drawing.Size(128, 128); this.panel1.TabIndex = 4; // // menuStrip1 @@ -100,7 +102,7 @@ this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(240, 24); + this.menuStrip1.Size = new System.Drawing.Size(164, 24); this.menuStrip1.TabIndex = 8; this.menuStrip1.Text = "menuStrip1"; // @@ -265,7 +267,7 @@ // this.button1.BackColor = System.Drawing.Color.Silver; this.button1.BackgroundImage = global::TimeHACK.Properties.Resources.WinClassicMinesweeperSmile; - this.button1.Location = new System.Drawing.Point(108, 32); + this.button1.Location = new System.Drawing.Point(70, 32); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(25, 25); this.button1.TabIndex = 9; @@ -277,21 +279,30 @@ this.timer1.Interval = 1; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // + // panel2 + // + this.panel2.Controls.Add(this.panel1); + this.panel2.Location = new System.Drawing.Point(16, 63); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(134, 134); + this.panel2.TabIndex = 10; + // // WinClassicMinesweeper // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Silver; + this.Controls.Add(this.panel2); this.Controls.Add(this.button1); this.Controls.Add(this.labelBombs); this.Controls.Add(this.labelTime); - this.Controls.Add(this.panel1); this.Controls.Add(this.menuStrip1); this.Name = "WinClassicMinesweeper"; - this.Size = new System.Drawing.Size(240, 275); + this.Size = new System.Drawing.Size(164, 210); this.Load += new System.EventHandler(this.WinClassicMinesweeper_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); + this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); @@ -323,5 +334,6 @@ private System.Windows.Forms.ToolStripMenuItem aboutMinesweeperToolStripMenuItem; private System.Windows.Forms.Button button1; private System.Windows.Forms.Timer timer1; + private System.Windows.Forms.Panel panel2; } } |
