namespace CraftSynth.ImageEditor { 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.lblText = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblText // this.lblText.Location = new System.Drawing.Point(25, 15); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(203, 77); this.lblText.TabIndex = 0; this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnOK // this.btnOK.Location = new System.Drawing.Point(90, 109); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(77, 26); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // FrmAbout // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(252, 150); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblText); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmAbout"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About CraftSynth.ImageEditor"; this.Load += new System.EventHandler(this.FrmAbout_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblText; private System.Windows.Forms.Button btnOK; } }