RDPAddins.NET/RDPAddins/About.Designer.cs

86 lines
2.9 KiB
C#

namespace RDPAddins
{
partial class frmAbout
{
/// <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(frmAbout));
this.btOK = new System.Windows.Forms.Button();
this.lblName = new System.Windows.Forms.Label();
this.lblRights = new System.Windows.Forms.Label();
this.lblWer = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btOK
//
this.btOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
resources.ApplyResources(this.btOK, "btOK");
this.btOK.Name = "btOK";
//
// lblName
//
resources.ApplyResources(this.lblName, "lblName");
this.lblName.Name = "lblName";
//
// lblRights
//
resources.ApplyResources(this.lblRights, "lblRights");
this.lblRights.Name = "lblRights";
//
// lblWer
//
resources.ApplyResources(this.lblWer, "lblWer");
this.lblWer.Name = "lblWer";
//
// frmAbout
//
this.CancelButton = this.btOK;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.btOK);
this.Controls.Add(this.lblWer);
this.Controls.Add(this.lblRights);
this.Controls.Add(this.lblName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAbout";
this.ShowInTaskbar = false;
this.TopMost = true;
this.Load += new System.EventHandler(this.frmAbout_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Label lblRights;
private System.Windows.Forms.Label lblWer;
private System.Windows.Forms.Button btOK;
}
}