Esempio n. 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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.testProgressBar = new MbUnit.Forms.TestProgressControl();
            this.stopButton = new System.Windows.Forms.Button();
            this.runButton = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.testProgressBar);
            this.groupBox1.Controls.Add(this.stopButton);
            this.groupBox1.Controls.Add(this.runButton);
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(480, 112);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Tests";
            // 
            // testProgressBar
            // 
            this.testProgressBar.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.testProgressBar.BackColor = System.Drawing.Color.White;
            this.testProgressBar.FailureColor = System.Drawing.Color.Red;
            this.testProgressBar.IgnoreColor = System.Drawing.Color.Yellow;
            this.testProgressBar.Location = new System.Drawing.Point(8, 80);
            this.testProgressBar.Name = "testProgressBar";
            this.testProgressBar.Size = new System.Drawing.Size(464, 23);
            this.testProgressBar.SkipColor = System.Drawing.Color.Violet;
            this.testProgressBar.SuccessColor = System.Drawing.Color.Green;
            this.testProgressBar.TabIndex = 2;
            this.testProgressBar.Tree = null;
            // 
            // stopButton
            // 
            this.stopButton.Enabled = false;
            this.stopButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.stopButton.Location = new System.Drawing.Point(119, 24);
            this.stopButton.Name = "stopButton";
            this.stopButton.Size = new System.Drawing.Size(104, 40);
            this.stopButton.TabIndex = 1;
            this.stopButton.Text = "Stop";
            this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
            // 
            // runButton
            // 
            this.runButton.Enabled = false;
            this.runButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.runButton.Location = new System.Drawing.Point(8, 24);
            this.runButton.Name = "runButton";
            this.runButton.Size = new System.Drawing.Size(104, 40);
            this.runButton.TabIndex = 0;
            this.runButton.Text = "Run";
            this.runButton.Click += new System.EventHandler(this.runButton_Click);
            // 
            // TestRunControl
            // 
            this.Controls.Add(this.groupBox1);
            this.Name = "TestRunControl";
            this.Size = new System.Drawing.Size(480, 112);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Esempio n. 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.groupBox1       = new System.Windows.Forms.GroupBox();
     this.testProgressBar = new MbUnit.Forms.TestProgressControl();
     this.stopButton      = new System.Windows.Forms.Button();
     this.runButton       = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.testProgressBar);
     this.groupBox1.Controls.Add(this.stopButton);
     this.groupBox1.Controls.Add(this.runButton);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(480, 112);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Tests";
     //
     // testProgressBar
     //
     this.testProgressBar.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.testProgressBar.BackColor    = System.Drawing.Color.White;
     this.testProgressBar.FailureColor = System.Drawing.Color.Red;
     this.testProgressBar.IgnoreColor  = System.Drawing.Color.Yellow;
     this.testProgressBar.Location     = new System.Drawing.Point(8, 80);
     this.testProgressBar.Name         = "testProgressBar";
     this.testProgressBar.Size         = new System.Drawing.Size(464, 23);
     this.testProgressBar.SkipColor    = System.Drawing.Color.Violet;
     this.testProgressBar.SuccessColor = System.Drawing.Color.Green;
     this.testProgressBar.TabIndex     = 2;
     this.testProgressBar.Tree         = null;
     //
     // stopButton
     //
     this.stopButton.Enabled   = false;
     this.stopButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.stopButton.Location  = new System.Drawing.Point(119, 24);
     this.stopButton.Name      = "stopButton";
     this.stopButton.Size      = new System.Drawing.Size(104, 40);
     this.stopButton.TabIndex  = 1;
     this.stopButton.Text      = "Stop";
     this.stopButton.Click    += new System.EventHandler(this.stopButton_Click);
     //
     // runButton
     //
     this.runButton.Enabled   = false;
     this.runButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.runButton.Location  = new System.Drawing.Point(8, 24);
     this.runButton.Name      = "runButton";
     this.runButton.Size      = new System.Drawing.Size(104, 40);
     this.runButton.TabIndex  = 0;
     this.runButton.Text      = "Run";
     this.runButton.Click    += new System.EventHandler(this.runButton_Click);
     //
     // TestRunControl
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "TestRunControl";
     this.Size = new System.Drawing.Size(480, 112);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }