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 ...
Location:
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3
Files:
3 edited
4 moved

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/HeuristicLab.Clients.Access.Views-3.3.csproj

    r11623 r15953  
    147147      <DependentUpon>LightweightUserInformationView.cs</DependentUpon>
    148148    </Compile>
     149    <Compile Include="UserViews\RefreshableLightweightAccessClientInformationView.cs">
     150      <SubType>UserControl</SubType>
     151    </Compile>
     152    <Compile Include="UserViews\RefreshableLightweightAccessClientInformationView.Designer.cs">
     153      <DependentUpon>RefreshableLightweightAccessClientInformationView.cs</DependentUpon>
     154    </Compile>
     155    <Compile Include="UserViews\LightweightUserView.cs">
     156      <SubType>UserControl</SubType>
     157    </Compile>
     158    <Compile Include="UserViews\LightweightUserView.Designer.cs">
     159      <DependentUpon>LightweightUserView.cs</DependentUpon>
     160    </Compile>
     161    <Compile Include="UserViews\RefreshableLightweightAccessClientView.cs">
     162      <SubType>UserControl</SubType>
     163    </Compile>
     164    <Compile Include="UserViews\RefreshableLightweightAccessClientView.Designer.cs">
     165      <DependentUpon>RefreshableLightweightAccessClientView.cs</DependentUpon>
     166    </Compile>
    149167    <Compile Include="UserViews\RefreshableLightweightUserInformationView.cs">
    150168      <SubType>UserControl</SubType>
     
    152170    <Compile Include="UserViews\RefreshableLightweightUserInformationView.Designer.cs">
    153171      <DependentUpon>RefreshableLightweightUserInformationView.cs</DependentUpon>
    154     </Compile>
    155     <Compile Include="UserViews\LightweightUserView.cs">
    156       <SubType>UserControl</SubType>
    157     </Compile>
    158     <Compile Include="UserViews\LightweightUserView.Designer.cs">
    159       <DependentUpon>LightweightUserView.cs</DependentUpon>
    160     </Compile>
    161     <Compile Include="UserViews\RefreshableLightweightUserView.cs">
    162       <SubType>UserControl</SubType>
    163     </Compile>
    164     <Compile Include="UserViews\RefreshableLightweightUserView.Designer.cs">
    165       <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
    166172    </Compile>
    167173    <Compile Include="UserViews\RefreshableView.cs">
  • 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);
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/RefreshableLightweightAccessClientInformationView.cs

    r15952 r15953  
    2424
    2525namespace HeuristicLab.Clients.Access.Views {
    26   public partial class RefreshableLightweightUserInformationView : RefreshableView {
    27     public RefreshableLightweightUserInformationView() {
     26  public partial class RefreshableLightweightAccessClientInformationView : RefreshableView {
     27    public RefreshableLightweightAccessClientInformationView() {
    2828      InitializeComponent();
    2929    }
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/RefreshableLightweightAccessClientView.Designer.cs

    r15952 r15953  
    2121
    2222namespace HeuristicLab.Clients.Access.Views {
    23   partial class RefreshableLightweightUserView {
     23  partial class RefreshableLightweightAccessClientView {
    2424    /// <summary>
    2525    /// Required designer variable.
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/RefreshableLightweightAccessClientView.cs

    r15952 r15953  
    3030
    3131namespace HeuristicLab.Clients.Access.Views {
    32   [View("RefreshableLightweightUser View")]
     32  [View("RefreshableLightweightAccessClient View")]
    3333  [Content(typeof(AccessClient), false)]
    34   public partial class RefreshableLightweightUserView : RefreshableView {
    35     public RefreshableLightweightUserView() {
     34  public partial class RefreshableLightweightAccessClientView : RefreshableView {
     35    public RefreshableLightweightAccessClientView() {
    3636      InitializeComponent();
    3737    }
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/RefreshableView.Designer.cs

    r14185 r15953  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      components = new System.ComponentModel.Container();
    4748      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableView));
    4849      this.refreshButton = new System.Windows.Forms.Button();
     50      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    4951      this.SuspendLayout();
    5052      //
     
    5658      this.refreshButton.Size = new System.Drawing.Size(24, 24);
    5759      this.refreshButton.TabIndex = 1;
     60      this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
    5861      this.refreshButton.UseVisualStyleBackColor = true;
    5962      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     
    7275    #endregion
    7376
     77    private System.Windows.Forms.ToolTip toolTip;
    7478    protected System.Windows.Forms.Button refreshButton;
    7579  }
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/UserInformationDialog.Designer.cs

    r14185 r15953  
    4646    private void InitializeComponent() {
    4747      this.closeButton = new System.Windows.Forms.Button();
    48       this.refreshableLightweightUserInformationView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserInformationView();
     48      this.refreshableLightweightUserInformationView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightAccessClientInformationView();
    4949      this.SuspendLayout();
    5050      //
     
    9595    #endregion
    9696
    97     private RefreshableLightweightUserInformationView refreshableLightweightUserInformationView;
     97    private RefreshableLightweightAccessClientInformationView refreshableLightweightUserInformationView;
    9898    private System.Windows.Forms.Button closeButton;
    9999  }
Note: See TracChangeset for help on using the changeset viewer.