Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/18 15:19:53 (6 years ago)
Author:
jzenisek
Message:

#2839: Several changes and fixes:

  • added button tooltips
  • changed position of buttons
  • added refresh functionality to view of lightweight users ...
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/RefreshableLightweightAccessClientInformationView.Designer.cs

    r15952 r15953  
    2222using System;
    2323namespace HeuristicLab.Clients.Access.Views {
    24   partial class RefreshableLightweightUserInformationView {
     24  partial class RefreshableLightweightAccessClientInformationView {
    2525    /// <summary>
    2626    /// Required designer variable.
     
    4747    /// </summary>
    4848    private void InitializeComponent() {
    49       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableLightweightUserInformationView));
     49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableLightweightAccessClientInformationView));
    5050      this.lightweightUserInformationView = new HeuristicLab.Clients.Access.Views.LightweightUserInformationView();
    5151      this.storeButton = new System.Windows.Forms.Button();
     
    8080      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
    8181      //
    82       // RefreshableLightweightUserInformationView
     82      // RefreshableLightweightAccessClientInformationView
    8383      //
    8484      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    8686      this.Controls.Add(this.lightweightUserInformationView);
    8787      this.Controls.Add(this.storeButton);
    88       this.Name = "RefreshableLightweightUserInformationView";
     88      this.Name = "RefreshableLightweightAccessClientInformationView";
    8989      this.Size = new System.Drawing.Size(384, 281);
    9090      this.Controls.SetChildIndex(this.storeButton, 0);
Note: See TracChangeset for help on using the changeset viewer.