diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-26 00:35:17 -0400 |
|---|---|---|
| committer | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-26 00:35:17 -0400 |
| commit | 4800d7686b470b3a39314e76ea02daee790078b7 (patch) | |
| tree | dfc24ecb19fa4a62419e3ea1764fda0eabe67e4a /Project Ports/Desktop.Designer.cs | |
| parent | e33bb991f88ef5e60576da69b8dd82b1ffa670fc (diff) | |
| download | Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.tar.gz Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.tar.bz2 Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.zip | |
Chatter, ChatAPI, and other changes.
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
| -rw-r--r-- | Project Ports/Desktop.Designer.cs | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 80cf84a..e004e3a 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -39,6 +39,7 @@ 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.appMenu.SuspendLayout(); this.SuspendLayout(); // @@ -70,7 +71,8 @@ // this.programsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.terminalToolStripMenuItem, - this.testWindowToolStripMenuItem}); + this.testWindowToolStripMenuItem, + this.chatterToolStripMenuItem}); this.programsToolStripMenuItem.Name = "programsToolStripMenuItem"; this.programsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.programsToolStripMenuItem.Text = "Programs"; @@ -94,6 +96,7 @@ this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.settingsToolStripMenuItem.Text = "Settings"; + this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // toolStripSeparator1 // @@ -113,7 +116,7 @@ this.ltime.AutoSize = true; this.ltime.BackColor = System.Drawing.Color.Silver; this.ltime.ForeColor = System.Drawing.Color.Black; - this.ltime.Location = new System.Drawing.Point(742, 7); + this.ltime.Location = new System.Drawing.Point(742, 6); this.ltime.Name = "ltime"; this.ltime.Size = new System.Drawing.Size(53, 13); this.ltime.TabIndex = 1; @@ -124,6 +127,13 @@ // this.dclock.Tick += new System.EventHandler(this.dclock_Tick); // + // 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); + // // Desktop // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -158,5 +168,6 @@ private System.Windows.Forms.ToolStripMenuItem terminalToolStripMenuItem; private System.Windows.Forms.Timer dclock; private System.Windows.Forms.ToolStripMenuItem testWindowToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem chatterToolStripMenuItem; } }
\ No newline at end of file |
