namespace Client
{
partial class client
{
/// <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 . components = new System . ComponentModel . Container ( ) ;
this . CMB_comport = new System . Windows . Forms . ComboBox ( ) ;
this . but_connect = new System . Windows . Forms . Button ( ) ;
this . serialPort1 = new System . IO . Ports . SerialPort ( this . components ) ;
this . listBox1 = new System . Windows . Forms . ListBox ( ) ;
this . mav_messages_Label = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . txt_vehicleType = new System . Windows . Forms . TextBox ( ) ;
this . txt_autopilot = new System . Windows . Forms . TextBox ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . txt_baseMode = new System . Windows . Forms . TextBox ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . txt_system = new System . Windows . Forms . TextBox ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . gmap = new GMap . NET . WindowsForms . GMapControl ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . progressBar1 = new System . Windows . Forms . ProgressBar ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . comboBox1 = new System . Windows . Forms . ComboBox ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// CMB_comport
//
this . CMB_comport . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 1.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . CMB_comport . FormattingEnabled = true ;
this . CMB_comport . Location = new System . Drawing . Point ( 6 , 1 3 ) ;
this . CMB_comport . Name = "CMB_comport" ;
this . CMB_comport . Size = new System . Drawing . Size ( 1 2 4 , 2 6 ) ;
this . CMB_comport . TabIndex = 0 ;
this . CMB_comport . Click + = new System . EventHandler ( this . CMB_comport_Click ) ;
//
// but_connect
//
this . but_connect . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 1.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . but_connect . Location = new System . Drawing . Point ( 1 3 6 , 1 3 ) ;
this . but_connect . Name = "but_connect" ;
this . but_connect . Size = new System . Drawing . Size ( 1 0 3 , 5 9 ) ;
this . but_connect . TabIndex = 2 ;
this . but_connect . Text = "Connect" ;
this . but_connect . UseVisualStyleBackColor = true ;
this . but_connect . Click + = new System . EventHandler ( this . but_connect_Click ) ;
//
// listBox1
//
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 . ItemHeight = 1 6 ;
this . listBox1 . Location = new System . Drawing . Point ( 6 , 8 3 ) ;
this . listBox1 . Name = "listBox1" ;
this . listBox1 . Size = new System . Drawing . Size ( 1 9 5 , 1 8 0 ) ;
this . listBox1 . TabIndex = 3 ;
//
// mav_messages_Label
//
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 . ForeColor = System . Drawing . Color . Red ;
this . mav_messages_Label . Location = new System . Drawing . Point ( 1 , 2 6 6 ) ;
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 . TabIndex = 6 ;
this . mav_messages_Label . Text = "Found 0 Messages" ;
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 3 2 9 , 1 1 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 1 3 6 , 2 5 ) ;
this . label1 . TabIndex = 7 ;
this . label1 . Text = "Vehicle type:" ;
//
// txt_vehicleType
//
this . txt_vehicleType . Enabled = false ;
this . txt_vehicleType . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txt_vehicleType . Location = new System . Drawing . Point ( 4 7 1 , 5 ) ;
this . txt_vehicleType . Name = "txt_vehicleType" ;
this . txt_vehicleType . Size = new System . Drawing . Size ( 2 0 0 , 3 1 ) ;
this . txt_vehicleType . TabIndex = 8 ;
//
// txt_autopilot
//
this . txt_autopilot . Enabled = false ;
this . txt_autopilot . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txt_autopilot . Location = new System . Drawing . Point ( 4 7 1 , 4 2 ) ;
this . txt_autopilot . Name = "txt_autopilot" ;
this . txt_autopilot . Size = new System . Drawing . Size ( 2 0 0 , 3 1 ) ;
this . txt_autopilot . TabIndex = 1 0 ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 3 6 3 , 4 8 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 1 0 2 , 2 5 ) ;
this . label2 . TabIndex = 9 ;
this . label2 . Text = "Autopilot:" ;
//
// txt_baseMode
//
this . txt_baseMode . Enabled = false ;
this . txt_baseMode . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txt_baseMode . Location = new System . Drawing . Point ( 8 3 4 , 5 ) ;
this . txt_baseMode . Name = "txt_baseMode" ;
this . txt_baseMode . Size = new System . Drawing . Size ( 2 0 0 , 3 1 ) ;
this . txt_baseMode . TabIndex = 1 2 ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label3 . Location = new System . Drawing . Point ( 7 0 2 , 8 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 1 2 6 , 2 5 ) ;
this . label3 . TabIndex = 1 1 ;
this . label3 . Text = "Base mode:" ;
//
// txt_system
//
this . txt_system . Enabled = false ;
this . txt_system . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txt_system . Location = new System . Drawing . Point ( 8 3 4 , 3 9 ) ;
this . txt_system . Name = "txt_system" ;
this . txt_system . Size = new System . Drawing . Size ( 2 0 0 , 3 1 ) ;
this . txt_system . TabIndex = 1 4 ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label4 . Location = new System . Drawing . Point ( 6 7 2 , 4 2 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 1 5 6 , 2 5 ) ;
this . label4 . TabIndex = 1 3 ;
this . label4 . Text = "System Status:" ;
//
// gmap
//
this . gmap . Bearing = 0F ;
this . gmap . CanDragMap = true ;
this . gmap . EmptyTileColor = System . Drawing . Color . Navy ;
this . gmap . GrayScaleMode = false ;
this . gmap . HelperLineOption = GMap . NET . WindowsForms . HelperLineOptions . DontShow ;
this . gmap . LevelsKeepInMemmory = 5 ;
this . gmap . Location = new System . Drawing . Point ( 1 0 4 0 , 5 ) ;
this . gmap . MarkersEnabled = true ;
this . gmap . MaxZoom = 1 8 ;
this . gmap . MinZoom = 2 ;
this . gmap . MouseWheelZoomEnabled = false ;
this . gmap . MouseWheelZoomType = GMap . NET . MouseWheelZoomType . MousePositionAndCenter ;
this . gmap . Name = "gmap" ;
this . gmap . NegativeMode = false ;
this . gmap . PolygonsEnabled = true ;
this . gmap . RetryLoadTile = 0 ;
this . gmap . RoutesEnabled = true ;
this . gmap . ScaleMode = GMap . NET . WindowsForms . ScaleModes . Integer ;
this . gmap . SelectedAreaFillColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 3 3 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 6 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 1 0 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 2 5 ) ) ) ) ) ;
this . gmap . ShowTileGridLines = false ;
this . gmap . Size = new System . Drawing . Size ( 9 1 0 , 5 4 0 ) ;
this . gmap . TabIndex = 1 5 ;
this . gmap . Zoom = 1 8D ;
//
// 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 ( 6 , 3 1 2 ) ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 2 3 3 , 5 9 ) ;
this . button1 . TabIndex = 1 7 ;
this . button1 . Text = "Add Camera Module" ;
this . button1 . UseVisualStyleBackColor = true ;
this . button1 . Click + = new System . EventHandler ( this . button1_Click ) ;
//
// progressBar1
//
this . progressBar1 . Location = new System . Drawing . Point ( 4 7 1 , 2 1 3 ) ;
this . progressBar1 . Name = "progressBar1" ;
this . progressBar1 . Size = new System . Drawing . Size ( 3 7 4 , 3 1 ) ;
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 4 8 , 2 1 3 ) ;
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:" ;
//
// comboBox1
//
this . comboBox1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 1 1.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . comboBox1 . FormattingEnabled = true ;
this . comboBox1 . Items . AddRange ( new object [ ] {
"9600" ,
"19200" ,
"38400" ,
"57600" ,
"115200" } ) ;
this . comboBox1 . Location = new System . Drawing . Point ( 6 , 4 6 ) ;
this . comboBox1 . Name = "comboBox1" ;
this . comboBox1 . Size = new System . Drawing . Size ( 1 2 4 , 2 6 ) ;
this . comboBox1 . TabIndex = 2 0 ;
//
// pictureBox1
//
this . pictureBox1 . Image = global :: Client . Properties . Resources . _ 7 4 6 7 4 9 9 3 _ 1 1 5 1 5 3 4 2 3 2 4 1 4 7 5 _ 4 7 7 2 2 7 7 7 3 1 8 4 2 8 5 0 8 1 6 _ n ;
this . pictureBox1 . Location = new System . Drawing . Point ( - 1 , 3 7 7 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 1 0 3 5 , 1 6 8 ) ;
this . pictureBox1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . StretchImage ;
this . pictureBox1 . TabIndex = 5 ;
this . pictureBox1 . TabStop = false ;
//
// client
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 1 9 2 4 , 5 4 5 ) ;
this . Controls . Add ( this . comboBox1 ) ;
this . Controls . Add ( this . label5 ) ;
this . Controls . Add ( this . progressBar1 ) ;
this . Controls . Add ( this . button1 ) ;
this . Controls . Add ( this . gmap ) ;
this . Controls . Add ( this . txt_system ) ;
this . Controls . Add ( this . label4 ) ;
this . Controls . Add ( this . txt_baseMode ) ;
this . Controls . Add ( this . label3 ) ;
this . Controls . Add ( this . txt_autopilot ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . txt_vehicleType ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . mav_messages_Label ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . listBox1 ) ;
this . Controls . Add ( this . but_connect ) ;
this . Controls . Add ( this . CMB_comport ) ;
this . ForeColor = System . Drawing . SystemColors . ControlText ;
this . Name = "client" ;
this . Text = "Tracking and Telemetry Client" ;
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 ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . ComboBox CMB_comport ;
private System . Windows . Forms . Button but_connect ;
private System . IO . Ports . SerialPort serialPort1 ;
private System . Windows . Forms . ListBox listBox1 ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . Label mav_messages_Label ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . TextBox txt_vehicleType ;
private System . Windows . Forms . TextBox txt_autopilot ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . TextBox txt_baseMode ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . TextBox txt_system ;
private System . Windows . Forms . Label label4 ;
private GMap . NET . WindowsForms . GMapControl gmap ;
private System . Windows . Forms . Button button1 ;
private System . Windows . Forms . ProgressBar progressBar1 ;
private System . Windows . Forms . Label label5 ;
private System . Windows . Forms . ComboBox comboBox1 ;
}
}