Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/13 11:24:40 (11 years ago)
Author:
ascheibe
Message:

#2031 added a rich text box dialog for displaying formatted help texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.designer.cs

    r9706 r9742  
    6565      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
    6666      this.pairwiseTestGroupBox = new System.Windows.Forms.GroupBox();
     67      this.label3 = new System.Windows.Forms.Label();
     68      this.equalDistsTextBox = new System.Windows.Forms.TextBox();
     69      this.pairwiseCheckDataButton = new System.Windows.Forms.Button();
    6770      this.label2 = new System.Windows.Forms.Label();
    6871      this.groupCompComboBox = new System.Windows.Forms.ComboBox();
     
    7275      this.normalityLabel = new System.Windows.Forms.Label();
    7376      this.selectDataGroupBox = new System.Windows.Forms.GroupBox();
    74       this.pairwiseCheckDataButton = new System.Windows.Forms.Button();
    75       this.equalDistsTextBox = new System.Windows.Forms.TextBox();
    76       this.label3 = new System.Windows.Forms.Label();
    7777      this.contextMenuStrip1.SuspendLayout();
    7878      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     
    228228      this.infoLabel.Size = new System.Drawing.Size(16, 16);
    229229      this.infoLabel.TabIndex = 17;
    230       this.toolTip1.SetToolTip(this.infoLabel, resources.GetString("infoLabel.ToolTip"));
     230      this.toolTip1.SetToolTip(this.infoLabel, "Double click for help");
    231231      this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick);
    232232      //
     
    293293      this.pairwiseTestGroupBox.Text = "4. Pairwise Statistical Testing";
    294294      //
     295      // label3
     296      //
     297      this.label3.AutoSize = true;
     298      this.label3.Location = new System.Drawing.Point(9, 90);
     299      this.label3.Name = "label3";
     300      this.label3.Size = new System.Drawing.Size(74, 13);
     301      this.label3.TabIndex = 18;
     302      this.label3.Text = "Equal Groups:";
     303      this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     304      //
     305      // equalDistsTextBox
     306      //
     307      this.equalDistsTextBox.Location = new System.Drawing.Point(95, 87);
     308      this.equalDistsTextBox.Name = "equalDistsTextBox";
     309      this.equalDistsTextBox.ReadOnly = true;
     310      this.equalDistsTextBox.Size = new System.Drawing.Size(149, 20);
     311      this.equalDistsTextBox.TabIndex = 18;
     312      //
     313      // pairwiseCheckDataButton
     314      //
     315      this.pairwiseCheckDataButton.Location = new System.Drawing.Point(6, 52);
     316      this.pairwiseCheckDataButton.Name = "pairwiseCheckDataButton";
     317      this.pairwiseCheckDataButton.Size = new System.Drawing.Size(92, 23);
     318      this.pairwiseCheckDataButton.TabIndex = 19;
     319      this.pairwiseCheckDataButton.Text = "Check Data";
     320      this.pairwiseCheckDataButton.UseVisualStyleBackColor = true;
     321      this.pairwiseCheckDataButton.Click += new System.EventHandler(this.pairwiseCheckDataButton_Click);
     322      //
    295323      // label2
    296324      //
     
    371399      this.selectDataGroupBox.TabStop = false;
    372400      this.selectDataGroupBox.Text = "1. Select Data";
    373       //
    374       // pairwiseCheckDataButton
    375       //
    376       this.pairwiseCheckDataButton.Location = new System.Drawing.Point(6, 52);
    377       this.pairwiseCheckDataButton.Name = "pairwiseCheckDataButton";
    378       this.pairwiseCheckDataButton.Size = new System.Drawing.Size(92, 23);
    379       this.pairwiseCheckDataButton.TabIndex = 19;
    380       this.pairwiseCheckDataButton.Text = "Check Data";
    381       this.pairwiseCheckDataButton.UseVisualStyleBackColor = true;
    382       this.pairwiseCheckDataButton.Click += new System.EventHandler(this.pairwiseCheckDataButton_Click);
    383       //
    384       // equalDistsTextBox
    385       //
    386       this.equalDistsTextBox.Location = new System.Drawing.Point(95, 87);
    387       this.equalDistsTextBox.Name = "equalDistsTextBox";
    388       this.equalDistsTextBox.ReadOnly = true;
    389       this.equalDistsTextBox.Size = new System.Drawing.Size(149, 20);
    390       this.equalDistsTextBox.TabIndex = 18;
    391       //
    392       // label3
    393       //
    394       this.label3.AutoSize = true;
    395       this.label3.Location = new System.Drawing.Point(9, 90);
    396       this.label3.Name = "label3";
    397       this.label3.Size = new System.Drawing.Size(74, 13);
    398       this.label3.TabIndex = 18;
    399       this.label3.Text = "Equal Groups:";
    400       this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
    401401      //
    402402      // StatisticalTestingView
Note: See TracChangeset for help on using the changeset viewer.