Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/12 17:51:26 (13 years ago)
Author:
ascheibe
Message:

#1648 switched user controls to a CheckedItemListView

File:
1 edited

Legend:

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

    r7368 r7375  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.refreshButton = new System.Windows.Forms.Button();
    27       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     26      this.lightweightUserView = new HeuristicLab.Clients.Access.Views.LightweightUserView();
    2827      this.SuspendLayout();
    2928      //
    30       // refreshButton
     29      // lightweightUserView
    3130      //
    32       this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    33       this.refreshButton.Location = new System.Drawing.Point(3, 3);
    34       this.refreshButton.Name = "refreshButton";
    35       this.refreshButton.Size = new System.Drawing.Size(24, 24);
    36       this.refreshButton.TabIndex = 1;
    37       this.refreshButton.UseVisualStyleBackColor = true;
    38       this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    39       //
    40       // viewHost
    41       //
    42       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     31      this.lightweightUserView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    4332                  | System.Windows.Forms.AnchorStyles.Left)
    4433                  | System.Windows.Forms.AnchorStyles.Right)));
    45       this.viewHost.Caption = "View";
    46       this.viewHost.Content = null;
    47       this.viewHost.Enabled = false;
    48       this.viewHost.Location = new System.Drawing.Point(3, 33);
    49       this.viewHost.Name = "viewHost";
    50       this.viewHost.ReadOnly = false;
    51       this.viewHost.Size = new System.Drawing.Size(500, 218);
    52       this.viewHost.TabIndex = 2;
    53       this.viewHost.ViewsLabelVisible = true;
    54       this.viewHost.ViewType = null;
     34      this.lightweightUserView.Caption = "LightweightUser View";
     35      this.lightweightUserView.Content = null;
     36      this.lightweightUserView.Location = new System.Drawing.Point(3, 33);
     37      this.lightweightUserView.Name = "lightweightUserView";
     38      this.lightweightUserView.ReadOnly = false;
     39      this.lightweightUserView.Size = new System.Drawing.Size(500, 218);
     40      this.lightweightUserView.TabIndex = 2;
     41      this.lightweightUserView.SelectedUsersChanged += new System.EventHandler(this.lightweightUserView_SelectedUsersChanged);
    5542      //
    56       // RefreshableView
     43      // RefreshableLightweightUserView
    5744      //
    5845      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    5946      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    60       this.Controls.Add(this.viewHost);
    61       this.Controls.Add(this.refreshButton);
    62       this.Name = "RefreshableView";
    63       this.Size = new System.Drawing.Size(506, 254);
     47      this.Controls.Add(this.lightweightUserView);
     48      this.Name = "RefreshableLightweightUserView";
     49      this.Controls.SetChildIndex(this.lightweightUserView, 0);
     50      this.Controls.SetChildIndex(this.refreshButton, 0);
    6451      this.ResumeLayout(false);
    6552
     
    6855    #endregion
    6956
    70     private System.Windows.Forms.Button refreshButton;
    71     private MainForm.WindowsForms.ViewHost viewHost;
     57    private LightweightUserView lightweightUserView;
    7258  }
    7359}
Note: See TracChangeset for help on using the changeset viewer.