/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorDisplay = new NUnit.UiKit.ErrorDisplay(); this.notRunTab = new System.Windows.Forms.TabPage(); this.notRunTree = new NUnit.UiKit.NotRunTree(); this.copyDetailMenuItem = new System.Windows.Forms.MenuItem(); this.tabControl.SuspendLayout(); this.errorTab.SuspendLayout(); this.notRunTab.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabControl.Controls.Add(this.errorTab); this.tabControl.Controls.Add(this.notRunTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(488, 280); this.tabControl.TabIndex = 3; this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); // // errorTab // this.errorTab.Controls.Add(this.errorDisplay); this.errorTab.ForeColor = System.Drawing.SystemColors.ControlText; this.errorTab.Location = new System.Drawing.Point(4, 4); this.errorTab.Name = "errorTab"; this.errorTab.Size = new System.Drawing.Size(480, 254); this.errorTab.TabIndex = 0; this.errorTab.Text = "Errors and Failures"; // // errorDisplay // this.errorDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.errorDisplay.Location = new System.Drawing.Point(0, 0); this.errorDisplay.Name = "errorDisplay"; this.errorDisplay.Size = new System.Drawing.Size(480, 254); this.errorDisplay.TabIndex = 0; // // notRunTab // this.notRunTab.Controls.Add(this.notRunTree); this.notRunTab.ForeColor = System.Drawing.SystemColors.ControlText; this.notRunTab.Location = new System.Drawing.Point(4, 4); this.notRunTab.Name = "notRunTab"; this.notRunTab.Size = new System.Drawing.Size(480, 254); this.notRunTab.TabIndex = 1; this.notRunTab.Text = "Tests Not Run"; this.notRunTab.Visible = false; // // notRunTree // this.notRunTree.Dock = System.Windows.Forms.DockStyle.Fill; this.notRunTree.ImageIndex = -1; this.notRunTree.Indent = 19; this.notRunTree.Location = new System.Drawing.Point(0, 0); this.notRunTree.Name = "notRunTree"; this.notRunTree.SelectedImageIndex = -1; this.notRunTree.Size = new System.Drawing.Size(480, 254); this.notRunTree.TabIndex = 0; // // copyDetailMenuItem // this.copyDetailMenuItem.Index = -1; this.copyDetailMenuItem.Text = "Copy"; // // ResultTabs // this.Controls.Add(this.tabControl); this.Name = "ResultTabs"; this.Size = new System.Drawing.Size(488, 280); this.tabControl.ResumeLayout(false); this.errorTab.ResumeLayout(false); this.notRunTab.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorDisplay = new NUnit.UiKit.ErrorDisplay(); this.notRunTab = new System.Windows.Forms.TabPage(); this.notRunTree = new NUnit.UiKit.NotRunTree(); this.copyDetailMenuItem = new System.Windows.Forms.MenuItem(); this.tabControl.SuspendLayout(); this.errorTab.SuspendLayout(); this.notRunTab.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabControl.Controls.Add(this.errorTab); this.tabControl.Controls.Add(this.notRunTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.ForeColor = System.Drawing.Color.Red; this.tabControl.ItemSize = new System.Drawing.Size(99, 18); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(488, 280); this.tabControl.TabIndex = 3; this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); // // errorTab // this.errorTab.Controls.Add(this.errorDisplay); this.errorTab.ForeColor = System.Drawing.SystemColors.ControlText; this.errorTab.Location = new System.Drawing.Point(4, 4); this.errorTab.Name = "errorTab"; this.errorTab.Size = new System.Drawing.Size(480, 254); this.errorTab.TabIndex = 0; this.errorTab.Text = "Errors and Failures"; // // errorDisplay // this.errorDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.errorDisplay.Location = new System.Drawing.Point(0, 0); this.errorDisplay.Name = "errorDisplay"; this.errorDisplay.Size = new System.Drawing.Size(480, 254); this.errorDisplay.TabIndex = 0; // // notRunTab // this.notRunTab.Controls.Add(this.notRunTree); this.notRunTab.ForeColor = System.Drawing.SystemColors.ControlText; this.notRunTab.Location = new System.Drawing.Point(4, 4); this.notRunTab.Name = "notRunTab"; this.notRunTab.Size = new System.Drawing.Size(480, 254); this.notRunTab.TabIndex = 1; this.notRunTab.Text = "Tests Not Run"; this.notRunTab.Visible = false; // // notRunTree // this.notRunTree.Dock = System.Windows.Forms.DockStyle.Fill; this.notRunTree.ImageIndex = -1; this.notRunTree.Indent = 19; this.notRunTree.Location = new System.Drawing.Point(0, 0); this.notRunTree.Name = "notRunTree"; this.notRunTree.SelectedImageIndex = -1; this.notRunTree.Size = new System.Drawing.Size(480, 254); this.notRunTree.TabIndex = 0; // // copyDetailMenuItem // this.copyDetailMenuItem.Index = -1; this.copyDetailMenuItem.Text = "Copy"; // // ResultTabs // this.Controls.Add(this.tabControl); this.Name = "ResultTabs"; this.Size = new System.Drawing.Size(488, 280); this.tabControl.ResumeLayout(false); this.errorTab.ResumeLayout(false); this.notRunTab.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorDisplay = new NUnit.UiKit.ErrorDisplay(); this.notRunTab = new System.Windows.Forms.TabPage(); this.notRunTree = new NUnit.UiKit.NotRunTree(); this.stdoutTab = new NUnit.UiKit.RichEditTabPage(); this.stderrTab = new NUnit.UiKit.RichEditTabPage(); this.traceTab = new NUnit.UiKit.RichEditTabPage(); this.internalTraceTab = new NUnit.UiKit.RichEditTabPage(); this.copyDetailMenuItem = new System.Windows.Forms.MenuItem(); this.tabControl.SuspendLayout(); this.errorTab.SuspendLayout(); this.notRunTab.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.errorTab); this.tabControl.Controls.Add(this.stdoutTab); this.tabControl.Controls.Add(this.stderrTab); this.tabControl.Controls.Add(this.notRunTab); this.tabControl.Controls.Add(this.traceTab); this.tabControl.Controls.Add(this.internalTraceTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.ForeColor = System.Drawing.Color.Red; this.tabControl.ItemSize = new System.Drawing.Size(99, 18); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(488, 280); this.tabControl.TabIndex = 3; // // errorTab // this.errorTab.Controls.Add(this.errorDisplay); this.errorTab.Location = new System.Drawing.Point(4, 22); this.errorTab.Name = "errorTab"; this.errorTab.Size = new System.Drawing.Size(480, 254); this.errorTab.TabIndex = 0; this.errorTab.Text = "Errors and Failures"; // // errorDisplay // this.errorDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.errorDisplay.Location = new System.Drawing.Point(0, 0); this.errorDisplay.Name = "errorDisplay"; this.errorDisplay.Size = new System.Drawing.Size(480, 254); this.errorDisplay.TabIndex = 0; // // notRunTab // this.notRunTab.Controls.Add(this.notRunTree); this.notRunTab.Location = new System.Drawing.Point(4, 22); this.notRunTab.Name = "notRunTab"; this.notRunTab.Size = new System.Drawing.Size(480, 254); this.notRunTab.TabIndex = 1; this.notRunTab.Text = "Tests Not Run"; this.notRunTab.Visible = false; // // notRunTree // this.notRunTree.Dock = System.Windows.Forms.DockStyle.Fill; this.notRunTree.ImageIndex = -1; this.notRunTree.Indent = 19; this.notRunTree.ItemHeight = 16; this.notRunTree.Location = new System.Drawing.Point(0, 0); this.notRunTree.Name = "notRunTree"; this.notRunTree.SelectedImageIndex = -1; this.notRunTree.Size = new System.Drawing.Size(480, 254); this.notRunTree.TabIndex = 0; // // stdoutTab // this.stdoutTab.Font = new System.Drawing.Font("Courier New", 8F); this.stdoutTab.ForeColor = System.Drawing.SystemColors.ControlText; this.stdoutTab.Location = new System.Drawing.Point(4, 22); this.stdoutTab.Name = "stdoutTab"; this.stdoutTab.Size = new System.Drawing.Size(480, 254); this.stdoutTab.TabIndex = 3; this.stdoutTab.Text = "Console.Out"; this.stdoutTab.Visible = false; // // stderrTab // this.stderrTab.Font = new System.Drawing.Font("Courier New", 8F); this.stderrTab.Location = new System.Drawing.Point(4, 22); this.stderrTab.Name = "stderrTab"; this.stderrTab.Size = new System.Drawing.Size(480, 254); this.stderrTab.TabIndex = 2; this.stderrTab.Text = "Console.Error"; this.stderrTab.Visible = false; // // traceTab // this.traceTab.Font = new System.Drawing.Font("Courier New", 8F); this.traceTab.Location = new System.Drawing.Point(4, 22); this.traceTab.Name = "traceTab"; this.traceTab.Size = new System.Drawing.Size(480, 254); this.traceTab.TabIndex = 4; this.traceTab.Text = "Trace Output"; this.traceTab.Visible = false; // // internalTraceTab // this.internalTraceTab.Font = new System.Drawing.Font("Courier New", 8F); this.internalTraceTab.Location = new System.Drawing.Point(4, 22); this.internalTraceTab.Name = "internalTraceTab"; this.internalTraceTab.Size = new System.Drawing.Size(480, 254); this.internalTraceTab.TabIndex = 5; this.internalTraceTab.Text = "Internal Trace"; this.internalTraceTab.Visible = false; // // copyDetailMenuItem // this.copyDetailMenuItem.Index = -1; this.copyDetailMenuItem.Text = "Copy"; // // ResultTabs // this.Controls.Add(this.tabControl); this.Name = "ResultTabs"; this.Size = new System.Drawing.Size(488, 280); this.tabControl.ResumeLayout(false); this.errorTab.ResumeLayout(false); this.notRunTab.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorDisplay = new NUnit.UiKit.ErrorDisplay(); this.stdoutTab = new NUnit.UiKit.TextDisplayTabPage(); this.loggingTab = new NUnit.UiKit.TextDisplayTabPage(); this.traceTab = new NUnit.UiKit.TextDisplayTabPage(); this.notRunTab = new System.Windows.Forms.TabPage(); this.notRunTree = new NUnit.UiKit.NotRunTree(); this.stderrTab = new NUnit.UiKit.TextDisplayTabPage(); this.internalTraceTab = new NUnit.UiKit.TextDisplayTabPage(); this.copyDetailMenuItem = new System.Windows.Forms.MenuItem(); this.tabControl.SuspendLayout(); this.errorTab.SuspendLayout(); this.notRunTab.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabControl.Controls.Add(this.errorTab); this.tabControl.Controls.Add(this.stdoutTab); this.tabControl.Controls.Add(this.stderrTab); this.tabControl.Controls.Add(this.traceTab); this.tabControl.Controls.Add(this.notRunTab); this.tabControl.Controls.Add(this.loggingTab); this.tabControl.Controls.Add(this.internalTraceTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.ForeColor = System.Drawing.Color.Red; this.tabControl.ItemSize = new System.Drawing.Size(99, 18); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(488, 280); this.tabControl.TabIndex = 3; this.tabControl.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl_DrawItem); this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); // // errorTab // this.errorTab.Controls.Add(this.errorDisplay); this.errorTab.ForeColor = System.Drawing.SystemColors.ControlText; this.errorTab.Location = new System.Drawing.Point(4, 4); this.errorTab.Name = "errorTab"; this.errorTab.Size = new System.Drawing.Size(480, 254); this.errorTab.TabIndex = 0; this.errorTab.Text = "Errors and Failures"; // // errorDisplay // this.errorDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.errorDisplay.Location = new System.Drawing.Point(0, 0); this.errorDisplay.Name = "errorDisplay"; this.errorDisplay.Size = new System.Drawing.Size(480, 254); this.errorDisplay.TabIndex = 0; // // stdoutTab // this.stdoutTab.Font = new System.Drawing.Font("Courier New", 8F); this.stdoutTab.ForeColor = System.Drawing.SystemColors.ControlText; this.stdoutTab.Location = new System.Drawing.Point(4, 4); this.stdoutTab.Name = "stdoutTab"; this.stdoutTab.Size = new System.Drawing.Size(480, 254); this.stdoutTab.TabIndex = 3; this.stdoutTab.Text = "Console.Out"; this.stdoutTab.Visible = false; // // loggingTab // this.loggingTab.Location = new System.Drawing.Point(4, 4); this.loggingTab.Name = "loggingTab"; this.loggingTab.Size = new System.Drawing.Size(480, 254); this.loggingTab.TabIndex = 6; this.loggingTab.Text = "Log Output"; // // traceTab // this.traceTab.Font = new System.Drawing.Font("Courier New", 8F); this.traceTab.ForeColor = System.Drawing.SystemColors.ControlText; this.traceTab.Location = new System.Drawing.Point(4, 4); this.traceTab.Name = "traceTab"; this.traceTab.Size = new System.Drawing.Size(480, 254); this.traceTab.TabIndex = 4; this.traceTab.Text = "Trace Output"; this.traceTab.Visible = false; // // notRunTab // this.notRunTab.Controls.Add(this.notRunTree); this.notRunTab.ForeColor = System.Drawing.SystemColors.ControlText; this.notRunTab.Location = new System.Drawing.Point(4, 4); this.notRunTab.Name = "notRunTab"; this.notRunTab.Size = new System.Drawing.Size(480, 254); this.notRunTab.TabIndex = 1; this.notRunTab.Text = "Tests Not Run"; this.notRunTab.Visible = false; // // notRunTree // this.notRunTree.Dock = System.Windows.Forms.DockStyle.Fill; this.notRunTree.ImageIndex = -1; this.notRunTree.Indent = 19; this.notRunTree.ItemHeight = 16; this.notRunTree.Location = new System.Drawing.Point(0, 0); this.notRunTree.Name = "notRunTree"; this.notRunTree.SelectedImageIndex = -1; this.notRunTree.Size = new System.Drawing.Size(480, 254); this.notRunTree.TabIndex = 0; // // stderrTab // this.stderrTab.Font = new System.Drawing.Font("Courier New", 8F); this.stderrTab.ForeColor = System.Drawing.SystemColors.ControlText; this.stderrTab.Location = new System.Drawing.Point(4, 4); this.stderrTab.Name = "stderrTab"; this.stderrTab.Size = new System.Drawing.Size(480, 254); this.stderrTab.TabIndex = 2; this.stderrTab.Text = "Console.Error"; this.stderrTab.Visible = false; // // internalTraceTab // this.internalTraceTab.Font = new System.Drawing.Font("Courier New", 8F); this.internalTraceTab.ForeColor = System.Drawing.SystemColors.ControlText; this.internalTraceTab.Location = new System.Drawing.Point(4, 4); this.internalTraceTab.Name = "internalTraceTab"; this.internalTraceTab.Size = new System.Drawing.Size(480, 254); this.internalTraceTab.TabIndex = 5; this.internalTraceTab.Text = "Internal Trace"; this.internalTraceTab.Visible = false; // // copyDetailMenuItem // this.copyDetailMenuItem.Index = -1; this.copyDetailMenuItem.Text = "Copy"; // // ResultTabs // this.Controls.Add(this.tabControl); this.Name = "ResultTabs"; this.Size = new System.Drawing.Size(488, 280); this.tabControl.ResumeLayout(false); this.errorTab.ResumeLayout(false); this.notRunTab.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorDisplay = new NUnit.UiKit.ErrorDisplay(); this.notRunTab = new System.Windows.Forms.TabPage(); this.notRunTree = new NUnit.UiKit.NotRunTree(); this.stdoutTab = new NUnit.UiKit.RichEditTabPage(); this.stderrTab = new NUnit.UiKit.RichEditTabPage(); this.traceTab = new NUnit.UiKit.RichEditTabPage(); this.internalTraceTab = new NUnit.UiKit.RichEditTabPage(); this.copyDetailMenuItem = new System.Windows.Forms.MenuItem(); this.tabControl.SuspendLayout(); this.errorTab.SuspendLayout(); this.notRunTab.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.errorTab); this.tabControl.Controls.Add(this.stdoutTab); this.tabControl.Controls.Add(this.stderrTab); this.tabControl.Controls.Add(this.notRunTab); this.tabControl.Controls.Add(this.traceTab); this.tabControl.Controls.Add(this.internalTraceTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.ForeColor = System.Drawing.Color.Red; this.tabControl.ItemSize = new System.Drawing.Size(99, 18); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(488, 280); this.tabControl.TabIndex = 3; // some nesting in the middle if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); // some nesting in the middle if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); // Some Array Initializer String[] strings = new String[] { "Lalala", "ololo" }; // Some } in a comment // // errorTab // this.errorTab.Controls.Add(this.errorDisplay); this.errorTab.Location = new System.Drawing.Point(4, 22); this.errorTab.Name = "errorTab"; this.errorTab.Size = new System.Drawing.Size(480, 254); this.errorTab.TabIndex = 0; this.errorTab.Text = "Errors and Failures"; // // errorDisplay // this.errorDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.errorDisplay.Location = new System.Drawing.Point(0, 0); this.errorDisplay.Name = "errorDisplay"; this.errorDisplay.Size = new System.Drawing.Size(480, 254); this.errorDisplay.TabIndex = 0; // // notRunTab // this.notRunTab.Controls.Add(this.notRunTree); this.notRunTab.Location = new System.Drawing.Point(4, 22); this.notRunTab.Name = "notRunTab"; this.notRunTab.Size = new System.Drawing.Size(480, 254); this.notRunTab.TabIndex = 1; this.notRunTab.Text = "Tests Not Run"; this.notRunTab.Visible = false; // // notRunTree // this.notRunTree.Dock = System.Windows.Forms.DockStyle.Fill; this.notRunTree.ImageIndex = -1; this.notRunTree.Indent = 19; this.notRunTree.ItemHeight = 16; this.notRunTree.Location = new System.Drawing.Point(0, 0); this.notRunTree.Name = "notRunTree"; this.notRunTree.SelectedImageIndex = -1; this.notRunTree.Size = new System.Drawing.Size(480, 254); this.notRunTree.TabIndex = 0; // // stdoutTab // this.stdoutTab.Font = new System.Drawing.Font("Courier New", 8F); this.stdoutTab.ForeColor = System.Drawing.SystemColors.ControlText; this.stdoutTab.Location = new System.Drawing.Point(4, 22); this.stdoutTab.Name = "stdoutTab"; this.stdoutTab.Size = new System.Drawing.Size(480, 254); this.stdoutTab.TabIndex = 3; this.stdoutTab.Text = "Console.Out"; this.stdoutTab.Visible = false; // // stderrTab // this.stderrTab.Font = new System.Drawing.Font("Courier New", 8F); this.stderrTab.Location = new System.Drawing.Point(4, 22); this.stderrTab.Name = "stderrTab"; this.stderrTab.Size = new System.Drawing.Size(480, 254); this.stderrTab.TabIndex = 2; this.stderrTab.Text = "Console.Error"; this.stderrTab.Visible = false; // // traceTab // this.traceTab.Font = new System.Drawing.Font("Courier New", 8F); this.traceTab.Location = new System.Drawing.Point(4, 22); this.traceTab.Name = "traceTab"; this.traceTab.Size = new System.Drawing.Size(480, 254); this.traceTab.TabIndex = 4; this.traceTab.Text = "Trace Output"; this.traceTab.Visible = false; // // internalTraceTab // this.internalTraceTab.Font = new System.Drawing.Font("Courier New", 8F); this.internalTraceTab.Location = new System.Drawing.Point(4, 22); this.internalTraceTab.Name = "internalTraceTab"; this.internalTraceTab.Size = new System.Drawing.Size(480, 254); this.internalTraceTab.TabIndex = 5; this.internalTraceTab.Text = "Internal Trace"; this.internalTraceTab.Visible = false; // // copyDetailMenuItem // this.copyDetailMenuItem.Index = -1; this.copyDetailMenuItem.Text = "Copy"; // // ResultTabs // this.Controls.Add(this.tabControl); this.Name = "ResultTabs"; this.Size = new System.Drawing.Size(488, 280); this.tabControl.ResumeLayout(false); this.errorTab.ResumeLayout(false); this.notRunTab.ResumeLayout(false); this.ResumeLayout(false); }