Changeset 16240 for branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.Designer.cs
- Timestamp:
- 10/18/18 16:16:31 (6 years ago)
- Location:
- branches/2915-AbsoluteSymbol
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2915-AbsoluteSymbol
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Access.Administration
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.Designer.cs
r15583 r16240 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.