diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-01 10:19:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-01 10:19:09 +0100 |
| commit | 33373a873ffb0717cb153b5613514fe4478a0ec1 (patch) | |
| tree | a27d8aa1874c65fa7c72e9e330d04db6f0af6963 /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 93c445239c7d28a6cee7147d7b6dbe3c7f0974f9 (diff) | |
| parent | 0a7c2d4dc020b58dacf1d0cf50403d101f176d72 (diff) | |
| download | histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.tar.gz histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.tar.bz2 histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.zip | |
Merge pull request #58 from Alex-TIMEHACK/master
Finished my taskbar!!!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 3fedcd1..d6fba17 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -41,6 +41,7 @@ this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.taskbar = new System.Windows.Forms.Panel(); + this.taskbarItems = new System.Windows.Forms.Panel(); this.taskbartime = new System.Windows.Forms.Label(); this.clockPanel = new System.Windows.Forms.Panel(); this.startbutton = new System.Windows.Forms.PictureBox(); @@ -158,6 +159,7 @@ // this.taskbar.BackColor = System.Drawing.Color.Silver; this.taskbar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("taskbar.BackgroundImage"))); + this.taskbar.Controls.Add(this.taskbarItems); this.taskbar.Controls.Add(this.taskbartime); this.taskbar.Controls.Add(this.clockPanel); this.taskbar.Controls.Add(this.startbutton); @@ -167,6 +169,13 @@ this.taskbar.Size = new System.Drawing.Size(640, 28); this.taskbar.TabIndex = 2; // + // taskbarItems + // + this.taskbarItems.Location = new System.Drawing.Point(63, 3); + this.taskbarItems.Name = "taskbarItems"; + this.taskbarItems.Size = new System.Drawing.Size(506, 22); + this.taskbarItems.TabIndex = 5; + // // taskbartime // this.taskbartime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); @@ -1128,6 +1137,7 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Windows95"; + this.Tag = "ignoreFormOnTaskbar"; this.Text = "TimeHACKDesktop"; this.Load += new System.EventHandler(this.Desktop_Load); this.panel1.ResumeLayout(false); @@ -1237,5 +1247,6 @@ private System.Windows.Forms.ToolStripMenuItem windowManagerTestToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem downloaderTestToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem installerTestToolStripMenuItem; + private System.Windows.Forms.Panel taskbarItems; } }
\ No newline at end of file |
