namespace JDP { 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.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // linkLabel1 // this.linkLabel1.AccessibleDescription = null; this.linkLabel1.AccessibleName = null; resources.ApplyResources(this.linkLabel1, "linkLabel1"); this.linkLabel1.Font = null; this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.TabStop = true; this.linkLabel1.UseCompatibleTextRendering = true; // // textBox1 // this.textBox1.AccessibleDescription = null; this.textBox1.AccessibleName = null; resources.ApplyResources(this.textBox1, "textBox1"); this.textBox1.BackColor = System.Drawing.SystemColors.Control; this.textBox1.BackgroundImage = null; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Font = null; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; // // button1 // this.button1.AccessibleDescription = null; this.button1.AccessibleName = null; resources.ApplyResources(this.button1, "button1"); this.button1.BackgroundImage = null; this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button1.Font = null; this.button1.Name = "button1"; this.button1.UseVisualStyleBackColor = true; // // frmAbout // this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = null; this.CancelButton = this.button1; this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.linkLabel1); this.Font = null; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = null; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAbout"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; } }