Changeset 9922 for branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs
- Timestamp:
- 09/02/13 13:44:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs
r9917 r9922 49 49 this.SuspendLayout(); 50 50 // 51 // helpLabel52 //53 this.helpLabel.Location = new System.Drawing.Point(596, 8);54 this.helpToolTip.SetToolTip(this.helpLabel, "Double Click to Show Help");55 //56 51 // fittingComboBox 57 52 // … … 87 82 // dataRowComboBox 88 83 // 89 this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 84 this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 90 85 | System.Windows.Forms.AnchorStyles.Right))); 91 86 this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 117 112 // dataTableComboBox 118 113 // 119 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 114 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 120 115 | System.Windows.Forms.AnchorStyles.Right))); 121 116 this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 129 124 // splitContainer1 130 125 // 131 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 126 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 132 127 | System.Windows.Forms.AnchorStyles.Right))); 133 128 this.splitContainer1.Location = new System.Drawing.Point(6, 391); … … 148 143 // stringConvertibleMatrixView 149 144 // 150 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 151 | System.Windows.Forms.AnchorStyles.Left) 145 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 146 | System.Windows.Forms.AnchorStyles.Left) 152 147 | System.Windows.Forms.AnchorStyles.Right))); 153 148 this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 177 172 this.Controls.SetChildIndex(this.stringConvertibleMatrixView, 0); 178 173 this.Controls.SetChildIndex(this.splitContainer1, 0); 179 this.Controls.SetChildIndex(this.helpLabel, 0);180 174 this.splitContainer1.Panel1.ResumeLayout(false); 181 175 this.splitContainer1.Panel2.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.