namespace SRB2Updater { partial class Options { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options)); this.groupDisplay = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.txtHeight = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtWidth = new System.Windows.Forms.TextBox(); this.chkCustomResolution = new System.Windows.Forms.CheckBox(); this.chkDisplayWindowed = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.groupMS = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.txtMSPort = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtMSAddress = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtParams = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listviewBinaries = new System.Windows.Forms.ListView(); this.colhdrVersion = new System.Windows.Forms.ColumnHeader(); this.colhdrBinary = new System.Windows.Forms.ColumnHeader(); this.textboxBinary = new System.Windows.Forms.TextBox(); this.btnAdd = new System.Windows.Forms.Button(); this.btnDel = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.btnBrowse = new System.Windows.Forms.Button(); this.textboxVersion = new System.Windows.Forms.TextBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.chkShowDefaultWads = new System.Windows.Forms.CheckBox(); this.chkCloseOnStart = new System.Windows.Forms.CheckBox(); this.groupDisplay.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.groupMS.SuspendLayout(); this.panel3.SuspendLayout(); this.panel7.SuspendLayout(); this.groupBox3.SuspendLayout(); this.panel4.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panel5.SuspendLayout(); this.panel6.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupDisplay // this.groupDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupDisplay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.groupDisplay.Controls.Add(this.label2); this.groupDisplay.Controls.Add(this.txtHeight); this.groupDisplay.Controls.Add(this.label1); this.groupDisplay.Controls.Add(this.txtWidth); this.groupDisplay.Controls.Add(this.chkCustomResolution); this.groupDisplay.Controls.Add(this.chkDisplayWindowed); this.groupDisplay.Location = new System.Drawing.Point(8, 8); this.groupDisplay.Name = "groupDisplay"; this.groupDisplay.Size = new System.Drawing.Size(268, 102); this.groupDisplay.TabIndex = 1; this.groupDisplay.TabStop = false; this.groupDisplay.Text = "Display Settings"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(128, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 15); this.label2.TabIndex = 5; this.label2.Text = "Height:"; // // txtHeight // this.txtHeight.Location = new System.Drawing.Point(175, 71); this.txtHeight.MaxLength = 4; this.txtHeight.Name = "txtHeight"; this.txtHeight.Size = new System.Drawing.Size(46, 21); this.txtHeight.TabIndex = 4; this.txtHeight.Text = "768"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 15); this.label1.TabIndex = 3; this.label1.Text = "Width:"; // // txtWidth // this.txtWidth.Location = new System.Drawing.Point(66, 71); this.txtWidth.MaxLength = 4; this.txtWidth.Name = "txtWidth"; this.txtWidth.Size = new System.Drawing.Size(46, 21); this.txtWidth.TabIndex = 2; this.txtWidth.Text = "1024"; // // chkCustomResolution // this.chkCustomResolution.AutoSize = true; this.chkCustomResolution.Location = new System.Drawing.Point(6, 46); this.chkCustomResolution.Name = "chkCustomResolution"; this.chkCustomResolution.Size = new System.Drawing.Size(159, 19); this.chkCustomResolution.TabIndex = 1; this.chkCustomResolution.Text = "Use Custom Resolution"; this.chkCustomResolution.UseVisualStyleBackColor = true; this.chkCustomResolution.CheckedChanged += new System.EventHandler(this.chkCustomResolution_CheckedChanged); // // chkDisplayWindowed // this.chkDisplayWindowed.AutoSize = true; this.chkDisplayWindowed.Location = new System.Drawing.Point(6, 20); this.chkDisplayWindowed.Name = "chkDisplayWindowed"; this.chkDisplayWindowed.Size = new System.Drawing.Size(117, 19); this.chkDisplayWindowed.TabIndex = 0; this.chkDisplayWindowed.Text = "Windowed Mode"; this.chkDisplayWindowed.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.panel1.Controls.Add(this.groupDisplay); this.panel1.Location = new System.Drawing.Point(14, 13); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(5); this.panel1.Size = new System.Drawing.Size(284, 118); this.panel1.TabIndex = 2; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Font = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancel.Location = new System.Drawing.Point(260, 525); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Font = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSave.Location = new System.Drawing.Point(174, 525); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 4; this.btnSave.Text = "Ok"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.panel2.Controls.Add(this.groupMS); this.panel2.Location = new System.Drawing.Point(13, 13); this.panel2.Name = "panel2"; this.panel2.Padding = new System.Windows.Forms.Padding(5); this.panel2.Size = new System.Drawing.Size(286, 95); this.panel2.TabIndex = 5; // // groupMS // this.groupMS.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupMS.Controls.Add(this.label4); this.groupMS.Controls.Add(this.txtMSPort); this.groupMS.Controls.Add(this.label3); this.groupMS.Controls.Add(this.txtMSAddress); this.groupMS.Location = new System.Drawing.Point(9, 8); this.groupMS.Name = "groupMS"; this.groupMS.Size = new System.Drawing.Size(269, 79); this.groupMS.TabIndex = 0; this.groupMS.TabStop = false; this.groupMS.Text = "Connection"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(41, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 15); this.label4.TabIndex = 3; this.label4.Text = "Port:"; // // txtMSPort // this.txtMSPort.Location = new System.Drawing.Point(79, 48); this.txtMSPort.Name = "txtMSPort"; this.txtMSPort.Size = new System.Drawing.Size(86, 21); this.txtMSPort.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(17, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 15); this.label3.TabIndex = 1; this.label3.Text = "Address:"; // // txtMSAddress // this.txtMSAddress.Location = new System.Drawing.Point(79, 20); this.txtMSAddress.Name = "txtMSAddress"; this.txtMSAddress.Size = new System.Drawing.Size(184, 21); this.txtMSAddress.TabIndex = 0; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(204)))), ((int)(((byte)(187))))); this.panel3.Controls.Add(this.panel7); this.panel3.Controls.Add(this.panel4); this.panel3.Controls.Add(this.panel1); this.panel3.Location = new System.Drawing.Point(6, 6); this.panel3.Name = "panel3"; this.panel3.Padding = new System.Windows.Forms.Padding(10); this.panel3.Size = new System.Drawing.Size(312, 467); this.panel3.TabIndex = 6; // // panel7 // this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.panel7.Controls.Add(this.groupBox3); this.panel7.Location = new System.Drawing.Point(15, 350); this.panel7.Name = "panel7"; this.panel7.Padding = new System.Windows.Forms.Padding(5); this.panel7.Size = new System.Drawing.Size(283, 106); this.panel7.TabIndex = 7; // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox3.Controls.Add(this.chkCloseOnStart); this.groupBox3.Controls.Add(this.txtParams); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Location = new System.Drawing.Point(13, 8); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(258, 83); this.groupBox3.TabIndex = 12; this.groupBox3.TabStop = false; this.groupBox3.Text = "Command Line"; // // txtParams // this.txtParams.Location = new System.Drawing.Point(83, 20); this.txtParams.Name = "txtParams"; this.txtParams.Size = new System.Drawing.Size(167, 21); this.txtParams.TabIndex = 6; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(5, 23); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(75, 15); this.label9.TabIndex = 7; this.label9.Text = "Parameters:"; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.panel4.Controls.Add(this.groupBox1); this.panel4.Location = new System.Drawing.Point(15, 137); this.panel4.Name = "panel4"; this.panel4.Padding = new System.Windows.Forms.Padding(5); this.panel4.Size = new System.Drawing.Size(284, 207); this.panel4.TabIndex = 6; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.listviewBinaries); this.groupBox1.Controls.Add(this.textboxBinary); this.groupBox1.Controls.Add(this.btnAdd); this.groupBox1.Controls.Add(this.btnDel); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.btnBrowse); this.groupBox1.Controls.Add(this.textboxVersion); this.groupBox1.Location = new System.Drawing.Point(13, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(259, 191); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; this.groupBox1.Text = "Executables"; // // listviewBinaries // this.listviewBinaries.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listviewBinaries.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colhdrVersion, this.colhdrBinary}); this.listviewBinaries.FullRowSelect = true; this.listviewBinaries.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listviewBinaries.HideSelection = false; this.listviewBinaries.Location = new System.Drawing.Point(6, 19); this.listviewBinaries.Name = "listviewBinaries"; this.listviewBinaries.Size = new System.Drawing.Size(245, 83); this.listviewBinaries.TabIndex = 0; this.listviewBinaries.UseCompatibleStateImageBehavior = false; this.listviewBinaries.View = System.Windows.Forms.View.Details; this.listviewBinaries.SelectedIndexChanged += new System.EventHandler(this.listviewBinaries_SelectedIndexChanged); // // colhdrVersion // this.colhdrVersion.Text = "Version"; // // colhdrBinary // this.colhdrBinary.Text = "Binary"; this.colhdrBinary.Width = 198; // // textboxBinary // this.textboxBinary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textboxBinary.Enabled = false; this.textboxBinary.Location = new System.Drawing.Point(84, 161); this.textboxBinary.Name = "textboxBinary"; this.textboxBinary.Size = new System.Drawing.Size(93, 21); this.textboxBinary.TabIndex = 4; this.textboxBinary.TextChanged += new System.EventHandler(this.textboxBinary_TextChanged); // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.Location = new System.Drawing.Point(51, 104); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(98, 25); this.btnAdd.TabIndex = 1; this.btnAdd.Text = "&Add"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDel // this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnDel.Enabled = false; this.btnDel.Location = new System.Drawing.Point(155, 104); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(98, 25); this.btnDel.TabIndex = 2; this.btnDel.Text = "&Delete"; this.btnDel.UseVisualStyleBackColor = true; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 138); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 15); this.label5.TabIndex = 2; this.label5.Text = "Version:"; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 164); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(44, 15); this.label7.TabIndex = 3; this.label7.Text = "Binary:"; // // btnBrowse // this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse.Enabled = false; this.btnBrowse.Location = new System.Drawing.Point(183, 161); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(68, 21); this.btnBrowse.TabIndex = 5; this.btnBrowse.Text = "&Browse..."; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // textboxVersion // this.textboxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textboxVersion.Enabled = false; this.textboxVersion.Location = new System.Drawing.Point(84, 135); this.textboxVersion.Name = "textboxVersion"; this.textboxVersion.Size = new System.Drawing.Size(167, 21); this.textboxVersion.TabIndex = 3; this.textboxVersion.TextChanged += new System.EventHandler(this.textboxVersion_TextChanged); // // openFileDialog1 // this.openFileDialog1.DefaultExt = "exe"; this.openFileDialog1.Filter = "Executable files|*.exe|All files|*.*"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(332, 507); this.tabControl1.TabIndex = 7; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(204)))), ((int)(((byte)(187))))); this.tabPage1.Controls.Add(this.panel3); this.tabPage1.Location = new System.Drawing.Point(4, 24); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(324, 479); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "SRB2"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(204)))), ((int)(((byte)(187))))); this.tabPage2.Controls.Add(this.panel5); this.tabPage2.Location = new System.Drawing.Point(4, 24); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(324, 479); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Master Server"; // // panel5 // this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(204)))), ((int)(((byte)(187))))); this.panel5.Controls.Add(this.panel6); this.panel5.Controls.Add(this.panel2); this.panel5.Location = new System.Drawing.Point(6, 6); this.panel5.Name = "panel5"; this.panel5.Padding = new System.Windows.Forms.Padding(10); this.panel5.Size = new System.Drawing.Size(312, 507); this.panel5.TabIndex = 7; // // panel6 // this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.panel6.Controls.Add(this.groupBox2); this.panel6.Location = new System.Drawing.Point(13, 114); this.panel6.Name = "panel6"; this.panel6.Padding = new System.Windows.Forms.Padding(5); this.panel6.Size = new System.Drawing.Size(286, 61); this.panel6.TabIndex = 6; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.chkShowDefaultWads); this.groupBox2.Location = new System.Drawing.Point(9, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(269, 45); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "List Settings"; // // chkShowDefaultWads // this.chkShowDefaultWads.AutoSize = true; this.chkShowDefaultWads.Location = new System.Drawing.Point(6, 20); this.chkShowDefaultWads.Name = "chkShowDefaultWads"; this.chkShowDefaultWads.Size = new System.Drawing.Size(201, 19); this.chkShowDefaultWads.TabIndex = 8; this.chkShowDefaultWads.Text = "Show default files in list of wads"; this.chkShowDefaultWads.UseVisualStyleBackColor = true; // // chkCloseOnStart // this.chkCloseOnStart.AutoSize = true; this.chkCloseOnStart.Location = new System.Drawing.Point(9, 47); this.chkCloseOnStart.Name = "chkCloseOnStart"; this.chkCloseOnStart.Size = new System.Drawing.Size(216, 19); this.chkCloseOnStart.TabIndex = 9; this.chkCloseOnStart.Text = "Close Launcher when SRB2 starts"; this.chkCloseOnStart.UseVisualStyleBackColor = true; // // Options // this.AcceptButton = this.btnSave; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(230)))), ((int)(((byte)(217))))); this.ClientSize = new System.Drawing.Size(356, 560); this.Controls.Add(this.tabControl1); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Options"; this.Text = "Options"; this.groupDisplay.ResumeLayout(false); this.groupDisplay.PerformLayout(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.groupMS.ResumeLayout(false); this.groupMS.PerformLayout(); this.panel3.ResumeLayout(false); this.panel7.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.panel4.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel6.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupDisplay; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chkDisplayWindowed; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtWidth; private System.Windows.Forms.CheckBox chkCustomResolution; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHeight; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupMS; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtMSAddress; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMSPort; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ListView listviewBinaries; private System.Windows.Forms.ColumnHeader colhdrVersion; private System.Windows.Forms.ColumnHeader colhdrBinary; private System.Windows.Forms.TextBox textboxBinary; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnDel; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TextBox textboxVersion; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.CheckBox chkShowDefaultWads; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox txtParams; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox chkCloseOnStart; } }