mirror of https://github.com/ArduPilot/ardupilot
84 lines
3.6 KiB
C#
84 lines
3.6 KiB
C#
namespace _3DRRadio
|
|
{
|
|
partial class Terminal
|
|
{
|
|
/// <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 Component 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(Terminal));
|
|
this.TXT_terminal = new System.Windows.Forms.RichTextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// TXT_terminal
|
|
//
|
|
this.TXT_terminal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TXT_terminal.BackColor = System.Drawing.Color.Black;
|
|
this.TXT_terminal.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
|
|
this.TXT_terminal.ForeColor = System.Drawing.Color.White;
|
|
this.TXT_terminal.Location = new System.Drawing.Point(0, 0);
|
|
this.TXT_terminal.Name = "TXT_terminal";
|
|
this.TXT_terminal.Size = new System.Drawing.Size(630, 469);
|
|
this.TXT_terminal.TabIndex = 1;
|
|
this.TXT_terminal.Text = "";
|
|
this.TXT_terminal.Click += new System.EventHandler(this.TXT_terminal_Click);
|
|
this.TXT_terminal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TXT_terminal_KeyDown);
|
|
this.TXT_terminal.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_terminal_KeyPress);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox1.Location = new System.Drawing.Point(632, 0);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(117, 466);
|
|
this.textBox1.TabIndex = 2;
|
|
this.textBox1.Text = resources.GetString("textBox1.Text");
|
|
//
|
|
// Terminal
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.TXT_terminal);
|
|
this.Name = "Terminal";
|
|
this.Size = new System.Drawing.Size(752, 469);
|
|
this.Load += new System.EventHandler(this.Terminal_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox TXT_terminal;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
}
|
|
}
|