Added client SCM/CMS options

This commit is contained in:
Nicola Carminati
2019-04-04 18:33:44 +02:00
parent a681fa31b1
commit 830221b178
39 changed files with 324 additions and 179 deletions
+5 -5
View File
@@ -87,12 +87,12 @@ namespace Step.UI
this.adminMachineToolStripMenuItem});
this.NotifyIconMenu.Name = "NotifyIconMenu";
this.NotifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.NotifyIconMenu.Size = new System.Drawing.Size(181, 70);
this.NotifyIconMenu.Size = new System.Drawing.Size(167, 48);
//
// StopServerItem
//
this.StopServerItem.Name = "StopServerItem";
this.StopServerItem.Size = new System.Drawing.Size(180, 22);
this.StopServerItem.Size = new System.Drawing.Size(166, 22);
this.StopServerItem.Text = "Close CMS Server";
this.StopServerItem.Click += new System.EventHandler(this.StopServerItem_Click);
//
@@ -105,7 +105,7 @@ namespace Step.UI
this.resetSpindleHoursToolStripMenuItem,
this.resetCountersToolStripMenuItem});
this.adminMachineToolStripMenuItem.Name = "adminMachineToolStripMenuItem";
this.adminMachineToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.adminMachineToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.adminMachineToolStripMenuItem.Text = "Service";
//
// passwordToolStripMenuItem
@@ -341,7 +341,7 @@ namespace Step.UI
// closeCMSServerToolStripMenuItem
//
this.closeCMSServerToolStripMenuItem.Name = "closeCMSServerToolStripMenuItem";
this.closeCMSServerToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.closeCMSServerToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.closeCMSServerToolStripMenuItem.Text = "Close CMS Server";
this.closeCMSServerToolStripMenuItem.Click += new System.EventHandler(this.closeCMSServerToolStripMenuItem_Click);
//
@@ -354,7 +354,7 @@ namespace Step.UI
this.resetSpindleHoursToolStripMenuItem1,
this.resetCountersToolStripMenuItem1});
this.serviceToolStripMenuItem.Name = "serviceToolStripMenuItem";
this.serviceToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.serviceToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.serviceToolStripMenuItem.Text = "Service";
//
// passwordToolStripMenuItem1