namespace NX_Installation { partial class FrmMain { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.btnInstall = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.gbxNxVersoin = new System.Windows.Forms.GroupBox(); this.rdbVersion3 = new System.Windows.Forms.RadioButton(); this.rdbVersion2 = new System.Windows.Forms.RadioButton(); this.rdbVersion1 = new System.Windows.Forms.RadioButton(); this.gbxLocation = new System.Windows.Forms.GroupBox(); this.cbxLocation = new System.Windows.Forms.ComboBox(); this.gbxDokumentation = new System.Windows.Forms.GroupBox(); this.rdbDocumentationNo = new System.Windows.Forms.RadioButton(); this.rdbDocumentationYes = new System.Windows.Forms.RadioButton(); this.gbxComputerType = new System.Windows.Forms.GroupBox(); this.rdbLaptop = new System.Windows.Forms.RadioButton(); this.rdbDesktop = new System.Windows.Forms.RadioButton(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.actionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cancelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.disclaimerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gbxSystemMessage = new System.Windows.Forms.GroupBox(); this.lblSystemMessage = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.gbxNxVersoin.SuspendLayout(); this.gbxLocation.SuspendLayout(); this.gbxDokumentation.SuspendLayout(); this.gbxComputerType.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.gbxSystemMessage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // btnInstall // this.btnInstall.Location = new System.Drawing.Point(12, 333); this.btnInstall.Name = "btnInstall"; this.btnInstall.Size = new System.Drawing.Size(75, 23); this.btnInstall.TabIndex = 0; this.btnInstall.Text = "&Install"; this.btnInstall.UseVisualStyleBackColor = true; this.btnInstall.Click += new System.EventHandler(this.btnInstall_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(265, 333); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(83, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // gbxNxVersoin // this.gbxNxVersoin.Controls.Add(this.rdbVersion3); this.gbxNxVersoin.Controls.Add(this.rdbVersion2); this.gbxNxVersoin.Controls.Add(this.rdbVersion1); this.gbxNxVersoin.Location = new System.Drawing.Point(12, 27); this.gbxNxVersoin.Name = "gbxNxVersoin"; this.gbxNxVersoin.Size = new System.Drawing.Size(224, 88); this.gbxNxVersoin.TabIndex = 2; this.gbxNxVersoin.TabStop = false; this.gbxNxVersoin.Text = "NX-Version"; // // rdbVersion3 // this.rdbVersion3.AutoSize = true; this.rdbVersion3.Location = new System.Drawing.Point(6, 65); this.rdbVersion3.Name = "rdbVersion3"; this.rdbVersion3.Size = new System.Drawing.Size(40, 17); this.rdbVersion3.TabIndex = 2; this.rdbVersion3.TabStop = true; this.rdbVersion3.Text = "NX"; this.rdbVersion3.UseVisualStyleBackColor = true; this.rdbVersion3.CheckedChanged += new System.EventHandler(this.rdbVersion3_CheckedChanged); // // rdbVersion2 // this.rdbVersion2.AutoSize = true; this.rdbVersion2.Location = new System.Drawing.Point(6, 42); this.rdbVersion2.Name = "rdbVersion2"; this.rdbVersion2.Size = new System.Drawing.Size(40, 17); this.rdbVersion2.TabIndex = 1; this.rdbVersion2.TabStop = true; this.rdbVersion2.Text = "NX"; this.rdbVersion2.UseVisualStyleBackColor = true; this.rdbVersion2.CheckedChanged += new System.EventHandler(this.rdbVersion2_CheckedChanged); // // rdbVersion1 // this.rdbVersion1.AutoSize = true; this.rdbVersion1.Location = new System.Drawing.Point(6, 19); this.rdbVersion1.Name = "rdbVersion1"; this.rdbVersion1.Size = new System.Drawing.Size(40, 17); this.rdbVersion1.TabIndex = 0; this.rdbVersion1.TabStop = true; this.rdbVersion1.Text = "NX"; this.rdbVersion1.UseVisualStyleBackColor = true; this.rdbVersion1.CheckedChanged += new System.EventHandler(this.rdbVersion1_CheckedChanged); // // gbxLocation // this.gbxLocation.Controls.Add(this.cbxLocation); this.gbxLocation.Location = new System.Drawing.Point(12, 121); this.gbxLocation.Name = "gbxLocation"; this.gbxLocation.Size = new System.Drawing.Size(336, 48); this.gbxLocation.TabIndex = 3; this.gbxLocation.TabStop = false; this.gbxLocation.Text = "Location"; // // cbxLocation // this.cbxLocation.FormattingEnabled = true; this.cbxLocation.Location = new System.Drawing.Point(6, 19); this.cbxLocation.Name = "cbxLocation"; this.cbxLocation.Size = new System.Drawing.Size(324, 21); this.cbxLocation.TabIndex = 0; this.cbxLocation.Text = "Please select your location"; this.cbxLocation.SelectedIndexChanged += new System.EventHandler(this.cbxLocation_SelectedIndexChanged); // // gbxDokumentation // this.gbxDokumentation.Controls.Add(this.rdbDocumentationNo); this.gbxDokumentation.Controls.Add(this.rdbDocumentationYes); this.gbxDokumentation.Location = new System.Drawing.Point(250, 74); this.gbxDokumentation.Name = "gbxDokumentation"; this.gbxDokumentation.Size = new System.Drawing.Size(98, 41); this.gbxDokumentation.TabIndex = 4; this.gbxDokumentation.TabStop = false; this.gbxDokumentation.Text = "Dokumentation"; // // rdbDocumentationNo // this.rdbDocumentationNo.AutoSize = true; this.rdbDocumentationNo.Location = new System.Drawing.Point(55, 19); this.rdbDocumentationNo.Name = "rdbDocumentationNo"; this.rdbDocumentationNo.Size = new System.Drawing.Size(39, 17); this.rdbDocumentationNo.TabIndex = 1; this.rdbDocumentationNo.TabStop = true; this.rdbDocumentationNo.Text = "No"; this.rdbDocumentationNo.UseVisualStyleBackColor = true; this.rdbDocumentationNo.CheckedChanged += new System.EventHandler(this.rdbDocumentationNo_CheckedChanged); // // rdbDocumentationYes // this.rdbDocumentationYes.AutoSize = true; this.rdbDocumentationYes.Location = new System.Drawing.Point(6, 19); this.rdbDocumentationYes.Name = "rdbDocumentationYes"; this.rdbDocumentationYes.Size = new System.Drawing.Size(43, 17); this.rdbDocumentationYes.TabIndex = 0; this.rdbDocumentationYes.TabStop = true; this.rdbDocumentationYes.Text = "Yes"; this.rdbDocumentationYes.UseVisualStyleBackColor = true; this.rdbDocumentationYes.CheckedChanged += new System.EventHandler(this.rdbDocumentationYes_CheckedChanged); // // gbxComputerType // this.gbxComputerType.Controls.Add(this.rdbLaptop); this.gbxComputerType.Controls.Add(this.rdbDesktop); this.gbxComputerType.Location = new System.Drawing.Point(12, 175); this.gbxComputerType.Name = "gbxComputerType"; this.gbxComputerType.Size = new System.Drawing.Size(336, 42); this.gbxComputerType.TabIndex = 5; this.gbxComputerType.TabStop = false; this.gbxComputerType.Text = "Computer type"; // // rdbLaptop // this.rdbLaptop.AutoSize = true; this.rdbLaptop.Location = new System.Drawing.Point(266, 19); this.rdbLaptop.Name = "rdbLaptop"; this.rdbLaptop.Size = new System.Drawing.Size(58, 17); this.rdbLaptop.TabIndex = 2; this.rdbLaptop.TabStop = true; this.rdbLaptop.Text = "Laptop"; this.rdbLaptop.UseVisualStyleBackColor = true; this.rdbLaptop.CheckedChanged += new System.EventHandler(this.rdbLaptop_CheckedChanged); // // rdbDesktop // this.rdbDesktop.AutoSize = true; this.rdbDesktop.Location = new System.Drawing.Point(6, 19); this.rdbDesktop.Name = "rdbDesktop"; this.rdbDesktop.Size = new System.Drawing.Size(65, 17); this.rdbDesktop.TabIndex = 0; this.rdbDesktop.TabStop = true; this.rdbDesktop.Text = "Desktop"; this.rdbDesktop.UseVisualStyleBackColor = true; this.rdbDesktop.CheckedChanged += new System.EventHandler(this.rdbDesktop_CheckedChanged); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.actionToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(360, 24); this.menuStrip1.TabIndex = 6; this.menuStrip1.Text = "menuStrip1"; // // actionToolStripMenuItem // this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.installToolStripMenuItem, this.cancelToolStripMenuItem}); this.actionToolStripMenuItem.Name = "actionToolStripMenuItem"; this.actionToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.actionToolStripMenuItem.Text = "&Action"; // // installToolStripMenuItem // this.installToolStripMenuItem.Name = "installToolStripMenuItem"; this.installToolStripMenuItem.Size = new System.Drawing.Size(110, 22); this.installToolStripMenuItem.Text = "&Install"; this.installToolStripMenuItem.Click += new System.EventHandler(this.installToolStripMenuItem_Click); // // cancelToolStripMenuItem // this.cancelToolStripMenuItem.Name = "cancelToolStripMenuItem"; this.cancelToolStripMenuItem.Size = new System.Drawing.Size(110, 22); this.cancelToolStripMenuItem.Text = "&Cancel"; this.cancelToolStripMenuItem.Click += new System.EventHandler(this.cancelToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpToolStripMenuItem1, this.aboutToolStripMenuItem, this.disclaimerToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // helpToolStripMenuItem1 // this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1"; this.helpToolStripMenuItem1.Size = new System.Drawing.Size(129, 22); this.helpToolStripMenuItem1.Text = "&Help"; this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpToolStripMenuItem1_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // disclaimerToolStripMenuItem // this.disclaimerToolStripMenuItem.Name = "disclaimerToolStripMenuItem"; this.disclaimerToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.disclaimerToolStripMenuItem.Text = "&Disclaimer"; this.disclaimerToolStripMenuItem.Click += new System.EventHandler(this.disclaimerToolStripMenuItem_Click); // // gbxSystemMessage // this.gbxSystemMessage.Controls.Add(this.lblSystemMessage); this.gbxSystemMessage.Location = new System.Drawing.Point(12, 223); this.gbxSystemMessage.Name = "gbxSystemMessage"; this.gbxSystemMessage.Size = new System.Drawing.Size(336, 104); this.gbxSystemMessage.TabIndex = 7; this.gbxSystemMessage.TabStop = false; this.gbxSystemMessage.Text = "System message"; // // lblSystemMessage // this.lblSystemMessage.AutoSize = true; this.lblSystemMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSystemMessage.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSystemMessage.Location = new System.Drawing.Point(6, 16); this.lblSystemMessage.Name = "lblSystemMessage"; this.lblSystemMessage.Size = new System.Drawing.Size(124, 13); this.lblSystemMessage.TabIndex = 0; this.lblSystemMessage.Text = "Please choose an option"; // // pictureBox1 // this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Location = new System.Drawing.Point(270, 31); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(64, 41); this.pictureBox1.TabIndex = 8; this.pictureBox1.TabStop = false; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(360, 368); this.ControlBox = false; this.Controls.Add(this.pictureBox1); this.Controls.Add(this.gbxSystemMessage); this.Controls.Add(this.gbxComputerType); this.Controls.Add(this.gbxDokumentation); this.Controls.Add(this.gbxLocation); this.Controls.Add(this.gbxNxVersoin); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnInstall); this.Controls.Add(this.menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "NX-Installation"; this.Load += new System.EventHandler(this.FrmMain_Load); this.gbxNxVersoin.ResumeLayout(false); this.gbxNxVersoin.PerformLayout(); this.gbxLocation.ResumeLayout(false); this.gbxDokumentation.ResumeLayout(false); this.gbxDokumentation.PerformLayout(); this.gbxComputerType.ResumeLayout(false); this.gbxComputerType.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.gbxSystemMessage.ResumeLayout(false); this.gbxSystemMessage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnInstall; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.GroupBox gbxNxVersoin; private System.Windows.Forms.RadioButton rdbVersion3; private System.Windows.Forms.RadioButton rdbVersion2; private System.Windows.Forms.RadioButton rdbVersion1; private System.Windows.Forms.GroupBox gbxLocation; private System.Windows.Forms.ComboBox cbxLocation; private System.Windows.Forms.GroupBox gbxDokumentation; private System.Windows.Forms.RadioButton rdbDocumentationNo; private System.Windows.Forms.RadioButton rdbDocumentationYes; private System.Windows.Forms.GroupBox gbxComputerType; private System.Windows.Forms.RadioButton rdbLaptop; private System.Windows.Forms.RadioButton rdbDesktop; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem actionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem installToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cancelToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.GroupBox gbxSystemMessage; private System.Windows.Forms.Label lblSystemMessage; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ToolStripMenuItem disclaimerToolStripMenuItem; } }