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/ChartAnalysisView.designer.cs

    r9909 r9917  
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       this.components = new System.ComponentModel.Container();
    37       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartAnalysisView));
    3836      this.fittingComboBox = new System.Windows.Forms.ComboBox();
    3937      this.addValuesButton = new System.Windows.Forms.Button();
     
    4341      this.label1 = new System.Windows.Forms.Label();
    4442      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
     43      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    4544      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    46       this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    47       this.infoLabel = new System.Windows.Forms.Label();
    48       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    4945      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    5046      this.splitContainer1.Panel1.SuspendLayout();
     
    5248      this.splitContainer1.SuspendLayout();
    5349      this.SuspendLayout();
     50      //
     51      // helpLabel
     52      //
     53      this.helpLabel.Location = new System.Drawing.Point(596, 8);
     54      this.helpToolTip.SetToolTip(this.helpLabel, "Double Click to Show Help");
    5455      //
    5556      // fittingComboBox
     
    7071      this.addValuesButton.TabIndex = 10;
    7172      this.addValuesButton.Text = "Add Values to Results";
    72       this.toolTip.SetToolTip(this.addValuesButton, "Adds the values from the data table to the results of each run.");
    7373      this.addValuesButton.UseVisualStyleBackColor = true;
    7474      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
     
    8282      this.addLineToChart.TabIndex = 9;
    8383      this.addLineToChart.Text = "Fit Line to Chart";
    84       this.toolTip.SetToolTip(this.addLineToChart, "Inserts the fitted line/curve into each chart of the run collection. ");
    8584      this.addLineToChart.UseVisualStyleBackColor = true;
    8685      this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
     
    127126      this.dataTableComboBox.TabIndex = 5;
    128127      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
     128      //
     129      // splitContainer1
     130      //
     131      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     132            | System.Windows.Forms.AnchorStyles.Right)));
     133      this.splitContainer1.Location = new System.Drawing.Point(6, 391);
     134      this.splitContainer1.Name = "splitContainer1";
     135      //
     136      // splitContainer1.Panel1
     137      //
     138      this.splitContainer1.Panel1.Controls.Add(this.addValuesButton);
     139      //
     140      // splitContainer1.Panel2
     141      //
     142      this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
     143      this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
     144      this.splitContainer1.Size = new System.Drawing.Size(584, 29);
     145      this.splitContainer1.SplitterDistance = 194;
     146      this.splitContainer1.TabIndex = 13;
    129147      //
    130148      // stringConvertibleMatrixView
     
    143161      this.stringConvertibleMatrixView.TabIndex = 0;
    144162      //
    145       // splitContainer1
    146       //
    147       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    148             | System.Windows.Forms.AnchorStyles.Right)));
    149       this.splitContainer1.Location = new System.Drawing.Point(6, 391);
    150       this.splitContainer1.Name = "splitContainer1";
    151       //
    152       // splitContainer1.Panel1
    153       //
    154       this.splitContainer1.Panel1.Controls.Add(this.addValuesButton);
    155       //
    156       // splitContainer1.Panel2
    157       //
    158       this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
    159       this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
    160       this.splitContainer1.Size = new System.Drawing.Size(584, 29);
    161       this.splitContainer1.SplitterDistance = 194;
    162       this.splitContainer1.TabIndex = 13;
    163       //
    164       // infoLabel
    165       //
    166       this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    167       this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
    168       this.infoLabel.Location = new System.Drawing.Point(596, 6);
    169       this.infoLabel.Name = "infoLabel";
    170       this.infoLabel.Size = new System.Drawing.Size(16, 16);
    171       this.infoLabel.TabIndex = 18;
    172       this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick);
    173       //
    174163      // ChartAnalysisView
    175164      //
    176165      this.Controls.Add(this.splitContainer1);
    177       this.Controls.Add(this.infoLabel);
    178166      this.Controls.Add(this.stringConvertibleMatrixView);
    179167      this.Controls.Add(this.dataTableComboBox);
     
    183171      this.Name = "ChartAnalysisView";
    184172      this.Size = new System.Drawing.Size(612, 423);
     173      this.Controls.SetChildIndex(this.label2, 0);
     174      this.Controls.SetChildIndex(this.dataRowComboBox, 0);
     175      this.Controls.SetChildIndex(this.label1, 0);
     176      this.Controls.SetChildIndex(this.dataTableComboBox, 0);
     177      this.Controls.SetChildIndex(this.stringConvertibleMatrixView, 0);
     178      this.Controls.SetChildIndex(this.splitContainer1, 0);
     179      this.Controls.SetChildIndex(this.helpLabel, 0);
    185180      this.splitContainer1.Panel1.ResumeLayout(false);
    186181      this.splitContainer1.Panel2.ResumeLayout(false);
     
    201196    private System.Windows.Forms.Button addValuesButton;
    202197    private System.Windows.Forms.ComboBox fittingComboBox;
    203     private System.Windows.Forms.Label infoLabel;
    204198    private System.Windows.Forms.SplitContainer splitContainer1;
    205     private System.Windows.Forms.ToolTip toolTip;
    206199  }
    207200}
Note: See TracChangeset for help on using the changeset viewer.