aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-04-30 15:46:36 +0100
committerAlex-TIMEHACK <[email protected]>2017-04-30 15:46:36 +0100
commit12c253ab76b8117a563b021e969262da13eaec9d (patch)
treee6a99881473b838873ecc91659b480594bcfcff5 /TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
parentc56b38e8b2b8729d91a1ad96839b042af480eabe (diff)
downloadhistacom2-12c253ab76b8117a563b021e969262da13eaec9d.tar.gz
histacom2-12c253ab76b8117a563b021e969262da13eaec9d.tar.bz2
histacom2-12c253ab76b8117a563b021e969262da13eaec9d.zip
Half done the taskbars
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs74
1 files changed, 74 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
new file mode 100644
index 0000000..e369909
--- /dev/null
+++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
@@ -0,0 +1,74 @@
+namespace TimeHACK.Engine.Template.Taskbars
+{
+ partial class Win95TaskBarItem
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.progPic = new System.Windows.Forms.PictureBox();
+ this.progName = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.progPic)).BeginInit();
+ 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;
+ //
+ // progName
+ //
+ this.progName.AutoSize = true;
+ 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.Name = "progName";
+ this.progName.Size = new System.Drawing.Size(60, 24);
+ this.progName.TabIndex = 1;
+ this.progName.Text = "label1";
+ //
+ // 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.Name = "Win95TaskBarItem";
+ this.Size = new System.Drawing.Size(193, 30);
+ this.Load += new System.EventHandler(this.Win95TaskBarItem_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.progPic)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.PictureBox progPic;
+ private System.Windows.Forms.Label progName;
+ }
+}