GME  13
WelcomeScreen.Designer.cs
Go to the documentation of this file.
00001 namespace CSGUI
00002 {
00003     partial class WelcomeScreen
00004     {
00008         private System.ComponentModel.IContainer components = null;
00009 
00014         protected override void Dispose(bool disposing)
00015         {
00016             if (disposing && (components != null))
00017             {
00018                 components.Dispose();
00019             }
00020             base.Dispose(disposing);
00021         }
00022 
00023         #region Windows Form Designer generated code
00024 
00029         private void InitializeComponent()
00030         {
00031             this.btnNew = new System.Windows.Forms.Button();
00032             this.btnOpen = new System.Windows.Forms.Button();
00033             this.grpRecents = new System.Windows.Forms.GroupBox();
00034             this.SuspendLayout();
00035             // 
00036             // btnNew
00037             // 
00038             this.btnNew.BackgroundImage = global::CSGUI.Properties.Resources.New;
00039             this.btnNew.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
00040             this.btnNew.Location = new System.Drawing.Point(12, 168);
00041             this.btnNew.Name = "btnNew";
00042             this.btnNew.Size = new System.Drawing.Size(152, 150);
00043             this.btnNew.TabIndex = 1;
00044             this.btnNew.Text = "New ";
00045             this.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
00046             this.btnNew.UseVisualStyleBackColor = true;
00047             // 
00048             // btnOpen
00049             // 
00050             this.btnOpen.BackgroundImage = global::CSGUI.Properties.Resources.Open;
00051             this.btnOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
00052             this.btnOpen.Location = new System.Drawing.Point(14, 12);
00053             this.btnOpen.Name = "btnOpen";
00054             this.btnOpen.Size = new System.Drawing.Size(150, 150);
00055             this.btnOpen.TabIndex = 0;
00056             this.btnOpen.Text = "Open ";
00057             this.btnOpen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
00058             this.btnOpen.UseVisualStyleBackColor = true;
00059             // 
00060             // grpRecents
00061             // 
00062             this.grpRecents.Location = new System.Drawing.Point(170, 12);
00063             this.grpRecents.Name = "grpRecents";
00064             this.grpRecents.Size = new System.Drawing.Size(690, 306);
00065             this.grpRecents.TabIndex = 2;
00066             this.grpRecents.TabStop = false;
00067             this.grpRecents.Text = "Recent Projects";
00068             // 
00069             // WelcomeScreen
00070             // 
00071             this.AllowDrop = true;
00072             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
00073             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00074             this.ClientSize = new System.Drawing.Size(872, 328);
00075             this.Controls.Add(this.grpRecents);
00076             this.Controls.Add(this.btnNew);
00077             this.Controls.Add(this.btnOpen);
00078             this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00079             this.Icon = global::CSGUI.Properties.Resources.GME;
00080             this.MaximizeBox = false;
00081             this.MinimizeBox = false;
00082             this.Name = "WelcomeScreen";
00083             this.Text = "GME";
00084             this.ResumeLayout(false);
00085 
00086         }
00087 
00088         #endregion
00089 
00090         private System.Windows.Forms.Button btnOpen;
00091         private System.Windows.Forms.Button btnNew;
00092         private System.Windows.Forms.GroupBox grpRecents;
00093 
00094 
00095     }
00096 }