122 lines
5.5 KiB
C#
122 lines
5.5 KiB
C#
|
|
namespace trxGui
|
|
{
|
|
partial class Form_info
|
|
{
|
|
/// <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(Form_info));
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button_ok = new System.Windows.Forms.Button();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button_manual = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.textBox1.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBox1.Location = new System.Drawing.Point(4, 96);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new System.Drawing.Size(364, 208);
|
|
this.textBox1.TabIndex = 0;
|
|
this.textBox1.Text = resources.GetString("textBox1.Text");
|
|
//
|
|
// button_ok
|
|
//
|
|
this.button_ok.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button_ok.Location = new System.Drawing.Point(704, 387);
|
|
this.button_ok.Name = "button_ok";
|
|
this.button_ok.Size = new System.Drawing.Size(75, 23);
|
|
this.button_ok.TabIndex = 1;
|
|
this.button_ok.Text = "OK";
|
|
this.button_ok.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.BackColor = System.Drawing.SystemColors.Control;
|
|
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.textBox2.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBox2.Location = new System.Drawing.Point(384, 96);
|
|
this.textBox2.Multiline = true;
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new System.Drawing.Size(347, 275);
|
|
this.textBox2.TabIndex = 2;
|
|
this.textBox2.Text = resources.GetString("textBox2.Text");
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackgroundImage = global::trxGui.Properties.Resources.amsat_logo;
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.panel1.Location = new System.Drawing.Point(13, 7);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(766, 84);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// button_manual
|
|
//
|
|
this.button_manual.Location = new System.Drawing.Point(13, 328);
|
|
this.button_manual.Name = "button_manual";
|
|
this.button_manual.Size = new System.Drawing.Size(228, 23);
|
|
this.button_manual.TabIndex = 4;
|
|
this.button_manual.Text = "Open Manual";
|
|
this.button_manual.UseVisualStyleBackColor = true;
|
|
this.button_manual.Click += new System.EventHandler(this.button_manual_Click);
|
|
//
|
|
// Form_info
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(784, 422);
|
|
this.Controls.Add(this.button_manual);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.button_ok);
|
|
this.Controls.Add(this.textBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "Form_info";
|
|
this.Text = "Information";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button_ok;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button_manual;
|
|
}
|
|
} |