Pissed about trying to fix a number of bugs
This commit is contained in:
14
Desktop/Form1.Designer.cs
generated
14
Desktop/Form1.Designer.cs
generated
@@ -28,7 +28,6 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
pbScreen = new PictureBox();
|
||||
menuStrip1 = new MenuStrip();
|
||||
fileToolStripMenuItem = new ToolStripMenuItem();
|
||||
openToolStripMenuItem = new ToolStripMenuItem();
|
||||
@@ -41,19 +40,9 @@
|
||||
resetToolStripMenuItem = new ToolStripMenuItem();
|
||||
helpToolStripMenuItem = new ToolStripMenuItem();
|
||||
aboutToolStripMenuItem = new ToolStripMenuItem();
|
||||
((System.ComponentModel.ISupportInitialize)pbScreen).BeginInit();
|
||||
menuStrip1.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// pbScreen
|
||||
//
|
||||
pbScreen.Location = new Point(12, 36);
|
||||
pbScreen.Name = "pbScreen";
|
||||
pbScreen.Size = new Size(768, 576);
|
||||
pbScreen.SizeMode = PictureBoxSizeMode.Zoom;
|
||||
pbScreen.TabIndex = 1;
|
||||
pbScreen.TabStop = false;
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
menuStrip1.ImageScalingSize = new Size(24, 24);
|
||||
@@ -145,13 +134,11 @@
|
||||
AutoScaleDimensions = new SizeF(10F, 25F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(791, 622);
|
||||
Controls.Add(pbScreen);
|
||||
Controls.Add(menuStrip1);
|
||||
MainMenuStrip = menuStrip1;
|
||||
Margin = new Padding(4);
|
||||
Name = "ParsonsForm1";
|
||||
Text = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)pbScreen).EndInit();
|
||||
menuStrip1.ResumeLayout(false);
|
||||
menuStrip1.PerformLayout();
|
||||
ResumeLayout(false);
|
||||
@@ -159,7 +146,6 @@
|
||||
}
|
||||
|
||||
#endregion
|
||||
private PictureBox pbScreen;
|
||||
private MenuStrip menuStrip1;
|
||||
private ToolStripMenuItem fileToolStripMenuItem;
|
||||
private ToolStripMenuItem openToolStripMenuItem;
|
||||
|
||||
Reference in New Issue
Block a user