aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/AlternateDesktop.Designer.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-06-25 08:10:03 -0400
committerMichaelTheShifter <[email protected]>2016-06-25 08:10:03 -0400
commit84f689b91a73e512b035df40bbcf556b008a3b81 (patch)
treeda1020b2b5866c7ce300ac7b9c97112fe80fa1b3 /source/WindowsFormsApplication1/AlternateDesktop.Designer.cs
parent6707e2076a63dafab686fd533c95fb8ceb6c23fa (diff)
downloadshiftos-c--84f689b91a73e512b035df40bbcf556b008a3b81.tar.gz
shiftos-c--84f689b91a73e512b035df40bbcf556b008a3b81.tar.bz2
shiftos-c--84f689b91a73e512b035df40bbcf556b008a3b81.zip
Sort source code into folders.
It feels better to know what's responsible for what... Plus I removed some un-needed C# stuff.
Diffstat (limited to 'source/WindowsFormsApplication1/AlternateDesktop.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/AlternateDesktop.Designer.cs133
1 files changed, 0 insertions, 133 deletions
diff --git a/source/WindowsFormsApplication1/AlternateDesktop.Designer.cs b/source/WindowsFormsApplication1/AlternateDesktop.Designer.cs
deleted file mode 100644
index c26006e..0000000
--- a/source/WindowsFormsApplication1/AlternateDesktop.Designer.cs
+++ /dev/null
@@ -1,133 +0,0 @@
-namespace ShiftOS
-{
- partial class AlternateDesktop
- {
- /// <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 Windows Form 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.components = new System.ComponentModel.Container();
- this.pnlcontext = new System.Windows.Forms.Panel();
- this.pnlapplauncher = new System.Windows.Forms.Panel();
- this.pnlsidebar = new System.Windows.Forms.FlowLayoutPanel();
- this.lbclock = new System.Windows.Forms.Label();
- this.ClockTick = new System.Windows.Forms.Timer(this.components);
- this.lblapplabel = new System.Windows.Forms.Label();
- this.apptick = new System.Windows.Forms.Timer(this.components);
- this.pnlcontext.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlcontext
- //
- this.pnlcontext.BackColor = System.Drawing.Color.Gray;
- this.pnlcontext.Controls.Add(this.lbclock);
- this.pnlcontext.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlcontext.Location = new System.Drawing.Point(0, 0);
- this.pnlcontext.Name = "pnlcontext";
- this.pnlcontext.Size = new System.Drawing.Size(936, 28);
- this.pnlcontext.TabIndex = 0;
- //
- // pnlapplauncher
- //
- this.pnlapplauncher.BackColor = System.Drawing.Color.Gray;
- this.pnlapplauncher.Location = new System.Drawing.Point(71, 47);
- this.pnlapplauncher.Name = "pnlapplauncher";
- this.pnlapplauncher.Size = new System.Drawing.Size(664, 353);
- this.pnlapplauncher.TabIndex = 1;
- this.pnlapplauncher.Visible = false;
- //
- // pnlsidebar
- //
- this.pnlsidebar.BackColor = System.Drawing.Color.Gray;
- this.pnlsidebar.Dock = System.Windows.Forms.DockStyle.Left;
- this.pnlsidebar.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.pnlsidebar.Location = new System.Drawing.Point(0, 28);
- this.pnlsidebar.Name = "pnlsidebar";
- this.pnlsidebar.Size = new System.Drawing.Size(52, 509);
- this.pnlsidebar.TabIndex = 2;
- //
- // lbclock
- //
- this.lbclock.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.lbclock.Location = new System.Drawing.Point(820, 0);
- this.lbclock.Name = "lbclock";
- this.lbclock.Size = new System.Drawing.Size(113, 28);
- this.lbclock.TabIndex = 0;
- this.lbclock.Text = "500023";
- this.lbclock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // ClockTick
- //
- this.ClockTick.Enabled = true;
- this.ClockTick.Tick += new System.EventHandler(this.ClockTick_Tick);
- //
- // lblapplabel
- //
- this.lblapplabel.AutoSize = true;
- this.lblapplabel.Location = new System.Drawing.Point(823, 313);
- this.lblapplabel.Name = "lblapplabel";
- this.lblapplabel.Size = new System.Drawing.Size(35, 13);
- this.lblapplabel.TabIndex = 3;
- this.lblapplabel.Text = "label1";
- this.lblapplabel.Visible = false;
- //
- // apptick
- //
- this.apptick.Enabled = true;
- this.apptick.Interval = 2000;
- this.apptick.Tick += new System.EventHandler(this.apptick_Tick);
- //
- // AlternateDesktop
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Black;
- this.ClientSize = new System.Drawing.Size(936, 537);
- this.Controls.Add(this.lblapplabel);
- this.Controls.Add(this.pnlsidebar);
- this.Controls.Add(this.pnlapplauncher);
- this.Controls.Add(this.pnlcontext);
- this.ForeColor = System.Drawing.Color.White;
- this.Name = "AlternateDesktop";
- this.Text = "AlternateDesktop";
- this.Load += new System.EventHandler(this.AlternateDesktop_Load);
- this.pnlcontext.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel pnlcontext;
- private System.Windows.Forms.Label lbclock;
- private System.Windows.Forms.Panel pnlapplauncher;
- private System.Windows.Forms.FlowLayoutPanel pnlsidebar;
- private System.Windows.Forms.Timer ClockTick;
- private System.Windows.Forms.Label lblapplabel;
- private System.Windows.Forms.Timer apptick;
- }
-} \ No newline at end of file