namespace Client { partial class add_module { /// /// 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.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.txt_moduleIP = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.txt_hostIP = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(12, 117); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(353, 40); this.button1.TabIndex = 0; this.button1.Text = "Connect"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(30, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(132, 24); this.label1.TabIndex = 1; this.label1.Text = "Module name:"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(168, 9); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(197, 29); this.textBox1.TabIndex = 2; // // txt_moduleIP // this.txt_moduleIP.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_moduleIP.Location = new System.Drawing.Point(168, 82); this.txt_moduleIP.Name = "txt_moduleIP"; this.txt_moduleIP.Size = new System.Drawing.Size(197, 29); this.txt_moduleIP.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(8, 82); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(154, 24); this.label2.TabIndex = 3; this.label2.Text = "Module Address:"; // // richTextBox1 // this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.Location = new System.Drawing.Point(371, 9); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(472, 148); this.richTextBox1.TabIndex = 7; this.richTextBox1.Text = ""; // // txt_hostIP // this.txt_hostIP.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_hostIP.Location = new System.Drawing.Point(168, 46); this.txt_hostIP.Name = "txt_hostIP"; this.txt_hostIP.Size = new System.Drawing.Size(197, 29); this.txt_hostIP.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(34, 49); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(128, 24); this.label3.TabIndex = 8; this.label3.Text = "Host Address:"; // // add_module // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(855, 169); this.Controls.Add(this.txt_hostIP); this.Controls.Add(this.label3); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.txt_moduleIP); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Name = "add_module"; this.Text = "Add Module"; this.Load += new System.EventHandler(this.add_module_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox txt_moduleIP; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.TextBox txt_hostIP; private System.Windows.Forms.Label label3; } }