Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/13 19:47:32 (11 years ago)
Author:
ascheibe
Message:

#2031

  • added documentation for chart analysis view
  • some ui improvements
File:
1 edited

Legend:

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

    r9713 r9749  
    3434    /// </summary>
    3535    private void InitializeComponent() {
     36      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartAnalysisView));
    3637      this.fittingComboBox = new System.Windows.Forms.ComboBox();
    3738      this.addValuesButton = new System.Windows.Forms.Button();
     
    4243      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
    4344      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
     45      this.splitContainer = new System.Windows.Forms.SplitContainer();
     46      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     47      this.infoLabel = new System.Windows.Forms.Label();
     48      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     49      this.splitContainer.Panel1.SuspendLayout();
     50      this.splitContainer.Panel2.SuspendLayout();
     51      this.splitContainer.SuspendLayout();
     52      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     53      this.splitContainer1.Panel1.SuspendLayout();
     54      this.splitContainer1.Panel2.SuspendLayout();
     55      this.splitContainer1.SuspendLayout();
    4456      this.SuspendLayout();
    4557      //
    4658      // fittingComboBox
    4759      //
    48       this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     60      this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    4961      this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5062      this.fittingComboBox.FormattingEnabled = true;
    51       this.fittingComboBox.Location = new System.Drawing.Point(142, 359);
     63      this.fittingComboBox.Location = new System.Drawing.Point(271, 3);
    5264      this.fittingComboBox.Name = "fittingComboBox";
    5365      this.fittingComboBox.Size = new System.Drawing.Size(214, 21);
     
    5668      // addValuesButton
    5769      //
    58       this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    59       this.addValuesButton.Location = new System.Drawing.Point(3, 357);
     70      this.addValuesButton.Location = new System.Drawing.Point(3, 3);
    6071      this.addValuesButton.Name = "addValuesButton";
    6172      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
     
    6778      // addLineToChart
    6879      //
    69       this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    70       this.addLineToChart.Location = new System.Drawing.Point(362, 357);
     80      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     81      this.addLineToChart.Location = new System.Drawing.Point(491, 3);
    7182      this.addLineToChart.Name = "addLineToChart";
    72       this.addLineToChart.Size = new System.Drawing.Size(133, 23);
     83      this.addLineToChart.Size = new System.Drawing.Size(100, 23);
    7384      this.addLineToChart.TabIndex = 9;
    7485      this.addLineToChart.Text = "Fit Line to Chart";
     
    8293      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8394      this.dataRowComboBox.FormattingEnabled = true;
    84       this.dataRowComboBox.Location = new System.Drawing.Point(71, 33);
     95      this.dataRowComboBox.Location = new System.Drawing.Point(70, 33);
    8596      this.dataRowComboBox.Name = "dataRowComboBox";
    86       this.dataRowComboBox.Size = new System.Drawing.Size(424, 21);
     97      this.dataRowComboBox.Size = new System.Drawing.Size(829, 21);
    8798      this.dataRowComboBox.TabIndex = 8;
    8899      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
     
    91102      //
    92103      this.label2.AutoSize = true;
    93       this.label2.Location = new System.Drawing.Point(5, 36);
     104      this.label2.Location = new System.Drawing.Point(4, 36);
    94105      this.label2.Name = "label2";
    95106      this.label2.Size = new System.Drawing.Size(55, 13);
     
    100111      //
    101112      this.label1.AutoSize = true;
    102       this.label1.Location = new System.Drawing.Point(5, 6);
     113      this.label1.Location = new System.Drawing.Point(4, 6);
    103114      this.label1.Name = "label1";
    104115      this.label1.Size = new System.Drawing.Size(60, 13);
     
    112123      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    113124      this.dataTableComboBox.FormattingEnabled = true;
    114       this.dataTableComboBox.Location = new System.Drawing.Point(71, 3);
     125      this.dataTableComboBox.Location = new System.Drawing.Point(70, 3);
    115126      this.dataTableComboBox.Name = "dataTableComboBox";
    116       this.dataTableComboBox.Size = new System.Drawing.Size(424, 21);
     127      this.dataTableComboBox.Size = new System.Drawing.Size(829, 21);
    117128      this.dataTableComboBox.TabIndex = 5;
    118129      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
     
    125136      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
    126137      this.stringConvertibleMatrixView.Content = null;
    127       this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
     138      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 60);
    128139      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
    129140      this.stringConvertibleMatrixView.ReadOnly = true;
    130141      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
    131142      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
    132       this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
     143      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(896, 417);
    133144      this.stringConvertibleMatrixView.TabIndex = 0;
    134145      //
     146      // splitContainer
     147      //
     148      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     149            | System.Windows.Forms.AnchorStyles.Left)
     150            | System.Windows.Forms.AnchorStyles.Right)));
     151      this.splitContainer.Location = new System.Drawing.Point(3, 3);
     152      this.splitContainer.Name = "splitContainer";
     153      //
     154      // splitContainer.Panel1
     155      //
     156      this.splitContainer.Panel1.Controls.Add(this.splitContainer1);
     157      this.splitContainer.Panel1.Controls.Add(this.stringConvertibleMatrixView);
     158      this.splitContainer.Panel1.Controls.Add(this.dataTableComboBox);
     159      this.splitContainer.Panel1.Controls.Add(this.label1);
     160      this.splitContainer.Panel1.Controls.Add(this.label2);
     161      this.splitContainer.Panel1.Controls.Add(this.dataRowComboBox);
     162      //
     163      // splitContainer.Panel2
     164      //
     165      this.splitContainer.Panel2.Controls.Add(this.infoLabel);
     166      this.splitContainer.Size = new System.Drawing.Size(938, 515);
     167      this.splitContainer.SplitterDistance = 902;
     168      this.splitContainer.TabIndex = 13;
     169      //
     170      // splitContainer1
     171      //
     172      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     173            | System.Windows.Forms.AnchorStyles.Right)));
     174      this.splitContainer1.Location = new System.Drawing.Point(3, 483);
     175      this.splitContainer1.Name = "splitContainer1";
     176      //
     177      // splitContainer1.Panel1
     178      //
     179      this.splitContainer1.Panel1.Controls.Add(this.addValuesButton);
     180      //
     181      // splitContainer1.Panel2
     182      //
     183      this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
     184      this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
     185      this.splitContainer1.Size = new System.Drawing.Size(896, 29);
     186      this.splitContainer1.SplitterDistance = 298;
     187      this.splitContainer1.TabIndex = 13;
     188      //
     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(13, 3);
     194      this.infoLabel.Name = "infoLabel";
     195      this.infoLabel.Size = new System.Drawing.Size(16, 16);
     196      this.infoLabel.TabIndex = 18;
     197      this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick);
     198      //
    135199      // ChartAnalysisView
    136200      //
    137       this.Controls.Add(this.fittingComboBox);
    138       this.Controls.Add(this.addValuesButton);
    139       this.Controls.Add(this.addLineToChart);
    140       this.Controls.Add(this.dataRowComboBox);
    141       this.Controls.Add(this.label2);
    142       this.Controls.Add(this.label1);
    143       this.Controls.Add(this.dataTableComboBox);
    144       this.Controls.Add(this.stringConvertibleMatrixView);
     201      this.Controls.Add(this.splitContainer);
    145202      this.Name = "ChartAnalysisView";
    146       this.Size = new System.Drawing.Size(498, 385);
     203      this.Size = new System.Drawing.Size(944, 521);
     204      this.splitContainer.Panel1.ResumeLayout(false);
     205      this.splitContainer.Panel1.PerformLayout();
     206      this.splitContainer.Panel2.ResumeLayout(false);
     207      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     208      this.splitContainer.ResumeLayout(false);
     209      this.splitContainer1.Panel1.ResumeLayout(false);
     210      this.splitContainer1.Panel2.ResumeLayout(false);
     211      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     212      this.splitContainer1.ResumeLayout(false);
    147213      this.ResumeLayout(false);
    148       this.PerformLayout();
    149214
    150215    }
     
    159224    private System.Windows.Forms.Button addValuesButton;
    160225    private System.Windows.Forms.ComboBox fittingComboBox;
     226    private System.Windows.Forms.SplitContainer splitContainer;
     227    private System.Windows.Forms.Label infoLabel;
     228    private System.Windows.Forms.SplitContainer splitContainer1;
    161229  }
    162230}
Note: See TracChangeset for help on using the changeset viewer.