Пример #1
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.testRunControl1 = new MbUnit.Forms.TestRunControl();
			this.testResultControl1 = new MbUnit.Forms.TestResultControl();
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.SuspendLayout();
			// 
			// testRunControl1
			// 
			this.testRunControl1.Dock = System.Windows.Forms.DockStyle.Top;
			this.testRunControl1.Location = new System.Drawing.Point(0, 0);
			this.testRunControl1.Name = "testRunControl1";
			this.testRunControl1.Size = new System.Drawing.Size(688, 112);
			this.testRunControl1.TabIndex = 0;
			// 
			// testResultControl1
			// 
			this.testResultControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.testResultControl1.Location = new System.Drawing.Point(0, 112);
			this.testResultControl1.Name = "testResultControl1";
			this.testResultControl1.Size = new System.Drawing.Size(688, 280);
			this.testResultControl1.TabIndex = 1;
			// 
			// splitter1
			// 
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
			this.splitter1.Location = new System.Drawing.Point(0, 112);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(688, 3);
			this.splitter1.TabIndex = 2;
			this.splitter1.TabStop = false;
			// 
			// TestRunAndReportControl
			// 
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.testResultControl1);
			this.Controls.Add(this.testRunControl1);
			this.Name = "TestRunAndReportControl";
			this.Size = new System.Drawing.Size(688, 392);
			this.ResumeLayout(false);

		}
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.testRunControl1    = new MbUnit.Forms.TestRunControl();
     this.testResultControl1 = new MbUnit.Forms.TestResultControl();
     this.splitter1          = new System.Windows.Forms.Splitter();
     this.SuspendLayout();
     //
     // testRunControl1
     //
     this.testRunControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.testRunControl1.Location = new System.Drawing.Point(0, 0);
     this.testRunControl1.Name     = "testRunControl1";
     this.testRunControl1.Size     = new System.Drawing.Size(688, 112);
     this.testRunControl1.TabIndex = 0;
     //
     // testResultControl1
     //
     this.testResultControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.testResultControl1.Location = new System.Drawing.Point(0, 112);
     this.testResultControl1.Name     = "testResultControl1";
     this.testResultControl1.Size     = new System.Drawing.Size(688, 280);
     this.testResultControl1.TabIndex = 1;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 112);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(688, 3);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // TestRunAndReportControl
     //
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.testResultControl1);
     this.Controls.Add(this.testRunControl1);
     this.Name = "TestRunAndReportControl";
     this.Size = new System.Drawing.Size(688, 392);
     this.ResumeLayout(false);
 }