コード例 #1
0
ファイル: ResultTabs.cs プロジェクト: summit677/conqat
 /// <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);
 }
コード例 #2
0
ファイル: ResultTabs.cs プロジェクト: fotisp/conqat
 /// <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);
 }