Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs
- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 113 113 // timeLimitTextBox 114 114 // 115 this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 116 116 | System.Windows.Forms.AnchorStyles.Right))); 117 117 this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26); … … 132 132 // snapshotsTextBox 133 133 // 134 this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 134 this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 135 135 | System.Windows.Forms.AnchorStyles.Right))); 136 136 this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52); … … 155 155 // 156 156 this.tabControl.AllowDrop = true; 157 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 158 | System.Windows.Forms.AnchorStyles.Left) 157 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 158 | System.Windows.Forms.AnchorStyles.Left) 159 159 | System.Windows.Forms.AnchorStyles.Right))); 160 160 this.tabControl.Controls.Add(this.algorithmTabPage); … … 170 170 // 171 171 this.algorithmTabPage.AllowDrop = true; 172 this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window; 172 173 this.algorithmTabPage.Controls.Add(this.algorithmViewHost); 173 174 this.algorithmTabPage.Controls.Add(this.openAlgorithmButton); … … 179 180 this.algorithmTabPage.TabIndex = 1; 180 181 this.algorithmTabPage.Text = "Algorithm"; 181 this.algorithmTabPage.UseVisualStyleBackColor = true;182 182 this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); 183 183 this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); … … 186 186 // algorithmViewHost 187 187 // 188 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 188 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 190 190 | System.Windows.Forms.AnchorStyles.Right))); 191 191 this.algorithmViewHost.Caption = "View"; … … 224 224 // snapshotsTabPage 225 225 // 226 this.snapshotsTabPage.BackColor = System.Drawing.SystemColors.Window; 226 227 this.snapshotsTabPage.Controls.Add(this.snapshotsView); 227 228 this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22); … … 231 232 this.snapshotsTabPage.TabIndex = 2; 232 233 this.snapshotsTabPage.Text = "Snapshots"; 233 this.snapshotsTabPage.UseVisualStyleBackColor = true;234 234 // 235 235 // snapshotsView 236 236 // 237 this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 237 this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 239 239 | System.Windows.Forms.AnchorStyles.Right))); 240 240 this.snapshotsView.Caption = "RunCollection View"; … … 248 248 // runsTabPage 249 249 // 250 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 250 251 this.runsTabPage.Controls.Add(this.runsView); 251 252 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 254 255 this.runsTabPage.TabIndex = 3; 255 256 this.runsTabPage.Text = "Runs"; 256 this.runsTabPage.UseVisualStyleBackColor = true;257 257 // 258 258 // runsView 259 259 // 260 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 261 | System.Windows.Forms.AnchorStyles.Left) 260 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 261 | System.Windows.Forms.AnchorStyles.Left) 262 262 | System.Windows.Forms.AnchorStyles.Right))); 263 263 this.runsView.Caption = "RunCollection View";
Note: See TracChangeset
for help on using the changeset viewer.