namespace RDPAddins { partial class frmAbout { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }