Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2892_LR-prediction-intervals/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.Designer.cs @ 16388

Last change on this file since 16388 was 16388, checked in by gkronber, 5 years ago

#2892: Merging r15750:16382 (HEAD) from trunk to branch, resolving conflicts

File size: 12.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.projectsTreeView_BeforeSelect);
150      this.projectsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.projectsTreeView_AfterSelect);
151      //
152      // resourcesTreeView
153      //
154      this.resourcesTreeView.CheckBoxes = true;
155      this.resourcesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
156      this.resourcesTreeView.ImageIndex = 0;
157      this.resourcesTreeView.ImageList = this.resourcesImageList;
158      this.resourcesTreeView.Location = new System.Drawing.Point(0, 0);
159      this.resourcesTreeView.Name = "resourcesTreeView";
160      this.resourcesTreeView.SelectedImageIndex = 0;
161      this.resourcesTreeView.Size = new System.Drawing.Size(206, 410);
162      this.resourcesTreeView.TabIndex = 0;
163      this.resourcesTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.resourcesTreeView_NodeMouseDoubleClick);
164      this.resourcesTreeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.resourcesTreeView_BeforeCheck);
165      this.resourcesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.resourcesTreeView_AfterCheck);
166      this.resourcesTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.resourcesTreeView_MouseDown);
167      this.resourcesTreeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.resourcesTreeView_BeforeSelect);
168      //
169      // summaryGroupBox
170      //
171      this.summaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
172            | System.Windows.Forms.AnchorStyles.Right)));
173      this.summaryGroupBox.Controls.Add(this.memorySummaryLabel);
174      this.summaryGroupBox.Controls.Add(this.memoryLabel);
175      this.summaryGroupBox.Controls.Add(this.coresSummaryLabel);
176      this.summaryGroupBox.Controls.Add(this.coresLabel);
177      this.summaryGroupBox.Location = new System.Drawing.Point(3, 470);
178      this.summaryGroupBox.Name = "summaryGroupBox";
179      this.summaryGroupBox.Size = new System.Drawing.Size(426, 71);
180      this.summaryGroupBox.TabIndex = 1;
181      this.summaryGroupBox.TabStop = false;
182      this.summaryGroupBox.Text = "Computing Resources";
183      //
184      // coresLabel
185      //
186      this.coresLabel.AutoSize = true;
187      this.coresLabel.Location = new System.Drawing.Point(6, 22);
188      this.coresLabel.Name = "coresLabel";
189      this.coresLabel.Size = new System.Drawing.Size(37, 13);
190      this.coresLabel.TabIndex = 1;
191      this.coresLabel.Text = "Cores:";
192      //
193      // coresSummaryLabel
194      //
195      this.coresSummaryLabel.AutoSize = true;
196      this.coresSummaryLabel.Location = new System.Drawing.Point(59, 22);
197      this.coresSummaryLabel.Name = "coresSummaryLabel";
198      this.coresSummaryLabel.Size = new System.Drawing.Size(124, 13);
199      this.coresSummaryLabel.TabIndex = 5;
200      this.coresSummaryLabel.Text = "0 Total (0 Free / 0 Used)";
201      //
202      // memoryLabel
203      //
204      this.memoryLabel.AutoSize = true;
205      this.memoryLabel.Location = new System.Drawing.Point(6, 48);
206      this.memoryLabel.Name = "memoryLabel";
207      this.memoryLabel.Size = new System.Drawing.Size(47, 13);
208      this.memoryLabel.TabIndex = 7;
209      this.memoryLabel.Text = "Memory:";
210      //
211      // memorySummaryLabel
212      //
213      this.memorySummaryLabel.AutoSize = true;
214      this.memorySummaryLabel.Location = new System.Drawing.Point(59, 48);
215      this.memorySummaryLabel.Name = "memorySummaryLabel";
216      this.memorySummaryLabel.Size = new System.Drawing.Size(223, 13);
217      this.memorySummaryLabel.TabIndex = 8;
218      this.memorySummaryLabel.Text = "0.00 GB Total (0.00 GB Free / 0.00 GB Used)";
219      //
220      // HiveProjectSelector
221      //
222      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
223      this.Controls.Add(this.summaryGroupBox);
224      this.Controls.Add(this.projectsGroupBox);
225      this.Name = "HiveProjectSelector";
226      this.Size = new System.Drawing.Size(432, 544);
227      this.Load += new System.EventHandler(this.HiveProjectSelector_Load);
228      this.projectsGroupBox.ResumeLayout(false);
229      this.projectsGroupBox.PerformLayout();
230      this.splitContainer2.Panel1.ResumeLayout(false);
231      this.splitContainer2.Panel2.ResumeLayout(false);
232      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
233      this.splitContainer2.ResumeLayout(false);
234      this.summaryGroupBox.ResumeLayout(false);
235      this.summaryGroupBox.PerformLayout();
236      this.ResumeLayout(false);
237
238    }
239
240    #endregion
241
242    protected System.Windows.Forms.GroupBox projectsGroupBox;
243    protected System.Windows.Forms.Label searchLabel;
244    protected System.Windows.Forms.TextBox searchTextBox;
245    protected System.Windows.Forms.ImageList projectsImageList;
246    protected System.Windows.Forms.ToolTip toolTip;
247    private System.Windows.Forms.ImageList resourcesImageList;
248    private System.Windows.Forms.SplitContainer splitContainer2;
249    protected System.Windows.Forms.TreeView projectsTreeView;
250    protected HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView resourcesTreeView;
251    private System.Windows.Forms.GroupBox summaryGroupBox;
252    protected System.Windows.Forms.Label coresLabel;
253    protected System.Windows.Forms.Label memorySummaryLabel;
254    protected System.Windows.Forms.Label memoryLabel;
255    protected System.Windows.Forms.Label coresSummaryLabel;
256  }
257}
Note: See TracBrowser for help on using the repository browser.