Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/12 15:16:16 (12 years ago)
Author:
ascheibe
Message:

#1648 added roles management

File:
1 edited

Legend:

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

    r7635 r7848  
    2929      this.UserGroupsTabPage = new System.Windows.Forms.TabPage();
    3030      this.refreshableUserGroupListView = new HeuristicLab.Clients.Access.Administration.RefreshableUserGroupListView();
     31      this.rolesTabPage = new System.Windows.Forms.TabPage();
     32      this.refreshableRoleListView = new HeuristicLab.Clients.Access.Administration.RefreshableRoleListView();
    3133      this.mainTabControl.SuspendLayout();
    3234      this.usersTabPage.SuspendLayout();
    3335      this.UserGroupsTabPage.SuspendLayout();
     36      this.rolesTabPage.SuspendLayout();
    3437      this.SuspendLayout();
    3538      //
    3639      // refreshableUserListView
    3740      //
    38       this.refreshableUserListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    39             | System.Windows.Forms.AnchorStyles.Left)
    40             | System.Windows.Forms.AnchorStyles.Right)));
     41      this.refreshableUserListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     42                  | System.Windows.Forms.AnchorStyles.Left)
     43                  | System.Windows.Forms.AnchorStyles.Right)));
    4144      this.refreshableUserListView.Caption = "View";
    4245      this.refreshableUserListView.Content = null;
     
    4952      // mainTabControl
    5053      //
    51       this.mainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    52             | System.Windows.Forms.AnchorStyles.Left)
    53             | System.Windows.Forms.AnchorStyles.Right)));
     54      this.mainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     55                  | System.Windows.Forms.AnchorStyles.Left)
     56                  | System.Windows.Forms.AnchorStyles.Right)));
    5457      this.mainTabControl.Controls.Add(this.usersTabPage);
    5558      this.mainTabControl.Controls.Add(this.UserGroupsTabPage);
     59      this.mainTabControl.Controls.Add(this.rolesTabPage);
    5660      this.mainTabControl.Location = new System.Drawing.Point(12, 12);
    5761      this.mainTabControl.Name = "mainTabControl";
     
    8488      // refreshableUserGroupListView
    8589      //
    86       this.refreshableUserGroupListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    87             | System.Windows.Forms.AnchorStyles.Left)
    88             | System.Windows.Forms.AnchorStyles.Right)));
     90      this.refreshableUserGroupListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     91                  | System.Windows.Forms.AnchorStyles.Left)
     92                  | System.Windows.Forms.AnchorStyles.Right)));
    8993      this.refreshableUserGroupListView.Caption = "View";
    9094      this.refreshableUserGroupListView.Content = null;
     
    9498      this.refreshableUserGroupListView.Size = new System.Drawing.Size(762, 364);
    9599      this.refreshableUserGroupListView.TabIndex = 0;
     100      //
     101      // rolesTabPage
     102      //
     103      this.rolesTabPage.Controls.Add(this.refreshableRoleListView);
     104      this.rolesTabPage.Location = new System.Drawing.Point(4, 22);
     105      this.rolesTabPage.Name = "rolesTabPage";
     106      this.rolesTabPage.Padding = new System.Windows.Forms.Padding(3);
     107      this.rolesTabPage.Size = new System.Drawing.Size(774, 376);
     108      this.rolesTabPage.TabIndex = 2;
     109      this.rolesTabPage.Text = "Roles";
     110      this.rolesTabPage.UseVisualStyleBackColor = true;
     111      //
     112      // refreshableRoleListView
     113      //
     114      this.refreshableRoleListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     115                  | System.Windows.Forms.AnchorStyles.Left)
     116                  | System.Windows.Forms.AnchorStyles.Right)));
     117      this.refreshableRoleListView.Caption = "View";
     118      this.refreshableRoleListView.Content = null;
     119      this.refreshableRoleListView.Location = new System.Drawing.Point(6, 6);
     120      this.refreshableRoleListView.Name = "refreshableRoleListView";
     121      this.refreshableRoleListView.ReadOnly = false;
     122      this.refreshableRoleListView.Size = new System.Drawing.Size(762, 364);
     123      this.refreshableRoleListView.TabIndex = 0;
    96124      //
    97125      // UserAdministrationDialog
     
    112140      this.usersTabPage.ResumeLayout(false);
    113141      this.UserGroupsTabPage.ResumeLayout(false);
     142      this.rolesTabPage.ResumeLayout(false);
    114143      this.ResumeLayout(false);
    115144
     
    123152    private System.Windows.Forms.TabPage UserGroupsTabPage;
    124153    private RefreshableUserGroupListView refreshableUserGroupListView;
     154    private System.Windows.Forms.TabPage rolesTabPage;
     155    private RefreshableRoleListView refreshableRoleListView;
    125156  }
    126157}
Note: See TracChangeset for help on using the changeset viewer.