mirror of https://github.com/ArduPilot/ardupilot
126 lines
5.3 KiB
C#
126 lines
5.3 KiB
C#
|
namespace ArdupilotMega
|
|||
|
{
|
|||
|
partial class Log
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Log));
|
|||
|
this.TXT_seriallog = new System.Windows.Forms.TextBox();
|
|||
|
this.BUT_DLall = new ArdupilotMega.MyButton();
|
|||
|
this.BUT_DLthese = new ArdupilotMega.MyButton();
|
|||
|
this.BUT_clearlogs = new ArdupilotMega.MyButton();
|
|||
|
this.CHK_logs = new System.Windows.Forms.CheckedListBox();
|
|||
|
this.TXT_status = new System.Windows.Forms.TextBox();
|
|||
|
this.BUT_redokml = new ArdupilotMega.MyButton();
|
|||
|
this.BUT_firstperson = new ArdupilotMega.MyButton();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// TXT_seriallog
|
|||
|
//
|
|||
|
resources.ApplyResources(this.TXT_seriallog, "TXT_seriallog");
|
|||
|
this.TXT_seriallog.Name = "TXT_seriallog";
|
|||
|
//
|
|||
|
// BUT_DLall
|
|||
|
//
|
|||
|
resources.ApplyResources(this.BUT_DLall, "BUT_DLall");
|
|||
|
this.BUT_DLall.Name = "BUT_DLall";
|
|||
|
this.BUT_DLall.UseVisualStyleBackColor = true;
|
|||
|
this.BUT_DLall.Click += new System.EventHandler(this.BUT_DLall_Click);
|
|||
|
//
|
|||
|
// BUT_DLthese
|
|||
|
//
|
|||
|
resources.ApplyResources(this.BUT_DLthese, "BUT_DLthese");
|
|||
|
this.BUT_DLthese.Name = "BUT_DLthese";
|
|||
|
this.BUT_DLthese.UseVisualStyleBackColor = true;
|
|||
|
this.BUT_DLthese.Click += new System.EventHandler(this.BUT_DLthese_Click);
|
|||
|
//
|
|||
|
// BUT_clearlogs
|
|||
|
//
|
|||
|
resources.ApplyResources(this.BUT_clearlogs, "BUT_clearlogs");
|
|||
|
this.BUT_clearlogs.Name = "BUT_clearlogs";
|
|||
|
this.BUT_clearlogs.UseVisualStyleBackColor = true;
|
|||
|
this.BUT_clearlogs.Click += new System.EventHandler(this.BUT_clearlogs_Click);
|
|||
|
//
|
|||
|
// CHK_logs
|
|||
|
//
|
|||
|
this.CHK_logs.CheckOnClick = true;
|
|||
|
this.CHK_logs.FormattingEnabled = true;
|
|||
|
resources.ApplyResources(this.CHK_logs, "CHK_logs");
|
|||
|
this.CHK_logs.Name = "CHK_logs";
|
|||
|
this.CHK_logs.Click += new System.EventHandler(this.CHK_logs_Click);
|
|||
|
//
|
|||
|
// TXT_status
|
|||
|
//
|
|||
|
resources.ApplyResources(this.TXT_status, "TXT_status");
|
|||
|
this.TXT_status.Name = "TXT_status";
|
|||
|
//
|
|||
|
// 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);
|
|||
|
//
|
|||
|
// BUT_firstperson
|
|||
|
//
|
|||
|
resources.ApplyResources(this.BUT_firstperson, "BUT_firstperson");
|
|||
|
this.BUT_firstperson.Name = "BUT_firstperson";
|
|||
|
this.BUT_firstperson.UseVisualStyleBackColor = true;
|
|||
|
this.BUT_firstperson.Click += new System.EventHandler(this.BUT_firstperson_Click);
|
|||
|
//
|
|||
|
// Log
|
|||
|
//
|
|||
|
resources.ApplyResources(this, "$this");
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.BUT_firstperson);
|
|||
|
this.Controls.Add(this.BUT_redokml);
|
|||
|
this.Controls.Add(this.TXT_status);
|
|||
|
this.Controls.Add(this.CHK_logs);
|
|||
|
this.Controls.Add(this.BUT_clearlogs);
|
|||
|
this.Controls.Add(this.BUT_DLthese);
|
|||
|
this.Controls.Add(this.BUT_DLall);
|
|||
|
this.Controls.Add(this.TXT_seriallog);
|
|||
|
this.Name = "Log";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Log_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.Log_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private MyButton BUT_DLall;
|
|||
|
private MyButton BUT_DLthese;
|
|||
|
private MyButton BUT_clearlogs;
|
|||
|
private System.Windows.Forms.CheckedListBox CHK_logs;
|
|||
|
private System.Windows.Forms.TextBox TXT_status;
|
|||
|
private MyButton BUT_redokml;
|
|||
|
private System.Windows.Forms.TextBox TXT_seriallog;
|
|||
|
private MyButton BUT_firstperson;
|
|||
|
}
|
|||
|
}
|