Changeset 9474
- Timestamp:
- 05/09/13 17:54:47 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs
r9456 r9474 81 81 this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 82 82 this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 83 this.xAxisComboBox.DropDownHeight = 400; 83 84 this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 85 this.xAxisComboBox.DropDownWidth = 800; 84 86 this.xAxisComboBox.FormattingEnabled = true; 87 this.xAxisComboBox.IntegralHeight = false; 85 88 this.xAxisComboBox.Location = new System.Drawing.Point(319, 253); 86 89 this.xAxisComboBox.Name = "xAxisComboBox"; … … 101 104 // 102 105 this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 106 this.yAxisComboBox.DropDownHeight = 400; 103 107 this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 108 this.yAxisComboBox.DropDownWidth = 800; 104 109 this.yAxisComboBox.FormattingEnabled = true; 110 this.yAxisComboBox.IntegralHeight = false; 105 111 this.yAxisComboBox.Location = new System.Drawing.Point(24, 3); 106 112 this.yAxisComboBox.Name = "yAxisComboBox"; -
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs
r9456 r9474 131 131 this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 132 132 this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 133 this.xAxisComboBox.DropDownHeight = 400; 133 134 this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 135 this.xAxisComboBox.DropDownWidth = 800; 134 136 this.xAxisComboBox.FormattingEnabled = true; 137 this.xAxisComboBox.IntegralHeight = false; 135 138 this.xAxisComboBox.Location = new System.Drawing.Point(492, 469); 136 139 this.xAxisComboBox.Name = "xAxisComboBox"; … … 151 154 // 152 155 this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 156 this.yAxisComboBox.DropDownHeight = 400; 153 157 this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 158 this.yAxisComboBox.DropDownWidth = 800; 154 159 this.yAxisComboBox.FormattingEnabled = true; 160 this.yAxisComboBox.IntegralHeight = false; 155 161 this.yAxisComboBox.Location = new System.Drawing.Point(24, 3); 156 162 this.yAxisComboBox.Name = "yAxisComboBox"; … … 174 180 this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 175 181 this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight; 182 this.sizeComboBox.DropDownHeight = 400; 176 183 this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 184 this.sizeComboBox.DropDownWidth = 800; 177 185 this.sizeComboBox.FormattingEnabled = true; 186 this.sizeComboBox.IntegralHeight = false; 178 187 this.sizeComboBox.Location = new System.Drawing.Point(560, 4); 179 188 this.sizeComboBox.Name = "sizeComboBox";
Note: See TracChangeset
for help on using the changeset viewer.