Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/13/18 20:33:39 (6 years ago)
Author:
jzenisek
Message:

#2839: several fixes

  • rebuilt run in hive
  • adapted numeric selector (added FixedNumericUpDown.cs)
Location:
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.cs

    r15922 r15933  
    8585        var top = BuildResourceTree(HiveAdminClient.Instance.Resources);
    8686        detailsViewHost.Content = top;
     87        detailsViewHost.Locked = true;
    8788      }
    8889    }
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourceView.Designer.cs

    r15422 r15933  
    3131      this.descriptionTextBox = new System.Windows.Forms.TextBox();
    3232      this.heartbeatIntervalLabel = new System.Windows.Forms.Label();
    33       this.heartbeatIntervalNumericUpDown = new System.Windows.Forms.NumericUpDown();
     33      this.heartbeatIntervalNumericUpDown = new Hive.Views.Extensions.FixedNumericUpDown();
    3434      this.publicLabel = new System.Windows.Forms.Label();
    3535      this.publicCheckBox = new System.Windows.Forms.CheckBox();
     
    111111      this.heartbeatIntervalNumericUpDown.Size = new System.Drawing.Size(397, 20);
    112112      this.heartbeatIntervalNumericUpDown.TabIndex = 9;
     113      this.heartbeatIntervalNumericUpDown.Minimum = 0;
     114      this.heartbeatIntervalNumericUpDown.Maximum = 120;
    113115      this.heartbeatIntervalNumericUpDown.ValueChanged += new System.EventHandler(this.heartbeatIntervalNumericUpDown_ValueChanged);
    114116      //
     
    164166    protected System.Windows.Forms.TextBox idTextBox;
    165167    protected System.Windows.Forms.TextBox descriptionTextBox;
    166     protected System.Windows.Forms.NumericUpDown heartbeatIntervalNumericUpDown;
     168    protected HeuristicLab.Clients.Hive.Views.Extensions.FixedNumericUpDown heartbeatIntervalNumericUpDown;
    167169    protected System.Windows.Forms.CheckBox publicCheckBox;
    168170  }
Note: See TracChangeset for help on using the changeset viewer.