- Timestamp:
- 06/18/12 10:45:50 (12 years ago)
- Location:
- branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/MetaOptimizationProblemView.Designer.cs
r5927 r8029 25 25 private void InitializeComponent() { 26 26 this.createExperimentButton = new System.Windows.Forms.Button(); 27 ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit(); 28 this.problemInstanceSplitContainer.Panel1.SuspendLayout(); 29 this.problemInstanceSplitContainer.Panel2.SuspendLayout(); 30 this.problemInstanceSplitContainer.SuspendLayout(); 27 31 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 28 32 this.SuspendLayout(); 33 // 34 // problemInstanceSplitContainer 35 // 36 this.problemInstanceSplitContainer.Size = new System.Drawing.Size(601, 399); 37 // 38 // ProblemInstanceConsumerViewHost 39 // 40 this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(589, 23); 29 41 // 30 42 // parameterCollectionView 31 43 // 32 44 this.parameterCollectionView.AllowDrop = true; 33 this.parameterCollectionView.Size = new System.Drawing.Size( 604, 373);45 this.parameterCollectionView.Size = new System.Drawing.Size(592, 339); 34 46 this.parameterCollectionView.DragDrop += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragDrop); 35 47 this.parameterCollectionView.DragEnter += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragEnterOver); … … 40 52 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 41 53 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 42 this.nameTextBox.Size = new System.Drawing.Size(542, 20); 54 this.nameTextBox.Size = new System.Drawing.Size(620, 20); 55 // 56 // infoLabel 57 // 58 this.infoLabel.Location = new System.Drawing.Point(569, 4); 43 59 // 44 60 // createExperimentButton … … 48 64 this.createExperimentButton.Location = new System.Drawing.Point(0, 405); 49 65 this.createExperimentButton.Name = "createExperimentButton"; 50 this.createExperimentButton.Size = new System.Drawing.Size(60 4, 24);66 this.createExperimentButton.Size = new System.Drawing.Size(601, 24); 51 67 this.createExperimentButton.TabIndex = 5; 52 68 this.createExperimentButton.Text = "Create Combinations"; … … 62 78 this.Size = new System.Drawing.Size(604, 431); 63 79 this.Controls.SetChildIndex(this.createExperimentButton, 0); 64 this.Controls.SetChildIndex(this.infoLabel, 0); 65 this.Controls.SetChildIndex(this.nameTextBox, 0); 66 this.Controls.SetChildIndex(this.nameLabel, 0); 67 this.Controls.SetChildIndex(this.parameterCollectionView, 0); 80 this.Controls.SetChildIndex(this.problemInstanceSplitContainer, 0); 81 this.problemInstanceSplitContainer.Panel1.ResumeLayout(false); 82 this.problemInstanceSplitContainer.Panel2.ResumeLayout(false); 83 this.problemInstanceSplitContainer.Panel2.PerformLayout(); 84 ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit(); 85 this.problemInstanceSplitContainer.ResumeLayout(false); 68 86 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 69 87 this.ResumeLayout(false); 70 this.PerformLayout();71 88 72 89 } -
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/MetaOptimizationProblemView.resx
r5927 r8029 121 121 <value>107, 17</value> 122 122 </metadata> 123 <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 <value>107, 17</value> 125 </metadata> 123 126 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 127 <value>17, 17</value>
Note: See TracChangeset
for help on using the changeset viewer.