Changeset 8331 for branches/ScatterSearch (trunk integration)/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs
- Timestamp:
- 07/26/12 09:51:13 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs
r8086 r8331 183 183 // 184 184 this.instanceDiscoveryProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 185 this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 1 32);185 this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 141); 186 186 this.instanceDiscoveryProgressBar.Name = "instanceDiscoveryProgressBar"; 187 this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(3 08, 23);187 this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(367, 23); 188 188 this.instanceDiscoveryProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 189 189 this.instanceDiscoveryProgressBar.TabIndex = 4; … … 194 194 this.instanceDiscoveryProgressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 195 195 this.instanceDiscoveryProgressLabel.BackColor = System.Drawing.SystemColors.Control; 196 this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 1 58);196 this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 167); 197 197 this.instanceDiscoveryProgressLabel.Name = "instanceDiscoveryProgressLabel"; 198 this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(3 08, 23);198 this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(367, 23); 199 199 this.instanceDiscoveryProgressLabel.TabIndex = 5; 200 200 this.instanceDiscoveryProgressLabel.Text = "label1"; … … 362 362 this.instancesTabPage.Name = "instancesTabPage"; 363 363 this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3); 364 this.instancesTabPage.Size = new System.Drawing.Size(3 20, 273);364 this.instancesTabPage.Size = new System.Drawing.Size(379, 291); 365 365 this.instancesTabPage.TabIndex = 0; 366 366 this.instancesTabPage.Text = "Problem Instances"; … … 384 384 this.instancesTreeView.Location = new System.Drawing.Point(6, 35); 385 385 this.instancesTreeView.Name = "instancesTreeView"; 386 this.instancesTreeView.Size = new System.Drawing.Size(3 08, 232);386 this.instancesTreeView.Size = new System.Drawing.Size(367, 250); 387 387 this.instancesTreeView.TabIndex = 6; 388 388 this.instancesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instancesTreeView_AfterCheck); … … 453 453 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 454 454 this.Text = "Create Experiment"; 455 this.TopMost = true;456 455 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialog_FormClosing); 457 456 this.Load += new System.EventHandler(this.CreateExperimentDialog_Load);
Note: See TracChangeset
for help on using the changeset viewer.