Changeset 7637 for branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserView.Designer.cs
- Timestamp:
- 03/19/12 21:15:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserView.Designer.cs
r7614 r7637 50 50 // userNameTextBox 51 51 // 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; 54 55 this.userNameTextBox.Location = new System.Drawing.Point(72, 3); 55 56 this.userNameTextBox.Name = "userNameTextBox"; 56 57 this.userNameTextBox.Size = new System.Drawing.Size(289, 20); 57 58 this.userNameTextBox.TabIndex = 2; 59 this.userNameTextBox.TextChanged += new System.EventHandler(this.userNameTextBox_TextChanged); 58 60 // 59 61 // fullNameTextBox 60 62 // 61 this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 62 63 this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 64 | System.Windows.Forms.AnchorStyles.Right))); 63 65 this.fullNameTextBox.Location = new System.Drawing.Point(72, 29); 64 66 this.fullNameTextBox.Name = "fullNameTextBox"; 65 67 this.fullNameTextBox.Size = new System.Drawing.Size(289, 20); 66 68 this.fullNameTextBox.TabIndex = 3; 69 this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged); 67 70 // 68 71 // UserView
Note: See TracChangeset
for help on using the changeset viewer.