aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.Designer.cs
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-08-26 16:02:01 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-08-26 16:02:01 -0400
commitdb8d19f07f457cad229695ae1dc0ddbe8d13e0f3 (patch)
treeebf93e2c33ce061641b60e3a1ddbef86b4c2a580 /Project Ports/Desktop.Designer.cs
parent8f6b0e2c3dd491428d1e47f66191a26636b8f4e9 (diff)
downloadProject-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.tar.gz
Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.tar.bz2
Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.zip
Added QuantumNet
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
-rw-r--r--Project Ports/Desktop.Designer.cs24
1 files changed, 17 insertions, 7 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs
index e004e3a..c39b2a1 100644
--- a/Project Ports/Desktop.Designer.cs
+++ b/Project Ports/Desktop.Designer.cs
@@ -34,12 +34,13 @@
this.programsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.terminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.testWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.chatterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.shutdownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ltime = new System.Windows.Forms.Label();
this.dclock = new System.Windows.Forms.Timer(this.components);
- this.chatterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.quantumNetBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.appMenu.SuspendLayout();
this.SuspendLayout();
//
@@ -72,7 +73,8 @@
this.programsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.terminalToolStripMenuItem,
this.testWindowToolStripMenuItem,
- this.chatterToolStripMenuItem});
+ this.chatterToolStripMenuItem,
+ this.quantumNetBrowserToolStripMenuItem});
this.programsToolStripMenuItem.Name = "programsToolStripMenuItem";
this.programsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.programsToolStripMenuItem.Text = "Programs";
@@ -91,6 +93,13 @@
this.testWindowToolStripMenuItem.Text = "TestWindow";
this.testWindowToolStripMenuItem.Click += new System.EventHandler(this.testWindowToolStripMenuItem_Click);
//
+ // chatterToolStripMenuItem
+ //
+ this.chatterToolStripMenuItem.Name = "chatterToolStripMenuItem";
+ this.chatterToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
+ this.chatterToolStripMenuItem.Text = "Chatter";
+ this.chatterToolStripMenuItem.Click += new System.EventHandler(this.chatterToolStripMenuItem_Click);
+ //
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
@@ -127,12 +136,12 @@
//
this.dclock.Tick += new System.EventHandler(this.dclock_Tick);
//
- // chatterToolStripMenuItem
+ // quantumNetBrowserToolStripMenuItem
//
- this.chatterToolStripMenuItem.Name = "chatterToolStripMenuItem";
- this.chatterToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.chatterToolStripMenuItem.Text = "Chatter";
- this.chatterToolStripMenuItem.Click += new System.EventHandler(this.chatterToolStripMenuItem_Click);
+ this.quantumNetBrowserToolStripMenuItem.Name = "quantumNetBrowserToolStripMenuItem";
+ this.quantumNetBrowserToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
+ this.quantumNetBrowserToolStripMenuItem.Text = "QuantumNet Browser";
+ this.quantumNetBrowserToolStripMenuItem.Click += new System.EventHandler(this.quantumNetBrowserToolStripMenuItem_Click);
//
// Desktop
//
@@ -169,5 +178,6 @@
private System.Windows.Forms.Timer dclock;
private System.Windows.Forms.ToolStripMenuItem testWindowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem chatterToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem quantumNetBrowserToolStripMenuItem;
}
} \ No newline at end of file