namespace ArdupilotMega { partial class SerialInput { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerialInput)); this.CMB_serialport = new System.Windows.Forms.ComboBox(); this.BUT_connect = new ArdupilotMega.MyButton(); this.CMB_baudrate = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.LBL_location = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // CMB_serialport // this.CMB_serialport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CMB_serialport.FormattingEnabled = true; this.CMB_serialport.Location = new System.Drawing.Point(13, 13); this.CMB_serialport.Name = "CMB_serialport"; this.CMB_serialport.Size = new System.Drawing.Size(121, 21); this.CMB_serialport.TabIndex = 0; // // BUT_connect // this.BUT_connect.Location = new System.Drawing.Point(279, 12); this.BUT_connect.Name = "BUT_connect"; this.BUT_connect.Size = new System.Drawing.Size(75, 23); this.BUT_connect.TabIndex = 1; this.BUT_connect.Text = "Connect"; this.BUT_connect.UseVisualStyleBackColor = true; this.BUT_connect.Click += new System.EventHandler(this.BUT_connect_Click); // // CMB_baudrate // this.CMB_baudrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CMB_baudrate.FormattingEnabled = true; this.CMB_baudrate.Items.AddRange(new object[] { "4800", "9600", "14400", "19200", "28800", "38400", "57600", "115200"}); this.CMB_baudrate.Location = new System.Drawing.Point(140, 12); this.CMB_baudrate.Name = "CMB_baudrate"; this.CMB_baudrate.Size = new System.Drawing.Size(121, 21); this.CMB_baudrate.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(90, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(187, 13); this.label1.TabIndex = 3; this.label1.Text = "Pick the Nmea gps port and baud rate\r\n"; // // LBL_location // this.LBL_location.AutoSize = true; this.LBL_location.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LBL_location.Location = new System.Drawing.Point(9, 78); this.LBL_location.Name = "LBL_location"; this.LBL_location.Size = new System.Drawing.Size(50, 24); this.LBL_location.TabIndex = 4; this.LBL_location.Text = "0,0,0"; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(19, 126); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(335, 133); this.textBox1.TabIndex = 5; this.textBox1.Text = resources.GetString("textBox1.Text"); // // SerialInput // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(369, 300); this.Controls.Add(this.textBox1); this.Controls.Add(this.LBL_location); this.Controls.Add(this.label1); this.Controls.Add(this.CMB_baudrate); this.Controls.Add(this.BUT_connect); this.Controls.Add(this.CMB_serialport); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SerialInput"; this.Text = "Follow Me"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SerialOutput_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox CMB_serialport; private MyButton BUT_connect; private System.Windows.Forms.ComboBox CMB_baudrate; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label LBL_location; private System.Windows.Forms.TextBox textBox1; } }