/// <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(FormAbout)); this.btnOK = new System.Windows.Forms.Button(); this.ucAbout1 = new Be.HexEditor.UCAbout(); this.SuspendLayout(); // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // ucAbout1 // resources.ApplyResources(this.ucAbout1, "ucAbout1"); this.ucAbout1.Name = "ucAbout1"; // // FormAbout // this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.btnOK); this.Controls.Add(this.ucAbout1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAbout"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.FormAbout_CorrectWidth); this.Resize += new System.EventHandler(this.FormAbout_CorrectWidth); this.ResumeLayout(false); }
/// <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(FormAbout)); this.ucAbout1 = new Be.HexEditor.UCAbout(); this.btnOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ucAbout1 // resources.ApplyResources(this.ucAbout1, "ucAbout1"); this.ucAbout1.Name = "ucAbout1"; // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // FormAbout // this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.btnOK); this.Controls.Add(this.ucAbout1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAbout"; this.ShowIcon = false; this.ShowInTaskbar = false; this.ResumeLayout(false); }
/// <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(FormAbout)); this.ucAbout1 = new Be.HexEditor.UCAbout(); this.btnOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ucAbout1 // this.ucAbout1.AccessibleDescription = null; this.ucAbout1.AccessibleName = null; resources.ApplyResources(this.ucAbout1, "ucAbout1"); this.ucAbout1.BackgroundImage = null; this.ucAbout1.Name = "ucAbout1"; // // btnOK // this.btnOK.AccessibleDescription = null; this.btnOK.AccessibleName = null; resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.BackgroundImage = null; this.btnOK.Font = null; this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // FormAbout // this.AcceptButton = this.btnOK; this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.BackColor = System.Drawing.SystemColors.Control; this.BackgroundImage = null; this.Controls.Add(this.btnOK); this.Controls.Add(this.ucAbout1); this.Icon = null; this.Name = "FormAbout"; this.ResumeLayout(false); }