- Timestamp:
- 05/13/18 20:33:39 (7 years ago)
- 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 85 85 var top = BuildResourceTree(HiveAdminClient.Instance.Resources); 86 86 detailsViewHost.Content = top; 87 detailsViewHost.Locked = true; 87 88 } 88 89 } -
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourceView.Designer.cs
r15422 r15933 31 31 this.descriptionTextBox = new System.Windows.Forms.TextBox(); 32 32 this.heartbeatIntervalLabel = new System.Windows.Forms.Label(); 33 this.heartbeatIntervalNumericUpDown = new System.Windows.Forms.NumericUpDown();33 this.heartbeatIntervalNumericUpDown = new Hive.Views.Extensions.FixedNumericUpDown(); 34 34 this.publicLabel = new System.Windows.Forms.Label(); 35 35 this.publicCheckBox = new System.Windows.Forms.CheckBox(); … … 111 111 this.heartbeatIntervalNumericUpDown.Size = new System.Drawing.Size(397, 20); 112 112 this.heartbeatIntervalNumericUpDown.TabIndex = 9; 113 this.heartbeatIntervalNumericUpDown.Minimum = 0; 114 this.heartbeatIntervalNumericUpDown.Maximum = 120; 113 115 this.heartbeatIntervalNumericUpDown.ValueChanged += new System.EventHandler(this.heartbeatIntervalNumericUpDown_ValueChanged); 114 116 // … … 164 166 protected System.Windows.Forms.TextBox idTextBox; 165 167 protected System.Windows.Forms.TextBox descriptionTextBox; 166 protected System.Windows.Forms.NumericUpDown heartbeatIntervalNumericUpDown;168 protected HeuristicLab.Clients.Hive.Views.Extensions.FixedNumericUpDown heartbeatIntervalNumericUpDown; 167 169 protected System.Windows.Forms.CheckBox publicCheckBox; 168 170 }
Note: See TracChangeset
for help on using the changeset viewer.