aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-05 16:00:00 +0200
committerJayXKanz666 <[email protected]>2017-07-05 16:00:00 +0200
commit0c83910464ce2f443cb315227706f8a58167bbef (patch)
treeb0a444a969b1707a38c962f78362f54d87dd96bb /TimeHACK.Main
parent99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07 (diff)
parent1babfac033b8add0dee2a8c9a4b34fd6f90ac222 (diff)
downloadhistacom2-0c83910464ce2f443cb315227706f8a58167bbef.tar.gz
histacom2-0c83910464ce2f443cb315227706f8a58167bbef.tar.bz2
histacom2-0c83910464ce2f443cb315227706f8a58167bbef.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs
index 91ea2c6..9bef59e 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs
@@ -30,7 +30,9 @@
{
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
+ this.pictureBox2 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
@@ -50,16 +52,27 @@
this.comboBox1.Size = new System.Drawing.Size(269, 21);
this.comboBox1.TabIndex = 1;
//
+ // pictureBox2
+ //
+ this.pictureBox2.BackColor = System.Drawing.Color.Teal;
+ this.pictureBox2.Location = new System.Drawing.Point(74, 32);
+ this.pictureBox2.Name = "pictureBox2";
+ this.pictureBox2.Size = new System.Drawing.Size(152, 112);
+ this.pictureBox2.TabIndex = 2;
+ this.pictureBox2.TabStop = false;
+ //
// WinClassicThemePanel
//
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.pictureBox2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.pictureBox1);
this.Name = "WinClassicThemePanel";
this.Size = new System.Drawing.Size(301, 314);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
@@ -68,5 +81,6 @@
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ComboBox comboBox1;
+ private System.Windows.Forms.PictureBox pictureBox2;
}
}