Changeset 16311 for branches/2845_EnhancedProgress/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/ProblemView.Designer.cs
- Timestamp:
- 11/20/18 15:26:57 (6 years ago)
- Location:
- branches/2845_EnhancedProgress
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2845_EnhancedProgress
- Property svn:mergeinfo changed
-
branches/2845_EnhancedProgress/HeuristicLab.Clients.OKB.Views
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views merged eligible /stable/HeuristicLab.Clients.OKB.Views merged eligible /trunk/HeuristicLab.Clients.OKB.Views merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Clients.OKB.Views 10321-10322 /branches/Algorithms.GradientDescent/HeuristicLab.Clients.OKB.Views 5516-5520 /branches/Async/HeuristicLab.Clients.OKB.Views 13329-15286 /branches/Benchmarking/sources/HeuristicLab.Clients.OKB.Views 6917-7005 /branches/CloningRefactoring/HeuristicLab.Clients.OKB.Views 4656-4721 /branches/CodeEditor/HeuristicLab.Clients.OKB.Views 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Clients.OKB.Views 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Clients.OKB.Views 5815-6180 /branches/DataAnalysis/HeuristicLab.Clients.OKB.Views 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Clients.OKB.Views 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Clients.OKB.Views 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Clients.OKB.Views 5060 /branches/HLScript/HeuristicLab.Clients.OKB.Views 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Clients.OKB.Views 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Clients.OKB.Views 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.OKB.Views 11130-12721 /branches/HiveStatistics/sources/HeuristicLab.Clients.OKB.Views 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Clients.OKB.Views 10202-10483 /branches/NET40/sources/HeuristicLab.Clients.OKB.Views 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Clients.OKB.Views 12033-12122 /branches/ParallelEngine/HeuristicLab.Clients.OKB.Views 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Clients.OKB.Views 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Clients.OKB.Views 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Clients.OKB.Views 6828 /branches/RuntimeOptimizer/HeuristicLab.Clients.OKB.Views 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Clients.OKB.Views 7787-8333 /branches/SlaveShutdown/HeuristicLab.Clients.OKB.Views 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Clients.OKB.Views 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Clients.OKB.Views 5370-5682 /branches/Trunk/HeuristicLab.Clients.OKB.Views 6829-6865 /branches/UnloadJobs/HeuristicLab.Clients.OKB.Views 9168-9215 /branches/VNS/HeuristicLab.Clients.OKB.Views 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Clients.OKB.Views 12948-12950 /branches/histogram/HeuristicLab.Clients.OKB.Views 5959-6341 /branches/symbreg-factors-2650/HeuristicLab.Clients.OKB.Views 14232-14825
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2845_EnhancedProgress/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/ProblemView.Designer.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 42 42 this.usersTabPage = new System.Windows.Forms.TabPage(); 43 43 this.storeUsersButton = new System.Windows.Forms.Button(); 44 this.problemUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweight UserView();44 this.problemUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightAccessClientView(); 45 45 this.dataTabPage = new System.Windows.Forms.TabPage(); 46 46 this.noViewAvailableLabel = new System.Windows.Forms.Label(); … … 147 147 // storeUsersButton 148 148 // 149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 150 150 this.storeUsersButton.Location = new System.Drawing.Point(38, 9); 151 151 this.storeUsersButton.Name = "storeUsersButton"; … … 249 249 // storeDataButton 250 250 // 251 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;251 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 252 252 this.storeDataButton.Location = new System.Drawing.Point(36, 6); 253 253 this.storeDataButton.Name = "storeDataButton"; … … 393 393 private MainForm.WindowsForms.ViewHost dataViewHost; 394 394 private System.Windows.Forms.Label noViewAvailableLabel; 395 private Access.Views.RefreshableLightweight UserView problemUserView;395 private Access.Views.RefreshableLightweightAccessClientView problemUserView; 396 396 397 397 }
Note: See TracChangeset
for help on using the changeset viewer.