Changeset 12805
- Timestamp:
- 07/27/15 12:49:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/IRRestarterView.Designer.cs
r12804 r12805 34 34 /// </summary> 35 35 private void InitializeComponent() { 36 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IndependentRandomRestarterView));37 36 this.timeLimitLabel = new System.Windows.Forms.Label(); 38 37 this.maxExecutionTimeTextBox = new System.Windows.Forms.TextBox(); … … 118 117 // maxExecutionTimeTextBox 119 118 // 120 this.maxExecutionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 119 this.maxExecutionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 121 120 | System.Windows.Forms.AnchorStyles.Right))); 122 121 this.maxExecutionTimeTextBox.Location = new System.Drawing.Point(115, 26); … … 146 145 // 147 146 this.tabControl.AllowDrop = true; 148 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 149 | System.Windows.Forms.AnchorStyles.Left) 147 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 148 | System.Windows.Forms.AnchorStyles.Left) 150 149 | System.Windows.Forms.AnchorStyles.Right))); 151 150 this.tabControl.Controls.Add(this.algorithmTabPage); … … 177 176 // algorithmViewHost 178 177 // 179 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 180 | System.Windows.Forms.AnchorStyles.Left) 178 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 179 | System.Windows.Forms.AnchorStyles.Left) 181 180 | System.Windows.Forms.AnchorStyles.Right))); 182 181 this.algorithmViewHost.Caption = "View"; … … 193 192 // openAlgorithmButton 194 193 // 195 this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));194 this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 196 195 this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6); 197 196 this.openAlgorithmButton.Name = "openAlgorithmButton"; … … 204 203 // newAlgorithmButton 205 204 // 206 this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));205 this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 207 206 this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6); 208 207 this.newAlgorithmButton.Name = "newAlgorithmButton"; … … 283 282 // terminationComboBox 284 283 // 285 this.terminationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 284 this.terminationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 286 285 | System.Windows.Forms.AnchorStyles.Right))); 287 286 this.terminationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 304 303 // moveCostPerSolutionTextBox 305 304 // 306 this.moveCostPerSolutionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 305 this.moveCostPerSolutionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 307 306 | System.Windows.Forms.AnchorStyles.Right))); 308 307 this.moveCostPerSolutionTextBox.Location = new System.Drawing.Point(401, 52);
Note: See TracChangeset
for help on using the changeset viewer.