namespace Client
{
partial class add_module
{
/// <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 . 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" , 1 4.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . button1 . Location = new System . Drawing . Point ( 1 2 , 1 1 7 ) ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 3 5 3 , 4 0 ) ;
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" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 3 0 , 1 2 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 1 3 2 , 2 4 ) ;
this . label1 . TabIndex = 1 ;
this . label1 . Text = "Module name:" ;
//
// textBox1
//
this . textBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . textBox1 . Location = new System . Drawing . Point ( 1 6 8 , 9 ) ;
this . textBox1 . Name = "textBox1" ;
this . textBox1 . Size = new System . Drawing . Size ( 1 9 7 , 2 9 ) ;
this . textBox1 . TabIndex = 2 ;
//
// txt_moduleIP
//
this . txt_moduleIP . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txt_moduleIP . Location = new System . Drawing . Point ( 1 6 8 , 8 2 ) ;
this . txt_moduleIP . Name = "txt_moduleIP" ;
this . txt_moduleIP . Size = new System . Drawing . Size ( 1 9 7 , 2 9 ) ;
this . txt_moduleIP . TabIndex = 4 ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 8 , 8 2 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 1 5 4 , 2 4 ) ;
this . label2 . TabIndex = 3 ;
this . label2 . Text = "Module Address:" ;
//
// richTextBox1
//
this . richTextBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . richTextBox1 . Location = new System . Drawing . Point ( 3 7 1 , 9 ) ;
this . richTextBox1 . Name = "richTextBox1" ;
this . richTextBox1 . Size = new System . Drawing . Size ( 4 7 2 , 1 4 8 ) ;
this . richTextBox1 . TabIndex = 7 ;
this . richTextBox1 . Text = "" ;
//
// txt_hostIP
//
this . txt_hostIP . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txt_hostIP . Location = new System . Drawing . Point ( 1 6 8 , 4 6 ) ;
this . txt_hostIP . Name = "txt_hostIP" ;
this . txt_hostIP . Size = new System . Drawing . Size ( 1 9 7 , 2 9 ) ;
this . txt_hostIP . TabIndex = 9 ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label3 . Location = new System . Drawing . Point ( 3 4 , 4 9 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 1 2 8 , 2 4 ) ;
this . label3 . TabIndex = 8 ;
this . label3 . Text = "Host Address:" ;
//
// add_module
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 8 5 5 , 1 6 9 ) ;
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 ;
}
}