namespace WCSMixPubSub { partial class MainForm { /// /// 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.DisconnBt = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.rcvDataTxt = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.rcvTopicTxt = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.UnSubBt = new System.Windows.Forms.Button(); this.SubBt = new System.Windows.Forms.Button(); this.subTopicTxt = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.PublishBt = new System.Windows.Forms.Button(); this.pubDataTxt = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.pubTopicTxt = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.ConnBt = new System.Windows.Forms.Button(); this.QpIpTxt = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.clientIDTxt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.splitter2 = new System.Windows.Forms.Splitter(); this.splitter1 = new System.Windows.Forms.Splitter(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // DisconnBt // this.DisconnBt.Location = new System.Drawing.Point(354, 40); this.DisconnBt.Name = "DisconnBt"; this.DisconnBt.Size = new System.Drawing.Size(74, 20); this.DisconnBt.TabIndex = 8; this.DisconnBt.Text = "Disconnect"; this.DisconnBt.Click += new System.EventHandler(this.DisconnBt_Click); // // panel1 // this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.DisconnBt); this.panel1.Controls.Add(this.ConnBt); this.panel1.Controls.Add(this.QpIpTxt); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.clientIDTxt); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.splitter2); this.panel1.Controls.Add(this.splitter1); this.panel1.Location = new System.Drawing.Point(3, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(452, 395); // // panel4 // this.panel4.Controls.Add(this.rcvDataTxt); this.panel4.Controls.Add(this.label10); this.panel4.Controls.Add(this.rcvTopicTxt); this.panel4.Controls.Add(this.label9); this.panel4.Controls.Add(this.label8); this.panel4.Location = new System.Drawing.Point(230, 165); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(215, 224); // // rcvDataTxt // this.rcvDataTxt.Location = new System.Drawing.Point(52, 55); this.rcvDataTxt.Multiline = true; this.rcvDataTxt.Name = "rcvDataTxt"; this.rcvDataTxt.Size = new System.Drawing.Size(156, 163); this.rcvDataTxt.TabIndex = 21; // // label10 // this.label10.Location = new System.Drawing.Point(13, 58); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(49, 19); this.label10.Text = "Data:"; // // rcvTopicTxt // this.rcvTopicTxt.Location = new System.Drawing.Point(52, 26); this.rcvTopicTxt.Name = "rcvTopicTxt"; this.rcvTopicTxt.Size = new System.Drawing.Size(157, 23); this.rcvTopicTxt.TabIndex = 17; // // label9 // this.label9.Location = new System.Drawing.Point(8, 30); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(49, 19); this.label9.Text = "Topic:"; // // label8 // this.label8.BackColor = System.Drawing.SystemColors.ControlDark; this.label8.Location = new System.Drawing.Point(8, 5); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(201, 18); this.label8.Text = "Received Data"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel3 // this.panel3.Controls.Add(this.UnSubBt); this.panel3.Controls.Add(this.SubBt); this.panel3.Controls.Add(this.subTopicTxt); this.panel3.Controls.Add(this.label7); this.panel3.Controls.Add(this.label6); this.panel3.Location = new System.Drawing.Point(230, 80); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(216, 81); // // UnSubBt // this.UnSubBt.Location = new System.Drawing.Point(124, 54); this.UnSubBt.Name = "UnSubBt"; this.UnSubBt.Size = new System.Drawing.Size(85, 20); this.UnSubBt.TabIndex = 18; this.UnSubBt.Text = "Unsubscribe"; this.UnSubBt.Click += new System.EventHandler(this.UnSubBt_Click); // // SubBt // this.SubBt.Location = new System.Drawing.Point(8, 54); this.SubBt.Name = "SubBt"; this.SubBt.Size = new System.Drawing.Size(85, 20); this.SubBt.TabIndex = 17; this.SubBt.Text = "Subscribe"; this.SubBt.Click += new System.EventHandler(this.SubBt_Click); // // subTopicTxt // this.subTopicTxt.Location = new System.Drawing.Point(52, 26); this.subTopicTxt.Name = "subTopicTxt"; this.subTopicTxt.Size = new System.Drawing.Size(157, 23); this.subTopicTxt.TabIndex = 15; // // label7 // this.label7.Location = new System.Drawing.Point(8, 30); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(49, 19); this.label7.Text = "Topic:"; // // label6 // this.label6.BackColor = System.Drawing.SystemColors.ControlDark; this.label6.Location = new System.Drawing.Point(8, 5); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(201, 18); this.label6.Text = "Subscribe Settings"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel2 // this.panel2.Controls.Add(this.PublishBt); this.panel2.Controls.Add(this.pubDataTxt); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.pubTopicTxt); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.label3); this.panel2.Location = new System.Drawing.Point(5, 80); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(216, 310); this.panel2.Tag = ""; // // PublishBt // this.PublishBt.Location = new System.Drawing.Point(149, 285); this.PublishBt.Name = "PublishBt"; this.PublishBt.Size = new System.Drawing.Size(57, 19); this.PublishBt.TabIndex = 17; this.PublishBt.Text = "Publish"; this.PublishBt.Click += new System.EventHandler(this.PublishBt_Click); // // pubDataTxt // this.pubDataTxt.Location = new System.Drawing.Point(49, 58); this.pubDataTxt.Multiline = true; this.pubDataTxt.Name = "pubDataTxt"; this.pubDataTxt.Size = new System.Drawing.Size(157, 221); this.pubDataTxt.TabIndex = 16; // // label5 // this.label5.Location = new System.Drawing.Point(10, 56); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(49, 19); this.label5.Text = "Data:"; // // pubTopicTxt // this.pubTopicTxt.Location = new System.Drawing.Point(49, 29); this.pubTopicTxt.Name = "pubTopicTxt"; this.pubTopicTxt.Size = new System.Drawing.Size(157, 23); this.pubTopicTxt.TabIndex = 13; // // label4 // this.label4.Location = new System.Drawing.Point(5, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(49, 19); this.label4.Text = "Topic:"; // // label3 // this.label3.BackColor = System.Drawing.SystemColors.ControlDark; this.label3.Location = new System.Drawing.Point(6, 5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(201, 18); this.label3.Text = "Publish Settings"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // ConnBt // this.ConnBt.Location = new System.Drawing.Point(265, 40); this.ConnBt.Name = "ConnBt"; this.ConnBt.Size = new System.Drawing.Size(74, 20); this.ConnBt.TabIndex = 7; this.ConnBt.Text = "Connect"; this.ConnBt.Click += new System.EventHandler(this.ConnBt_Click); // // QpIpTxt // this.QpIpTxt.Location = new System.Drawing.Point(312, 11); this.QpIpTxt.Name = "QpIpTxt"; this.QpIpTxt.Size = new System.Drawing.Size(116, 23); this.QpIpTxt.TabIndex = 6; // // label2 // this.label2.Location = new System.Drawing.Point(238, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 23); this.label2.Text = "QP-500 IP:"; // // clientIDTxt // this.clientIDTxt.Location = new System.Drawing.Point(72, 11); this.clientIDTxt.Name = "clientIDTxt"; this.clientIDTxt.Size = new System.Drawing.Size(160, 23); this.clientIDTxt.TabIndex = 3; // // label1 // this.label1.Location = new System.Drawing.Point(14, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 23); this.label1.Text = "ClientID:"; // // splitter2 // this.splitter2.Location = new System.Drawing.Point(0, 74); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(226, 321); this.splitter2.Tag = ""; // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(452, 74); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(458, 407); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainForm"; this.Text = "MainForm"; this.Load += new System.EventHandler(this.MainForm_Load); this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing); this.panel1.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.Splitter splitter2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button ConnBt; private System.Windows.Forms.TextBox QpIpTxt; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox clientIDTxt; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button PublishBt; private System.Windows.Forms.TextBox pubDataTxt; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox pubTopicTxt; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox subTopicTxt; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button SubBt; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.TextBox rcvDataTxt; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox rcvTopicTxt; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button UnSubBt; private System.Windows.Forms.Button DisconnBt; } }