namespace GamerServices { partial class FormAbout { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout)); this.buttonClose = new System.Windows.Forms.Button(); this.Stage = new System.Windows.Forms.PictureBox(); this.timerUpdate = new System.Windows.Forms.Timer(this.components); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.fontLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.Stage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // buttonClose // this.buttonClose.Location = new System.Drawing.Point(238, 364); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 1; this.buttonClose.Text = "Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // Stage // this.Stage.Location = new System.Drawing.Point(12, 84); this.Stage.Name = "Stage"; this.Stage.Size = new System.Drawing.Size(301, 274); this.Stage.TabIndex = 0; this.Stage.TabStop = false; this.Stage.Paint += new System.Windows.Forms.PaintEventHandler(this.Stage_Paint); // // timerUpdate // this.timerUpdate.Enabled = true; this.timerUpdate.Interval = 10; this.timerUpdate.Tick += new System.EventHandler(this.timerUpdate_Tick); // // pictureBox1 // this.pictureBox1.Image = global::GamerServices.Properties.Resources.Gamerservices_Small; this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(301, 66); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // fontLabel // this.fontLabel.AutoSize = true; this.fontLabel.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fontLabel.Location = new System.Drawing.Point(12, 366); this.fontLabel.Name = "fontLabel"; this.fontLabel.Size = new System.Drawing.Size(67, 18); this.fontLabel.TabIndex = 3; this.fontLabel.Text = "fontLabel"; this.fontLabel.Visible = false; // // FormAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(325, 399); this.Controls.Add(this.fontLabel); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.buttonClose); this.Controls.Add(this.Stage); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAbout"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "About GamerServices"; this.Load += new System.EventHandler(this.FormAbout_Load); ((System.ComponentModel.ISupportInitialize)(this.Stage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox Stage; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.Timer timerUpdate; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label fontLabel; } }