From dd58b95fa3aac9c4fa1d6ca83f99afc0713d426e Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 24 Jun 2012 01:12:44 +0000 Subject: [PATCH] --- .../Cosmos.VS.Package/BuildPage.Designer.cs | 219 ++++++++---------- .../DebugPageSub.Designer.cs | 173 ++++++-------- 2 files changed, 177 insertions(+), 215 deletions(-) diff --git a/source2/VSIP/Cosmos.VS.Package/BuildPage.Designer.cs b/source2/VSIP/Cosmos.VS.Package/BuildPage.Designer.cs index 0056bb271..4de9dd1c2 100644 --- a/source2/VSIP/Cosmos.VS.Package/BuildPage.Designer.cs +++ b/source2/VSIP/Cosmos.VS.Package/BuildPage.Designer.cs @@ -35,7 +35,10 @@ this.lboxDeployTarget = new System.Windows.Forms.ListBox(); this.tabCompile = new System.Windows.Forms.TabPage(); this.panel2 = new System.Windows.Forms.Panel(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.tabVMWare = new System.Windows.Forms.TabPage(); + this.comboFlavor = new System.Windows.Forms.ComboBox(); + this.label3 = new System.Windows.Forms.Label(); this.checkUseInternalAssembler = new System.Windows.Forms.CheckBox(); this.labelInternalAssembler = new System.Windows.Forms.Label(); this.comboFramework = new System.Windows.Forms.ComboBox(); @@ -43,16 +46,11 @@ this.label2 = new System.Windows.Forms.Label(); this.textOutputPath = new System.Windows.Forms.TextBox(); this.labelFramework = new System.Windows.Forms.Label(); - this.tabPage2 = new System.Windows.Forms.TabPage(); - this.tabVMWare = new System.Windows.Forms.TabPage(); - this.comboFlavor = new System.Windows.Forms.ComboBox(); - this.label3 = new System.Windows.Forms.Label(); this.TabControl1.SuspendLayout(); this.tabDeploy.SuspendLayout(); this.panel1.SuspendLayout(); this.tabCompile.SuspendLayout(); this.panel2.SuspendLayout(); - this.groupBox1.SuspendLayout(); this.tabVMWare.SuspendLayout(); this.SuspendLayout(); // @@ -123,112 +121,18 @@ // // panel2 // - this.panel2.Controls.Add(this.groupBox1); + this.panel2.Controls.Add(this.checkUseInternalAssembler); + this.panel2.Controls.Add(this.labelInternalAssembler); + this.panel2.Controls.Add(this.comboFramework); + this.panel2.Controls.Add(this.buttonOutputBrowse); + this.panel2.Controls.Add(this.label2); + this.panel2.Controls.Add(this.textOutputPath); + this.panel2.Controls.Add(this.labelFramework); this.panel2.Location = new System.Drawing.Point(2, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(453, 212); this.panel2.TabIndex = 3; // - // groupBox1 - // - this.groupBox1.Controls.Add(this.checkUseInternalAssembler); - this.groupBox1.Controls.Add(this.labelInternalAssembler); - this.groupBox1.Controls.Add(this.comboFramework); - this.groupBox1.Controls.Add(this.buttonOutputBrowse); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.textOutputPath); - this.groupBox1.Controls.Add(this.labelFramework); - this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; - this.groupBox1.Location = new System.Drawing.Point(0, 0); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(453, 175); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Target"; - // - // checkUseInternalAssembler - // - this.checkUseInternalAssembler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.checkUseInternalAssembler.AutoSize = true; - this.checkUseInternalAssembler.Enabled = false; - this.checkUseInternalAssembler.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkUseInternalAssembler.Location = new System.Drawing.Point(13, 127); - this.checkUseInternalAssembler.Margin = new System.Windows.Forms.Padding(22, 12, 3, 3); - this.checkUseInternalAssembler.Name = "checkUseInternalAssembler"; - this.checkUseInternalAssembler.Size = new System.Drawing.Size(146, 19); - this.checkUseInternalAssembler.TabIndex = 12; - this.checkUseInternalAssembler.Text = "Use Internal Assembler"; - this.checkUseInternalAssembler.UseVisualStyleBackColor = true; - // - // labelInternalAssembler - // - this.labelInternalAssembler.Enabled = false; - this.labelInternalAssembler.Location = new System.Drawing.Point(35, 147); - this.labelInternalAssembler.Margin = new System.Windows.Forms.Padding(44, 0, 3, 0); - this.labelInternalAssembler.Name = "labelInternalAssembler"; - this.labelInternalAssembler.Size = new System.Drawing.Size(224, 18); - this.labelInternalAssembler.TabIndex = 11; - this.labelInternalAssembler.Text = "Experimental. Check if you like to crash!"; - // - // comboFramework - // - this.comboFramework.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboFramework.Enabled = false; - this.comboFramework.FormattingEnabled = true; - this.comboFramework.Location = new System.Drawing.Point(22, 91); - this.comboFramework.Name = "comboFramework"; - this.comboFramework.Size = new System.Drawing.Size(228, 21); - this.comboFramework.TabIndex = 9; - // - // buttonOutputBrowse - // - this.buttonOutputBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.buttonOutputBrowse.Location = new System.Drawing.Point(418, 41); - this.buttonOutputBrowse.Name = "buttonOutputBrowse"; - this.buttonOutputBrowse.Size = new System.Drawing.Size(21, 23); - this.buttonOutputBrowse.TabIndex = 1; - this.buttonOutputBrowse.Text = ".."; - this.buttonOutputBrowse.UseVisualStyleBackColor = true; - // - // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(6, 21); - this.label2.Margin = new System.Windows.Forms.Padding(22, 3, 0, 3); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(75, 15); - this.label2.TabIndex = 1; - this.label2.Text = "Output path:"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // textOutputPath - // - this.textOutputPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.textOutputPath.Location = new System.Drawing.Point(22, 42); - this.textOutputPath.Name = "textOutputPath"; - this.textOutputPath.Size = new System.Drawing.Size(390, 22); - this.textOutputPath.TabIndex = 0; - // - // labelFramework - // - this.labelFramework.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.labelFramework.AutoSize = true; - this.labelFramework.Enabled = false; - this.labelFramework.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelFramework.Location = new System.Drawing.Point(6, 70); - this.labelFramework.Margin = new System.Windows.Forms.Padding(22, 3, 0, 3); - this.labelFramework.Name = "labelFramework"; - this.labelFramework.Size = new System.Drawing.Size(69, 15); - this.labelFramework.TabIndex = 4; - this.labelFramework.Text = "Framework:"; - this.labelFramework.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // // tabPage2 // this.tabPage2.AutoScroll = true; @@ -271,6 +175,89 @@ this.label3.TabIndex = 18; this.label3.Text = "VMWare Edition:"; // + // checkUseInternalAssembler + // + this.checkUseInternalAssembler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.checkUseInternalAssembler.AutoSize = true; + this.checkUseInternalAssembler.Enabled = false; + this.checkUseInternalAssembler.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.checkUseInternalAssembler.Location = new System.Drawing.Point(13, 118); + this.checkUseInternalAssembler.Margin = new System.Windows.Forms.Padding(22, 12, 3, 3); + this.checkUseInternalAssembler.Name = "checkUseInternalAssembler"; + this.checkUseInternalAssembler.Size = new System.Drawing.Size(146, 19); + this.checkUseInternalAssembler.TabIndex = 19; + this.checkUseInternalAssembler.Text = "Use Internal Assembler"; + this.checkUseInternalAssembler.UseVisualStyleBackColor = true; + // + // labelInternalAssembler + // + this.labelInternalAssembler.Enabled = false; + this.labelInternalAssembler.Location = new System.Drawing.Point(35, 138); + this.labelInternalAssembler.Margin = new System.Windows.Forms.Padding(44, 0, 3, 0); + this.labelInternalAssembler.Name = "labelInternalAssembler"; + this.labelInternalAssembler.Size = new System.Drawing.Size(224, 18); + this.labelInternalAssembler.TabIndex = 18; + this.labelInternalAssembler.Text = "Experimental. Check if you like to crash!"; + // + // comboFramework + // + this.comboFramework.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboFramework.Enabled = false; + this.comboFramework.FormattingEnabled = true; + this.comboFramework.Location = new System.Drawing.Point(22, 82); + this.comboFramework.Name = "comboFramework"; + this.comboFramework.Size = new System.Drawing.Size(228, 21); + this.comboFramework.TabIndex = 17; + // + // buttonOutputBrowse + // + this.buttonOutputBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.buttonOutputBrowse.Location = new System.Drawing.Point(418, 32); + this.buttonOutputBrowse.Name = "buttonOutputBrowse"; + this.buttonOutputBrowse.Size = new System.Drawing.Size(21, 23); + this.buttonOutputBrowse.TabIndex = 15; + this.buttonOutputBrowse.Text = ".."; + this.buttonOutputBrowse.UseVisualStyleBackColor = true; + // + // label2 + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(6, 12); + this.label2.Margin = new System.Windows.Forms.Padding(22, 3, 0, 3); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(75, 15); + this.label2.TabIndex = 14; + this.label2.Text = "Output path:"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // textOutputPath + // + this.textOutputPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textOutputPath.Location = new System.Drawing.Point(22, 33); + this.textOutputPath.Name = "textOutputPath"; + this.textOutputPath.Size = new System.Drawing.Size(390, 22); + this.textOutputPath.TabIndex = 13; + // + // labelFramework + // + this.labelFramework.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.labelFramework.AutoSize = true; + this.labelFramework.Enabled = false; + this.labelFramework.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelFramework.Location = new System.Drawing.Point(6, 61); + this.labelFramework.Margin = new System.Windows.Forms.Padding(22, 3, 0, 3); + this.labelFramework.Name = "labelFramework"; + this.labelFramework.Size = new System.Drawing.Size(69, 15); + this.labelFramework.TabIndex = 16; + this.labelFramework.Text = "Framework:"; + this.labelFramework.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // // BuildPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -285,8 +272,7 @@ this.panel1.PerformLayout(); this.tabCompile.ResumeLayout(false); this.panel2.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); + this.panel2.PerformLayout(); this.tabVMWare.ResumeLayout(false); this.tabVMWare.PerformLayout(); this.ResumeLayout(false); @@ -297,16 +283,8 @@ private System.Windows.Forms.TabControl TabControl1; private System.Windows.Forms.TabPage tabCompile; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Button buttonOutputBrowse; - private System.Windows.Forms.TextBox textOutputPath; - private System.Windows.Forms.Label labelFramework; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.ComboBox comboFramework; - private System.Windows.Forms.CheckBox checkUseInternalAssembler; - private System.Windows.Forms.Label labelInternalAssembler; private System.Windows.Forms.TabPage tabDeploy; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabPage tabVMWare; @@ -314,6 +292,13 @@ private System.Windows.Forms.ListBox lboxDeployTarget; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; + private System.Windows.Forms.CheckBox checkUseInternalAssembler; + private System.Windows.Forms.Label labelInternalAssembler; + private System.Windows.Forms.ComboBox comboFramework; + private System.Windows.Forms.Button buttonOutputBrowse; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.TextBox textOutputPath; + private System.Windows.Forms.Label labelFramework; diff --git a/source2/VSIP/Cosmos.VS.Package/DebugPageSub.Designer.cs b/source2/VSIP/Cosmos.VS.Package/DebugPageSub.Designer.cs index a8b52e92d..0051c7597 100644 --- a/source2/VSIP/Cosmos.VS.Package/DebugPageSub.Designer.cs +++ b/source2/VSIP/Cosmos.VS.Package/DebugPageSub.Designer.cs @@ -32,23 +32,25 @@ this.checkEnableGDB = new System.Windows.Forms.CheckBox(); this.comboTraceMode = new System.Windows.Forms.ComboBox(); this.comboDebugMode = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); - this.titleGeneral = new Cosmos.VS.Package.TitleDivision(); this.label2 = new System.Windows.Forms.Label(); - this.titleDivision1 = new Cosmos.VS.Package.TitleDivision(); - this.table = new System.Windows.Forms.TableLayoutPanel(); this.checkIgnoreDebugStubAttribute = new System.Windows.Forms.CheckBox(); - this.table.SuspendLayout(); + this.panel1 = new System.Windows.Forms.Panel(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label1 = new System.Windows.Forms.Label(); + this.panel1.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // checkStartCosmosGDB // this.checkStartCosmosGDB.AutoSize = true; this.checkStartCosmosGDB.Enabled = false; - this.checkStartCosmosGDB.Location = new System.Drawing.Point(64, 169); + this.checkStartCosmosGDB.Location = new System.Drawing.Point(36, 47); this.checkStartCosmosGDB.Margin = new System.Windows.Forms.Padding(25, 3, 3, 3); this.checkStartCosmosGDB.Name = "checkStartCosmosGDB"; - this.checkStartCosmosGDB.Size = new System.Drawing.Size(147, 17); + this.checkStartCosmosGDB.Size = new System.Drawing.Size(148, 17); this.checkStartCosmosGDB.TabIndex = 22; this.checkStartCosmosGDB.Text = "Use Cosmos GDB Client"; this.checkStartCosmosGDB.UseVisualStyleBackColor = true; @@ -56,7 +58,7 @@ // checkEnableGDB // this.checkEnableGDB.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkEnableGDB.Location = new System.Drawing.Point(42, 143); + this.checkEnableGDB.Location = new System.Drawing.Point(21, 21); this.checkEnableGDB.Name = "checkEnableGDB"; this.checkEnableGDB.Size = new System.Drawing.Size(218, 20); this.checkEnableGDB.TabIndex = 20; @@ -67,7 +69,7 @@ // this.comboTraceMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTraceMode.FormattingEnabled = true; - this.comboTraceMode.Location = new System.Drawing.Point(268, 60); + this.comboTraceMode.Location = new System.Drawing.Point(36, 96); this.comboTraceMode.Name = "comboTraceMode"; this.comboTraceMode.Size = new System.Drawing.Size(221, 21); this.comboTraceMode.TabIndex = 15; @@ -76,120 +78,95 @@ // this.comboDebugMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDebugMode.FormattingEnabled = true; - this.comboDebugMode.Location = new System.Drawing.Point(268, 33); + this.comboDebugMode.Location = new System.Drawing.Point(36, 48); this.comboDebugMode.Name = "comboDebugMode"; this.comboDebugMode.Size = new System.Drawing.Size(221, 21); this.comboDebugMode.TabIndex = 19; // - // label1 - // - this.label1.Dock = System.Windows.Forms.DockStyle.Fill; - this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(39, 33); - this.label1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(226, 21); - this.label1.TabIndex = 14; - this.label1.Text = "Debug Level:"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // titleGeneral - // - this.titleGeneral.BackColor = System.Drawing.Color.Transparent; - this.table.SetColumnSpan(this.titleGeneral, 2); - this.titleGeneral.Dock = System.Windows.Forms.DockStyle.Top; - this.titleGeneral.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); - this.titleGeneral.LineColor = System.Drawing.SystemColors.ControlDark; - this.titleGeneral.Location = new System.Drawing.Point(3, 3); - this.titleGeneral.Margin = new System.Windows.Forms.Padding(3, 3, 3, 12); - this.titleGeneral.Name = "titleGeneral"; - this.titleGeneral.Size = new System.Drawing.Size(259, 15); - this.titleGeneral.TabIndex = 0; - this.titleGeneral.Title = "Visual Studio"; - // // label2 // this.label2.AutoSize = true; - this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(39, 60); + this.label2.Location = new System.Drawing.Point(18, 75); this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(226, 21); + this.label2.Size = new System.Drawing.Size(50, 15); this.label2.TabIndex = 18; this.label2.Text = "Tracing:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // - // titleDivision1 - // - this.titleDivision1.BackColor = System.Drawing.Color.Transparent; - this.table.SetColumnSpan(this.titleDivision1, 2); - this.titleDivision1.Dock = System.Windows.Forms.DockStyle.Top; - this.titleDivision1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); - this.titleDivision1.LineColor = System.Drawing.SystemColors.ControlDark; - this.titleDivision1.Location = new System.Drawing.Point(3, 113); - this.titleDivision1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 12); - this.titleDivision1.Name = "titleDivision1"; - this.titleDivision1.Size = new System.Drawing.Size(259, 15); - this.titleDivision1.TabIndex = 21; - this.titleDivision1.Title = "Machine Level"; - // - // table - // - this.table.ColumnCount = 3; - this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F)); - this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.table.Controls.Add(this.checkIgnoreDebugStubAttribute, 1, 4); - this.table.Controls.Add(this.titleDivision1, 0, 5); - this.table.Controls.Add(this.label2, 1, 3); - this.table.Controls.Add(this.titleGeneral, 0, 0); - this.table.Controls.Add(this.label1, 1, 1); - this.table.Controls.Add(this.comboDebugMode, 2, 1); - this.table.Controls.Add(this.comboTraceMode, 2, 3); - this.table.Controls.Add(this.checkEnableGDB, 1, 6); - this.table.Controls.Add(this.checkStartCosmosGDB, 1, 7); - this.table.Location = new System.Drawing.Point(225, 97); - this.table.Margin = new System.Windows.Forms.Padding(0); - this.table.Name = "table"; - this.table.RowCount = 14; - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F)); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F)); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 105F)); - this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - this.table.Size = new System.Drawing.Size(492, 288); - this.table.TabIndex = 0; - // // checkIgnoreDebugStubAttribute // this.checkIgnoreDebugStubAttribute.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkIgnoreDebugStubAttribute.Location = new System.Drawing.Point(42, 87); + this.checkIgnoreDebugStubAttribute.Location = new System.Drawing.Point(21, 137); this.checkIgnoreDebugStubAttribute.Name = "checkIgnoreDebugStubAttribute"; this.checkIgnoreDebugStubAttribute.Size = new System.Drawing.Size(218, 20); this.checkIgnoreDebugStubAttribute.TabIndex = 23; this.checkIgnoreDebugStubAttribute.Text = "Ignore DebugStub Attribute Settings"; this.checkIgnoreDebugStubAttribute.UseVisualStyleBackColor = true; // + // panel1 + // + this.panel1.Controls.Add(this.groupBox2); + this.panel1.Controls.Add(this.groupBox1); + this.panel1.Location = new System.Drawing.Point(3, 17); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(277, 247); + this.panel1.TabIndex = 1; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.checkIgnoreDebugStubAttribute); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.comboDebugMode); + this.groupBox1.Controls.Add(this.comboTraceMode); + this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; + this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.groupBox1.Location = new System.Drawing.Point(0, 0); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(277, 163); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Visual Studio"; + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.checkEnableGDB); + this.groupBox2.Controls.Add(this.checkStartCosmosGDB); + this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; + this.groupBox2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.groupBox2.Location = new System.Drawing.Point(0, 163); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(277, 79); + this.groupBox2.TabIndex = 1; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Assembly"; + // + // label1 + // + this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(18, 21); + this.label1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(98, 21); + this.label1.TabIndex = 15; + this.label1.Text = "Debug Level:"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // // DebugPageSub // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.table); + this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "DebugPageSub"; - this.Size = new System.Drawing.Size(492, 288); - this.table.ResumeLayout(false); - this.table.PerformLayout(); + this.Size = new System.Drawing.Size(353, 325); + this.panel1.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); this.ResumeLayout(false); } @@ -200,12 +177,12 @@ private System.Windows.Forms.CheckBox checkEnableGDB; private System.Windows.Forms.ComboBox comboTraceMode; private System.Windows.Forms.ComboBox comboDebugMode; - private System.Windows.Forms.Label label1; - private TitleDivision titleGeneral; - private System.Windows.Forms.TableLayoutPanel table; - private TitleDivision titleDivision1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkIgnoreDebugStubAttribute; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.GroupBox groupBox2; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.Label label1; } }