mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 03:11:47 -05:00
i think it builds now
lets get this road on the show
This commit is contained in:
parent
1f2973db8e
commit
9d9958e18b
5 changed files with 23 additions and 6 deletions
10
ShiftOS.Main/Properties/Resources.Designer.cs
generated
10
ShiftOS.Main/Properties/Resources.Designer.cs
generated
|
@ -149,6 +149,16 @@ namespace ShiftOS.Main.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap pixel {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("pixel", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -151,4 +151,7 @@
|
||||||
<data name="UbuntuMono_R" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="UbuntuMono_R" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\resources\fonts\ubuntumono.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>..\resources\fonts\ubuntumono.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="pixel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\resources\pixel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
BIN
ShiftOS.Main/Resources/pixel.png
Normal file
BIN
ShiftOS.Main/Resources/pixel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 B |
|
@ -166,6 +166,7 @@
|
||||||
<Content Include="Resources\Icons\iconTerminal.png" />
|
<Content Include="Resources\Icons\iconTerminal.png" />
|
||||||
<Content Include="Resources\Icons\iconTextPad.png" />
|
<Content Include="Resources\Icons\iconTextPad.png" />
|
||||||
<Content Include="Resources\Icons\Symbolinfo.png" />
|
<Content Include="Resources\Icons\Symbolinfo.png" />
|
||||||
|
<Content Include="Resources\pixel.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
15
ShiftOS.Main/ShiftOS/Desktop.Designer.cs
generated
15
ShiftOS.Main/ShiftOS/Desktop.Designer.cs
generated
|
@ -33,13 +33,13 @@
|
||||||
this.clockPanel = new System.Windows.Forms.Panel();
|
this.clockPanel = new System.Windows.Forms.Panel();
|
||||||
this.lblClock = new System.Windows.Forms.Label();
|
this.lblClock = new System.Windows.Forms.Label();
|
||||||
this.panel2 = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
||||||
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||||
this.applicationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.applicationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.shifterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.shifterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.terminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.terminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.textPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.textPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.fileSkimmerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.fileSkimmerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
||||||
this.taskbar.SuspendLayout();
|
this.taskbar.SuspendLayout();
|
||||||
this.clockPanel.SuspendLayout();
|
this.clockPanel.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
|
@ -88,15 +88,21 @@
|
||||||
this.panel2.Size = new System.Drawing.Size(102, 24);
|
this.panel2.Size = new System.Drawing.Size(102, 24);
|
||||||
this.panel2.TabIndex = 0;
|
this.panel2.TabIndex = 0;
|
||||||
//
|
//
|
||||||
|
// timer1
|
||||||
|
//
|
||||||
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||||
|
//
|
||||||
// menuStrip1
|
// menuStrip1
|
||||||
//
|
//
|
||||||
|
this.menuStrip1.BackgroundImage = global::ShiftOS.Main.Properties.Resources.pixel;
|
||||||
|
this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
||||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.applicationsToolStripMenuItem});
|
this.applicationsToolStripMenuItem});
|
||||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.menuStrip1.Name = "menuStrip1";
|
this.menuStrip1.Name = "menuStrip1";
|
||||||
this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
||||||
this.menuStrip1.Size = new System.Drawing.Size(185, 24);
|
this.menuStrip1.Size = new System.Drawing.Size(93, 24);
|
||||||
this.menuStrip1.TabIndex = 2;
|
this.menuStrip1.TabIndex = 2;
|
||||||
this.menuStrip1.Text = "Applications";
|
this.menuStrip1.Text = "Applications";
|
||||||
//
|
//
|
||||||
|
@ -107,6 +113,7 @@
|
||||||
this.terminalToolStripMenuItem,
|
this.terminalToolStripMenuItem,
|
||||||
this.textPadToolStripMenuItem,
|
this.textPadToolStripMenuItem,
|
||||||
this.fileSkimmerToolStripMenuItem});
|
this.fileSkimmerToolStripMenuItem});
|
||||||
|
this.applicationsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
|
||||||
this.applicationsToolStripMenuItem.Name = "applicationsToolStripMenuItem";
|
this.applicationsToolStripMenuItem.Name = "applicationsToolStripMenuItem";
|
||||||
this.applicationsToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
|
this.applicationsToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
|
||||||
this.applicationsToolStripMenuItem.Text = "Applications";
|
this.applicationsToolStripMenuItem.Text = "Applications";
|
||||||
|
@ -139,10 +146,6 @@
|
||||||
this.fileSkimmerToolStripMenuItem.Text = "File Skimmer";
|
this.fileSkimmerToolStripMenuItem.Text = "File Skimmer";
|
||||||
this.fileSkimmerToolStripMenuItem.Click += new System.EventHandler(this.fileSkimmerToolStripMenuItem_Click);
|
this.fileSkimmerToolStripMenuItem.Click += new System.EventHandler(this.fileSkimmerToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// timer1
|
|
||||||
//
|
|
||||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
||||||
//
|
|
||||||
// Desktop
|
// Desktop
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
Loading…
Reference in a new issue