Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/12 21:15:33 (13 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/UserView.Designer.cs

    r7614 r7637  
    5050      // userNameTextBox
    5151      //
    52       this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    53                   | System.Windows.Forms.AnchorStyles.Right)));
     52      this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     53            | System.Windows.Forms.AnchorStyles.Right)));
     54      this.userNameTextBox.Enabled = false;
    5455      this.userNameTextBox.Location = new System.Drawing.Point(72, 3);
    5556      this.userNameTextBox.Name = "userNameTextBox";
    5657      this.userNameTextBox.Size = new System.Drawing.Size(289, 20);
    5758      this.userNameTextBox.TabIndex = 2;
     59      this.userNameTextBox.TextChanged += new System.EventHandler(this.userNameTextBox_TextChanged);
    5860      //
    5961      // fullNameTextBox
    6062      //
    61       this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    62                   | System.Windows.Forms.AnchorStyles.Right)));
     63      this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     64            | System.Windows.Forms.AnchorStyles.Right)));
    6365      this.fullNameTextBox.Location = new System.Drawing.Point(72, 29);
    6466      this.fullNameTextBox.Name = "fullNameTextBox";
    6567      this.fullNameTextBox.Size = new System.Drawing.Size(289, 20);
    6668      this.fullNameTextBox.TabIndex = 3;
     69      this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged);
    6770      //
    6871      // UserView
Note: See TracChangeset for help on using the changeset viewer.