Changeset 16311 for branches/2845_EnhancedProgress/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.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.Access.Administration
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Administration merged eligible /stable/HeuristicLab.Clients.Access.Administration merged eligible /trunk/HeuristicLab.Clients.Access.Administration merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Clients.Access.Administration 10321-10322 /branches/Algorithms.GradientDescent/HeuristicLab.Clients.Access.Administration 5516-5520 /branches/Async/HeuristicLab.Clients.Access.Administration 13329-15286 /branches/Benchmarking/sources/HeuristicLab.Clients.Access.Administration 6917-7005 /branches/CloningRefactoring/HeuristicLab.Clients.Access.Administration 4656-4721 /branches/CodeEditor/HeuristicLab.Clients.Access.Administration 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Clients.Access.Administration 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Clients.Access.Administration 5815-6180 /branches/DataAnalysis/HeuristicLab.Clients.Access.Administration 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Clients.Access.Administration 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Clients.Access.Administration 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Clients.Access.Administration 5060 /branches/HLScript/HeuristicLab.Clients.Access.Administration 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Clients.Access.Administration 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Clients.Access.Administration 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.Access.Administration 11130-12721 /branches/HiveProjectManagement/HeuristicLab.Clients.Access.Administration 15377-15760 /branches/HiveStatistics/sources/HeuristicLab.Clients.Access.Administration 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Clients.Access.Administration 10202-10483 /branches/NET40/sources/HeuristicLab.Clients.Access.Administration 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Clients.Access.Administration 12033-12122 /branches/ParallelEngine/HeuristicLab.Clients.Access.Administration 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Clients.Access.Administration 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Clients.Access.Administration 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Clients.Access.Administration 6828 /branches/RuntimeOptimizer/HeuristicLab.Clients.Access.Administration 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Clients.Access.Administration 7787-8333 /branches/SlaveShutdown/HeuristicLab.Clients.Access.Administration 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Clients.Access.Administration 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Clients.Access.Administration 5370-5682 /branches/Trunk/HeuristicLab.Clients.Access.Administration 6829-6865 /branches/UnloadJobs/HeuristicLab.Clients.Access.Administration 9168-9215 /branches/VNS/HeuristicLab.Clients.Access.Administration 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Clients.Access.Administration 12948-12950 /branches/histogram/HeuristicLab.Clients.Access.Administration 5959-6341 /branches/symbreg-factors-2650/HeuristicLab.Clients.Access.Administration 14232-14825
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2845_EnhancedProgress/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.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. … … 49 49 this.groupNameTextBox = new System.Windows.Forms.TextBox(); 50 50 this.idTextBox = new System.Windows.Forms.TextBox(); 51 this.refreshableLightweightUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweight UserView();51 this.refreshableLightweightUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightAccessClientView(); 52 52 this.storeButton = new System.Windows.Forms.Button(); 53 53 this.SuspendLayout(); … … 85 85 this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 86 86 | System.Windows.Forms.AnchorStyles.Right))); 87 this.idTextBox. Enabled = false;87 this.idTextBox.ReadOnly = true; 88 88 this.idTextBox.Location = new System.Drawing.Point(79, 29); 89 89 this.idTextBox.Name = "idTextBox"; … … 108 108 // 109 109 this.storeButton.Enabled = false; 110 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;110 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 111 111 this.storeButton.Location = new System.Drawing.Point(31, 58); 112 112 this.storeButton.Name = "storeButton"; … … 139 139 private System.Windows.Forms.TextBox groupNameTextBox; 140 140 private System.Windows.Forms.TextBox idTextBox; 141 private Views.RefreshableLightweight UserView refreshableLightweightUserView;141 private Views.RefreshableLightweightAccessClientView refreshableLightweightUserView; 142 142 private System.Windows.Forms.Button storeButton; 143 143 }
Note: See TracChangeset
for help on using the changeset viewer.