Changeset 16141 for branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
- Timestamp:
- 09/14/18 11:47:37 (6 years ago)
- Location:
- branches/2817-BinPackingSpeedup
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2817-BinPackingSpeedup
- Property svn:mergeinfo changed
-
branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive.Administrator
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator merged eligible /stable/HeuristicLab.Clients.Hive.Administrator merged eligible /trunk/HeuristicLab.Clients.Hive.Administrator merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Clients.Hive.Administrator 10321-10322 /branches/Algorithms.GradientDescent/HeuristicLab.Clients.Hive.Administrator 5516-5520 /branches/Async/HeuristicLab.Clients.Hive.Administrator 13329-15286 /branches/Benchmarking/sources/HeuristicLab.Clients.Hive.Administrator 6917-7005 /branches/CloningRefactoring/HeuristicLab.Clients.Hive.Administrator 4656-4721 /branches/CodeEditor/HeuristicLab.Clients.Hive.Administrator 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Clients.Hive.Administrator 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Clients.Hive.Administrator 5815-6180 /branches/DataAnalysis/HeuristicLab.Clients.Hive.Administrator 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Clients.Hive.Administrator 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Clients.Hive.Administrator 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Clients.Hive.Administrator 5060 /branches/HLScript/HeuristicLab.Clients.Hive.Administrator 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Clients.Hive.Administrator 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Clients.Hive.Administrator 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.Hive.Administrator 11130-12721 /branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator 15377-15760 /branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Administrator 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Clients.Hive.Administrator 10202-10483 /branches/NET40/sources/HeuristicLab.Clients.Hive.Administrator 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Clients.Hive.Administrator 12033-12122 /branches/ParallelEngine/HeuristicLab.Clients.Hive.Administrator 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Clients.Hive.Administrator 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Clients.Hive.Administrator 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Clients.Hive.Administrator 6828 /branches/RuntimeOptimizer/HeuristicLab.Clients.Hive.Administrator 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Clients.Hive.Administrator 7787-8333 /branches/SlaveShutdown/HeuristicLab.Clients.Hive.Administrator 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Clients.Hive.Administrator 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Clients.Hive.Administrator 5370-5682 /branches/Trunk/HeuristicLab.Clients.Hive.Administrator 6829-6865 /branches/UnloadJobs/HeuristicLab.Clients.Hive.Administrator 9168-9215 /branches/VNS/HeuristicLab.Clients.Hive.Administrator 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Clients.Hive.Administrator 12948-12950 /branches/histogram/HeuristicLab.Clients.Hive.Administrator 5959-6341 /branches/symbreg-factors-2650/HeuristicLab.Clients.Hive.Administrator 14232-14825
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
r16140 r16141 37 37 components.Dispose(); 38 38 } 39 HiveAdminClient.Instance.Refreshing -= new EventHandler(Instance_Refreshing);40 HiveAdminClient.Instance.Refreshed -= new EventHandler(Instance_Refreshed);41 42 Access.AccessClient.Instance.Refreshing -= new EventHandler(AccessClient_Refreshing);43 Access.AccessClient.Instance.Refreshed -= new EventHandler(AccessClient_Refreshed);44 39 base.Dispose(disposing); 45 40 } … … 56 51 this.splitSlaves = new System.Windows.Forms.SplitContainer(); 57 52 this.btnRefresh = new System.Windows.Forms.Button(); 58 this.progressBar = new System.Windows.Forms.ProgressBar();59 53 this.btnSave = new System.Windows.Forms.Button(); 60 54 this.btnRemoveGroup = new System.Windows.Forms.Button(); 61 55 this.btnAddGroup = new System.Windows.Forms.Button(); 62 this.btnPermissionsSave = new System.Windows.Forms.Button(); 63 this.treeSlaveGroup = new System.Windows.Forms.TreeView(); 56 this.treeView = new Hive.Views.TreeView.NoDoubleClickTreeView(); 64 57 this.tabSlaveGroup = new System.Windows.Forms.TabControl(); 65 58 this.tabDetails = new System.Windows.Forms.TabPage(); 66 this. slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();59 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 67 60 this.tabSchedule = new System.Windows.Forms.TabPage(); 68 61 this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView(); 69 62 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 70 this.tabPermissions = new System.Windows.Forms.TabPage();71 this.permissionView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserView();72 63 ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit(); 73 64 this.splitSlaves.Panel1.SuspendLayout(); … … 77 68 this.tabDetails.SuspendLayout(); 78 69 this.tabSchedule.SuspendLayout(); 79 this.tabPermissions.SuspendLayout();80 70 this.SuspendLayout(); 81 71 // … … 88 78 // splitSlaves 89 79 // 90 this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 91 | System.Windows.Forms.AnchorStyles.Left) 80 this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 81 | System.Windows.Forms.AnchorStyles.Left) 92 82 | System.Windows.Forms.AnchorStyles.Right))); 93 83 this.splitSlaves.Location = new System.Drawing.Point(3, 3); … … 97 87 // 98 88 this.splitSlaves.Panel1.Controls.Add(this.btnRefresh); 99 this.splitSlaves.Panel1.Controls.Add(this.progressBar);100 89 this.splitSlaves.Panel1.Controls.Add(this.btnSave); 101 90 this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup); 102 91 this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup); 103 this.splitSlaves.Panel1.Controls.Add(this.tree SlaveGroup);92 this.splitSlaves.Panel1.Controls.Add(this.treeView); 104 93 // 105 94 // splitSlaves.Panel2 … … 117 106 this.btnRefresh.Size = new System.Drawing.Size(24, 24); 118 107 this.btnRefresh.TabIndex = 8; 119 this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server ");108 this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server."); 120 109 this.btnRefresh.UseVisualStyleBackColor = true; 121 110 this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); 122 111 // 123 // progressBar124 //125 this.progressBar.Location = new System.Drawing.Point(123, 4);126 this.progressBar.Name = "progressBar";127 this.progressBar.Size = new System.Drawing.Size(123, 23);128 this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;129 this.progressBar.TabIndex = 7;130 //131 112 // btnSave 132 113 // 133 this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;114 this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 134 115 this.btnSave.Location = new System.Drawing.Point(93, 3); 135 116 this.btnSave.Name = "btnSave"; 136 117 this.btnSave.Size = new System.Drawing.Size(24, 24); 137 118 this.btnSave.TabIndex = 5; 138 this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server ");119 this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server."); 139 120 this.btnSave.UseVisualStyleBackColor = true; 140 121 this.btnSave.Click += new System.EventHandler(this.btnSave_Click); … … 147 128 this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24); 148 129 this.btnRemoveGroup.TabIndex = 2; 149 this.toolTip.SetToolTip(this.btnRemoveGroup, " Delete a slave or a group");130 this.toolTip.SetToolTip(this.btnRemoveGroup, "Remove a slave or a group."); 150 131 this.btnRemoveGroup.UseVisualStyleBackColor = true; 151 132 this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click); … … 158 139 this.btnAddGroup.Size = new System.Drawing.Size(24, 24); 159 140 this.btnAddGroup.TabIndex = 1; 160 this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group ");141 this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group."); 161 142 this.btnAddGroup.UseVisualStyleBackColor = true; 162 143 this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click); 163 144 // 164 // treeSlaveGroup 165 // 166 this.treeSlaveGroup.AllowDrop = true; 167 this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 168 | System.Windows.Forms.AnchorStyles.Left) 169 | System.Windows.Forms.AnchorStyles.Right))); 170 this.treeSlaveGroup.ImageIndex = 0; 171 this.treeSlaveGroup.ImageList = this.imageListSlaveGroups; 172 this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33); 173 this.treeSlaveGroup.Name = "treeSlaveGroup"; 174 this.treeSlaveGroup.SelectedImageIndex = 0; 175 this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511); 176 this.treeSlaveGroup.TabIndex = 0; 177 this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag); 178 this.treeSlaveGroup.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeSlaveGroup_AfterSelect); 179 this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop); 180 this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter); 181 this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver); 182 this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag); 145 // treeView 146 // 147 this.treeView.AllowDrop = true; 148 this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 149 | System.Windows.Forms.AnchorStyles.Left) 150 | System.Windows.Forms.AnchorStyles.Right))); 151 this.treeView.CheckBoxes = true; 152 this.treeView.ImageIndex = 0; 153 this.treeView.ImageList = this.imageListSlaveGroups; 154 this.treeView.Location = new System.Drawing.Point(3, 33); 155 this.treeView.Name = "treeView"; 156 this.treeView.SelectedImageIndex = 0; 157 this.treeView.Size = new System.Drawing.Size(243, 511); 158 this.treeView.TabIndex = 0; 159 this.treeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag); 160 this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeSlaveGroup_MouseDown); 161 this.treeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeSlaveGroup_BeforeSelect); 162 this.treeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop); 163 this.treeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnterOver); 164 this.treeView.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnterOver); 165 this.treeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeSlaveGroup_BeforeCheck); 183 166 // 184 167 // tabSlaveGroup 185 168 // 186 this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 187 | System.Windows.Forms.AnchorStyles.Left) 169 this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 170 | System.Windows.Forms.AnchorStyles.Left) 188 171 | System.Windows.Forms.AnchorStyles.Right))); 189 172 this.tabSlaveGroup.Controls.Add(this.tabDetails); 190 173 this.tabSlaveGroup.Controls.Add(this.tabSchedule); 191 this.tabSlaveGroup.Controls.Add(this.tabPermissions);192 174 this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3); 193 175 this.tabSlaveGroup.Name = "tabSlaveGroup"; … … 195 177 this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541); 196 178 this.tabSlaveGroup.TabIndex = 1; 197 this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged); 179 //this.tabSlaveGroup.TabIndexChanged += TabSlaveGroup_TabIndexChanged; 180 this.tabSlaveGroup.Selected += TabSlaveGroup_Selected; 198 181 // 199 182 // tabDetails 200 183 // 201 this.tabDetails.Controls.Add(this. slaveView);184 this.tabDetails.Controls.Add(this.viewHost); 202 185 this.tabDetails.Location = new System.Drawing.Point(4, 22); 203 186 this.tabDetails.Name = "tabDetails"; … … 208 191 this.tabDetails.UseVisualStyleBackColor = true; 209 192 // 210 // slaveView 211 // 212 this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 213 | System.Windows.Forms.AnchorStyles.Left) 214 | System.Windows.Forms.AnchorStyles.Right))); 215 this.slaveView.Caption = "SlaveView"; 216 this.slaveView.Content = null; 217 this.slaveView.Location = new System.Drawing.Point(6, 6); 218 this.slaveView.Name = "slaveView"; 219 this.slaveView.ReadOnly = false; 220 this.slaveView.Size = new System.Drawing.Size(565, 503); 221 this.slaveView.TabIndex = 0; 193 // viewHost 194 // 195 this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 196 | System.Windows.Forms.AnchorStyles.Left) 197 | System.Windows.Forms.AnchorStyles.Right))); 198 this.viewHost.Caption = "View"; 199 this.viewHost.Content = null; 200 this.viewHost.Enabled = true; 201 this.viewHost.Location = new System.Drawing.Point(6, 6); 202 this.viewHost.Name = "viewHost"; 203 this.viewHost.ReadOnly = false; 204 this.viewHost.Size = new System.Drawing.Size(565, 503); 205 this.viewHost.TabIndex = 0; 206 this.viewHost.ViewsLabelVisible = true; 207 this.viewHost.ViewType = null; 222 208 // 223 209 // tabSchedule … … 234 220 // scheduleView 235 221 // 236 this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 237 | System.Windows.Forms.AnchorStyles.Left) 222 this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 223 | System.Windows.Forms.AnchorStyles.Left) 238 224 | System.Windows.Forms.AnchorStyles.Right))); 239 225 this.scheduleView.Caption = "ScheduleView"; … … 244 230 this.scheduleView.Size = new System.Drawing.Size(565, 503); 245 231 this.scheduleView.TabIndex = 0; 246 //247 // tabPermissions248 //249 this.tabPermissions.Controls.Add(this.btnPermissionsSave);250 this.tabPermissions.Controls.Add(this.permissionView);251 this.tabPermissions.Location = new System.Drawing.Point(4, 22);252 this.tabPermissions.Name = "tabPermissions";253 this.tabPermissions.Padding = new System.Windows.Forms.Padding(3);254 this.tabPermissions.Size = new System.Drawing.Size(577, 515);255 this.tabPermissions.TabIndex = 2;256 this.tabPermissions.Text = "Permissions";257 this.tabPermissions.UseVisualStyleBackColor = true;258 //259 // btnPermissionsSave260 //261 this.btnPermissionsSave.Enabled = false;262 this.btnPermissionsSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;263 this.btnPermissionsSave.Location = new System.Drawing.Point(39, 9);264 this.btnPermissionsSave.Name = "btnPermissionsSave";265 this.btnPermissionsSave.Size = new System.Drawing.Size(24, 24);266 this.btnPermissionsSave.TabIndex = 1;267 this.toolTip.SetToolTip(this.btnPermissionsSave, "Store slave and group sharing permissions on the server");268 this.btnPermissionsSave.UseVisualStyleBackColor = true;269 this.btnPermissionsSave.Click += new System.EventHandler(this.btnPermissionsSave_Click);270 //271 // permissionView272 //273 this.permissionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)274 | System.Windows.Forms.AnchorStyles.Left)275 | System.Windows.Forms.AnchorStyles.Right)));276 this.permissionView.Caption = "RefreshableLightweightUser View";277 this.permissionView.Content = null;278 this.permissionView.FetchSelectedUsers = null;279 this.permissionView.Location = new System.Drawing.Point(6, 6);280 this.permissionView.Name = "permissionView";281 this.permissionView.ReadOnly = false;282 this.permissionView.Size = new System.Drawing.Size(565, 503);283 this.permissionView.TabIndex = 0;284 232 // 285 233 // ResourcesView … … 297 245 this.tabDetails.ResumeLayout(false); 298 246 this.tabSchedule.ResumeLayout(false); 299 this.tabPermissions.ResumeLayout(false);300 247 this.ResumeLayout(false); 301 248 302 249 } 303 304 250 #endregion 305 251 … … 307 253 private System.Windows.Forms.Button btnRemoveGroup; 308 254 private System.Windows.Forms.Button btnAddGroup; 309 private System.Windows.Forms.TreeView treeSlaveGroup;255 private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView; 310 256 private System.Windows.Forms.TabControl tabSlaveGroup; 311 257 private System.Windows.Forms.TabPage tabDetails; 312 258 private System.Windows.Forms.TabPage tabSchedule; 313 private SlaveView slaveView;314 259 private System.Windows.Forms.ImageList imageListSlaveGroups; 315 260 private ScheduleView scheduleView; 316 261 private System.Windows.Forms.Button btnSave; 317 private System.Windows.Forms.ProgressBar progressBar;318 262 private System.Windows.Forms.Button btnRefresh; 319 263 private System.Windows.Forms.ToolTip toolTip; 320 private System.Windows.Forms.TabPage tabPermissions; 321 private Access.Views.RefreshableLightweightUserView permissionView; 322 private System.Windows.Forms.Button btnPermissionsSave; 264 private MainForm.WindowsForms.ViewHost viewHost; 323 265 } 324 266 }
Note: See TracChangeset
for help on using the changeset viewer.