namespace Step.UI { partial class ServerControlWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerControlWindow)); this.stopServerButton = new System.Windows.Forms.Button(); this.openUiButton = new System.Windows.Forms.Button(); 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.TestJSButton = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label1 = new System.Windows.Forms.Label(); this.TXTName = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.label2 = new System.Windows.Forms.Label(); this.TXTType = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.TXTNcSerial = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.TXTCMSMach = new System.Windows.Forms.TextBox(); this.CHNcConnected = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.TXTNCProc = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.TXTTime = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.TXTLang = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.TXTSftVers = new System.Windows.Forms.TextBox(); this.NotifyIconMenu.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // stopServerButton // this.stopServerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.stopServerButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.stopServerButton.Location = new System.Drawing.Point(233, 344); this.stopServerButton.Margin = new System.Windows.Forms.Padding(2); this.stopServerButton.Name = "stopServerButton"; this.stopServerButton.Size = new System.Drawing.Size(107, 43); this.stopServerButton.TabIndex = 0; this.stopServerButton.Text = "Close CMS Server"; this.stopServerButton.UseVisualStyleBackColor = true; this.stopServerButton.Click += new System.EventHandler(this.StopServerButton_Click); // // openUiButton // this.openUiButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.openUiButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.openUiButton.Location = new System.Drawing.Point(11, 344); this.openUiButton.Margin = new System.Windows.Forms.Padding(2); this.openUiButton.Name = "openUiButton"; this.openUiButton.Size = new System.Drawing.Size(107, 43); this.openUiButton.TabIndex = 1; this.openUiButton.Text = "Open Home Page"; this.openUiButton.UseVisualStyleBackColor = true; this.openUiButton.Click += new System.EventHandler(this.OpenUiButton_Click); // // StepNotifyIcon // this.StepNotifyIcon.BalloonTipText = "CMS Step Server"; this.StepNotifyIcon.ContextMenuStrip = this.NotifyIconMenu; this.StepNotifyIcon.Icon = 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); // // TestJSButton // this.TestJSButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.TestJSButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.TestJSButton.Location = new System.Drawing.Point(122, 344); this.TestJSButton.Margin = new System.Windows.Forms.Padding(2); this.TestJSButton.Name = "TestJSButton"; this.TestJSButton.Size = new System.Drawing.Size(107, 43); this.TestJSButton.TabIndex = 2; this.TestJSButton.Text = "Open Test Javascript Page"; this.TestJSButton.UseVisualStyleBackColor = true; this.TestJSButton.Click += new System.EventHandler(this.TestJSButton_Click); // // tabControl1 // this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(328, 327); this.tabControl1.TabIndex = 3; // // tabPage1 // this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.TXTSftVers); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.TXTLang); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.TXTTime); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.TXTNCProc); this.tabPage1.Controls.Add(this.CHNcConnected); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.TXTCMSMach); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.TXTNcSerial); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.TXTType); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.TXTName); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(320, 301); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Nc Info"; this.tabPage1.UseVisualStyleBackColor = true; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.Location = new System.Drawing.Point(6, 55); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(161, 20); this.label1.TabIndex = 1; this.label1.Text = "Model: "; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTName // this.TXTName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTName.Location = new System.Drawing.Point(173, 55); this.TXTName.Name = "TXTName"; this.TXTName.ReadOnly = true; this.TXTName.Size = new System.Drawing.Size(141, 20); this.TXTName.TabIndex = 0; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(320, 301); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Thread Info"; this.tabPage2.UseVisualStyleBackColor = true; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.Location = new System.Drawing.Point(6, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(161, 20); this.label2.TabIndex = 3; this.label2.Text = "Vendor: "; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTType // this.TXTType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTType.Location = new System.Drawing.Point(173, 29); this.TXTType.Name = "TXTType"; this.TXTType.ReadOnly = true; this.TXTType.Size = new System.Drawing.Size(141, 20); this.TXTType.TabIndex = 2; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.Location = new System.Drawing.Point(6, 81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(161, 20); this.label3.TabIndex = 5; this.label3.Text = "Nc Serial N: "; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTNcSerial // this.TXTNcSerial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTNcSerial.Location = new System.Drawing.Point(173, 81); this.TXTNcSerial.Name = "TXTNcSerial"; this.TXTNcSerial.ReadOnly = true; this.TXTNcSerial.Size = new System.Drawing.Size(141, 20); this.TXTNcSerial.TabIndex = 4; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label4.Location = new System.Drawing.Point(6, 106); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(161, 20); this.label4.TabIndex = 7; this.label4.Text = "CMS Machine Id: "; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTCMSMach // this.TXTCMSMach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTCMSMach.Location = new System.Drawing.Point(173, 107); this.TXTCMSMach.Name = "TXTCMSMach"; this.TXTCMSMach.ReadOnly = true; this.TXTCMSMach.Size = new System.Drawing.Size(141, 20); this.TXTCMSMach.TabIndex = 6; // // CHNcConnected // this.CHNcConnected.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.CHNcConnected.AutoCheck = false; this.CHNcConnected.AutoSize = true; this.CHNcConnected.Location = new System.Drawing.Point(173, 6); this.CHNcConnected.Name = "CHNcConnected"; this.CHNcConnected.Size = new System.Drawing.Size(78, 17); this.CHNcConnected.TabIndex = 8; this.CHNcConnected.Text = "Connected"; this.CHNcConnected.UseVisualStyleBackColor = true; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label5.Location = new System.Drawing.Point(9, 159); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(161, 20); this.label5.TabIndex = 10; this.label5.Text = "Processes N: "; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTNCProc // this.TXTNCProc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTNCProc.Location = new System.Drawing.Point(173, 159); this.TXTNCProc.Name = "TXTNCProc"; this.TXTNCProc.ReadOnly = true; this.TXTNCProc.Size = new System.Drawing.Size(141, 20); this.TXTNCProc.TabIndex = 9; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label6.Location = new System.Drawing.Point(9, 211); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(161, 20); this.label6.TabIndex = 12; this.label6.Text = "NC Time: "; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTTime // this.TXTTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTTime.Location = new System.Drawing.Point(173, 211); this.TXTTime.Name = "TXTTime"; this.TXTTime.ReadOnly = true; this.TXTTime.Size = new System.Drawing.Size(141, 20); this.TXTTime.TabIndex = 11; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label7.Location = new System.Drawing.Point(6, 185); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(161, 20); this.label7.TabIndex = 14; this.label7.Text = "NC Language: "; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTLang // this.TXTLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTLang.Location = new System.Drawing.Point(173, 185); this.TXTLang.Name = "TXTLang"; this.TXTLang.ReadOnly = true; this.TXTLang.Size = new System.Drawing.Size(141, 20); this.TXTLang.TabIndex = 13; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label8.Location = new System.Drawing.Point(9, 133); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(161, 20); this.label8.TabIndex = 16; this.label8.Text = "NC SoftwareVersion: "; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TXTSftVers // this.TXTSftVers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTSftVers.Location = new System.Drawing.Point(173, 133); this.TXTSftVers.Name = "TXTSftVers"; this.TXTSftVers.ReadOnly = true; this.TXTSftVers.Size = new System.Drawing.Size(141, 20); this.TXTSftVers.TabIndex = 15; // // ServerControlWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(350, 398); this.Controls.Add(this.tabControl1); this.Controls.Add(this.TestJSButton); this.Controls.Add(this.openUiButton); this.Controls.Add(this.stopServerButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 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.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CMS Step - Control Window"; this.NotifyIconMenu.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button stopServerButton; private System.Windows.Forms.Button openUiButton; private System.Windows.Forms.NotifyIcon StepNotifyIcon; private System.Windows.Forms.ContextMenuStrip NotifyIconMenu; private System.Windows.Forms.ToolStripMenuItem StopServerItem; private System.Windows.Forms.Button TestJSButton; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox TXTName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox TXTType; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox TXTNcSerial; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox TXTCMSMach; private System.Windows.Forms.CheckBox CHNcConnected; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox TXTTime; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox TXTNCProc; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox TXTSftVers; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox TXTLang; } }