aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-05 09:51:37 -0400
committerlempamo <[email protected]>2017-07-05 09:51:37 -0400
commit1babfac033b8add0dee2a8c9a4b34fd6f90ac222 (patch)
treeb0a444a969b1707a38c962f78362f54d87dd96bb /TimeHACK.Main
parent6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (diff)
downloadhistacom2-1babfac033b8add0dee2a8c9a4b34fd6f90ac222.tar.gz
histacom2-1babfac033b8add0dee2a8c9a4b34fd6f90ac222.tar.bz2
histacom2-1babfac033b8add0dee2a8c9a4b34fd6f90ac222.zip
Some more theme things
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;
}
}