Fix tool manager Osai update functions
Fix UI
This commit is contained in:
Generated
+51
-421
@@ -37,24 +37,6 @@ namespace Step.UI
|
||||
this.StopServerItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.openUiButton = new MetroFramework.Controls.MetroButton();
|
||||
this.metroTabControl1 = new MetroFramework.Controls.MetroTabControl();
|
||||
this.NCInfo = new MetroFramework.Controls.MetroTabPage();
|
||||
this.CHNcConnected = new MetroFramework.Controls.MetroCheckBox();
|
||||
this.TXTTime = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTLang = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTNCProc = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTSftVers = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTCMSMach = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTNcSerial = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTName = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTType = new MetroFramework.Controls.MetroTextBox();
|
||||
this.metroLabel8 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel7 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
||||
this.ThreadsInfo = new MetroFramework.Controls.MetroTabPage();
|
||||
this.LISTThreadStatus = new MetroFramework.Controls.MetroListView();
|
||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
@@ -62,9 +44,11 @@ namespace Step.UI
|
||||
this.stopServerButton = new MetroFramework.Controls.MetroButton();
|
||||
this.TestJSButton = new MetroFramework.Controls.MetroButton();
|
||||
this.TXTstatus = new MetroFramework.Controls.MetroTextBox();
|
||||
this.TXTType = new System.Windows.Forms.Label();
|
||||
this.CHNcConnected = new MetroFramework.Controls.MetroCheckBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.NotifyIconMenu.SuspendLayout();
|
||||
this.metroTabControl1.SuspendLayout();
|
||||
this.NCInfo.SuspendLayout();
|
||||
this.ThreadsInfo.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -95,7 +79,7 @@ namespace Step.UI
|
||||
// openUiButton
|
||||
//
|
||||
this.openUiButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.openUiButton.Location = new System.Drawing.Point(12, 381);
|
||||
this.openUiButton.Location = new System.Drawing.Point(8, 371);
|
||||
this.openUiButton.Name = "openUiButton";
|
||||
this.openUiButton.Size = new System.Drawing.Size(104, 42);
|
||||
this.openUiButton.TabIndex = 1;
|
||||
@@ -106,385 +90,14 @@ namespace Step.UI
|
||||
//
|
||||
// metroTabControl1
|
||||
//
|
||||
this.metroTabControl1.Controls.Add(this.NCInfo);
|
||||
this.metroTabControl1.Controls.Add(this.ThreadsInfo);
|
||||
this.metroTabControl1.Location = new System.Drawing.Point(12, 56);
|
||||
this.metroTabControl1.Location = new System.Drawing.Point(8, 26);
|
||||
this.metroTabControl1.Name = "metroTabControl1";
|
||||
this.metroTabControl1.SelectedIndex = 0;
|
||||
this.metroTabControl1.Size = new System.Drawing.Size(328, 323);
|
||||
this.metroTabControl1.TabIndex = 7;
|
||||
this.metroTabControl1.UseSelectable = true;
|
||||
//
|
||||
// NCInfo
|
||||
//
|
||||
this.NCInfo.Controls.Add(this.CHNcConnected);
|
||||
this.NCInfo.Controls.Add(this.TXTTime);
|
||||
this.NCInfo.Controls.Add(this.TXTLang);
|
||||
this.NCInfo.Controls.Add(this.TXTNCProc);
|
||||
this.NCInfo.Controls.Add(this.TXTSftVers);
|
||||
this.NCInfo.Controls.Add(this.TXTCMSMach);
|
||||
this.NCInfo.Controls.Add(this.TXTNcSerial);
|
||||
this.NCInfo.Controls.Add(this.TXTName);
|
||||
this.NCInfo.Controls.Add(this.TXTType);
|
||||
this.NCInfo.Controls.Add(this.metroLabel8);
|
||||
this.NCInfo.Controls.Add(this.metroLabel7);
|
||||
this.NCInfo.Controls.Add(this.metroLabel6);
|
||||
this.NCInfo.Controls.Add(this.metroLabel5);
|
||||
this.NCInfo.Controls.Add(this.metroLabel4);
|
||||
this.NCInfo.Controls.Add(this.metroLabel3);
|
||||
this.NCInfo.Controls.Add(this.metroLabel2);
|
||||
this.NCInfo.Controls.Add(this.metroLabel1);
|
||||
this.NCInfo.HorizontalScrollbarBarColor = true;
|
||||
this.NCInfo.HorizontalScrollbarHighlightOnWheel = false;
|
||||
this.NCInfo.HorizontalScrollbarSize = 10;
|
||||
this.NCInfo.Location = new System.Drawing.Point(4, 38);
|
||||
this.NCInfo.Name = "NCInfo";
|
||||
this.NCInfo.Size = new System.Drawing.Size(320, 281);
|
||||
this.NCInfo.TabIndex = 0;
|
||||
this.NCInfo.Text = "NC Info";
|
||||
this.NCInfo.VerticalScrollbarBarColor = true;
|
||||
this.NCInfo.VerticalScrollbarHighlightOnWheel = false;
|
||||
this.NCInfo.VerticalScrollbarSize = 10;
|
||||
//
|
||||
// CHNcConnected
|
||||
//
|
||||
this.CHNcConnected.AutoCheck = false;
|
||||
this.CHNcConnected.AutoSize = true;
|
||||
this.CHNcConnected.Location = new System.Drawing.Point(173, 17);
|
||||
this.CHNcConnected.Name = "CHNcConnected";
|
||||
this.CHNcConnected.Size = new System.Drawing.Size(81, 15);
|
||||
this.CHNcConnected.TabIndex = 50;
|
||||
this.CHNcConnected.Text = "Connected";
|
||||
this.CHNcConnected.UseSelectable = true;
|
||||
//
|
||||
// TXTTime
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTTime.CustomButton.Image = null;
|
||||
this.TXTTime.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTTime.CustomButton.Name = "";
|
||||
this.TXTTime.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTTime.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTTime.CustomButton.TabIndex = 1;
|
||||
this.TXTTime.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTTime.CustomButton.UseSelectable = true;
|
||||
this.TXTTime.CustomButton.Visible = false;
|
||||
this.TXTTime.Lines = new string[0];
|
||||
this.TXTTime.Location = new System.Drawing.Point(173, 241);
|
||||
this.TXTTime.MaxLength = 32767;
|
||||
this.TXTTime.Name = "TXTTime";
|
||||
this.TXTTime.PasswordChar = '\0';
|
||||
this.TXTTime.ReadOnly = true;
|
||||
this.TXTTime.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTTime.SelectedText = "";
|
||||
this.TXTTime.SelectionLength = 0;
|
||||
this.TXTTime.SelectionStart = 0;
|
||||
this.TXTTime.ShortcutsEnabled = true;
|
||||
this.TXTTime.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTTime.TabIndex = 49;
|
||||
this.TXTTime.UseSelectable = true;
|
||||
this.TXTTime.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTTime.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTLang
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTLang.CustomButton.Image = null;
|
||||
this.TXTLang.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTLang.CustomButton.Name = "";
|
||||
this.TXTLang.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTLang.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTLang.CustomButton.TabIndex = 1;
|
||||
this.TXTLang.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTLang.CustomButton.UseSelectable = true;
|
||||
this.TXTLang.CustomButton.Visible = false;
|
||||
this.TXTLang.Lines = new string[0];
|
||||
this.TXTLang.Location = new System.Drawing.Point(173, 212);
|
||||
this.TXTLang.MaxLength = 32767;
|
||||
this.TXTLang.Name = "TXTLang";
|
||||
this.TXTLang.PasswordChar = '\0';
|
||||
this.TXTLang.ReadOnly = true;
|
||||
this.TXTLang.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTLang.SelectedText = "";
|
||||
this.TXTLang.SelectionLength = 0;
|
||||
this.TXTLang.SelectionStart = 0;
|
||||
this.TXTLang.ShortcutsEnabled = true;
|
||||
this.TXTLang.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTLang.TabIndex = 48;
|
||||
this.TXTLang.UseSelectable = true;
|
||||
this.TXTLang.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTLang.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTNCProc
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTNCProc.CustomButton.Image = null;
|
||||
this.TXTNCProc.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTNCProc.CustomButton.Name = "";
|
||||
this.TXTNCProc.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTNCProc.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTNCProc.CustomButton.TabIndex = 1;
|
||||
this.TXTNCProc.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTNCProc.CustomButton.UseSelectable = true;
|
||||
this.TXTNCProc.CustomButton.Visible = false;
|
||||
this.TXTNCProc.Lines = new string[0];
|
||||
this.TXTNCProc.Location = new System.Drawing.Point(173, 183);
|
||||
this.TXTNCProc.MaxLength = 32767;
|
||||
this.TXTNCProc.Name = "TXTNCProc";
|
||||
this.TXTNCProc.PasswordChar = '\0';
|
||||
this.TXTNCProc.ReadOnly = true;
|
||||
this.TXTNCProc.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTNCProc.SelectedText = "";
|
||||
this.TXTNCProc.SelectionLength = 0;
|
||||
this.TXTNCProc.SelectionStart = 0;
|
||||
this.TXTNCProc.ShortcutsEnabled = true;
|
||||
this.TXTNCProc.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTNCProc.TabIndex = 47;
|
||||
this.TXTNCProc.UseSelectable = true;
|
||||
this.TXTNCProc.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTNCProc.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTSftVers
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTSftVers.CustomButton.Image = null;
|
||||
this.TXTSftVers.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTSftVers.CustomButton.Name = "";
|
||||
this.TXTSftVers.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTSftVers.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTSftVers.CustomButton.TabIndex = 1;
|
||||
this.TXTSftVers.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTSftVers.CustomButton.UseSelectable = true;
|
||||
this.TXTSftVers.CustomButton.Visible = false;
|
||||
this.TXTSftVers.Lines = new string[0];
|
||||
this.TXTSftVers.Location = new System.Drawing.Point(173, 154);
|
||||
this.TXTSftVers.MaxLength = 32767;
|
||||
this.TXTSftVers.Name = "TXTSftVers";
|
||||
this.TXTSftVers.PasswordChar = '\0';
|
||||
this.TXTSftVers.ReadOnly = true;
|
||||
this.TXTSftVers.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTSftVers.SelectedText = "";
|
||||
this.TXTSftVers.SelectionLength = 0;
|
||||
this.TXTSftVers.SelectionStart = 0;
|
||||
this.TXTSftVers.ShortcutsEnabled = true;
|
||||
this.TXTSftVers.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTSftVers.TabIndex = 46;
|
||||
this.TXTSftVers.UseSelectable = true;
|
||||
this.TXTSftVers.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTSftVers.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTCMSMach
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTCMSMach.CustomButton.Image = null;
|
||||
this.TXTCMSMach.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTCMSMach.CustomButton.Name = "";
|
||||
this.TXTCMSMach.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTCMSMach.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTCMSMach.CustomButton.TabIndex = 1;
|
||||
this.TXTCMSMach.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTCMSMach.CustomButton.UseSelectable = true;
|
||||
this.TXTCMSMach.CustomButton.Visible = false;
|
||||
this.TXTCMSMach.Lines = new string[0];
|
||||
this.TXTCMSMach.Location = new System.Drawing.Point(173, 125);
|
||||
this.TXTCMSMach.MaxLength = 32767;
|
||||
this.TXTCMSMach.Name = "TXTCMSMach";
|
||||
this.TXTCMSMach.PasswordChar = '\0';
|
||||
this.TXTCMSMach.ReadOnly = true;
|
||||
this.TXTCMSMach.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTCMSMach.SelectedText = "";
|
||||
this.TXTCMSMach.SelectionLength = 0;
|
||||
this.TXTCMSMach.SelectionStart = 0;
|
||||
this.TXTCMSMach.ShortcutsEnabled = true;
|
||||
this.TXTCMSMach.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTCMSMach.TabIndex = 45;
|
||||
this.TXTCMSMach.UseSelectable = true;
|
||||
this.TXTCMSMach.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTCMSMach.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTNcSerial
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTNcSerial.CustomButton.Image = null;
|
||||
this.TXTNcSerial.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTNcSerial.CustomButton.Name = "";
|
||||
this.TXTNcSerial.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTNcSerial.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTNcSerial.CustomButton.TabIndex = 1;
|
||||
this.TXTNcSerial.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTNcSerial.CustomButton.UseSelectable = true;
|
||||
this.TXTNcSerial.CustomButton.Visible = false;
|
||||
this.TXTNcSerial.Lines = new string[0];
|
||||
this.TXTNcSerial.Location = new System.Drawing.Point(173, 96);
|
||||
this.TXTNcSerial.MaxLength = 32767;
|
||||
this.TXTNcSerial.Name = "TXTNcSerial";
|
||||
this.TXTNcSerial.PasswordChar = '\0';
|
||||
this.TXTNcSerial.ReadOnly = true;
|
||||
this.TXTNcSerial.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTNcSerial.SelectedText = "";
|
||||
this.TXTNcSerial.SelectionLength = 0;
|
||||
this.TXTNcSerial.SelectionStart = 0;
|
||||
this.TXTNcSerial.ShortcutsEnabled = true;
|
||||
this.TXTNcSerial.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTNcSerial.TabIndex = 44;
|
||||
this.TXTNcSerial.UseSelectable = true;
|
||||
this.TXTNcSerial.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTNcSerial.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTName
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTName.CustomButton.Image = null;
|
||||
this.TXTName.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTName.CustomButton.Name = "";
|
||||
this.TXTName.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTName.CustomButton.TabIndex = 1;
|
||||
this.TXTName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTName.CustomButton.UseSelectable = true;
|
||||
this.TXTName.CustomButton.Visible = false;
|
||||
this.TXTName.Lines = new string[0];
|
||||
this.TXTName.Location = new System.Drawing.Point(173, 67);
|
||||
this.TXTName.MaxLength = 32767;
|
||||
this.TXTName.Name = "TXTName";
|
||||
this.TXTName.PasswordChar = '\0';
|
||||
this.TXTName.ReadOnly = true;
|
||||
this.TXTName.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTName.SelectedText = "";
|
||||
this.TXTName.SelectionLength = 0;
|
||||
this.TXTName.SelectionStart = 0;
|
||||
this.TXTName.ShortcutsEnabled = true;
|
||||
this.TXTName.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTName.TabIndex = 43;
|
||||
this.TXTName.UseSelectable = true;
|
||||
this.TXTName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTType
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TXTType.CustomButton.Image = null;
|
||||
this.TXTType.CustomButton.Location = new System.Drawing.Point(116, 1);
|
||||
this.TXTType.CustomButton.Name = "";
|
||||
this.TXTType.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTType.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTType.CustomButton.TabIndex = 1;
|
||||
this.TXTType.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.TXTType.CustomButton.UseSelectable = true;
|
||||
this.TXTType.CustomButton.Visible = false;
|
||||
this.TXTType.Lines = new string[0];
|
||||
this.TXTType.Location = new System.Drawing.Point(173, 38);
|
||||
this.TXTType.MaxLength = 32767;
|
||||
this.TXTType.Name = "TXTType";
|
||||
this.TXTType.PasswordChar = '\0';
|
||||
this.TXTType.ReadOnly = true;
|
||||
this.TXTType.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.TXTType.SelectedText = "";
|
||||
this.TXTType.SelectionLength = 0;
|
||||
this.TXTType.SelectionStart = 0;
|
||||
this.TXTType.ShortcutsEnabled = true;
|
||||
this.TXTType.Size = new System.Drawing.Size(138, 23);
|
||||
this.TXTType.TabIndex = 42;
|
||||
this.TXTType.UseSelectable = true;
|
||||
this.TXTType.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTType.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// metroLabel8
|
||||
//
|
||||
this.metroLabel8.AutoSize = true;
|
||||
this.metroLabel8.Location = new System.Drawing.Point(103, 245);
|
||||
this.metroLabel8.Name = "metroLabel8";
|
||||
this.metroLabel8.Size = new System.Drawing.Size(64, 19);
|
||||
this.metroLabel8.TabIndex = 41;
|
||||
this.metroLabel8.Text = "NC Time:";
|
||||
this.metroLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel7
|
||||
//
|
||||
this.metroLabel7.AutoSize = true;
|
||||
this.metroLabel7.Location = new System.Drawing.Point(75, 216);
|
||||
this.metroLabel7.Name = "metroLabel7";
|
||||
this.metroLabel7.Size = new System.Drawing.Size(92, 19);
|
||||
this.metroLabel7.TabIndex = 40;
|
||||
this.metroLabel7.Text = "NC Language:";
|
||||
this.metroLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel6
|
||||
//
|
||||
this.metroLabel6.AutoSize = true;
|
||||
this.metroLabel6.Location = new System.Drawing.Point(85, 187);
|
||||
this.metroLabel6.Name = "metroLabel6";
|
||||
this.metroLabel6.Size = new System.Drawing.Size(82, 19);
|
||||
this.metroLabel6.TabIndex = 39;
|
||||
this.metroLabel6.Text = "Processes N:";
|
||||
this.metroLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel5
|
||||
//
|
||||
this.metroLabel5.AutoSize = true;
|
||||
this.metroLabel5.Location = new System.Drawing.Point(34, 158);
|
||||
this.metroLabel5.Name = "metroLabel5";
|
||||
this.metroLabel5.Size = new System.Drawing.Size(133, 19);
|
||||
this.metroLabel5.TabIndex = 38;
|
||||
this.metroLabel5.Text = "NC Software Version:";
|
||||
this.metroLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel4
|
||||
//
|
||||
this.metroLabel4.AutoSize = true;
|
||||
this.metroLabel4.Location = new System.Drawing.Point(62, 129);
|
||||
this.metroLabel4.Name = "metroLabel4";
|
||||
this.metroLabel4.Size = new System.Drawing.Size(105, 19);
|
||||
this.metroLabel4.TabIndex = 37;
|
||||
this.metroLabel4.Text = "CMS Machine Id";
|
||||
this.metroLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel3
|
||||
//
|
||||
this.metroLabel3.AutoSize = true;
|
||||
this.metroLabel3.Location = new System.Drawing.Point(89, 100);
|
||||
this.metroLabel3.Name = "metroLabel3";
|
||||
this.metroLabel3.Size = new System.Drawing.Size(78, 19);
|
||||
this.metroLabel3.TabIndex = 36;
|
||||
this.metroLabel3.Text = "Nc Serial N:";
|
||||
this.metroLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel2
|
||||
//
|
||||
this.metroLabel2.AutoSize = true;
|
||||
this.metroLabel2.Location = new System.Drawing.Point(117, 71);
|
||||
this.metroLabel2.Name = "metroLabel2";
|
||||
this.metroLabel2.Size = new System.Drawing.Size(50, 19);
|
||||
this.metroLabel2.TabIndex = 35;
|
||||
this.metroLabel2.Text = "Model:";
|
||||
this.metroLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// metroLabel1
|
||||
//
|
||||
this.metroLabel1.AutoSize = true;
|
||||
this.metroLabel1.Location = new System.Drawing.Point(112, 42);
|
||||
this.metroLabel1.Name = "metroLabel1";
|
||||
this.metroLabel1.Size = new System.Drawing.Size(55, 19);
|
||||
this.metroLabel1.TabIndex = 34;
|
||||
this.metroLabel1.Text = "Vendor:";
|
||||
this.metroLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// ThreadsInfo
|
||||
//
|
||||
this.ThreadsInfo.Controls.Add(this.LISTThreadStatus);
|
||||
@@ -512,13 +125,13 @@ namespace Step.UI
|
||||
this.LISTThreadStatus.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||||
this.LISTThreadStatus.FullRowSelect = true;
|
||||
this.LISTThreadStatus.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
||||
this.LISTThreadStatus.Location = new System.Drawing.Point(0, 3);
|
||||
this.LISTThreadStatus.Location = new System.Drawing.Point(-4, 0);
|
||||
this.LISTThreadStatus.MultiSelect = false;
|
||||
this.LISTThreadStatus.Name = "LISTThreadStatus";
|
||||
this.LISTThreadStatus.OwnerDraw = true;
|
||||
this.LISTThreadStatus.Scrollable = false;
|
||||
this.LISTThreadStatus.ShowGroups = false;
|
||||
this.LISTThreadStatus.Size = new System.Drawing.Size(324, 288);
|
||||
this.LISTThreadStatus.Size = new System.Drawing.Size(328, 275);
|
||||
this.LISTThreadStatus.TabIndex = 2;
|
||||
this.LISTThreadStatus.UseCompatibleStateImageBehavior = false;
|
||||
this.LISTThreadStatus.UseSelectable = true;
|
||||
@@ -539,7 +152,7 @@ namespace Step.UI
|
||||
// stopServerButton
|
||||
//
|
||||
this.stopServerButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.stopServerButton.Location = new System.Drawing.Point(234, 381);
|
||||
this.stopServerButton.Location = new System.Drawing.Point(230, 371);
|
||||
this.stopServerButton.Name = "stopServerButton";
|
||||
this.stopServerButton.Size = new System.Drawing.Size(106, 42);
|
||||
this.stopServerButton.TabIndex = 3;
|
||||
@@ -551,7 +164,7 @@ namespace Step.UI
|
||||
// TestJSButton
|
||||
//
|
||||
this.TestJSButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.TestJSButton.Location = new System.Drawing.Point(122, 381);
|
||||
this.TestJSButton.Location = new System.Drawing.Point(118, 371);
|
||||
this.TestJSButton.Name = "TestJSButton";
|
||||
this.TestJSButton.Size = new System.Drawing.Size(106, 42);
|
||||
this.TestJSButton.TabIndex = 2;
|
||||
@@ -568,9 +181,9 @@ namespace Step.UI
|
||||
//
|
||||
//
|
||||
this.TXTstatus.CustomButton.Image = null;
|
||||
this.TXTstatus.CustomButton.Location = new System.Drawing.Point(334, 1);
|
||||
this.TXTstatus.CustomButton.Location = new System.Drawing.Point(324, 2);
|
||||
this.TXTstatus.CustomButton.Name = "";
|
||||
this.TXTstatus.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.TXTstatus.CustomButton.Size = new System.Drawing.Size(25, 25);
|
||||
this.TXTstatus.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.TXTstatus.CustomButton.TabIndex = 1;
|
||||
this.TXTstatus.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
@@ -579,7 +192,7 @@ namespace Step.UI
|
||||
this.TXTstatus.Enabled = false;
|
||||
this.TXTstatus.Lines = new string[] {
|
||||
"..."};
|
||||
this.TXTstatus.Location = new System.Drawing.Point(-1, 434);
|
||||
this.TXTstatus.Location = new System.Drawing.Point(-1, 427);
|
||||
this.TXTstatus.MaxLength = 32767;
|
||||
this.TXTstatus.Name = "TXTstatus";
|
||||
this.TXTstatus.PasswordChar = '\0';
|
||||
@@ -589,23 +202,56 @@ namespace Step.UI
|
||||
this.TXTstatus.SelectionLength = 0;
|
||||
this.TXTstatus.SelectionStart = 0;
|
||||
this.TXTstatus.ShortcutsEnabled = true;
|
||||
this.TXTstatus.Size = new System.Drawing.Size(356, 23);
|
||||
this.TXTstatus.Size = new System.Drawing.Size(352, 30);
|
||||
this.TXTstatus.TabIndex = 8;
|
||||
this.TXTstatus.Text = "...";
|
||||
this.TXTstatus.UseSelectable = true;
|
||||
this.TXTstatus.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.TXTstatus.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// TXTType
|
||||
//
|
||||
this.TXTType.AutoSize = true;
|
||||
this.TXTType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.TXTType.Location = new System.Drawing.Point(179, 348);
|
||||
this.TXTType.Name = "TXTType";
|
||||
this.TXTType.Size = new System.Drawing.Size(51, 13);
|
||||
this.TXTType.TabIndex = 53;
|
||||
this.TXTType.Text = "NcType";
|
||||
//
|
||||
// CHNcConnected
|
||||
//
|
||||
this.CHNcConnected.AutoCheck = false;
|
||||
this.CHNcConnected.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.CHNcConnected.Location = new System.Drawing.Point(246, 345);
|
||||
this.CHNcConnected.Name = "CHNcConnected";
|
||||
this.CHNcConnected.Size = new System.Drawing.Size(81, 20);
|
||||
this.CHNcConnected.TabIndex = 52;
|
||||
this.CHNcConnected.Text = "Connected";
|
||||
this.CHNcConnected.UseSelectable = true;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(134, 348);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(44, 13);
|
||||
this.label1.TabIndex = 54;
|
||||
this.label1.Text = "Vendor:";
|
||||
//
|
||||
// ServerControlWindow
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(350, 457);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.TXTType);
|
||||
this.Controls.Add(this.CHNcConnected);
|
||||
this.Controls.Add(this.TXTstatus);
|
||||
this.Controls.Add(this.TestJSButton);
|
||||
this.Controls.Add(this.stopServerButton);
|
||||
this.Controls.Add(this.metroTabControl1);
|
||||
this.Controls.Add(this.openUiButton);
|
||||
this.Controls.Add(this.TestJSButton);
|
||||
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
@@ -618,10 +264,9 @@ namespace Step.UI
|
||||
this.Theme = MetroFramework.MetroThemeStyle.Default;
|
||||
this.NotifyIconMenu.ResumeLayout(false);
|
||||
this.metroTabControl1.ResumeLayout(false);
|
||||
this.NCInfo.ResumeLayout(false);
|
||||
this.NCInfo.PerformLayout();
|
||||
this.ThreadsInfo.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
@@ -631,24 +276,6 @@ namespace Step.UI
|
||||
private System.Windows.Forms.ToolStripMenuItem StopServerItem;
|
||||
private MetroFramework.Controls.MetroButton openUiButton;
|
||||
private MetroFramework.Controls.MetroTabControl metroTabControl1;
|
||||
private MetroFramework.Controls.MetroTabPage NCInfo;
|
||||
private MetroFramework.Controls.MetroCheckBox CHNcConnected;
|
||||
private MetroFramework.Controls.MetroTextBox TXTTime;
|
||||
private MetroFramework.Controls.MetroTextBox TXTLang;
|
||||
private MetroFramework.Controls.MetroTextBox TXTNCProc;
|
||||
private MetroFramework.Controls.MetroTextBox TXTSftVers;
|
||||
private MetroFramework.Controls.MetroTextBox TXTCMSMach;
|
||||
private MetroFramework.Controls.MetroTextBox TXTNcSerial;
|
||||
private MetroFramework.Controls.MetroTextBox TXTName;
|
||||
private MetroFramework.Controls.MetroTextBox TXTType;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel8;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel7;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel6;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel5;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel4;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel3;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel2;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel1;
|
||||
private MetroFramework.Controls.MetroButton stopServerButton;
|
||||
private MetroFramework.Controls.MetroButton TestJSButton;
|
||||
private MetroFramework.Controls.MetroTabPage ThreadsInfo;
|
||||
@@ -656,5 +283,8 @@ namespace Step.UI
|
||||
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||||
private System.Windows.Forms.ColumnHeader columnHeader2;
|
||||
private MetroFramework.Controls.MetroTextBox TXTstatus;
|
||||
private Label TXTType;
|
||||
private MetroFramework.Controls.MetroCheckBox CHNcConnected;
|
||||
private Label label1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user