namespace CMS_CORE_Application { partial class Form1 { /// /// Variabile di progettazione necessaria. /// private System.ComponentModel.IContainer components = null; /// /// Pulire le risorse in uso. /// /// ha valore true se le risorse gestite devono essere eliminate, false in caso contrario. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Codice generato da Progettazione Windows Form /// /// Metodo necessario per il supporto della finestra di progettazione. Non modificare /// il contenuto del metodo con l'editor di codice. /// private void InitializeComponent() { this.Connect = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.Disconnect = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.TXTport = new System.Windows.Forms.TextBox(); this.TXTip = new System.Windows.Forms.TextBox(); this.NcCombo = new System.Windows.Forms.ComboBox(); this.TXTPath1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.TXTStat1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.TXTName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.TXTNProcess = new System.Windows.Forms.TextBox(); this.TXTMachNum = new System.Windows.Forms.TextBox(); this.LabelBoh = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.TXTTime = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.TXTSft = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.TXTMsg = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.TXTAlmNc = new System.Windows.Forms.TextBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.TXTAlm = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.TXTPPName = new System.Windows.Forms.TextBox(); this.TXTPPLines = new System.Windows.Forms.TextBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.labelTest1TXT = new System.Windows.Forms.TextBox(); this.labelTest = new System.Windows.Forms.Label(); this.labelTest2TXT = new System.Windows.Forms.TextBox(); this.TXTNow = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.Error = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox6.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // Connect // this.Connect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Connect.Location = new System.Drawing.Point(3, 3); this.Connect.Name = "Connect"; this.Connect.Size = new System.Drawing.Size(310, 23); this.Connect.TabIndex = 0; this.Connect.Text = "Connect"; this.Connect.UseVisualStyleBackColor = true; this.Connect.Click += new System.EventHandler(this.connectDemo_Click); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.tableLayoutPanel3); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.TXTport); this.panel1.Controls.Add(this.TXTip); this.panel1.Controls.Add(this.NcCombo); this.panel1.Location = new System.Drawing.Point(-3, -2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(650, 128); this.panel1.TabIndex = 1; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.Disconnect, 1, 0); this.tableLayoutPanel3.Controls.Add(this.Connect, 0, 0); this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 92); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(632, 29); this.tableLayoutPanel3.TabIndex = 6; // // Disconnect // this.Disconnect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Disconnect.Enabled = false; this.Disconnect.Location = new System.Drawing.Point(319, 3); this.Disconnect.Name = "Disconnect"; this.Disconnect.Size = new System.Drawing.Size(310, 23); this.Disconnect.TabIndex = 1; this.Disconnect.Text = "Disconnect"; this.Disconnect.UseVisualStyleBackColor = true; this.Disconnect.Click += new System.EventHandler(this.Disconnect_Click); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(449, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 13); this.label3.TabIndex = 5; this.label3.Text = "Port:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(434, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 13); this.label2.TabIndex = 4; this.label2.Text = "Ip Addr:"; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(427, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 13); this.label1.TabIndex = 2; this.label1.Text = "Nc Type:"; // // TXTport // this.TXTport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTport.Location = new System.Drawing.Point(484, 56); this.TXTport.Name = "TXTport"; this.TXTport.Size = new System.Drawing.Size(150, 20); this.TXTport.TabIndex = 3; this.TXTport.Text = "8080"; // // TXTip // this.TXTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTip.Location = new System.Drawing.Point(484, 30); this.TXTip.Name = "TXTip"; this.TXTip.Size = new System.Drawing.Size(150, 20); this.TXTip.TabIndex = 2; this.TXTip.Text = "192.168.157.2"; // // NcCombo // this.NcCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.NcCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.NcCombo.FormattingEnabled = true; this.NcCombo.Items.AddRange(new object[] { "Demo", "Fanuc", "Siemens", "Osai", "S7Net"}); this.NcCombo.Location = new System.Drawing.Point(484, 3); this.NcCombo.Name = "NcCombo"; this.NcCombo.Size = new System.Drawing.Size(150, 21); this.NcCombo.TabIndex = 2; this.NcCombo.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // TXTPath1 // this.TXTPath1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTPath1.Location = new System.Drawing.Point(545, 100); this.TXTPath1.Name = "TXTPath1"; this.TXTPath1.ReadOnly = true; this.TXTPath1.Size = new System.Drawing.Size(65, 20); this.TXTPath1.TabIndex = 4; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(471, 103); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(68, 13); this.label4.TabIndex = 6; this.label4.Text = "Path1 Mode:"; // // TXTStat1 // this.TXTStat1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTStat1.Location = new System.Drawing.Point(545, 126); this.TXTStat1.Name = "TXTStat1"; this.TXTStat1.ReadOnly = true; this.TXTStat1.Size = new System.Drawing.Size(65, 20); this.TXTStat1.TabIndex = 7; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(468, 129); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 13); this.label5.TabIndex = 8; this.label5.Text = "Path1 Status:"; // // 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(328, 19); this.TXTName.Name = "TXTName"; this.TXTName.ReadOnly = true; this.TXTName.Size = new System.Drawing.Size(150, 20); this.TXTName.TabIndex = 9; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(270, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 13); this.label6.TabIndex = 10; this.label6.Text = "Nc Name:"; // // TXTNProcess // this.TXTNProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTNProcess.Location = new System.Drawing.Point(545, 74); this.TXTNProcess.Name = "TXTNProcess"; this.TXTNProcess.ReadOnly = true; this.TXTNProcess.Size = new System.Drawing.Size(65, 20); this.TXTNProcess.TabIndex = 11; // // TXTMachNum // this.TXTMachNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTMachNum.Location = new System.Drawing.Point(545, 48); this.TXTMachNum.Name = "TXTMachNum"; this.TXTMachNum.ReadOnly = true; this.TXTMachNum.Size = new System.Drawing.Size(65, 20); this.TXTMachNum.TabIndex = 13; // // LabelBoh // this.LabelBoh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LabelBoh.AutoSize = true; this.LabelBoh.Location = new System.Drawing.Point(433, 51); this.LabelBoh.Name = "LabelBoh"; this.LabelBoh.Size = new System.Drawing.Size(106, 13); this.LabelBoh.TabIndex = 14; this.LabelBoh.Text = "CMS Mach. Number:"; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(493, 77); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(46, 13); this.label8.TabIndex = 15; this.label8.Text = "N. Path:"; // // TXTTime // this.TXTTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.TXTTime.Location = new System.Drawing.Point(569, 752); this.TXTTime.Name = "TXTTime"; this.TXTTime.ReadOnly = true; this.TXTTime.Size = new System.Drawing.Size(65, 20); this.TXTTime.TabIndex = 16; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(557, 402); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(40, 13); this.label9.TabIndex = 21; this.label9.Text = "path 1:"; // // label11 // this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(484, 22); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(61, 13); this.label11.TabIndex = 24; this.label11.Text = "Sft Version:"; // // TXTSft // this.TXTSft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTSft.Location = new System.Drawing.Point(545, 19); this.TXTSft.Name = "TXTSft"; this.TXTSft.ReadOnly = true; this.TXTSft.Size = new System.Drawing.Size(64, 20); this.TXTSft.TabIndex = 23; // // tableLayoutPanel1 // this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.76253F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.23747F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 297F)); this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.groupBox4, 2, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 19); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.00948F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.99052F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(603, 271); this.tableLayoutPanel1.TabIndex = 25; // // groupBox2 // this.groupBox2.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.groupBox2.Controls.Add(this.TXTMsg); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox2.Location = new System.Drawing.Point(158, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(144, 265); this.groupBox2.TabIndex = 28; this.groupBox2.TabStop = false; this.groupBox2.Text = "Plc"; // // TXTMsg // this.TXTMsg.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.TXTMsg.Location = new System.Drawing.Point(6, 21); this.TXTMsg.Multiline = true; this.TXTMsg.Name = "TXTMsg"; this.TXTMsg.ReadOnly = true; this.TXTMsg.Size = new System.Drawing.Size(133, 238); this.TXTMsg.TabIndex = 18; // // groupBox1 // this.groupBox1.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.groupBox1.Controls.Add(this.TXTAlmNc); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(149, 265); this.groupBox1.TabIndex = 27; this.groupBox1.TabStop = false; this.groupBox1.Text = "Nc"; // // TXTAlmNc // this.TXTAlmNc.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.TXTAlmNc.Location = new System.Drawing.Point(6, 19); this.TXTAlmNc.Multiline = true; this.TXTAlmNc.Name = "TXTAlmNc"; this.TXTAlmNc.ReadOnly = true; this.TXTAlmNc.Size = new System.Drawing.Size(137, 240); this.TXTAlmNc.TabIndex = 20; // // groupBox4 // this.groupBox4.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.groupBox4.Controls.Add(this.tabControl1); this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox4.Location = new System.Drawing.Point(308, 3); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(292, 265); this.groupBox4.TabIndex = 29; this.groupBox4.TabStop = false; this.groupBox4.Text = "Path"; // // 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.Location = new System.Drawing.Point(6, 21); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(279, 238); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.TXTAlm); 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(271, 212); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Path 1"; this.tabPage1.UseVisualStyleBackColor = true; // // TXTAlm // this.TXTAlm.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.TXTAlm.Location = new System.Drawing.Point(6, 5); this.TXTAlm.Multiline = true; this.TXTAlm.Name = "TXTAlm"; this.TXTAlm.ReadOnly = true; this.TXTAlm.Size = new System.Drawing.Size(259, 203); this.TXTAlm.TabIndex = 18; // // groupBox3 // this.groupBox3.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.groupBox3.Controls.Add(this.tableLayoutPanel1); this.groupBox3.Location = new System.Drawing.Point(3, 315); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(615, 296); this.groupBox3.TabIndex = 26; this.groupBox3.TabStop = false; this.groupBox3.Text = "Alarms"; // // tableLayoutPanel2 // this.tableLayoutPanel2.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.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Controls.Add(this.groupBox6, 0, 1); this.tableLayoutPanel2.Controls.Add(this.groupBox5, 0, 0); this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 2); this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 132); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.92308F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.07692F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 301F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(621, 614); this.tableLayoutPanel2.TabIndex = 27; // // groupBox6 // this.groupBox6.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.groupBox6.Controls.Add(this.tabControl2); this.groupBox6.Location = new System.Drawing.Point(3, 165); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(615, 144); this.groupBox6.TabIndex = 30; this.groupBox6.TabStop = false; this.groupBox6.Text = "Part Program"; // // tabControl2 // this.tabControl2.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.tabControl2.Controls.Add(this.tabPage3); this.tabControl2.Location = new System.Drawing.Point(6, 21); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(603, 117); this.tabControl2.TabIndex = 0; // // tabPage3 // this.tabPage3.Controls.Add(this.TXTPPName); this.tabPage3.Controls.Add(this.TXTPPLines); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(595, 91); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "Path 1"; this.tabPage3.UseVisualStyleBackColor = true; // // TXTPPName // this.TXTPPName.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.TXTPPName.Location = new System.Drawing.Point(0, 6); this.TXTPPName.Name = "TXTPPName"; this.TXTPPName.ReadOnly = true; this.TXTPPName.Size = new System.Drawing.Size(595, 20); this.TXTPPName.TabIndex = 19; // // TXTPPLines // this.TXTPPLines.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.TXTPPLines.Location = new System.Drawing.Point(-1, 32); this.TXTPPLines.Multiline = true; this.TXTPPLines.Name = "TXTPPLines"; this.TXTPPLines.ReadOnly = true; this.TXTPPLines.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.TXTPPLines.Size = new System.Drawing.Size(596, 56); this.TXTPPLines.TabIndex = 18; // // groupBox5 // this.groupBox5.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.groupBox5.Controls.Add(this.label12); this.groupBox5.Controls.Add(this.labelTest1TXT); this.groupBox5.Controls.Add(this.labelTest); this.groupBox5.Controls.Add(this.labelTest2TXT); this.groupBox5.Controls.Add(this.TXTNow); this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.TXTSft); this.groupBox5.Controls.Add(this.label11); this.groupBox5.Controls.Add(this.TXTPath1); this.groupBox5.Controls.Add(this.label4); this.groupBox5.Controls.Add(this.TXTStat1); this.groupBox5.Controls.Add(this.label5); this.groupBox5.Controls.Add(this.label8); this.groupBox5.Controls.Add(this.TXTName); this.groupBox5.Controls.Add(this.LabelBoh); this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.TXTMachNum); this.groupBox5.Controls.Add(this.TXTNProcess); this.groupBox5.Location = new System.Drawing.Point(3, 3); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(615, 156); this.groupBox5.TabIndex = 29; this.groupBox5.TabStop = false; this.groupBox5.Text = "Nc Info"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(95, 73); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(66, 13); this.label12.TabIndex = 32; this.label12.Text = "Label Test 1"; // // labelTest1TXT // this.labelTest1TXT.Location = new System.Drawing.Point(164, 70); this.labelTest1TXT.Name = "labelTest1TXT"; this.labelTest1TXT.Size = new System.Drawing.Size(217, 20); this.labelTest1TXT.TabIndex = 31; // // labelTest // this.labelTest.AutoSize = true; this.labelTest.Location = new System.Drawing.Point(95, 99); this.labelTest.Name = "labelTest"; this.labelTest.Size = new System.Drawing.Size(66, 13); this.labelTest.TabIndex = 30; this.labelTest.Text = "Label Test 2"; // // labelTest2TXT // this.labelTest2TXT.Location = new System.Drawing.Point(164, 96); this.labelTest2TXT.Name = "labelTest2TXT"; this.labelTest2TXT.Size = new System.Drawing.Size(217, 20); this.labelTest2TXT.TabIndex = 27; // // TXTNow // this.TXTNow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TXTNow.Location = new System.Drawing.Point(114, 19); this.TXTNow.Name = "TXTNow"; this.TXTNow.ReadOnly = true; this.TXTNow.Size = new System.Drawing.Size(150, 20); this.TXTNow.TabIndex = 25; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(56, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(50, 13); this.label7.TabIndex = 26; this.label7.Text = "Nc Time:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(15, 755); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(32, 13); this.label10.TabIndex = 28; this.label10.Text = "Error:"; // // Error // this.Error.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Error.Location = new System.Drawing.Point(53, 752); this.Error.Name = "Error"; this.Error.ReadOnly = true; this.Error.Size = new System.Drawing.Size(462, 20); this.Error.TabIndex = 27; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(641, 784); this.Controls.Add(this.Error); this.Controls.Add(this.label10); this.Controls.Add(this.tableLayoutPanel2); this.Controls.Add(this.label9); this.Controls.Add(this.TXTTime); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox4.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.tabControl2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Connect; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox TXTport; private System.Windows.Forms.TextBox TXTip; private System.Windows.Forms.ComboBox NcCombo; private System.Windows.Forms.TextBox TXTPath1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox TXTStat1; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox TXTName; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox TXTNProcess; private System.Windows.Forms.TextBox TXTMachNum; private System.Windows.Forms.Label LabelBoh; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox TXTTime; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox TXTSft; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox TXTMsg; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox TXTAlmNc; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TextBox TXTAlm; private System.Windows.Forms.TextBox TXTPPLines; private System.Windows.Forms.TextBox TXTPPName; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Button Disconnect; private System.Windows.Forms.TextBox TXTNow; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox Error; private System.Windows.Forms.TextBox labelTest2TXT; private System.Windows.Forms.Label labelTest; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox labelTest1TXT; } }