Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/12 21:15:33 (12 years ago)
Author:
ascheibe
Message:

#1648 added CRUD operations for user groups in ui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserGroupView.Designer.cs

    r7635 r7637  
    5656      this.groupNameTextBox.Size = new System.Drawing.Size(282, 20);
    5757      this.groupNameTextBox.TabIndex = 2;
     58      this.groupNameTextBox.TextChanged += new System.EventHandler(this.groupNameTextBox_TextChanged);
    5859      //
    5960      // idTextBox
     
    6162      this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6263            | System.Windows.Forms.AnchorStyles.Right)));
     64      this.idTextBox.Enabled = false;
    6365      this.idTextBox.Location = new System.Drawing.Point(79, 29);
    6466      this.idTextBox.Name = "idTextBox";
Note: See TracChangeset for help on using the changeset viewer.