Changeset 15632 for branches/2877_HiveImprovements/HeuristicLab.Clients.Access.Administration/3.3/Views
- Timestamp:
- 01/19/18 03:29:24 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2877_HiveImprovements/HeuristicLab.Clients.Access.Administration/3.3/Views/PasswordDisplayDialog.Designer.cs
r15583 r15632 72 72 // passwordTextbox 73 73 // 74 this.passwordTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 75 74 this.passwordTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 75 | System.Windows.Forms.AnchorStyles.Right))); 76 76 this.passwordTextbox.Location = new System.Drawing.Point(102, 6); 77 77 this.passwordTextbox.Name = "passwordTextbox"; 78 this.passwordTextbox.ReadOnly = true; 78 79 this.passwordTextbox.Size = new System.Drawing.Size(203, 20); 79 80 this.passwordTextbox.TabIndex = 2;
Note: See TracChangeset
for help on using the changeset viewer.