Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/13 12:09:29 (11 years ago)
Author:
ascheibe
Message:

#2031 adapted views to new help system

File:
1 edited

Legend:

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

    r9914 r9917  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatisticalTestingView));
    4948      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    5049      this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     
    5655      this.pValTextBox = new System.Windows.Forms.TextBox();
    5756      this.groupComboBox = new System.Windows.Forms.ComboBox();
    58       this.infoLabel = new System.Windows.Forms.Label();
    59       this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
    6057      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    6158      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     
    8986      this.SuspendLayout();
    9087      //
     88      // helpLabel
     89      //
     90      this.helpLabel.Location = new System.Drawing.Point(1069, 4);
     91      this.helpToolTip.SetToolTip(this.helpLabel, "Double Click to Show Help");
     92      //
    9193      // stringConvertibleMatrixView
    9294      //
     
    187189      this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
    188190      //
    189       // infoLabel
    190       //
    191       this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    192       this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
    193       this.infoLabel.Location = new System.Drawing.Point(369, 3);
    194       this.infoLabel.Name = "infoLabel";
    195       this.infoLabel.Size = new System.Drawing.Size(16, 16);
    196       this.infoLabel.TabIndex = 17;
    197       this.toolTip1.SetToolTip(this.infoLabel, "Double click for help");
    198       this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick);
    199       //
    200191      // splitContainer1
    201192      //
     
    236227      this.splitContainer3.Panel2.Controls.Add(this.pairwiseTestGroupBox);
    237228      this.splitContainer3.Panel2.Controls.Add(this.allGroupTestGroupBox);
    238       this.splitContainer3.Panel2.Controls.Add(this.infoLabel);
    239229      this.splitContainer3.Panel2.Controls.Add(this.normalityGroupBox);
    240230      this.splitContainer3.Panel2.Controls.Add(this.selectDataGroupBox);
     
    429419      this.Name = "StatisticalTestingView";
    430420      this.Size = new System.Drawing.Size(1089, 546);
     421      this.Controls.SetChildIndex(this.splitContainer3, 0);
     422      this.Controls.SetChildIndex(this.helpLabel, 0);
    431423      this.contextMenuStrip1.ResumeLayout(false);
    432424      this.splitContainer1.Panel1.ResumeLayout(false);
     
    459451    private System.Windows.Forms.TextBox pValTextBox;
    460452    private System.Windows.Forms.ComboBox groupComboBox;
    461     private System.Windows.Forms.Label infoLabel;
    462     private System.Windows.Forms.ToolTip toolTip1;
    463453    private System.Windows.Forms.SplitContainer splitContainer1;
    464454    private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
Note: See TracChangeset for help on using the changeset viewer.