- Timestamp:
- 03/30/11 00:32:26 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.3
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive 3.3.sln
r5309 r5874 29 29 ConfigMerger.exe = ConfigMerger.exe 30 30 HeuristicLab 3.3.vsmdi = HeuristicLab 3.3.vsmdi 31 HeuristicLab.Hive 3.3 2.vsmdi = HeuristicLab.Hive 3.32.vsmdi31 HeuristicLab.Hive 3.3.vsmdi = HeuristicLab.Hive 3.3.vsmdi 32 32 LocalTestRun.testrunconfig = LocalTestRun.testrunconfig 33 33 PreBuildEvent.cmd = PreBuildEvent.cmd … … 108 108 Global 109 109 GlobalSection(TestCaseManagementSettings) = postSolution 110 CategoryFile = HeuristicLab.Hive 3.3 2.vsmdi110 CategoryFile = HeuristicLab.Hive 3.3.vsmdi 111 111 EndGlobalSection 112 112 GlobalSection(SolutionConfigurationPlatforms) = preSolution -
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager.Views/3.3/HiveExperimentView.Designer.cs
r4769 r5874 82 82 this.nameTextBox.Size = new System.Drawing.Size(663, 20); 83 83 // 84 // descriptionTextBox85 //86 this.descriptionTextBox.Size = new System.Drawing.Size(663, 20);87 //88 84 // tabControl 89 85 // … … 145 141 this.experimentNamedItemView.Name = "experimentNamedItemView"; 146 142 this.experimentNamedItemView.ReadOnly = false; 147 this.experimentNamedItemView.Size = new System.Drawing.Size(721, 52);143 this.experimentNamedItemView.Size = new System.Drawing.Size(721, 22); 148 144 this.experimentNamedItemView.TabIndex = 3; 149 145 // … … 152 148 this.viewExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 153 149 | System.Windows.Forms.AnchorStyles.Right))); 154 this.viewExperimentButton.Location = new System.Drawing.Point(0, 94);150 this.viewExperimentButton.Location = new System.Drawing.Point(0, 64); 155 151 this.viewExperimentButton.Name = "viewExperimentButton"; 156 152 this.viewExperimentButton.Size = new System.Drawing.Size(727, 23); … … 361 357 this.Name = "HiveExperimentView"; 362 358 this.Size = new System.Drawing.Size(735, 524); 359 this.Controls.SetChildIndex(this.infoLabel, 0); 363 360 this.Controls.SetChildIndex(this.reconnectButton, 0); 364 361 this.Controls.SetChildIndex(this.resetButton, 0); … … 373 370 this.Controls.SetChildIndex(this.tabControl, 0); 374 371 this.Controls.SetChildIndex(this.nameLabel, 0); 375 this.Controls.SetChildIndex(this.descriptionLabel, 0);376 372 this.Controls.SetChildIndex(this.nameTextBox, 0); 377 this.Controls.SetChildIndex(this.descriptionTextBox, 0);378 373 this.Controls.SetChildIndex(this.downloadExperimentPanel, 0); 379 374 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); -
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager.Views/3.3/HiveExperimentView.cs
r4760 r5874 101 101 if (Content != null) { 102 102 this.nameTextBox.ReadOnly = Content.ExecutionState != ExecutionState.Prepared; 103 this.descriptionTextBox.ReadOnly = Content.ExecutionState != ExecutionState.Prepared;104 103 this.resourceIdsTextBox.ReadOnly = Content.ExecutionState != ExecutionState.Prepared; 105 104 this.hiveJobView.ReadOnly = Content.ExecutionState != ExecutionState.Prepared; … … 132 131 Invoke(new EventHandler(Content_Prepared), sender, e); 133 132 else { 134 nameTextBox.Enabled = descriptionTextBox.Enabled =true;133 nameTextBox.Enabled = true; 135 134 Locked = false; 136 135 SetEnabledStateOfControls(); … … 141 140 Invoke(new EventHandler(Content_Started), sender, e); 142 141 else { 143 nameTextBox.Enabled = descriptionTextBox.Enabled =false;142 nameTextBox.Enabled = false; 144 143 SetEnabledStateOfControls(); 145 144 } … … 149 148 Invoke(new EventHandler(Content_Paused), sender, e); 150 149 else { 151 nameTextBox.Enabled = descriptionTextBox.Enabled =true;150 nameTextBox.Enabled = true; 152 151 SetEnabledStateOfControls(); 153 152 } … … 157 156 Invoke(new EventHandler(Content_Stopped), sender, e); 158 157 else { 159 nameTextBox.Enabled = descriptionTextBox.Enabled =true;158 nameTextBox.Enabled = true; 160 159 Locked = false; 161 160 SetEnabledStateOfControls(); -
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager.Views/3.3/HiveExperimentView.resx
r4769 r5874 113 113 </resheader> 114 114 <resheader name="reader"> 115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 116 116 </resheader> 117 117 <resheader name="writer"> 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>119 </resheader> 120 <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 </resheader> 120 <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 121 <value>107, 17</value> 122 122 </metadata> 123 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">123 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 124 <value>17, 17</value> 125 125 </metadata> 126 <assembly alias="System.Drawing" name="System.Drawing, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />126 <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 127 127 <data name="openExperimentButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 128 128 <value> … … 204 204 fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+ 205 205 tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/ 206 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOv QAADr0BR/uQrQAAA2JJREFUOE9lk31MFHQY206 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOvAAADrwBlbxySQAAA2JJREFUOE9lk31MFHQY 207 207 x59JZIU62/QPF1gauDJXjkpyZLxVMEEubgpKU0NePKS6yp168qaJ4OIlMhUH6hRWChyuuuTaQjqFk8j0 208 208 MEhlURdMRgp0XERccfjpx7G1Vn8822+/fb/fz/f54xFA/jtDf03S4fyTloE/6PhlFNfvY0xMTCjZ/7X/ … … 268 268 </value> 269 269 </data> 270 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version= 2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">270 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 271 271 <value>25</value> 272 272 </metadata> -
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager.Views/3.3/HiveJobView.Designer.cs
r5399 r5874 193 193 this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel); 194 194 this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox); 195 this.jobStatusGroupBox.Location = new System.Drawing.Point(6, 2 26);195 this.jobStatusGroupBox.Location = new System.Drawing.Point(6, 203); 196 196 this.jobStatusGroupBox.Name = "jobStatusGroupBox"; 197 197 this.jobStatusGroupBox.Size = new System.Drawing.Size(610, 162); … … 237 237 this.optimizerGroupBox.Location = new System.Drawing.Point(6, 29); 238 238 this.optimizerGroupBox.Name = "optimizerGroupBox"; 239 this.optimizerGroupBox.Size = new System.Drawing.Size(610, 74);239 this.optimizerGroupBox.Size = new System.Drawing.Size(610, 47); 240 240 this.optimizerGroupBox.TabIndex = 28; 241 241 this.optimizerGroupBox.TabStop = false; … … 251 251 this.optimizerNamedItemView.Name = "optimizerNamedItemView"; 252 252 this.optimizerNamedItemView.ReadOnly = false; 253 this.optimizerNamedItemView.Size = new System.Drawing.Size(604, 51);253 this.optimizerNamedItemView.Size = new System.Drawing.Size(604, 21); 254 254 this.optimizerNamedItemView.TabIndex = 0; 255 255 // … … 266 266 this.configurationGroupBox.Controls.Add(this.computeInParallelLabel); 267 267 this.configurationGroupBox.Controls.Add(this.computeInParallelCheckBox); 268 this.configurationGroupBox.Location = new System.Drawing.Point(6, 105);268 this.configurationGroupBox.Location = new System.Drawing.Point(6, 82); 269 269 this.configurationGroupBox.Name = "configurationGroupBox"; 270 270 this.configurationGroupBox.Size = new System.Drawing.Size(610, 119); -
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3
- Property svn:ignore
-
old new 2 2 obj 3 3 *.user 4 *.vs10x
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.