Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/12 11:22:41 (13 years ago)
Author:
ascheibe
Message:

#1648 various improvements in the user administrator

File:
1 edited

Legend:

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

    r7848 r7893  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableRoleListView));
    2627      this.roleListView = new HeuristicLab.Clients.Access.Administration.RoleListView();
    2728      this.storeButton = new System.Windows.Forms.Button();
    2829      this.SuspendLayout();
    2930      //
    30       // userListView
     31      // roleListView
    3132      //
    3233      this.roleListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    33             | System.Windows.Forms.AnchorStyles.Left)
    34             | System.Windows.Forms.AnchorStyles.Right)));
     34                  | System.Windows.Forms.AnchorStyles.Left)
     35                  | System.Windows.Forms.AnchorStyles.Right)));
    3536      this.roleListView.Caption = "UserList View";
    3637      this.roleListView.Content = null;
    3738      this.roleListView.Location = new System.Drawing.Point(3, 33);
    38       this.roleListView.Name = "userListView";
     39      this.roleListView.Name = "roleListView";
    3940      this.roleListView.ReadOnly = false;
    4041      this.roleListView.Size = new System.Drawing.Size(559, 375);
     
    4344      // storeButton
    4445      //
     46      this.storeButton.Enabled = false;
     47      this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    4548      this.storeButton.Location = new System.Drawing.Point(33, 3);
    46       this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    4749      this.storeButton.Name = "storeButton";
    4850      this.storeButton.Size = new System.Drawing.Size(24, 24);
     
    5153      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
    5254      //
    53       // RefreshableUserListView
     55      // RefreshableRoleListView
    5456      //
    5557      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    5759      this.Controls.Add(this.roleListView);
    5860      this.Controls.Add(this.storeButton);
    59       this.Name = "RefreshableUserListView";
     61      this.Name = "RefreshableRoleListView";
    6062      this.Size = new System.Drawing.Size(565, 411);
    6163      this.Controls.SetChildIndex(this.storeButton, 0);
Note: See TracChangeset for help on using the changeset viewer.