namespace DarkWynter.Shell { partial class Installer { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.buttonDownloadDotNet = new System.Windows.Forms.Button(); this.buttonDownloadXNA = new System.Windows.Forms.Button(); this.buttonDownloadDirectX = new System.Windows.Forms.Button(); this.labelInstall = new System.Windows.Forms.Label(); this.labelDirections = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonDownloadDotNet // this.buttonDownloadDotNet.Location = new System.Drawing.Point(258, 155); this.buttonDownloadDotNet.Name = "buttonDownloadDotNet"; this.buttonDownloadDotNet.Size = new System.Drawing.Size(85, 23); this.buttonDownloadDotNet.TabIndex = 9; this.buttonDownloadDotNet.Text = "Install .Net 2.0"; this.buttonDownloadDotNet.UseVisualStyleBackColor = false; this.buttonDownloadDotNet.Click += new System.EventHandler(this.buttonDownloadDotNet_Click); // // buttonDownloadXNA // this.buttonDownloadXNA.Location = new System.Drawing.Point(258, 213); this.buttonDownloadXNA.Name = "buttonDownloadXNA"; this.buttonDownloadXNA.Size = new System.Drawing.Size(85, 23); this.buttonDownloadXNA.TabIndex = 8; this.buttonDownloadXNA.Text = "Install XNA"; this.buttonDownloadXNA.UseVisualStyleBackColor = false; this.buttonDownloadXNA.Click += new System.EventHandler(this.buttonDownloadXNA_Click); // // buttonDownloadDirectX // this.buttonDownloadDirectX.Location = new System.Drawing.Point(258, 184); this.buttonDownloadDirectX.Name = "buttonDownloadDirectX"; this.buttonDownloadDirectX.Size = new System.Drawing.Size(85, 23); this.buttonDownloadDirectX.TabIndex = 7; this.buttonDownloadDirectX.Text = "Install DirectX"; this.buttonDownloadDirectX.UseVisualStyleBackColor = false; this.buttonDownloadDirectX.Click += new System.EventHandler(this.buttonDownloadDirectX_Click); // // labelInstall // this.labelInstall.AutoSize = true; this.labelInstall.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelInstall.Location = new System.Drawing.Point(244, 88); this.labelInstall.Name = "labelInstall"; this.labelInstall.Size = new System.Drawing.Size(127, 16); this.labelInstall.TabIndex = 6; this.labelInstall.Text = "Installation Panel"; // // labelDirections // this.labelDirections.AutoSize = true; this.labelDirections.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDirections.Location = new System.Drawing.Point(195, 119); this.labelDirections.Name = "labelDirections"; this.labelDirections.Size = new System.Drawing.Size(236, 15); this.labelDirections.TabIndex = 10; this.labelDirections.Text = "Please Install The Following Components."; // // Installer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.labelDirections); this.Controls.Add(this.buttonDownloadDotNet); this.Controls.Add(this.buttonDownloadXNA); this.Controls.Add(this.buttonDownloadDirectX); this.Controls.Add(this.labelInstall); this.Name = "Installer"; this.Size = new System.Drawing.Size(623, 319); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.Button buttonDownloadDotNet; public System.Windows.Forms.Button buttonDownloadXNA; public System.Windows.Forms.Button buttonDownloadDirectX; public System.Windows.Forms.Label labelInstall; public System.Windows.Forms.Label labelDirections; } }