Changeset 3482 for trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs
- Timestamp:
- 04/22/10 00:37:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs
r3459 r3482 53 53 this.yJitterLabel.Location = new System.Drawing.Point(257, 6); 54 54 this.yJitterLabel.Name = "yJitterLabel"; 55 this.yJitterLabel.Size = new System.Drawing.Size( 29, 13);55 this.yJitterLabel.Size = new System.Drawing.Size(32, 13); 56 56 this.yJitterLabel.TabIndex = 13; 57 this.yJitterLabel.Text = " jitter:";57 this.yJitterLabel.Text = "Jitter:"; 58 58 // 59 59 // xJitterlabel … … 61 61 this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 62 62 this.xJitterlabel.AutoSize = true; 63 this.xJitterlabel.Location = new System.Drawing.Point(46 1, 309);63 this.xJitterlabel.Location = new System.Drawing.Point(460, 308); 64 64 this.xJitterlabel.Name = "xJitterlabel"; 65 this.xJitterlabel.Size = new System.Drawing.Size( 29, 13);65 this.xJitterlabel.Size = new System.Drawing.Size(32, 13); 66 66 this.xJitterlabel.TabIndex = 12; 67 this.xJitterlabel.Text = " jitter:";67 this.xJitterlabel.Text = "Jitter:"; 68 68 // 69 69 // xTrackBar 70 70 // 71 71 this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 72 this.xTrackBar.Location = new System.Drawing.Point(49 6, 306);72 this.xTrackBar.Location = new System.Drawing.Point(498, 305); 73 73 this.xTrackBar.Maximum = 100; 74 74 this.xTrackBar.Name = "xTrackBar"; … … 82 82 this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 83 83 this.xAxisLabel.AutoSize = true; 84 this.xAxisLabel.Location = new System.Drawing.Point(21 3, 309);84 this.xAxisLabel.Location = new System.Drawing.Point(211, 307); 85 85 this.xAxisLabel.Name = "xAxisLabel"; 86 86 this.xAxisLabel.Size = new System.Drawing.Size(15, 13); … … 94 94 this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 95 95 this.xAxisComboBox.FormattingEnabled = true; 96 this.xAxisComboBox.Location = new System.Drawing.Point(23 4, 307);96 this.xAxisComboBox.Location = new System.Drawing.Point(232, 305); 97 97 this.xAxisComboBox.Name = "xAxisComboBox"; 98 98 this.xAxisComboBox.Size = new System.Drawing.Size(221, 21); … … 122 122 // yTrackBar 123 123 // 124 this.yTrackBar.Location = new System.Drawing.Point(29 2, 3);124 this.yTrackBar.Location = new System.Drawing.Point(295, 3); 125 125 this.yTrackBar.Maximum = 100; 126 126 this.yTrackBar.Name = "yTrackBar"; … … 146 146 this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 147 147 this.sizeLabel.AutoSize = true; 148 this.sizeLabel.Location = new System.Drawing.Point(3 71, 6);148 this.sizeLabel.Location = new System.Drawing.Point(369, 6); 149 149 this.sizeLabel.Name = "sizeLabel"; 150 this.sizeLabel.Size = new System.Drawing.Size(6 4, 13);150 this.sizeLabel.Size = new System.Drawing.Size(66, 13); 151 151 this.sizeLabel.TabIndex = 15; 152 this.sizeLabel.Text = "Bubble size:";152 this.sizeLabel.Text = "Bubble Size:"; 153 153 // 154 154 // chart … … 169 169 series2.YValuesPerPoint = 2; 170 170 this.chart.Series.Add(series2); 171 this.chart.Size = new System.Drawing.Size(55 6, 263);171 this.chart.Size = new System.Drawing.Size(554, 261); 172 172 this.chart.TabIndex = 16; 173 173 this.chart.Text = "chart1"; … … 206 206 this.radioButtonGroup.Controls.Add(this.zoomButton); 207 207 this.radioButtonGroup.Controls.Add(this.selectButton); 208 this.radioButtonGroup.Location = new System.Drawing.Point( 6, 299);208 this.radioButtonGroup.Location = new System.Drawing.Point(3, 297); 209 209 this.radioButtonGroup.Name = "radioButtonGroup"; 210 210 this.radioButtonGroup.Size = new System.Drawing.Size(135, 32); … … 217 217 this.colorButton.Enabled = false; 218 218 this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 219 this.colorButton.Location = new System.Drawing.Point(144, 30 6);219 this.colorButton.Location = new System.Drawing.Point(144, 305); 220 220 this.colorButton.Name = "colorButton"; 221 this.colorButton.Size = new System.Drawing.Size(64, 2 3);221 this.colorButton.Size = new System.Drawing.Size(64, 21); 222 222 this.colorButton.TabIndex = 20; 223 223 this.colorButton.Text = "Color"; … … 234 234 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 235 235 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 236 this.BackColor = System.Drawing.SystemColors.Window; 237 this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 236 238 this.Controls.Add(this.colorButton); 237 239 this.Controls.Add(this.radioButtonGroup); … … 248 250 this.Controls.Add(this.yTrackBar); 249 251 this.Name = "RunCollectionBubbleChartView"; 250 this.Size = new System.Drawing.Size(56 7, 334);252 this.Size = new System.Drawing.Size(565, 332); 251 253 ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit(); 252 254 ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
Note: See TracChangeset
for help on using the changeset viewer.