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 |
|
---|
22 | namespace HeuristicLab.Clients.Hive.JobManager.Views {
|
---|
23 | partial class HiveResourceSelector {
|
---|
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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveResourceSelector));
|
---|
49 | this.resourcesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
50 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
51 | this.resourcesTreeView = new System.Windows.Forms.TreeView();
|
---|
52 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
53 | this.searchLabel = new System.Windows.Forms.Label();
|
---|
54 | this.searchTextBox = new System.Windows.Forms.TextBox();
|
---|
55 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
56 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
57 | this.resourcesGroupBox.SuspendLayout();
|
---|
58 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
59 | this.splitContainer.Panel1.SuspendLayout();
|
---|
60 | this.splitContainer.Panel2.SuspendLayout();
|
---|
61 | this.splitContainer.SuspendLayout();
|
---|
62 | this.SuspendLayout();
|
---|
63 | //
|
---|
64 | // resourcesGroupBox
|
---|
65 | //
|
---|
66 | this.resourcesGroupBox.Controls.Add(this.splitContainer);
|
---|
67 | this.resourcesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
68 | this.resourcesGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
69 | this.resourcesGroupBox.Name = "resourcesGroupBox";
|
---|
70 | this.resourcesGroupBox.Size = new System.Drawing.Size(308, 365);
|
---|
71 | this.resourcesGroupBox.TabIndex = 0;
|
---|
72 | this.resourcesGroupBox.TabStop = false;
|
---|
73 | this.resourcesGroupBox.Text = "Available Resources";
|
---|
74 | //
|
---|
75 | // splitContainer
|
---|
76 | //
|
---|
77 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
78 | this.splitContainer.Location = new System.Drawing.Point(3, 16);
|
---|
79 | this.splitContainer.Name = "splitContainer";
|
---|
80 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
81 | //
|
---|
82 | // splitContainer.Panel1
|
---|
83 | //
|
---|
84 | this.splitContainer.Panel1.Controls.Add(this.resourcesTreeView);
|
---|
85 | this.splitContainer.Panel1.Controls.Add(this.searchLabel);
|
---|
86 | this.splitContainer.Panel1.Controls.Add(this.searchTextBox);
|
---|
87 | //
|
---|
88 | // splitContainer.Panel2
|
---|
89 | //
|
---|
90 | this.splitContainer.Panel2.Controls.Add(this.descriptionTextBox);
|
---|
91 | this.splitContainer.Size = new System.Drawing.Size(302, 346);
|
---|
92 | this.splitContainer.SplitterDistance = 219;
|
---|
93 | this.splitContainer.TabIndex = 0;
|
---|
94 | //
|
---|
95 | // resourcesTreeView
|
---|
96 | //
|
---|
97 | this.resourcesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
98 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
99 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
100 | this.resourcesTreeView.CheckBoxes = true;
|
---|
101 | this.resourcesTreeView.HideSelection = false;
|
---|
102 | this.resourcesTreeView.ImageIndex = 0;
|
---|
103 | this.resourcesTreeView.ImageList = this.imageList;
|
---|
104 | this.resourcesTreeView.Location = new System.Drawing.Point(3, 29);
|
---|
105 | this.resourcesTreeView.Name = "resourcesTreeView";
|
---|
106 | this.resourcesTreeView.SelectedImageIndex = 0;
|
---|
107 | this.resourcesTreeView.ShowNodeToolTips = true;
|
---|
108 | this.resourcesTreeView.Size = new System.Drawing.Size(296, 196);
|
---|
109 | this.resourcesTreeView.TabIndex = 2;
|
---|
110 | this.resourcesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.resourcesTreeView_AfterCheck);
|
---|
111 | this.resourcesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.resourcesTreeView_AfterSelect);
|
---|
112 | //
|
---|
113 | // imageList
|
---|
114 | //
|
---|
115 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
116 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
117 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
118 | //
|
---|
119 | // searchLabel
|
---|
120 | //
|
---|
121 | this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
|
---|
122 | this.searchLabel.Location = new System.Drawing.Point(3, 3);
|
---|
123 | this.searchLabel.Name = "searchLabel";
|
---|
124 | this.searchLabel.Size = new System.Drawing.Size(20, 20);
|
---|
125 | this.searchLabel.TabIndex = 0;
|
---|
126 | this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for resources");
|
---|
127 | //
|
---|
128 | // searchTextBox
|
---|
129 | //
|
---|
130 | this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
131 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
132 | this.searchTextBox.Location = new System.Drawing.Point(29, 3);
|
---|
133 | this.searchTextBox.Name = "searchTextBox";
|
---|
134 | this.searchTextBox.Size = new System.Drawing.Size(270, 20);
|
---|
135 | this.searchTextBox.TabIndex = 1;
|
---|
136 | this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for resources");
|
---|
137 | this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
|
---|
138 | //
|
---|
139 | // descriptionTextBox
|
---|
140 | //
|
---|
141 | this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
142 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
143 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
144 | this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F);
|
---|
145 | this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
|
---|
146 | this.descriptionTextBox.Multiline = true;
|
---|
147 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
148 | this.descriptionTextBox.ReadOnly = true;
|
---|
149 | this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
---|
150 | this.descriptionTextBox.Size = new System.Drawing.Size(296, 108);
|
---|
151 | this.descriptionTextBox.TabIndex = 0;
|
---|
152 | this.descriptionTextBox.WordWrap = false;
|
---|
153 | //
|
---|
154 | // HiveResourceSelector
|
---|
155 | //
|
---|
156 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
157 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
158 | this.Controls.Add(this.resourcesGroupBox);
|
---|
159 | this.Name = "HiveResourceSelector";
|
---|
160 | this.Size = new System.Drawing.Size(308, 365);
|
---|
161 | this.resourcesGroupBox.ResumeLayout(false);
|
---|
162 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
163 | this.splitContainer.Panel1.PerformLayout();
|
---|
164 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
165 | this.splitContainer.Panel2.PerformLayout();
|
---|
166 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
167 | this.splitContainer.ResumeLayout(false);
|
---|
168 | this.ResumeLayout(false);
|
---|
169 |
|
---|
170 | }
|
---|
171 |
|
---|
172 | #endregion
|
---|
173 |
|
---|
174 | protected System.Windows.Forms.GroupBox resourcesGroupBox;
|
---|
175 | protected System.Windows.Forms.SplitContainer splitContainer;
|
---|
176 | protected System.Windows.Forms.Label searchLabel;
|
---|
177 | protected System.Windows.Forms.TextBox searchTextBox;
|
---|
178 | protected System.Windows.Forms.TreeView resourcesTreeView;
|
---|
179 | protected System.Windows.Forms.TextBox descriptionTextBox;
|
---|
180 | protected System.Windows.Forms.ImageList imageList;
|
---|
181 | protected System.Windows.Forms.ToolTip toolTip;
|
---|
182 |
|
---|
183 | }
|
---|
184 | }
|
---|