Changeset 7893 for branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserAdministrationDialog.Designer.cs
- Timestamp:
- 05/24/12 11:22:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserAdministrationDialog.Designer.cs
r7848 r7893 47 47 this.refreshableUserListView.Name = "refreshableUserListView"; 48 48 this.refreshableUserListView.ReadOnly = false; 49 this.refreshableUserListView.Size = new System.Drawing.Size( 762, 364);49 this.refreshableUserListView.Size = new System.Drawing.Size(921, 527); 50 50 this.refreshableUserListView.TabIndex = 0; 51 51 // … … 61 61 this.mainTabControl.Name = "mainTabControl"; 62 62 this.mainTabControl.SelectedIndex = 0; 63 this.mainTabControl.Size = new System.Drawing.Size( 782, 402);63 this.mainTabControl.Size = new System.Drawing.Size(941, 565); 64 64 this.mainTabControl.TabIndex = 1; 65 65 // … … 70 70 this.usersTabPage.Name = "usersTabPage"; 71 71 this.usersTabPage.Padding = new System.Windows.Forms.Padding(3); 72 this.usersTabPage.Size = new System.Drawing.Size( 774, 376);72 this.usersTabPage.Size = new System.Drawing.Size(933, 539); 73 73 this.usersTabPage.TabIndex = 0; 74 74 this.usersTabPage.Text = "Users"; … … 127 127 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 128 128 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 129 this.ClientSize = new System.Drawing.Size( 806, 426);129 this.ClientSize = new System.Drawing.Size(965, 589); 130 130 this.Controls.Add(this.mainTabControl); 131 131 this.MaximizeBox = false;
Note: See TracChangeset
for help on using the changeset viewer.