Changeset 9476
- Timestamp:
- 05/09/13 20:20:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs
r9474 r9476 61 61 this.tooltip = new System.Windows.Forms.ToolTip(this.components); 62 62 ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); 63 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 63 64 this.splitContainer.Panel1.SuspendLayout(); 64 65 this.splitContainer.Panel2.SuspendLayout(); … … 71 72 this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 72 73 this.xAxisLabel.AutoSize = true; 73 this.xAxisLabel.Location = new System.Drawing.Point( 298, 256);74 this.xAxisLabel.Location = new System.Drawing.Point(363, 345); 74 75 this.xAxisLabel.Name = "xAxisLabel"; 75 76 this.xAxisLabel.Size = new System.Drawing.Size(15, 13); … … 81 82 this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 82 83 this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 83 this.xAxisComboBox.DropDownHeight = 400;84 84 this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 85 this.xAxisComboBox.DropDownWidth = 800;86 85 this.xAxisComboBox.FormattingEnabled = true; 87 this.xAxisComboBox.IntegralHeight = false; 88 this.xAxisComboBox.Location = new System.Drawing.Point(319, 253); 86 this.xAxisComboBox.Location = new System.Drawing.Point(384, 342); 89 87 this.xAxisComboBox.Name = "xAxisComboBox"; 90 this.xAxisComboBox.Size = new System.Drawing.Size( 221, 21);88 this.xAxisComboBox.Size = new System.Drawing.Size(600, 21); 91 89 this.xAxisComboBox.TabIndex = 11; 92 90 this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged); … … 104 102 // 105 103 this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 106 this.yAxisComboBox.DropDownHeight = 400;107 104 this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 108 this.yAxisComboBox.DropDownWidth = 800;109 105 this.yAxisComboBox.FormattingEnabled = true; 110 this.yAxisComboBox.IntegralHeight = false;111 106 this.yAxisComboBox.Location = new System.Drawing.Point(24, 3); 112 107 this.yAxisComboBox.Name = "yAxisComboBox"; 113 this.yAxisComboBox.Size = new System.Drawing.Size( 221, 21);108 this.yAxisComboBox.Size = new System.Drawing.Size(600, 21); 114 109 this.yAxisComboBox.TabIndex = 9; 115 110 this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged); … … 117 112 // chart 118 113 // 119 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 120 | System.Windows.Forms.AnchorStyles.Left)121 114 this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 115 | System.Windows.Forms.AnchorStyles.Left) 116 | System.Windows.Forms.AnchorStyles.Right))); 122 117 chartArea1.Name = "ChartArea1"; 123 118 this.chart.ChartAreas.Add(chartArea1); 124 this.chart.Location = new System.Drawing.Point( 6, 30);119 this.chart.Location = new System.Drawing.Point(-1, 30); 125 120 this.chart.Name = "chart"; 126 121 series1.ChartArea = "ChartArea1"; … … 131 126 series1.YValuesPerPoint = 6; 132 127 this.chart.Series.Add(series1); 133 this.chart.Size = new System.Drawing.Size( 534, 217);128 this.chart.Size = new System.Drawing.Size(989, 306); 134 129 this.chart.TabIndex = 17; 135 130 this.chart.Text = "chart"; … … 141 136 this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None; 142 137 this.noRunsLabel.AutoSize = true; 143 this.noRunsLabel.Location = new System.Drawing.Point( 212, 122);138 this.noRunsLabel.Location = new System.Drawing.Point(434, 167); 144 139 this.noRunsLabel.Name = "noRunsLabel"; 145 140 this.noRunsLabel.Size = new System.Drawing.Size(138, 13); … … 167 162 // 168 163 this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox); 169 this.splitContainer.Size = new System.Drawing.Size( 543, 416);170 this.splitContainer.SplitterDistance = 277;164 this.splitContainer.Size = new System.Drawing.Size(987, 550); 165 this.splitContainer.SplitterDistance = 366; 171 166 this.splitContainer.TabIndex = 23; 172 167 // … … 178 173 this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; 179 174 this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties; 180 this.showStatisticsCheckBox.Location = new System.Drawing.Point( 6, 245);175 this.showStatisticsCheckBox.Location = new System.Drawing.Point(3, 339); 181 176 this.showStatisticsCheckBox.Name = "showStatisticsCheckBox"; 182 177 this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24); … … 188 183 // statisticsGroupBox 189 184 // 190 this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 191 | System.Windows.Forms.AnchorStyles.Left)192 185 this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 186 | System.Windows.Forms.AnchorStyles.Left) 187 | System.Windows.Forms.AnchorStyles.Right))); 193 188 this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView); 194 189 this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3); 195 190 this.statisticsGroupBox.Name = "statisticsGroupBox"; 196 this.statisticsGroupBox.Size = new System.Drawing.Size( 534, 129);191 this.statisticsGroupBox.Size = new System.Drawing.Size(981, 174); 197 192 this.statisticsGroupBox.TabIndex = 1; 198 193 this.statisticsGroupBox.TabStop = false; … … 209 204 this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false; 210 205 this.statisticsMatrixView.ShowStatisticalInformation = false; 211 this.statisticsMatrixView.Size = new System.Drawing.Size( 528, 110);206 this.statisticsMatrixView.Size = new System.Drawing.Size(975, 155); 212 207 this.statisticsMatrixView.TabIndex = 0; 213 208 // 214 209 // RunCollectionBoxPlotView 215 210 // 216 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);217 211 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 218 212 this.BackColor = System.Drawing.SystemColors.Window; … … 220 214 this.Controls.Add(this.splitContainer); 221 215 this.Name = "RunCollectionBoxPlotView"; 222 this.Size = new System.Drawing.Size( 543, 416);216 this.Size = new System.Drawing.Size(987, 550); 223 217 ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit(); 224 218 this.splitContainer.Panel1.ResumeLayout(false); 225 219 this.splitContainer.Panel1.PerformLayout(); 226 220 this.splitContainer.Panel2.ResumeLayout(false); 221 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); 227 222 this.splitContainer.ResumeLayout(false); 228 223 this.statisticsGroupBox.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.