Changeset 10115 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/RunCollectionModifierTasksConfigurator.Designer.cs
- Timestamp:
- 11/08/13 10:10:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/RunCollectionModifierTasksConfigurator.Designer.cs
r10113 r10115 32 32 // 33 33 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 34 this.okButton.Location = new System.Drawing.Point( 502, 325);34 this.okButton.Location = new System.Drawing.Point(707, 437); 35 35 this.okButton.Name = "okButton"; 36 36 this.okButton.Size = new System.Drawing.Size(75, 23); … … 43 43 // 44 44 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 45 this.cancelButton.Location = new System.Drawing.Point( 583, 325);45 this.cancelButton.Location = new System.Drawing.Point(788, 437); 46 46 this.cancelButton.Name = "cancelButton"; 47 47 this.cancelButton.Size = new System.Drawing.Size(75, 23); … … 62 62 this.viewHost.Name = "viewHost"; 63 63 this.viewHost.ReadOnly = false; 64 this.viewHost.Size = new System.Drawing.Size( 646, 307);64 this.viewHost.Size = new System.Drawing.Size(851, 419); 65 65 this.viewHost.TabIndex = 2; 66 66 this.viewHost.ViewsLabelVisible = true; … … 71 71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 72 72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 73 this.ClientSize = new System.Drawing.Size( 670, 360);73 this.ClientSize = new System.Drawing.Size(875, 472); 74 74 this.Controls.Add(this.viewHost); 75 75 this.Controls.Add(this.cancelButton);
Note: See TracChangeset
for help on using the changeset viewer.