Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.Designer.cs @ 15920

Last change on this file since 15920 was 15920, checked in by jzenisek, 6 years ago

#2839: fixed several bugs in JobAdmin:

  • disabled play button if no project or resource is selected
  • extract stats for selected or alternatively for checked resources
  • collapse slaves-only groups if no slave is assigned explicitly
  • prevent unnecessary resource tree rebuilds (reset and style instead)
  • suppress double clicks in resource tree (i.e. prevent win forms check-error)

...

File size: 12.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Hive.JobManager.Views {
23  partial class HiveProjectSelector {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.projectsGroupBox = new System.Windows.Forms.GroupBox();
49      this.projectsImageList = new System.Windows.Forms.ImageList(this.components);
50      this.resourcesImageList = new System.Windows.Forms.ImageList(this.components);
51      this.searchLabel = new System.Windows.Forms.Label();
52      this.searchTextBox = new System.Windows.Forms.TextBox();
53      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
54      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
55      this.projectsTreeView = new System.Windows.Forms.TreeView();
56      this.resourcesTreeView = new HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView();
57      this.summaryGroupBox = new System.Windows.Forms.GroupBox();
58      this.coresLabel = new System.Windows.Forms.Label();
59      this.coresSummaryLabel = new System.Windows.Forms.Label();
60      this.memoryLabel = new System.Windows.Forms.Label();
61      this.memorySummaryLabel = new System.Windows.Forms.Label();
62      this.projectsGroupBox.SuspendLayout();
63      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
64      this.splitContainer2.Panel1.SuspendLayout();
65      this.splitContainer2.Panel2.SuspendLayout();
66      this.splitContainer2.SuspendLayout();
67      this.summaryGroupBox.SuspendLayout();
68      this.SuspendLayout();
69      //
70      // projectsGroupBox
71      //
72      this.projectsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
73            | System.Windows.Forms.AnchorStyles.Left)
74            | System.Windows.Forms.AnchorStyles.Right)));
75      this.projectsGroupBox.Controls.Add(this.searchLabel);
76      this.projectsGroupBox.Controls.Add(this.splitContainer2);
77      this.projectsGroupBox.Controls.Add(this.searchTextBox);
78      this.projectsGroupBox.Location = new System.Drawing.Point(3, 3);
79      this.projectsGroupBox.Name = "projectsGroupBox";
80      this.projectsGroupBox.Size = new System.Drawing.Size(426, 461);
81      this.projectsGroupBox.TabIndex = 0;
82      this.projectsGroupBox.TabStop = false;
83      this.projectsGroupBox.Text = "Available Projects";
84      //
85      // projectsImageList
86      //
87      this.projectsImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
88      this.projectsImageList.ImageSize = new System.Drawing.Size(16, 16);
89      this.projectsImageList.TransparentColor = System.Drawing.Color.Transparent;
90      //
91      // resourcesImageList
92      //
93      this.resourcesImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
94      this.resourcesImageList.ImageSize = new System.Drawing.Size(16, 16);
95      this.resourcesImageList.TransparentColor = System.Drawing.Color.Transparent;
96      //
97      // searchLabel
98      //
99      this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
100      this.searchLabel.Location = new System.Drawing.Point(6, 19);
101      this.searchLabel.Name = "searchLabel";
102      this.searchLabel.Size = new System.Drawing.Size(20, 20);
103      this.searchLabel.TabIndex = 0;
104      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for resources");
105      //
106      // searchTextBox
107      //
108      this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109            | System.Windows.Forms.AnchorStyles.Right)));
110      this.searchTextBox.Location = new System.Drawing.Point(32, 19);
111      this.searchTextBox.Name = "searchTextBox";
112      this.searchTextBox.Size = new System.Drawing.Size(388, 20);
113      this.searchTextBox.TabIndex = 1;
114      this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for resources");
115      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
116      //
117      // splitContainer2
118      //
119      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
120            | System.Windows.Forms.AnchorStyles.Left)
121            | System.Windows.Forms.AnchorStyles.Right)));
122      this.splitContainer2.Location = new System.Drawing.Point(6, 45);
123      this.splitContainer2.Name = "splitContainer2";
124      //
125      // splitContainer2.Panel1
126      //
127      this.splitContainer2.Panel1.Controls.Add(this.projectsTreeView);
128      //
129      // splitContainer2.Panel2
130      //
131      this.splitContainer2.Panel2.Controls.Add(this.resourcesTreeView);
132      this.splitContainer2.Size = new System.Drawing.Size(414, 410);
133      this.splitContainer2.SplitterDistance = 204;
134      this.splitContainer2.TabIndex = 4;
135      //
136      // projectsTreeView
137      //
138      this.projectsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
139      this.projectsTreeView.HideSelection = false;
140      this.projectsTreeView.ImageIndex = 0;
141      this.projectsTreeView.ImageList = this.projectsImageList;
142      this.projectsTreeView.Location = new System.Drawing.Point(0, 0);
143      this.projectsTreeView.Name = "projectsTreeView";
144      this.projectsTreeView.SelectedImageIndex = 0;
145      this.projectsTreeView.ShowNodeToolTips = true;
146      this.projectsTreeView.Size = new System.Drawing.Size(204, 410);
147      this.projectsTreeView.TabIndex = 3;
148      this.projectsTreeView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.projectsTreeView_MouseDoubleClick);
149      this.projectsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.projectsTreeView_AfterSelect);
150      //
151      // resourcesTreeView
152      //
153      this.resourcesTreeView.CheckBoxes = true;
154      this.resourcesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
155      this.resourcesTreeView.ImageIndex = 0;
156      this.resourcesTreeView.ImageList = this.resourcesImageList;
157      this.resourcesTreeView.Location = new System.Drawing.Point(0, 0);
158      this.resourcesTreeView.Name = "resourcesTreeView";
159      this.resourcesTreeView.SelectedImageIndex = 0;
160      this.resourcesTreeView.Size = new System.Drawing.Size(206, 410);
161      this.resourcesTreeView.TabIndex = 0;
162      this.resourcesTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.resourcesTreeView_NodeMouseDoubleClick);
163      this.resourcesTreeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.resourcesTreeView_BeforeCheck);
164      this.resourcesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.resourcesTreeView_AfterCheck);
165      this.resourcesTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.resourcesTreeView_MouseDown);
166      //
167      // summaryGroupBox
168      //
169      this.summaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
170            | System.Windows.Forms.AnchorStyles.Right)));
171      this.summaryGroupBox.Controls.Add(this.memorySummaryLabel);
172      this.summaryGroupBox.Controls.Add(this.memoryLabel);
173      this.summaryGroupBox.Controls.Add(this.coresSummaryLabel);
174      this.summaryGroupBox.Controls.Add(this.coresLabel);
175      this.summaryGroupBox.Location = new System.Drawing.Point(3, 470);
176      this.summaryGroupBox.Name = "summaryGroupBox";
177      this.summaryGroupBox.Size = new System.Drawing.Size(426, 71);
178      this.summaryGroupBox.TabIndex = 1;
179      this.summaryGroupBox.TabStop = false;
180      this.summaryGroupBox.Text = "Computing Resources";
181      //
182      // coresLabel
183      //
184      this.coresLabel.AutoSize = true;
185      this.coresLabel.Location = new System.Drawing.Point(6, 22);
186      this.coresLabel.Name = "coresLabel";
187      this.coresLabel.Size = new System.Drawing.Size(37, 13);
188      this.coresLabel.TabIndex = 1;
189      this.coresLabel.Text = "Cores:";
190      //
191      // coresSummaryLabel
192      //
193      this.coresSummaryLabel.AutoSize = true;
194      this.coresSummaryLabel.Location = new System.Drawing.Point(59, 22);
195      this.coresSummaryLabel.Name = "coresSummaryLabel";
196      this.coresSummaryLabel.Size = new System.Drawing.Size(124, 13);
197      this.coresSummaryLabel.TabIndex = 5;
198      this.coresSummaryLabel.Text = "0 Total (0 Free / 0 Used)";
199      //
200      // memoryLabel
201      //
202      this.memoryLabel.AutoSize = true;
203      this.memoryLabel.Location = new System.Drawing.Point(6, 48);
204      this.memoryLabel.Name = "memoryLabel";
205      this.memoryLabel.Size = new System.Drawing.Size(47, 13);
206      this.memoryLabel.TabIndex = 7;
207      this.memoryLabel.Text = "Memory:";
208      //
209      // memorySummaryLabel
210      //
211      this.memorySummaryLabel.AutoSize = true;
212      this.memorySummaryLabel.Location = new System.Drawing.Point(59, 48);
213      this.memorySummaryLabel.Name = "memorySummaryLabel";
214      this.memorySummaryLabel.Size = new System.Drawing.Size(223, 13);
215      this.memorySummaryLabel.TabIndex = 8;
216      this.memorySummaryLabel.Text = "0.00 GB Total (0.00 GB Free / 0.00 GB Used)";
217      //
218      // HiveProjectSelector
219      //
220      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
221      this.Controls.Add(this.summaryGroupBox);
222      this.Controls.Add(this.projectsGroupBox);
223      this.Name = "HiveProjectSelector";
224      this.Size = new System.Drawing.Size(432, 544);
225      this.Load += new System.EventHandler(this.HiveProjectSelector_Load);
226      this.projectsGroupBox.ResumeLayout(false);
227      this.projectsGroupBox.PerformLayout();
228      this.splitContainer2.Panel1.ResumeLayout(false);
229      this.splitContainer2.Panel2.ResumeLayout(false);
230      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
231      this.splitContainer2.ResumeLayout(false);
232      this.summaryGroupBox.ResumeLayout(false);
233      this.summaryGroupBox.PerformLayout();
234      this.ResumeLayout(false);
235
236    }
237
238    #endregion
239
240    protected System.Windows.Forms.GroupBox projectsGroupBox;
241    protected System.Windows.Forms.Label searchLabel;
242    protected System.Windows.Forms.TextBox searchTextBox;
243    protected System.Windows.Forms.ImageList projectsImageList;
244    protected System.Windows.Forms.ToolTip toolTip;
245    private System.Windows.Forms.ImageList resourcesImageList;
246    private System.Windows.Forms.SplitContainer splitContainer2;
247    protected System.Windows.Forms.TreeView projectsTreeView;
248    protected HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView resourcesTreeView;
249    private System.Windows.Forms.GroupBox summaryGroupBox;
250    private System.Windows.Forms.Label coresLabel;
251    private System.Windows.Forms.Label memorySummaryLabel;
252    private System.Windows.Forms.Label memoryLabel;
253    private System.Windows.Forms.Label coresSummaryLabel;
254  }
255}
Note: See TracBrowser for help on using the repository browser.