@ -34,12 +34,14 @@
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 , 8 9 ) ;
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 ;
@ -68,7 +70,7 @@
// 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 , 5 4 ) ;
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 ;
@ -77,7 +79,7 @@
//
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 , 5 4 ) ;
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 ;
@ -88,15 +90,35 @@
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 1 9 ) ;
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 3 4 ) ;
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 ) ;
@ -119,5 +141,7 @@
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 ;
}
}