[6976] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7259] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6976] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 |
|
---|
[8074] | 23 | using System;
|
---|
[6976] | 24 | namespace HeuristicLab.Clients.Hive.Administrator.Views {
|
---|
| 25 | partial class ResourcesView {
|
---|
| 26 | /// <summary>
|
---|
| 27 | /// Required designer variable.
|
---|
| 28 | /// </summary>
|
---|
| 29 | private System.ComponentModel.IContainer components = null;
|
---|
| 30 |
|
---|
| 31 | /// <summary>
|
---|
| 32 | /// Clean up any resources being used.
|
---|
| 33 | /// </summary>
|
---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 35 | protected override void Dispose(bool disposing) {
|
---|
| 36 | if (disposing && (components != null)) {
|
---|
| 37 | components.Dispose();
|
---|
| 38 | }
|
---|
[8074] | 39 | HiveAdminClient.Instance.Refreshing -= new EventHandler(Instance_Refreshing);
|
---|
| 40 | HiveAdminClient.Instance.Refreshed -= new EventHandler(Instance_Refreshed);
|
---|
| 41 |
|
---|
[8075] | 42 | Access.AccessClient.Instance.Refreshing -= new EventHandler(AccessClient_Refreshing);
|
---|
| 43 | Access.AccessClient.Instance.Refreshed -= new EventHandler(AccessClient_Refreshed);
|
---|
[6976] | 44 | base.Dispose(disposing);
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | #region Component Designer generated code
|
---|
| 48 |
|
---|
| 49 | /// <summary>
|
---|
| 50 | /// Required method for Designer support - do not modify
|
---|
| 51 | /// the contents of this method with the code editor.
|
---|
| 52 | /// </summary>
|
---|
| 53 | private void InitializeComponent() {
|
---|
| 54 | this.components = new System.ComponentModel.Container();
|
---|
| 55 | this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
|
---|
| 56 | this.splitSlaves = new System.Windows.Forms.SplitContainer();
|
---|
| 57 | this.btnRefresh = new System.Windows.Forms.Button();
|
---|
| 58 | this.progressBar = new System.Windows.Forms.ProgressBar();
|
---|
| 59 | this.btnSave = new System.Windows.Forms.Button();
|
---|
| 60 | this.btnRemoveGroup = new System.Windows.Forms.Button();
|
---|
| 61 | this.btnAddGroup = new System.Windows.Forms.Button();
|
---|
[8051] | 62 | this.btnPermissionsSave = new System.Windows.Forms.Button();
|
---|
[6976] | 63 | this.treeSlaveGroup = new System.Windows.Forms.TreeView();
|
---|
| 64 | this.tabSlaveGroup = new System.Windows.Forms.TabControl();
|
---|
| 65 | this.tabDetails = new System.Windows.Forms.TabPage();
|
---|
| 66 | this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();
|
---|
| 67 | this.tabSchedule = new System.Windows.Forms.TabPage();
|
---|
| 68 | this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
|
---|
[7146] | 69 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[8051] | 70 | this.tabPermissions = new System.Windows.Forms.TabPage();
|
---|
| 71 | this.permissionView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserView();
|
---|
[6976] | 72 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
|
---|
| 73 | this.splitSlaves.Panel1.SuspendLayout();
|
---|
| 74 | this.splitSlaves.Panel2.SuspendLayout();
|
---|
| 75 | this.splitSlaves.SuspendLayout();
|
---|
| 76 | this.tabSlaveGroup.SuspendLayout();
|
---|
| 77 | this.tabDetails.SuspendLayout();
|
---|
| 78 | this.tabSchedule.SuspendLayout();
|
---|
[8051] | 79 | this.tabPermissions.SuspendLayout();
|
---|
[6976] | 80 | this.SuspendLayout();
|
---|
| 81 | //
|
---|
| 82 | // imageListSlaveGroups
|
---|
| 83 | //
|
---|
| 84 | this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
---|
| 85 | this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
|
---|
| 86 | this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 87 | //
|
---|
[8058] | 88 | // splitSlaves
|
---|
| 89 | //
|
---|
[8074] | 90 | this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 91 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8058] | 92 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 93 | this.splitSlaves.Location = new System.Drawing.Point(3, 3);
|
---|
| 94 | this.splitSlaves.Name = "splitSlaves";
|
---|
| 95 | //
|
---|
| 96 | // splitSlaves.Panel1
|
---|
| 97 | //
|
---|
| 98 | this.splitSlaves.Panel1.Controls.Add(this.btnRefresh);
|
---|
| 99 | this.splitSlaves.Panel1.Controls.Add(this.progressBar);
|
---|
| 100 | this.splitSlaves.Panel1.Controls.Add(this.btnSave);
|
---|
| 101 | this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
|
---|
| 102 | this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
|
---|
| 103 | this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
|
---|
| 104 | //
|
---|
| 105 | // splitSlaves.Panel2
|
---|
| 106 | //
|
---|
| 107 | this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
|
---|
| 108 | this.splitSlaves.Size = new System.Drawing.Size(847, 547);
|
---|
| 109 | this.splitSlaves.SplitterDistance = 249;
|
---|
| 110 | this.splitSlaves.TabIndex = 3;
|
---|
| 111 | //
|
---|
[6976] | 112 | // btnRefresh
|
---|
| 113 | //
|
---|
[7257] | 114 | this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
[6976] | 115 | this.btnRefresh.Location = new System.Drawing.Point(3, 3);
|
---|
| 116 | this.btnRefresh.Name = "btnRefresh";
|
---|
| 117 | this.btnRefresh.Size = new System.Drawing.Size(24, 24);
|
---|
| 118 | this.btnRefresh.TabIndex = 8;
|
---|
[7146] | 119 | this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server");
|
---|
[6976] | 120 | this.btnRefresh.UseVisualStyleBackColor = true;
|
---|
| 121 | this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
---|
| 122 | //
|
---|
[8058] | 123 | // progressBar
|
---|
| 124 | //
|
---|
| 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 | //
|
---|
[6976] | 131 | // btnSave
|
---|
| 132 | //
|
---|
[7257] | 133 | this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
|
---|
[6976] | 134 | this.btnSave.Location = new System.Drawing.Point(93, 3);
|
---|
| 135 | this.btnSave.Name = "btnSave";
|
---|
| 136 | this.btnSave.Size = new System.Drawing.Size(24, 24);
|
---|
| 137 | this.btnSave.TabIndex = 5;
|
---|
[7146] | 138 | this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server");
|
---|
[6976] | 139 | this.btnSave.UseVisualStyleBackColor = true;
|
---|
| 140 | this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
---|
| 141 | //
|
---|
| 142 | // btnRemoveGroup
|
---|
| 143 | //
|
---|
[7257] | 144 | this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
[6976] | 145 | this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
|
---|
| 146 | this.btnRemoveGroup.Name = "btnRemoveGroup";
|
---|
| 147 | this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
|
---|
| 148 | this.btnRemoveGroup.TabIndex = 2;
|
---|
[7146] | 149 | this.toolTip.SetToolTip(this.btnRemoveGroup, "Delete a slave or a group");
|
---|
[6976] | 150 | this.btnRemoveGroup.UseVisualStyleBackColor = true;
|
---|
| 151 | this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
|
---|
| 152 | //
|
---|
| 153 | // btnAddGroup
|
---|
| 154 | //
|
---|
[7257] | 155 | this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
|
---|
[6976] | 156 | this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
|
---|
| 157 | this.btnAddGroup.Name = "btnAddGroup";
|
---|
| 158 | this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
|
---|
| 159 | this.btnAddGroup.TabIndex = 1;
|
---|
[7146] | 160 | this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group");
|
---|
[6976] | 161 | this.btnAddGroup.UseVisualStyleBackColor = true;
|
---|
| 162 | this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
|
---|
| 163 | //
|
---|
| 164 | // treeSlaveGroup
|
---|
| 165 | //
|
---|
| 166 | this.treeSlaveGroup.AllowDrop = true;
|
---|
[8074] | 167 | this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 168 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8051] | 169 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6976] | 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);
|
---|
[8051] | 178 | this.treeSlaveGroup.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeSlaveGroup_AfterSelect);
|
---|
[6976] | 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);
|
---|
| 183 | //
|
---|
| 184 | // tabSlaveGroup
|
---|
| 185 | //
|
---|
[8074] | 186 | this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 187 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8051] | 188 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6976] | 189 | this.tabSlaveGroup.Controls.Add(this.tabDetails);
|
---|
| 190 | this.tabSlaveGroup.Controls.Add(this.tabSchedule);
|
---|
[8051] | 191 | this.tabSlaveGroup.Controls.Add(this.tabPermissions);
|
---|
[6976] | 192 | this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
|
---|
| 193 | this.tabSlaveGroup.Name = "tabSlaveGroup";
|
---|
| 194 | this.tabSlaveGroup.SelectedIndex = 0;
|
---|
| 195 | this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
|
---|
| 196 | this.tabSlaveGroup.TabIndex = 1;
|
---|
| 197 | this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged);
|
---|
| 198 | //
|
---|
| 199 | // tabDetails
|
---|
| 200 | //
|
---|
| 201 | this.tabDetails.Controls.Add(this.slaveView);
|
---|
| 202 | this.tabDetails.Location = new System.Drawing.Point(4, 22);
|
---|
| 203 | this.tabDetails.Name = "tabDetails";
|
---|
| 204 | this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 205 | this.tabDetails.Size = new System.Drawing.Size(577, 515);
|
---|
| 206 | this.tabDetails.TabIndex = 0;
|
---|
| 207 | this.tabDetails.Text = "Details";
|
---|
| 208 | this.tabDetails.UseVisualStyleBackColor = true;
|
---|
| 209 | //
|
---|
| 210 | // slaveView
|
---|
| 211 | //
|
---|
[8074] | 212 | this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 213 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8051] | 214 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6976] | 215 | this.slaveView.Caption = "SlaveView";
|
---|
| 216 | this.slaveView.Content = null;
|
---|
[8051] | 217 | this.slaveView.Location = new System.Drawing.Point(6, 6);
|
---|
[6976] | 218 | this.slaveView.Name = "slaveView";
|
---|
| 219 | this.slaveView.ReadOnly = false;
|
---|
[8051] | 220 | this.slaveView.Size = new System.Drawing.Size(565, 503);
|
---|
[6976] | 221 | this.slaveView.TabIndex = 0;
|
---|
| 222 | //
|
---|
| 223 | // tabSchedule
|
---|
| 224 | //
|
---|
| 225 | this.tabSchedule.Controls.Add(this.scheduleView);
|
---|
| 226 | this.tabSchedule.Location = new System.Drawing.Point(4, 22);
|
---|
| 227 | this.tabSchedule.Name = "tabSchedule";
|
---|
| 228 | this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 229 | this.tabSchedule.Size = new System.Drawing.Size(577, 515);
|
---|
| 230 | this.tabSchedule.TabIndex = 1;
|
---|
| 231 | this.tabSchedule.Text = "Schedule";
|
---|
| 232 | this.tabSchedule.UseVisualStyleBackColor = true;
|
---|
| 233 | //
|
---|
| 234 | // scheduleView
|
---|
| 235 | //
|
---|
[8074] | 236 | this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 237 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8051] | 238 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6976] | 239 | this.scheduleView.Caption = "ScheduleView";
|
---|
| 240 | this.scheduleView.Content = null;
|
---|
[8051] | 241 | this.scheduleView.Location = new System.Drawing.Point(6, 6);
|
---|
[6976] | 242 | this.scheduleView.Name = "scheduleView";
|
---|
| 243 | this.scheduleView.ReadOnly = false;
|
---|
[8051] | 244 | this.scheduleView.Size = new System.Drawing.Size(565, 503);
|
---|
[6976] | 245 | this.scheduleView.TabIndex = 0;
|
---|
| 246 | //
|
---|
[8051] | 247 | // tabPermissions
|
---|
| 248 | //
|
---|
| 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 | //
|
---|
[8058] | 259 | // btnPermissionsSave
|
---|
| 260 | //
|
---|
| 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 | //
|
---|
[8051] | 271 | // permissionView
|
---|
| 272 | //
|
---|
[8074] | 273 | this.permissionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 274 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8070] | 275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8051] | 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 | //
|
---|
[6976] | 285 | // ResourcesView
|
---|
| 286 | //
|
---|
[7967] | 287 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[6976] | 288 | this.Controls.Add(this.splitSlaves);
|
---|
| 289 | this.Name = "ResourcesView";
|
---|
| 290 | this.Size = new System.Drawing.Size(853, 553);
|
---|
[6994] | 291 | this.Load += new System.EventHandler(this.ResourcesView_Load);
|
---|
[6976] | 292 | this.splitSlaves.Panel1.ResumeLayout(false);
|
---|
| 293 | this.splitSlaves.Panel2.ResumeLayout(false);
|
---|
| 294 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
|
---|
| 295 | this.splitSlaves.ResumeLayout(false);
|
---|
| 296 | this.tabSlaveGroup.ResumeLayout(false);
|
---|
| 297 | this.tabDetails.ResumeLayout(false);
|
---|
| 298 | this.tabSchedule.ResumeLayout(false);
|
---|
[8051] | 299 | this.tabPermissions.ResumeLayout(false);
|
---|
[6976] | 300 | this.ResumeLayout(false);
|
---|
| 301 |
|
---|
| 302 | }
|
---|
| 303 |
|
---|
| 304 | #endregion
|
---|
| 305 |
|
---|
| 306 | private System.Windows.Forms.SplitContainer splitSlaves;
|
---|
| 307 | private System.Windows.Forms.Button btnRemoveGroup;
|
---|
| 308 | private System.Windows.Forms.Button btnAddGroup;
|
---|
| 309 | private System.Windows.Forms.TreeView treeSlaveGroup;
|
---|
| 310 | private System.Windows.Forms.TabControl tabSlaveGroup;
|
---|
| 311 | private System.Windows.Forms.TabPage tabDetails;
|
---|
| 312 | private System.Windows.Forms.TabPage tabSchedule;
|
---|
| 313 | private SlaveView slaveView;
|
---|
| 314 | private System.Windows.Forms.ImageList imageListSlaveGroups;
|
---|
| 315 | private ScheduleView scheduleView;
|
---|
| 316 | private System.Windows.Forms.Button btnSave;
|
---|
| 317 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
| 318 | private System.Windows.Forms.Button btnRefresh;
|
---|
[7146] | 319 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[8051] | 320 | private System.Windows.Forms.TabPage tabPermissions;
|
---|
| 321 | private Access.Views.RefreshableLightweightUserView permissionView;
|
---|
| 322 | private System.Windows.Forms.Button btnPermissionsSave;
|
---|
[6976] | 323 | }
|
---|
| 324 | }
|
---|