Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/12 21:15:33 (12 years ago)
Author:
ascheibe
Message:

#1648 added CRUD operations for user groups in ui

File:
1 edited

Legend:

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

    r7614 r7637  
    2525    private void InitializeComponent() {
    2626      this.userListView = new HeuristicLab.Clients.Access.Administration.UserListView();
     27      this.storeButton = new System.Windows.Forms.Button();
    2728      this.SuspendLayout();
    2829      //
     
    3031      //
    3132      this.userListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    32                   | System.Windows.Forms.AnchorStyles.Left)
    33                   | System.Windows.Forms.AnchorStyles.Right)));
     33            | System.Windows.Forms.AnchorStyles.Left)
     34            | System.Windows.Forms.AnchorStyles.Right)));
    3435      this.userListView.Caption = "UserList View";
    3536      this.userListView.Content = null;
     
    4041      this.userListView.TabIndex = 2;
    4142      //
     43      // storeButton
     44      //
     45      this.storeButton.Location = new System.Drawing.Point(33, 3);
     46      this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     47      this.storeButton.Name = "storeButton";
     48      this.storeButton.Size = new System.Drawing.Size(24, 24);
     49      this.storeButton.TabIndex = 3;
     50      this.storeButton.UseVisualStyleBackColor = true;
     51      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
     52      //
    4253      // RefreshableUserListView
    4354      //
     
    4556      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    4657      this.Controls.Add(this.userListView);
     58      this.Controls.Add(this.storeButton);
    4759      this.Name = "RefreshableUserListView";
    4860      this.Size = new System.Drawing.Size(565, 411);
     61      this.Controls.SetChildIndex(this.storeButton, 0);
    4962      this.Controls.SetChildIndex(this.userListView, 0);
    5063      this.Controls.SetChildIndex(this.refreshButton, 0);
     
    5669
    5770    private UserListView userListView;
     71    private System.Windows.Forms.Button storeButton;
    5872  }
    5973}
Note: See TracChangeset for help on using the changeset viewer.