namespace ArdupilotMega.Antenna { partial class Tracker { /// /// 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(Tracker)); this.CMB_interface = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.CMB_baudrate = new System.Windows.Forms.ComboBox(); this.CMB_serialport = new System.Windows.Forms.ComboBox(); this.BUT_connect = new ArdupilotMega.MyButton(); this.TRK_pantrim = new System.Windows.Forms.TrackBar(); this.TXT_panrange = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.TXT_tiltrange = new System.Windows.Forms.TextBox(); this.TRK_tilttrim = new System.Windows.Forms.TrackBar(); this.label2 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.TRK_pantrim)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TRK_tilttrim)).BeginInit(); this.SuspendLayout(); // // CMB_interface // this.CMB_interface.FormattingEnabled = true; this.CMB_interface.Items.AddRange(new object[] { "Maestro"}); this.CMB_interface.Location = new System.Drawing.Point(83, 10); this.CMB_interface.Name = "CMB_interface"; this.CMB_interface.Size = new System.Drawing.Size(121, 21); this.CMB_interface.TabIndex = 0; this.CMB_interface.Text = "Maestro"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 1; this.label1.Text = "Interface"; // // 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(337, 9); this.CMB_baudrate.Name = "CMB_baudrate"; this.CMB_baudrate.Size = new System.Drawing.Size(121, 21); this.CMB_baudrate.TabIndex = 2; // // CMB_serialport // this.CMB_serialport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CMB_serialport.FormattingEnabled = true; this.CMB_serialport.Location = new System.Drawing.Point(210, 10); this.CMB_serialport.Name = "CMB_serialport"; this.CMB_serialport.Size = new System.Drawing.Size(121, 21); this.CMB_serialport.TabIndex = 1; // // BUT_connect // this.BUT_connect.Location = new System.Drawing.Point(476, 9); this.BUT_connect.Name = "BUT_connect"; this.BUT_connect.Size = new System.Drawing.Size(75, 23); this.BUT_connect.TabIndex = 3; this.BUT_connect.Text = "Connect"; this.BUT_connect.UseVisualStyleBackColor = true; this.BUT_connect.Click += new System.EventHandler(this.BUT_connect_Click); // // TRK_pantrim // this.TRK_pantrim.Location = new System.Drawing.Point(153, 65); this.TRK_pantrim.Maximum = 90; this.TRK_pantrim.Minimum = -90; this.TRK_pantrim.Name = "TRK_pantrim"; this.TRK_pantrim.Size = new System.Drawing.Size(375, 45); this.TRK_pantrim.TabIndex = 5; this.TRK_pantrim.TickFrequency = 5; this.TRK_pantrim.Scroll += new System.EventHandler(this.TRK_pantrim_Scroll); // // TXT_panrange // this.TXT_panrange.Location = new System.Drawing.Point(83, 65); this.TXT_panrange.Name = "TXT_panrange"; this.TXT_panrange.Size = new System.Drawing.Size(64, 20); this.TXT_panrange.TabIndex = 4; this.TXT_panrange.Text = "180"; this.TXT_panrange.TextChanged += new System.EventHandler(this.TXT_panrange_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(326, 49); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(27, 13); this.label3.TabIndex = 10; this.label3.Text = "Trim"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(83, 49); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 13); this.label4.TabIndex = 11; this.label4.Text = "Range -/+"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(83, 125); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 13); this.label5.TabIndex = 17; this.label5.Text = "Range -/+"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(326, 125); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(27, 13); this.label6.TabIndex = 16; this.label6.Text = "Trim"; // // TXT_tiltrange // this.TXT_tiltrange.Location = new System.Drawing.Point(83, 141); this.TXT_tiltrange.Name = "TXT_tiltrange"; this.TXT_tiltrange.Size = new System.Drawing.Size(64, 20); this.TXT_tiltrange.TabIndex = 6; this.TXT_tiltrange.Text = "90"; this.TXT_tiltrange.TextChanged += new System.EventHandler(this.TXT_tiltrange_TextChanged); // // TRK_tilttrim // this.TRK_tilttrim.Location = new System.Drawing.Point(153, 141); this.TRK_tilttrim.Maximum = 45; this.TRK_tilttrim.Minimum = -45; this.TRK_tilttrim.Name = "TRK_tilttrim"; this.TRK_tilttrim.Size = new System.Drawing.Size(375, 45); this.TRK_tilttrim.TabIndex = 7; this.TRK_tilttrim.TickFrequency = 5; this.TRK_tilttrim.Scroll += new System.EventHandler(this.TRK_tilttrim_Scroll); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 13); this.label2.TabIndex = 18; this.label2.Text = "Pan"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 144); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(21, 13); this.label7.TabIndex = 19; this.label7.Text = "Tilt"; // // Tracker // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(569, 195); this.Controls.Add(this.label7); this.Controls.Add(this.label2); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.TXT_tiltrange); this.Controls.Add(this.TRK_tilttrim); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.TXT_panrange); this.Controls.Add(this.TRK_pantrim); this.Controls.Add(this.CMB_baudrate); this.Controls.Add(this.BUT_connect); this.Controls.Add(this.CMB_serialport); this.Controls.Add(this.label1); this.Controls.Add(this.CMB_interface); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Tracker"; this.Text = "Tracker"; ((System.ComponentModel.ISupportInitialize)(this.TRK_pantrim)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TRK_tilttrim)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox CMB_interface; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox CMB_baudrate; private MyButton BUT_connect; private System.Windows.Forms.ComboBox CMB_serialport; private System.Windows.Forms.TrackBar TRK_pantrim; private System.Windows.Forms.TextBox TXT_panrange; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox TXT_tiltrange; private System.Windows.Forms.TrackBar TRK_tilttrim; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label7; } }