diff --git a/ShiftOS/ShiftOS/Desktop.Designer.cs b/ShiftOS/ShiftOS/Desktop.Designer.cs index 08ef241..558300a 100644 --- a/ShiftOS/ShiftOS/Desktop.Designer.cs +++ b/ShiftOS/ShiftOS/Desktop.Designer.cs @@ -28,13 +28,40 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.DesktopPanel = new System.Windows.Forms.Panel(); + this.SuspendLayout(); + // + // DesktopPanel + // + this.DesktopPanel.BackColor = System.Drawing.Color.Gray; + this.DesktopPanel.Dock = System.Windows.Forms.DockStyle.Top; + this.DesktopPanel.ForeColor = System.Drawing.Color.Black; + this.DesktopPanel.Location = new System.Drawing.Point(0, 0); + this.DesktopPanel.Name = "DesktopPanel"; + this.DesktopPanel.Size = new System.Drawing.Size(800, 24); + this.DesktopPanel.TabIndex = 0; + // + // Desktop + // + 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(800, 450); + this.Controls.Add(this.DesktopPanel); + this.ForeColor = System.Drawing.Color.White; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "Desktop"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; + this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(0)))), ((int)(((byte)(1))))); + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.ResumeLayout(false); + } #endregion + + private System.Windows.Forms.Panel DesktopPanel; } } diff --git a/ShiftOS/ShiftOS/Desktop.resx b/ShiftOS/ShiftOS/Desktop.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/ShiftOS/ShiftOS/Desktop.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/ShiftOS/ShiftOS/ShiftOS.csproj b/ShiftOS/ShiftOS/ShiftOS.csproj index 5bd6347..cc47277 100644 --- a/ShiftOS/ShiftOS/ShiftOS.csproj +++ b/ShiftOS/ShiftOS/ShiftOS.csproj @@ -55,6 +55,9 @@ + + Desktop.cs + ResXFileCodeGenerator Resources.Designer.cs