PortProxyGUI/PortProxyGUI - NET/About.Designer.cs

77 lines
2.8 KiB
C#
Raw Normal View History

2020-05-29 03:32:44 +08:00
namespace PortProxyGUI
{
partial class About
{
/// <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()
{
2020-05-29 12:37:04 +08:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
2020-05-29 03:32:44 +08:00
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
2020-05-29 12:37:04 +08:00
this.label1 = new System.Windows.Forms.Label();
this.label_version = new System.Windows.Forms.Label();
2020-05-29 03:32:44 +08:00
this.SuspendLayout();
//
// linkLabel1
//
2020-05-29 12:37:04 +08:00
resources.ApplyResources(this.linkLabel1, "linkLabel1");
2020-05-29 03:32:44 +08:00
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.TabStop = true;
this.linkLabel1.Click += new System.EventHandler(this.linkLabel1_Click);
//
2020-05-29 12:37:04 +08:00
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// label_version
//
resources.ApplyResources(this.label_version, "label_version");
this.label_version.Name = "label_version";
//
2020-05-29 03:32:44 +08:00
// About
//
2020-05-29 12:37:04 +08:00
resources.ApplyResources(this, "$this");
2020-05-29 03:32:44 +08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2020-05-29 12:37:04 +08:00
this.Controls.Add(this.label_version);
this.Controls.Add(this.label1);
2020-05-29 03:32:44 +08:00
this.Controls.Add(this.linkLabel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "About";
this.TopMost = true;
2020-05-29 12:37:04 +08:00
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.About_FormClosing);
2020-05-29 03:32:44 +08:00
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.LinkLabel linkLabel1;
2020-05-29 12:37:04 +08:00
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label_version;
2020-05-29 03:32:44 +08:00
}
}