diff options
| author | Michael Webb <[email protected]> | 2019-04-04 22:00:10 -0500 |
|---|---|---|
| committer | Michael Webb <[email protected]> | 2019-04-04 22:00:10 -0500 |
| commit | 7a17bdcb24e580a357bb1f9b8a925315eac33e64 (patch) | |
| tree | c0629b347bb95fc4aec0657ae5c581fd975a937b /Histacom2/TitleScreen.Designer.cs | |
| parent | 95345b4f04925194782512155cfd97210c244ad1 (diff) | |
| download | histacom2-7a17bdcb24e580a357bb1f9b8a925315eac33e64.tar.gz histacom2-7a17bdcb24e580a357bb1f9b8a925315eac33e64.tar.bz2 histacom2-7a17bdcb24e580a357bb1f9b8a925315eac33e64.zip | |
HUGE list of changes; see Discord for more info
Diffstat (limited to 'Histacom2/TitleScreen.Designer.cs')
| -rw-r--r-- | Histacom2/TitleScreen.Designer.cs | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/Histacom2/TitleScreen.Designer.cs b/Histacom2/TitleScreen.Designer.cs index f5ddbf7..a177bea 100644 --- a/Histacom2/TitleScreen.Designer.cs +++ b/Histacom2/TitleScreen.Designer.cs @@ -32,6 +32,7 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TitleScreen)); this.program = new System.Windows.Forms.Panel(); this.programContent = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.gameversion = new System.Windows.Forms.Label(); this.startbutton = new System.Windows.Forms.PictureBox(); @@ -51,7 +52,6 @@ this.bottomleftcorner = new System.Windows.Forms.Panel(); this.topleftcorner = new System.Windows.Forms.Panel(); this.updateText = new System.Windows.Forms.Timer(this.components); - this.label1 = new System.Windows.Forms.Label(); this.program.SuspendLayout(); this.programContent.SuspendLayout(); this.panel2.SuspendLayout(); @@ -90,6 +90,18 @@ this.programContent.Size = new System.Drawing.Size(791, 300); this.programContent.TabIndex = 9; // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.ForeColor = System.Drawing.Color.White; + this.label1.Location = new System.Drawing.Point(161, 228); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(293, 39); + this.label1.TabIndex = 14; + this.label1.Text = "© Philip Adams, Michael Webb and contributors, 2010-2019.\r\nAll operating systems " + + "shown in this game\r\nbelong to their respective owners."; + // // panel2 // this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage"))); @@ -216,6 +228,7 @@ this.HelpToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No; this.HelpToolStripMenuItem.Size = new System.Drawing.Size(138, 36); this.HelpToolStripMenuItem.Text = "Help"; + this.HelpToolStripMenuItem.Click += new System.EventHandler(this.helpItemClick); // // ShutdownToolStripMenuItem // @@ -301,18 +314,6 @@ this.updateText.Enabled = true; this.updateText.Tick += new System.EventHandler(this.updateText_Tick); // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.ForeColor = System.Drawing.Color.White; - this.label1.Location = new System.Drawing.Point(161, 228); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(293, 39); - this.label1.TabIndex = 14; - this.label1.Text = "© Philip Adams, Michael Webb and contributors, 2010-2019.\r\nAll operating systems " + - "shown in this game\r\nbelong to their respective owners."; - // // TitleScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
