namespace ArdupilotMega { partial class MavlinkLog { /// /// 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(MavlinkLog)); this.BUT_redokml = new ArdupilotMega.MyButton(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.BUT_humanreadable = new ArdupilotMega.MyButton(); this.SuspendLayout(); // // BUT_redokml // resources.ApplyResources(this.BUT_redokml, "BUT_redokml"); this.BUT_redokml.Name = "BUT_redokml"; this.BUT_redokml.UseVisualStyleBackColor = true; this.BUT_redokml.Click += new System.EventHandler(this.BUT_redokml_Click); // // progressBar1 // resources.ApplyResources(this.progressBar1, "progressBar1"); this.progressBar1.Name = "progressBar1"; // // BUT_humanreadable // resources.ApplyResources(this.BUT_humanreadable, "BUT_humanreadable"); this.BUT_humanreadable.Name = "BUT_humanreadable"; this.BUT_humanreadable.UseVisualStyleBackColor = true; this.BUT_humanreadable.Click += new System.EventHandler(this.BUT_humanreadable_Click); // // MavlinkLog // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.BUT_humanreadable); this.Controls.Add(this.progressBar1); this.Controls.Add(this.BUT_redokml); this.Name = "MavlinkLog"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Log_FormClosing); this.ResumeLayout(false); } #endregion private MyButton BUT_redokml; private System.Windows.Forms.ProgressBar progressBar1; private MyButton BUT_humanreadable; } }