290c5afb19
Linked Form-Manager to javascript engine
620 lines
32 KiB
C#
620 lines
32 KiB
C#
using System.Windows.Forms;
|
|
|
|
namespace Step.UI
|
|
{
|
|
partial class ServerControlWindow
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerControlWindow));
|
|
this.StepNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.NotifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
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()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.stopServerButton = new MetroFramework.Controls.MetroButton();
|
|
this.TestJSButton = new MetroFramework.Controls.MetroButton();
|
|
this.NotifyIconMenu.SuspendLayout();
|
|
this.metroTabControl1.SuspendLayout();
|
|
this.NCInfo.SuspendLayout();
|
|
this.ThreadsInfo.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// StepNotifyIcon
|
|
//
|
|
this.StepNotifyIcon.BalloonTipText = "CMS Step Server";
|
|
this.StepNotifyIcon.ContextMenuStrip = this.NotifyIconMenu;
|
|
this.StepNotifyIcon.Icon = global::Step.UI.Properties.Resources.Step_Disconnected;
|
|
this.StepNotifyIcon.Text = "CMS Server";
|
|
this.StepNotifyIcon.Visible = true;
|
|
this.StepNotifyIcon.Click += new System.EventHandler(this.NotifyIcon_Click);
|
|
//
|
|
// NotifyIconMenu
|
|
//
|
|
this.NotifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.StopServerItem});
|
|
this.NotifyIconMenu.Name = "NotifyIconMenu";
|
|
this.NotifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
|
this.NotifyIconMenu.Size = new System.Drawing.Size(167, 26);
|
|
//
|
|
// StopServerItem
|
|
//
|
|
this.StopServerItem.Name = "StopServerItem";
|
|
this.StopServerItem.Size = new System.Drawing.Size(166, 22);
|
|
this.StopServerItem.Text = "Close CMS Server";
|
|
this.StopServerItem.Click += new System.EventHandler(this.StopServerItem_Click);
|
|
//
|
|
// openUiButton
|
|
//
|
|
this.openUiButton.Location = new System.Drawing.Point(12, 385);
|
|
this.openUiButton.Name = "openUiButton";
|
|
this.openUiButton.Size = new System.Drawing.Size(104, 42);
|
|
this.openUiButton.TabIndex = 1;
|
|
this.openUiButton.TabStop = false;
|
|
this.openUiButton.Text = "Open CMS Client";
|
|
this.openUiButton.UseSelectable = true;
|
|
this.openUiButton.Click += new System.EventHandler(this.OpenUiButton_Click);
|
|
//
|
|
// metroTabControl1
|
|
//
|
|
this.metroTabControl1.Controls.Add(this.NCInfo);
|
|
this.metroTabControl1.Controls.Add(this.ThreadsInfo);
|
|
this.metroTabControl1.Location = new System.Drawing.Point(12, 50);
|
|
this.metroTabControl1.Name = "metroTabControl1";
|
|
this.metroTabControl1.SelectedIndex = 0;
|
|
this.metroTabControl1.Size = new System.Drawing.Size(328, 329);
|
|
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, 287);
|
|
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;
|
|
this.metroLabel1.Click += new System.EventHandler(this.metroLabel1_Click);
|
|
//
|
|
// ThreadsInfo
|
|
//
|
|
this.ThreadsInfo.Controls.Add(this.LISTThreadStatus);
|
|
this.ThreadsInfo.HorizontalScrollbarBarColor = true;
|
|
this.ThreadsInfo.HorizontalScrollbarHighlightOnWheel = false;
|
|
this.ThreadsInfo.HorizontalScrollbarSize = 10;
|
|
this.ThreadsInfo.Location = new System.Drawing.Point(4, 38);
|
|
this.ThreadsInfo.Name = "ThreadsInfo";
|
|
this.ThreadsInfo.Size = new System.Drawing.Size(320, 287);
|
|
this.ThreadsInfo.TabIndex = 1;
|
|
this.ThreadsInfo.Text = "Active Threads Info";
|
|
this.ThreadsInfo.VerticalScrollbarBarColor = true;
|
|
this.ThreadsInfo.VerticalScrollbarHighlightOnWheel = false;
|
|
this.ThreadsInfo.VerticalScrollbarSize = 10;
|
|
//
|
|
// LISTThreadStatus
|
|
//
|
|
this.LISTThreadStatus.Alignment = System.Windows.Forms.ListViewAlignment.Default;
|
|
this.LISTThreadStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.LISTThreadStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2});
|
|
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.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.TabIndex = 2;
|
|
this.LISTThreadStatus.UseCompatibleStateImageBehavior = false;
|
|
this.LISTThreadStatus.UseSelectable = true;
|
|
this.LISTThreadStatus.UseStyleColors = true;
|
|
this.LISTThreadStatus.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Name";
|
|
this.columnHeader1.Width = 233;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "Exec. Time";
|
|
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.columnHeader2.Width = 84;
|
|
//
|
|
// stopServerButton
|
|
//
|
|
this.stopServerButton.Location = new System.Drawing.Point(234, 385);
|
|
this.stopServerButton.Name = "stopServerButton";
|
|
this.stopServerButton.Size = new System.Drawing.Size(106, 42);
|
|
this.stopServerButton.TabIndex = 3;
|
|
this.stopServerButton.TabStop = false;
|
|
this.stopServerButton.Text = "Close CMS Server";
|
|
this.stopServerButton.UseSelectable = true;
|
|
this.stopServerButton.Click += new System.EventHandler(this.StopServerButton_Click);
|
|
//
|
|
// TestJSButton
|
|
//
|
|
this.TestJSButton.Location = new System.Drawing.Point(122, 385);
|
|
this.TestJSButton.Name = "TestJSButton";
|
|
this.TestJSButton.Size = new System.Drawing.Size(106, 42);
|
|
this.TestJSButton.TabIndex = 2;
|
|
this.TestJSButton.TabStop = false;
|
|
this.TestJSButton.Text = "Open Javascript\r\nTest Page";
|
|
this.TestJSButton.UseSelectable = true;
|
|
this.TestJSButton.Click += new System.EventHandler(this.TestJSButton_Click);
|
|
//
|
|
// ServerControlWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(350, 446);
|
|
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);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ServerControlWindow";
|
|
this.Resizable = false;
|
|
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "CMS Step";
|
|
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);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.NotifyIcon StepNotifyIcon;
|
|
private System.Windows.Forms.ContextMenuStrip NotifyIconMenu;
|
|
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;
|
|
private MetroFramework.Controls.MetroListView LISTThreadStatus;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
}
|
|
} |