@ -33,7 +33,6 @@
this . but_connect = new System . Windows . Forms . Button ( ) ;
this . but_connect = new System . Windows . Forms . Button ( ) ;
this . serialPort1 = new System . IO . Ports . SerialPort ( this . components ) ;
this . serialPort1 = new System . IO . Ports . SerialPort ( this . components ) ;
this . listBox1 = new System . Windows . Forms . ListBox ( ) ;
this . listBox1 = new System . Windows . Forms . ListBox ( ) ;
this . richTextBox1 = new System . Windows . Forms . RichTextBox ( ) ;
this . mav_messages_Label = new System . Windows . Forms . Label ( ) ;
this . mav_messages_Label = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . txt_vehicleType = new System . Windows . Forms . TextBox ( ) ;
this . txt_vehicleType = new System . Windows . Forms . TextBox ( ) ;
@ -46,6 +45,8 @@
this . gmap = new GMap . NET . WindowsForms . GMapControl ( ) ;
this . gmap = new GMap . NET . WindowsForms . GMapControl ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . progressBar1 = new System . Windows . Forms . ProgressBar ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
//
@ -75,26 +76,17 @@
this . listBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . listBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . listBox1 . FormattingEnabled = true ;
this . listBox1 . FormattingEnabled = true ;
this . listBox1 . ItemHeight = 1 6 ;
this . listBox1 . ItemHeight = 1 6 ;
this . listBox1 . Location = new System . Drawing . Point ( 6 , 6 3 ) ;
this . listBox1 . Location = new System . Drawing . Point ( 6 , 4 8 ) ;
this . listBox1 . Name = "listBox1" ;
this . listBox1 . Name = "listBox1" ;
this . listBox1 . Size = new System . Drawing . Size ( 1 9 9 , 2 7 6 ) ;
this . listBox1 . Size = new System . Drawing . Size ( 1 9 9 , 1 9 6 ) ;
this . listBox1 . TabIndex = 3 ;
this . listBox1 . TabIndex = 3 ;
//
//
// richTextBox1
//
this . richTextBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . richTextBox1 . Location = new System . Drawing . Point ( 2 1 1 , 2 3 4 ) ;
this . richTextBox1 . Name = "richTextBox1" ;
this . richTextBox1 . Size = new System . Drawing . Size ( 8 2 3 , 1 3 7 ) ;
this . richTextBox1 . TabIndex = 4 ;
this . richTextBox1 . Text = "" ;
//
// mav_messages_Label
// mav_messages_Label
//
//
this . mav_messages_Label . AutoSize = true ;
this . mav_messages_Label . AutoSize = true ;
this . mav_messages_Label . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . mav_messages_Label . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . mav_messages_Label . ForeColor = System . Drawing . Color . Red ;
this . mav_messages_Label . ForeColor = System . Drawing . Color . Red ;
this . mav_messages_Label . Location = new System . Drawing . Point ( 1 , 3 4 6 ) ;
this . mav_messages_Label . Location = new System . Drawing . Point ( - 6 , 2 6 5 ) ;
this . mav_messages_Label . Name = "mav_messages_Label" ;
this . mav_messages_Label . Name = "mav_messages_Label" ;
this . mav_messages_Label . Size = new System . Drawing . Size ( 2 1 2 , 2 5 ) ;
this . mav_messages_Label . Size = new System . Drawing . Size ( 2 1 2 , 2 5 ) ;
this . mav_messages_Label . TabIndex = 6 ;
this . mav_messages_Label . TabIndex = 6 ;
@ -204,11 +196,12 @@
//
//
// button1
// button1
//
//
this . button1 . Location = new System . Drawing . Point ( 5 7 8 , 1 8 0 ) ;
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 ( 6 , 3 1 2 ) ;
this . button1 . Name = "button1" ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 2 3 3 , 5 2 ) ;
this . button1 . Size = new System . Drawing . Size ( 2 3 3 , 5 9 ) ;
this . button1 . TabIndex = 1 7 ;
this . button1 . TabIndex = 1 7 ;
this . button1 . Text = "button1 " ;
this . button1 . Text = "Open Camera Tracking Module " ;
this . button1 . UseVisualStyleBackColor = true ;
this . button1 . UseVisualStyleBackColor = true ;
this . button1 . Click + = new System . EventHandler ( this . button1_Click ) ;
this . button1 . Click + = new System . EventHandler ( this . button1_Click ) ;
//
//
@ -222,11 +215,30 @@
this . pictureBox1 . TabIndex = 5 ;
this . pictureBox1 . TabIndex = 5 ;
this . pictureBox1 . TabStop = false ;
this . pictureBox1 . TabStop = false ;
//
//
// progressBar1
//
this . progressBar1 . Location = new System . Drawing . Point ( 5 1 8 , 2 0 7 ) ;
this . progressBar1 . Name = "progressBar1" ;
this . progressBar1 . Size = new System . Drawing . Size ( 3 3 4 , 3 7 ) ;
this . progressBar1 . TabIndex = 1 8 ;
//
// label5
//
this . label5 . AutoSize = true ;
this . label5 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 2 0.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label5 . Location = new System . Drawing . Point ( 3 9 5 , 2 0 7 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 1 1 7 , 3 1 ) ;
this . label5 . TabIndex = 1 9 ;
this . label5 . Text = "Battery:" ;
//
// client
// client
//
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 1 9 2 4 , 5 4 5 ) ;
this . ClientSize = new System . Drawing . Size ( 1 9 2 4 , 5 4 5 ) ;
this . Controls . Add ( this . label5 ) ;
this . Controls . Add ( this . progressBar1 ) ;
this . Controls . Add ( this . button1 ) ;
this . Controls . Add ( this . button1 ) ;
this . Controls . Add ( this . gmap ) ;
this . Controls . Add ( this . gmap ) ;
this . Controls . Add ( this . txt_system ) ;
this . Controls . Add ( this . txt_system ) ;
@ -239,12 +251,13 @@
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . mav_messages_Label ) ;
this . Controls . Add ( this . mav_messages_Label ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . richTextBox1 ) ;
this . Controls . Add ( this . listBox1 ) ;
this . Controls . Add ( this . listBox1 ) ;
this . Controls . Add ( this . but_connect ) ;
this . Controls . Add ( this . but_connect ) ;
this . Controls . Add ( this . CMB_comport ) ;
this . Controls . Add ( this . CMB_comport ) ;
this . ForeColor = System . Drawing . SystemColors . ControlText ;
this . Name = "client" ;
this . Name = "client" ;
this . Text = "Form1" ;
this . Text = "Form1" ;
this . TransparencyKey = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 2 2 4 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 2 4 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 2 4 ) ) ) ) ) ;
this . Load + = new System . EventHandler ( this . client_Load ) ;
this . Load + = new System . EventHandler ( this . client_Load ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
@ -258,7 +271,6 @@
private System . Windows . Forms . Button but_connect ;
private System . Windows . Forms . Button but_connect ;
private System . IO . Ports . SerialPort serialPort1 ;
private System . IO . Ports . SerialPort serialPort1 ;
private System . Windows . Forms . ListBox listBox1 ;
private System . Windows . Forms . ListBox listBox1 ;
private System . Windows . Forms . RichTextBox richTextBox1 ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . Label mav_messages_Label ;
private System . Windows . Forms . Label mav_messages_Label ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label label1 ;
@ -271,6 +283,8 @@
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . Label label4 ;
private GMap . NET . WindowsForms . GMapControl gmap ;
private GMap . NET . WindowsForms . GMapControl gmap ;
private System . Windows . Forms . Button button1 ;
private System . Windows . Forms . Button button1 ;
private System . Windows . Forms . ProgressBar progressBar1 ;
private System . Windows . Forms . Label label5 ;
}
}
}
}