1 namespace standardApplications 2 { 3 partial class AboutForm 4 { 5 6 // required designer variable 7 private System.ComponentModel.IContainer components = null; 8 9 // clean up any resources being used. 10 protected override void Dispose(bool disposing) 11 { 12 if (disposing) 13 { 14 if (components != null) 15 { 16 components.Dispose(); 17 } 18 } 19 base.Dispose(disposing); 20 } 21 22 #region Windows Form Designer generated code 23 24 25 // required method for Designer support - do not modify 26 // the contents of this method with the code editor 27 private void InitializeComponent() 28 { 29 this.label1 = new System.Windows.Forms.Label(); 30 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 31 this.buttonClose = new System.Windows.Forms.Button(); 32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 33 this.SuspendLayout(); 34 // 35 // label1 36 // 37 this.label1.BackColor = System.Drawing.Color.Transparent; 38 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, 39 System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 40 this.label1.ForeColor = System.Drawing.Color.Black; 41 this.label1.Location = new System.Drawing.Point(22, 63); 42 this.label1.Name = "label1"; 43 this.label1.Size = new System.Drawing.Size(298, 126); 44 this.label1.TabIndex = 0; 45 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 46 this.label1.UseCompatibleTextRendering = true; 47 // 48 // pictureBox1 49 // 50 this.pictureBox1.BackColor = System.Drawing.Color.Transparent; 51 this.pictureBox1.Location = new System.Drawing.Point(147, 12); 52 this.pictureBox1.Name = "pictureBox1"; 53 this.pictureBox1.Size = new System.Drawing.Size(50, 48); 54 this.pictureBox1.TabIndex = 2; 55 this.pictureBox1.TabStop = false; 56 // 57 // buttonClose 58 // 59 this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System; 60 this.buttonClose.Location = new System.Drawing.Point(133, 207); 61 this.buttonClose.Name = "buttonClose"; 62 this.buttonClose.Size = new System.Drawing.Size(64, 24); 63 this.buttonClose.TabIndex = 3; 64 this.buttonClose.Text = "Close"; 65 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); 66 // 67 // AboutForm 68 // 69 this.ClientSize = new System.Drawing.Size(341, 243); 70 this.Controls.Add(this.buttonClose); 71 this.Controls.Add(this.pictureBox1); 72 this.Controls.Add(this.label1); 73 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 74 this.MaximizeBox = false; 75 this.Name = "AboutForm"; 76 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 77 this.Text = "AboutForm"; 78 this.Load += new System.EventHandler(this.AboutForm_Load); 79 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 80 this.ResumeLayout(false); 81 82 } 83 #endregion 84 85 private System.Windows.Forms.Label label1; 86 private System.Windows.Forms.PictureBox pictureBox1; 87 private System.Windows.Forms.Button buttonClose; 88 89 } // end class 90 } // end namespace