Changeset 7104
- Timestamp:
- 11/30/11 16:19:50 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs
r7103 r7104 33 33 this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView(); 34 34 this.runsTabPage = new System.Windows.Forms.TabPage(); 35 this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 35 36 this.stateTabPage = new System.Windows.Forms.TabPage(); 36 37 this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); … … 58 59 this.calculatingLabel = new System.Windows.Forms.Label(); 59 60 this.jobsLabel = new System.Windows.Forms.Label(); 60 this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();61 61 this.tabControl.SuspendLayout(); 62 62 this.tasksTabPage.SuspendLayout(); … … 107 107 this.jobsTreeView.ReadOnly = false; 108 108 this.jobsTreeView.Size = new System.Drawing.Size(704, 420); 109 this.jobsTreeView.TabIndex = 0;109 this.jobsTreeView.TabIndex = 4; 110 110 this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop); 111 111 this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter); … … 159 159 this.runsTabPage.Text = "Runs"; 160 160 this.runsTabPage.UseVisualStyleBackColor = true; 161 // 162 // runCollectionViewHost 163 // 164 this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 165 | System.Windows.Forms.AnchorStyles.Left) 166 | System.Windows.Forms.AnchorStyles.Right))); 167 this.runCollectionViewHost.Caption = "View"; 168 this.runCollectionViewHost.Content = null; 169 this.runCollectionViewHost.Enabled = false; 170 this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3); 171 this.runCollectionViewHost.Name = "runCollectionViewHost"; 172 this.runCollectionViewHost.ReadOnly = false; 173 this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420); 174 this.runCollectionViewHost.TabIndex = 2; 175 this.runCollectionViewHost.ViewsLabelVisible = true; 176 this.runCollectionViewHost.ViewType = null; 161 177 // 162 178 // stateTabPage … … 294 310 this.resourceNamesTextBox.Name = "resourceNamesTextBox"; 295 311 this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20); 296 this.resourceNamesTextBox.TabIndex = 14;312 this.resourceNamesTextBox.TabIndex = 2; 297 313 this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated); 298 314 // … … 313 329 this.nameTextBox.Name = "nameTextBox"; 314 330 this.nameTextBox.Size = new System.Drawing.Size(501, 20); 315 this.nameTextBox.TabIndex = 21;331 this.nameTextBox.TabIndex = 1; 316 332 this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated); 317 333 // … … 334 350 this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox"; 335 351 this.isPrivilegedCheckBox.Size = new System.Drawing.Size(72, 17); 336 this.isPrivilegedCheckBox.TabIndex = 26;352 this.isPrivilegedCheckBox.TabIndex = 3; 337 353 this.isPrivilegedCheckBox.Text = "Privileged"; 338 354 this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the task will be executed in a privileged sandbox on the slave."); … … 420 436 this.jobsLabel.TabIndex = 0; 421 437 this.jobsLabel.Text = "Waiting:"; 422 //423 // runCollectionViewHost424 //425 this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)426 | System.Windows.Forms.AnchorStyles.Left)427 | System.Windows.Forms.AnchorStyles.Right)));428 this.runCollectionViewHost.Caption = "View";429 this.runCollectionViewHost.Content = null;430 this.runCollectionViewHost.Enabled = false;431 this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);432 this.runCollectionViewHost.Name = "runCollectionViewHost";433 this.runCollectionViewHost.ReadOnly = false;434 this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);435 this.runCollectionViewHost.TabIndex = 2;436 this.runCollectionViewHost.ViewsLabelVisible = true;437 this.runCollectionViewHost.ViewType = null;438 438 // 439 439 // RefreshableHiveJobView -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs
r6976 r7104 30 30 this.splitContainer2 = new System.Windows.Forms.SplitContainer(); 31 31 this.groupBoxGenerel = new System.Windows.Forms.GroupBox(); 32 this.priorityComboBox = new System.Windows.Forms.ComboBox(); 32 33 this.jobIdLabel = new System.Windows.Forms.Label(); 33 34 this.jobIdTextBox = new System.Windows.Forms.TextBox(); … … 36 37 this.priorityLabel = new System.Windows.Forms.Label(); 37 38 this.configurationGroupBox = new System.Windows.Forms.GroupBox(); 39 this.memoryNeededComboBox = new System.Windows.Forms.ComboBox(); 40 this.coresNeededComboBox = new System.Windows.Forms.ComboBox(); 38 41 this.memoryNeededLabel = new System.Windows.Forms.Label(); 39 42 this.coresNeededLabel = new System.Windows.Forms.Label(); … … 57 60 this.modifyItemButton = new System.Windows.Forms.Button(); 58 61 this.tabControl = new System.Windows.Forms.TabControl(); 59 this.priorityComboBox = new System.Windows.Forms.ComboBox();60 this.coresNeededComboBox = new System.Windows.Forms.ComboBox();61 this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();62 62 this.stateLogTabPage.SuspendLayout(); 63 63 this.detailsTabPage.SuspendLayout(); … … 166 166 this.groupBoxGenerel.Text = "Generel"; 167 167 // 168 // priorityComboBox 169 // 170 this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 171 | System.Windows.Forms.AnchorStyles.Right))); 172 this.priorityComboBox.FormattingEnabled = true; 173 this.priorityComboBox.Items.AddRange(new object[] { 174 "1", 175 "2", 176 "3", 177 "4", 178 "5"}); 179 this.priorityComboBox.Location = new System.Drawing.Point(87, 39); 180 this.priorityComboBox.Name = "priorityComboBox"; 181 this.priorityComboBox.Size = new System.Drawing.Size(182, 21); 182 this.priorityComboBox.TabIndex = 43; 183 // 168 184 // jobIdLabel 169 185 // … … 187 203 // 188 204 this.lastUpdatedLabel.AutoSize = true; 189 this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 6 0);205 this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 68); 190 206 this.lastUpdatedLabel.Name = "lastUpdatedLabel"; 191 207 this.lastUpdatedLabel.Size = new System.Drawing.Size(75, 13); … … 197 213 this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 198 214 | System.Windows.Forms.AnchorStyles.Right))); 199 this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 57);215 this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66); 200 216 this.lastUpdatedTextBox.Name = "lastUpdatedTextBox"; 201 217 this.lastUpdatedTextBox.Size = new System.Drawing.Size(182, 20); … … 205 221 // 206 222 this.priorityLabel.AutoSize = true; 207 this.priorityLabel.Location = new System.Drawing.Point(6, 38);223 this.priorityLabel.Location = new System.Drawing.Point(6, 42); 208 224 this.priorityLabel.Name = "priorityLabel"; 209 225 this.priorityLabel.Size = new System.Drawing.Size(41, 13); … … 227 243 this.configurationGroupBox.Text = "Resource demands"; 228 244 // 245 // memoryNeededComboBox 246 // 247 this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 248 | System.Windows.Forms.AnchorStyles.Right))); 249 this.memoryNeededComboBox.FormattingEnabled = true; 250 this.memoryNeededComboBox.Items.AddRange(new object[] { 251 "128", 252 "256", 253 "512", 254 "1024", 255 "2048"}); 256 this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 40); 257 this.memoryNeededComboBox.Name = "memoryNeededComboBox"; 258 this.memoryNeededComboBox.Size = new System.Drawing.Size(134, 21); 259 this.memoryNeededComboBox.TabIndex = 42; 260 // 261 // coresNeededComboBox 262 // 263 this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 264 | System.Windows.Forms.AnchorStyles.Right))); 265 this.coresNeededComboBox.FormattingEnabled = true; 266 this.coresNeededComboBox.Items.AddRange(new object[] { 267 "1", 268 "2", 269 "3", 270 "4", 271 "5", 272 "6", 273 "7", 274 "8"}); 275 this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13); 276 this.coresNeededComboBox.Name = "coresNeededComboBox"; 277 this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21); 278 this.coresNeededComboBox.TabIndex = 41; 279 // 229 280 // memoryNeededLabel 230 281 // 231 282 this.memoryNeededLabel.AutoSize = true; 232 this.memoryNeededLabel.Location = new System.Drawing.Point(6, 38);283 this.memoryNeededLabel.Location = new System.Drawing.Point(6, 43); 233 284 this.memoryNeededLabel.Name = "memoryNeededLabel"; 234 285 this.memoryNeededLabel.Size = new System.Drawing.Size(122, 13); … … 248 299 // 249 300 this.computeInParallelLabel.AutoSize = true; 250 this.computeInParallelLabel.Location = new System.Drawing.Point(6, 6 0);301 this.computeInParallelLabel.Location = new System.Drawing.Point(6, 67); 251 302 this.computeInParallelLabel.Name = "computeInParallelLabel"; 252 303 this.computeInParallelLabel.Size = new System.Drawing.Size(122, 13); … … 257 308 // 258 309 this.computeInParallelCheckBox.AutoSize = true; 259 this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 6 1);310 this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 67); 260 311 this.computeInParallelCheckBox.Name = "computeInParallelCheckBox"; 261 312 this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14); … … 292 343 this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 293 344 | System.Windows.Forms.AnchorStyles.Right))); 294 this.commandTextBox.Location = new System.Drawing.Point(95, 41);345 this.commandTextBox.Location = new System.Drawing.Point(95, 39); 295 346 this.commandTextBox.Name = "commandTextBox"; 296 347 this.commandTextBox.Size = new System.Drawing.Size(171, 20); … … 300 351 // 301 352 this.commandLabel.AutoSize = true; 302 this.commandLabel.Location = new System.Drawing.Point(7, 4 1);353 this.commandLabel.Location = new System.Drawing.Point(7, 42); 303 354 this.commandLabel.Name = "commandLabel"; 304 355 this.commandLabel.Size = new System.Drawing.Size(57, 13); … … 310 361 this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 311 362 | System.Windows.Forms.AnchorStyles.Right))); 312 this.stateTextBox.Location = new System.Drawing.Point(95, 1 9);363 this.stateTextBox.Location = new System.Drawing.Point(95, 13); 313 364 this.stateTextBox.Name = "stateTextBox"; 314 365 this.stateTextBox.Size = new System.Drawing.Size(171, 20); … … 318 369 // 319 370 this.dateCalculatedLabel.AutoSize = true; 320 this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 1 08);371 this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 120); 321 372 this.dateCalculatedLabel.Name = "dateCalculatedLabel"; 322 373 this.dateCalculatedLabel.Size = new System.Drawing.Size(85, 13); … … 327 378 // 328 379 this.stateLabel.AutoSize = true; 329 this.stateLabel.Location = new System.Drawing.Point(7, 1 9);380 this.stateLabel.Location = new System.Drawing.Point(7, 16); 330 381 this.stateLabel.Name = "stateLabel"; 331 382 this.stateLabel.Size = new System.Drawing.Size(35, 13); … … 337 388 this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 338 389 | System.Windows.Forms.AnchorStyles.Right))); 339 this.dateCalculatedText.Location = new System.Drawing.Point(95, 1 08);390 this.dateCalculatedText.Location = new System.Drawing.Point(95, 117); 340 391 this.dateCalculatedText.Name = "dateCalculatedText"; 341 392 this.dateCalculatedText.Size = new System.Drawing.Size(171, 20); … … 346 397 this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 347 398 | System.Windows.Forms.AnchorStyles.Right))); 348 this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 1 30);399 this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143); 349 400 this.dateFinishedTextBox.Name = "dateFinishedTextBox"; 350 401 this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20); … … 355 406 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 356 407 | System.Windows.Forms.AnchorStyles.Right))); 357 this.executionTimeTextBox.Location = new System.Drawing.Point(95, 6 4);408 this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65); 358 409 this.executionTimeTextBox.Name = "executionTimeTextBox"; 359 410 this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20); … … 364 415 this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 365 416 | System.Windows.Forms.AnchorStyles.Right))); 366 this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 86);417 this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91); 367 418 this.dateCreatedTextBox.Name = "dateCreatedTextBox"; 368 419 this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20); … … 372 423 // 373 424 this.executionTimeLabel.AutoSize = true; 374 this.executionTimeLabel.Location = new System.Drawing.Point(7, 6 4);425 this.executionTimeLabel.Location = new System.Drawing.Point(7, 68); 375 426 this.executionTimeLabel.Name = "executionTimeLabel"; 376 427 this.executionTimeLabel.Size = new System.Drawing.Size(79, 13); … … 381 432 // 382 433 this.exceptionLabel.AutoSize = true; 383 this.exceptionLabel.Location = new System.Drawing.Point(7, 1 52);434 this.exceptionLabel.Location = new System.Drawing.Point(7, 172); 384 435 this.exceptionLabel.Name = "exceptionLabel"; 385 436 this.exceptionLabel.Size = new System.Drawing.Size(57, 13); … … 390 441 // 391 442 this.dateCreatedLabel.AutoSize = true; 392 this.dateCreatedLabel.Location = new System.Drawing.Point(7, 86);443 this.dateCreatedLabel.Location = new System.Drawing.Point(7, 94); 393 444 this.dateCreatedLabel.Name = "dateCreatedLabel"; 394 445 this.dateCreatedLabel.Size = new System.Drawing.Size(72, 13); … … 399 450 // 400 451 this.dateFinishedLabel.AutoSize = true; 401 this.dateFinishedLabel.Location = new System.Drawing.Point(7, 1 30);452 this.dateFinishedLabel.Location = new System.Drawing.Point(7, 146); 402 453 this.dateFinishedLabel.Name = "dateFinishedLabel"; 403 454 this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13); … … 409 460 this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 410 461 | System.Windows.Forms.AnchorStyles.Right))); 411 this.exceptionTextBox.Location = new System.Drawing.Point(95, 1 52);462 this.exceptionTextBox.Location = new System.Drawing.Point(95, 169); 412 463 this.exceptionTextBox.Name = "exceptionTextBox"; 413 464 this.exceptionTextBox.Size = new System.Drawing.Size(171, 20); … … 439 490 this.tabControl.Size = new System.Drawing.Size(571, 401); 440 491 this.tabControl.TabIndex = 25; 441 //442 // priorityComboBox443 //444 this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)445 | System.Windows.Forms.AnchorStyles.Right)));446 this.priorityComboBox.FormattingEnabled = true;447 this.priorityComboBox.Items.AddRange(new object[] {448 "1",449 "2",450 "3",451 "4",452 "5"});453 this.priorityComboBox.Location = new System.Drawing.Point(87, 35);454 this.priorityComboBox.Name = "priorityComboBox";455 this.priorityComboBox.Size = new System.Drawing.Size(182, 21);456 this.priorityComboBox.TabIndex = 43;457 //458 // coresNeededComboBox459 //460 this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)461 | System.Windows.Forms.AnchorStyles.Right)));462 this.coresNeededComboBox.FormattingEnabled = true;463 this.coresNeededComboBox.Items.AddRange(new object[] {464 "1",465 "2",466 "3",467 "4",468 "5",469 "6",470 "7",471 "8"});472 this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);473 this.coresNeededComboBox.Name = "coresNeededComboBox";474 this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);475 this.coresNeededComboBox.TabIndex = 41;476 //477 // memoryNeededComboBox478 //479 this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)480 | System.Windows.Forms.AnchorStyles.Right)));481 this.memoryNeededComboBox.FormattingEnabled = true;482 this.memoryNeededComboBox.Items.AddRange(new object[] {483 "128",484 "256",485 "512",486 "1024",487 "2048"});488 this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 35);489 this.memoryNeededComboBox.Name = "memoryNeededComboBox";490 this.memoryNeededComboBox.Size = new System.Drawing.Size(135, 21);491 this.memoryNeededComboBox.TabIndex = 42;492 492 // 493 493 // HiveTaskView -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs
r6976 r7104 32 32 this.stateLogTabPage.SuspendLayout(); 33 33 this.detailsTabPage.SuspendLayout(); 34 this.configurationGroupBox.SuspendLayout();35 34 this.jobStatusGroupBox.SuspendLayout(); 36 35 this.tabControl.SuspendLayout(); 36 this.configurationGroupBox.SuspendLayout(); 37 37 this.runsTabPage.SuspendLayout(); 38 38 this.SuspendLayout(); … … 43 43 this.detailsTabPage.Controls.Add(this.pauseButton); 44 44 this.detailsTabPage.Controls.Add(this.stopButton); 45 this.detailsTabPage.Controls.SetChildIndex(this.modifyItemButton, 0); 45 46 this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0); 46 47 this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0); … … 54 55 this.tabControl.Controls.SetChildIndex(this.detailsTabPage, 0); 55 56 // 56 // showItemButton57 // modifyItemButton 57 58 // 58 this.modifyItemButton.Text = " Modify Optimizer";59 this.modifyItemButton.Text = "Show/Modify Optimizer"; 59 60 // 60 61 // restartButton … … 123 124 this.stateLogTabPage.ResumeLayout(false); 124 125 this.detailsTabPage.ResumeLayout(false); 125 this.detailsTabPage.PerformLayout();126 this.configurationGroupBox.ResumeLayout(false);127 this.configurationGroupBox.PerformLayout();128 126 this.jobStatusGroupBox.ResumeLayout(false); 129 127 this.jobStatusGroupBox.PerformLayout(); 130 128 this.tabControl.ResumeLayout(false); 129 this.configurationGroupBox.ResumeLayout(false); 130 this.configurationGroupBox.PerformLayout(); 131 131 this.runsTabPage.ResumeLayout(false); 132 132 this.ResumeLayout(false); -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.resx
r6976 r7104 119 119 </resheader> 120 120 <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 121 <data name="restartButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 122 <value> 123 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 124 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA 125 Cv8BNGKaggAAALBJREFUOE9j+P//PwMlGKvmsv3ZbsQaitWAhBkR/4k1BKcBlmX6RBmC1YCoKUH/N9xa 126 /J8YQ7AaEDzBG2Q7UYZgNcCnyxlsAAhHLQrA6xKsBjg2W/zP2BAL1mzbrP9fp1jhv0QaN4hWQ48drAaY 127 1+ihaOZPYMGqGWQYVgP0SpXhNuPTjNMAlXwpsLMJacZpgHSGIFGacRogksyJ089EBSK20MaVNyjKiTi9 128 QGxOBKkDACT9xOni1RbMAAAAAElFTkSuQmCC 129 </value> 130 </data> 131 <data name="pauseButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 132 <value> 133 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 134 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA 135 Cv8BNGKaggAAAL5JREFUOE9j+P//PwMlmCLNIIsHoQG9m//+79rw63/e1EefQE5E56OHF4YXQJqvPvzz 136 Xzd0FVDtfwZ0PkED2tZ++3/r6e//qn6LwAag8wka0Lji8//LD3//l3ObBTYAnU/QgNrF7/+fuP77v5jd 137 JLAB6HyCBlTMe/V/94Wf//nNusEGoPMJGlAy+/n/9Sd//uc0aAUbgM4naEDB9Mf/F+z5/J9VpxFsADqf 138 oAGg+GfTbYIbgM4naACpGWvg8wIAkX3yJyVePz4AAAAASUVORK5CYII= 139 </value> 140 </data> 121 141 <data name="stopButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 122 142 <value> … … 132 152 </value> 133 153 </data> 134 <data name="pauseButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">135 <value>136 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8137 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA138 Cv8BNGKaggAAAL5JREFUOE9j+P//PwMlmCLNIIsHoQG9m//+79rw63/e1EefQE5E56OHF4YXQJqvPvzz139 Xzd0FVDtfwZ0PkED2tZ++3/r6e//qn6LwAag8wka0Lji8//LD3//l3ObBTYAnU/QgNrF7/+fuP77v5jd140 JLAB6HyCBlTMe/V/94Wf//nNusEGoPMJGlAy+/n/9Sd//uc0aAUbgM4naEDB9Mf/F+z5/J9VpxFsADqf141 oAGg+GfTbYIbgM4naACpGWvg8wIAkX3yJyVePz4AAAAASUVORK5CYII=142 </value>143 </data>144 <data name="restartButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">145 <value>146 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8147 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA148 Cv8BNGKaggAAALBJREFUOE9j+P//PwMlGKvmsv3ZbsQaitWAhBkR/4k1BKcBlmX6RBmC1YCoKUH/N9xa149 /J8YQ7AaEDzBG2Q7UYZgNcCnyxlsAAhHLQrA6xKsBjg2W/zP2BAL1mzbrP9fp1jhv0QaN4hWQ48drAaY150 1+ihaOZPYMGqGWQYVgP0SpXhNuPTjNMAlXwpsLMJacZpgHSGIFGacRogksyJ089EBSK20MaVNyjKiTi9151 QGxOBKkDACT9xOni1RbMAAAAAElFTkSuQmCC152 </value>153 </data>154 154 </root>
Note: See TracChangeset
for help on using the changeset viewer.