aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
commit43647f873b9c2cd454b0b9389b952e1b36406725 (patch)
treec41de99a6103ad72dd449481d1153da3e1114c8b /TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
parent044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (diff)
parentd9fa6d11aa4889ba4538b00ef56d03da78664025 (diff)
downloadhistacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.gz
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.bz2
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.zip
Fixed Conflicts
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs45
1 files changed, 31 insertions, 14 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
index 71ccfde..c0977f2 100644
--- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
@@ -28,44 +28,60 @@
/// </summary>
private void InitializeComponent()
{
- this.progPic = new System.Windows.Forms.PictureBox();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Win95TaskBarItem));
this.progName = new System.Windows.Forms.Label();
+ this.progPic = new System.Windows.Forms.PictureBox();
+ this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.progPic)).BeginInit();
+ this.panel1.SuspendLayout();
this.SuspendLayout();
//
- // progPic
- //
- this.progPic.Location = new System.Drawing.Point(3, 3);
- this.progPic.Name = "progPic";
- this.progPic.Size = new System.Drawing.Size(28, 24);
- this.progPic.TabIndex = 0;
- this.progPic.TabStop = false;
- this.progPic.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
- //
// progName
//
this.progName.AutoSize = true;
+ this.progName.BackColor = System.Drawing.Color.Transparent;
this.progName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.progName.Location = new System.Drawing.Point(37, 3);
+ this.progName.Location = new System.Drawing.Point(18, 2);
this.progName.Name = "progName";
this.progName.Size = new System.Drawing.Size(60, 24);
this.progName.TabIndex = 1;
this.progName.Text = "label1";
this.progName.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
//
+ // progPic
+ //
+ this.progPic.BackColor = System.Drawing.Color.Transparent;
+ this.progPic.Location = new System.Drawing.Point(3, 3);
+ this.progPic.Name = "progPic";
+ this.progPic.Size = new System.Drawing.Size(16, 16);
+ this.progPic.TabIndex = 0;
+ this.progPic.TabStop = false;
+ this.progPic.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
+ //
+ // panel1
+ //
+ this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
+ this.panel1.Controls.Add(this.progName);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(160, 22);
+ this.panel1.TabIndex = 2;
+ //
// Win95TaskBarItem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.progName);
this.Controls.Add(this.progPic);
+ this.Controls.Add(this.panel1);
this.Name = "Win95TaskBarItem";
- this.Size = new System.Drawing.Size(193, 30);
+ this.Size = new System.Drawing.Size(160, 22);
this.Load += new System.EventHandler(this.Win95TaskBarItem_Load);
this.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
((System.ComponentModel.ISupportInitialize)(this.progPic)).EndInit();
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
this.ResumeLayout(false);
- this.PerformLayout();
}
@@ -73,5 +89,6 @@
private System.Windows.Forms.PictureBox progPic;
private System.Windows.Forms.Label progName;
+ private System.Windows.Forms.Panel panel1;
}
}