AirScout/CATCheck/AboutDlg.Designer.cs

103 wiersze
4.4 KiB
C#

namespace CATCheck
{
partial class AboutDlg
{
/// <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()
{
this.btn_OK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lbl_Version = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btn_OK
//
this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btn_OK.Location = new System.Drawing.Point(107, 122);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(75, 23);
this.btn_OK.TabIndex = 0;
this.btn_OK.Text = "OK";
this.btn_OK.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(39, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(218, 55);
this.label1.TabIndex = 1;
this.label1.Text = "CAT communication checker for Windows & Linux";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.UseMnemonic = false;
//
// lbl_Version
//
this.lbl_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_Version.Location = new System.Drawing.Point(43, 53);
this.lbl_Version.Name = "lbl_Version";
this.lbl_Version.Size = new System.Drawing.Size(214, 30);
this.lbl_Version.TabIndex = 2;
this.lbl_Version.Text = "V x.x.x (c) 2021 DL2ALF";
this.lbl_Version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbl_Version.UseMnemonic = false;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(12, 83);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(280, 30);
this.label3.TabIndex = 3;
this.label3.Text = "based on the great OmniRig project by VE3NEA";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label3.UseMnemonic = false;
//
// AboutDlg
//
this.AcceptButton = this.btn_OK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(295, 157);
this.Controls.Add(this.label3);
this.Controls.Add(this.lbl_Version);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_OK);
this.Name = "AboutDlg";
this.Text = "About";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.Label lbl_Version;
}
}