namespace DarkWynter.App { 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.SuspendLayout(); // // buttonDownloadDotNet // this.buttonDownloadDotNet.Location = new System.Drawing.Point(6, 28); 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(6, 86); 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(6, 57); 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(3, 9); this.labelInstall.Name = "labelInstall"; this.labelInstall.Size = new System.Drawing.Size(127, 16); this.labelInstall.TabIndex = 6; this.labelInstall.Text = "Installation Panel"; // // Installer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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(182, 126); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonDownloadDotNet; private System.Windows.Forms.Button buttonDownloadXNA; private System.Windows.Forms.Button buttonDownloadDirectX; private System.Windows.Forms.Label labelInstall; } }