1 | namespace HeuristicLab.Clients.Hive.Administrator.Views {
|
---|
2 | partial class ProjectsView {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.components = new System.ComponentModel.Container();
|
---|
27 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
28 | this.refreshButton = new System.Windows.Forms.Button();
|
---|
29 | this.saveProjectButton = new System.Windows.Forms.Button();
|
---|
30 | this.removeButton = new System.Windows.Forms.Button();
|
---|
31 | this.addButton = new System.Windows.Forms.Button();
|
---|
32 | this.projectsTreeView = new System.Windows.Forms.TreeView();
|
---|
33 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
34 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
35 | this.detailsTabPage = new System.Windows.Forms.TabPage();
|
---|
36 | this.projectView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectView();
|
---|
37 | this.permissionsTabPage = new System.Windows.Forms.TabPage();
|
---|
38 | this.projectPermissionsView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectPermissionsView();
|
---|
39 | this.resourcesTabPage = new System.Windows.Forms.TabPage();
|
---|
40 | this.projectResourcesView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectResourcesView();
|
---|
41 | this.jobsTabPage = new System.Windows.Forms.TabPage();
|
---|
42 | this.projectJobsView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectJobsView();
|
---|
43 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
44 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
45 | this.splitContainer.Panel1.SuspendLayout();
|
---|
46 | this.splitContainer.Panel2.SuspendLayout();
|
---|
47 | this.splitContainer.SuspendLayout();
|
---|
48 | this.tabControl.SuspendLayout();
|
---|
49 | this.detailsTabPage.SuspendLayout();
|
---|
50 | this.permissionsTabPage.SuspendLayout();
|
---|
51 | this.resourcesTabPage.SuspendLayout();
|
---|
52 | this.jobsTabPage.SuspendLayout();
|
---|
53 | this.SuspendLayout();
|
---|
54 | //
|
---|
55 | // splitContainer
|
---|
56 | //
|
---|
57 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
58 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
59 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
60 | this.splitContainer.Location = new System.Drawing.Point(3, 3);
|
---|
61 | this.splitContainer.Name = "splitContainer";
|
---|
62 | //
|
---|
63 | // splitContainer.Panel1
|
---|
64 | //
|
---|
65 | this.splitContainer.Panel1.Controls.Add(this.refreshButton);
|
---|
66 | this.splitContainer.Panel1.Controls.Add(this.saveProjectButton);
|
---|
67 | this.splitContainer.Panel1.Controls.Add(this.removeButton);
|
---|
68 | this.splitContainer.Panel1.Controls.Add(this.addButton);
|
---|
69 | this.splitContainer.Panel1.Controls.Add(this.projectsTreeView);
|
---|
70 | //
|
---|
71 | // splitContainer.Panel2
|
---|
72 | //
|
---|
73 | this.splitContainer.Panel2.Controls.Add(this.tabControl);
|
---|
74 | this.splitContainer.Size = new System.Drawing.Size(847, 547);
|
---|
75 | this.splitContainer.SplitterDistance = 249;
|
---|
76 | this.splitContainer.TabIndex = 0;
|
---|
77 | //
|
---|
78 | // refreshButton
|
---|
79 | //
|
---|
80 | this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
81 | this.refreshButton.Location = new System.Drawing.Point(3, 3);
|
---|
82 | this.refreshButton.Name = "refreshButton";
|
---|
83 | this.refreshButton.Size = new System.Drawing.Size(24, 24);
|
---|
84 | this.refreshButton.TabIndex = 14;
|
---|
85 | this.toolTip.SetToolTip(this.refreshButton, "Fetch list from server");
|
---|
86 | this.refreshButton.UseVisualStyleBackColor = true;
|
---|
87 | this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
|
---|
88 | //
|
---|
89 | // saveProjectButton
|
---|
90 | //
|
---|
91 | this.saveProjectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
|
---|
92 | this.saveProjectButton.Location = new System.Drawing.Point(93, 3);
|
---|
93 | this.saveProjectButton.Name = "saveProjectButton";
|
---|
94 | this.saveProjectButton.Size = new System.Drawing.Size(24, 24);
|
---|
95 | this.saveProjectButton.TabIndex = 12;
|
---|
96 | this.toolTip.SetToolTip(this.saveProjectButton, "Store project on the server");
|
---|
97 | this.saveProjectButton.UseVisualStyleBackColor = true;
|
---|
98 | this.saveProjectButton.Click += new System.EventHandler(this.saveProjectButton_Click);
|
---|
99 | //
|
---|
100 | // removeButton
|
---|
101 | //
|
---|
102 | this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
103 | this.removeButton.Location = new System.Drawing.Point(63, 3);
|
---|
104 | this.removeButton.Name = "removeButton";
|
---|
105 | this.removeButton.Size = new System.Drawing.Size(24, 24);
|
---|
106 | this.removeButton.TabIndex = 11;
|
---|
107 | this.toolTip.SetToolTip(this.removeButton, "Remove a project");
|
---|
108 | this.removeButton.UseVisualStyleBackColor = true;
|
---|
109 | this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
---|
110 | //
|
---|
111 | // addButton
|
---|
112 | //
|
---|
113 | this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
|
---|
114 | this.addButton.Location = new System.Drawing.Point(33, 3);
|
---|
115 | this.addButton.Name = "addButton";
|
---|
116 | this.addButton.Size = new System.Drawing.Size(24, 24);
|
---|
117 | this.addButton.TabIndex = 10;
|
---|
118 | this.toolTip.SetToolTip(this.addButton, "Add a new project");
|
---|
119 | this.addButton.UseVisualStyleBackColor = true;
|
---|
120 | this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
---|
121 | //
|
---|
122 | // projectsTreeView
|
---|
123 | //
|
---|
124 | this.projectsTreeView.AllowDrop = true;
|
---|
125 | this.projectsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
126 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
128 | this.projectsTreeView.ImageIndex = 0;
|
---|
129 | this.projectsTreeView.ImageList = this.imageList;
|
---|
130 | this.projectsTreeView.Location = new System.Drawing.Point(3, 33);
|
---|
131 | this.projectsTreeView.Name = "projectsTreeView";
|
---|
132 | this.projectsTreeView.SelectedImageIndex = 0;
|
---|
133 | this.projectsTreeView.Size = new System.Drawing.Size(243, 511);
|
---|
134 | this.projectsTreeView.TabIndex = 9;
|
---|
135 | this.projectsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.projectsTreeView_ItemDrag);
|
---|
136 | this.projectsTreeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.projectsTreeView_BeforeSelect);
|
---|
137 | this.projectsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.projectsTreeView_MouseDown);
|
---|
138 | this.projectsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragDrop);
|
---|
139 | this.projectsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragEnterOver);
|
---|
140 | this.projectsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.projectsTreeView_DragEnterOver);
|
---|
141 | this.projectsTreeView.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.projectsTreeView_QueryContinueDrag);
|
---|
142 | //
|
---|
143 | // imageList
|
---|
144 | //
|
---|
145 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
146 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
147 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
148 | //
|
---|
149 | // tabControl
|
---|
150 | //
|
---|
151 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
152 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
153 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
154 | this.tabControl.Controls.Add(this.detailsTabPage);
|
---|
155 | this.tabControl.Controls.Add(this.permissionsTabPage);
|
---|
156 | this.tabControl.Controls.Add(this.resourcesTabPage);
|
---|
157 | this.tabControl.Controls.Add(this.jobsTabPage);
|
---|
158 | this.tabControl.Location = new System.Drawing.Point(3, 3);
|
---|
159 | this.tabControl.Name = "tabControl";
|
---|
160 | this.tabControl.SelectedIndex = 0;
|
---|
161 | this.tabControl.Size = new System.Drawing.Size(585, 541);
|
---|
162 | this.tabControl.TabIndex = 0;
|
---|
163 | //
|
---|
164 | // detailsTabPage
|
---|
165 | //
|
---|
166 | this.detailsTabPage.Controls.Add(this.projectView);
|
---|
167 | this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
168 | this.detailsTabPage.Name = "detailsTabPage";
|
---|
169 | this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
170 | this.detailsTabPage.Size = new System.Drawing.Size(577, 515);
|
---|
171 | this.detailsTabPage.TabIndex = 0;
|
---|
172 | this.detailsTabPage.Text = "Details";
|
---|
173 | this.detailsTabPage.UseVisualStyleBackColor = true;
|
---|
174 | //
|
---|
175 | // projectView
|
---|
176 | //
|
---|
177 | this.projectView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
178 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
180 | this.projectView.Caption = "ProjectView";
|
---|
181 | this.projectView.Content = null;
|
---|
182 | this.projectView.Location = new System.Drawing.Point(6, 6);
|
---|
183 | this.projectView.Name = "projectView";
|
---|
184 | this.projectView.ReadOnly = false;
|
---|
185 | this.projectView.Size = new System.Drawing.Size(565, 503);
|
---|
186 | this.projectView.TabIndex = 0;
|
---|
187 | //
|
---|
188 | // permissionsTabPage
|
---|
189 | //
|
---|
190 | this.permissionsTabPage.Controls.Add(this.projectPermissionsView);
|
---|
191 | this.permissionsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
192 | this.permissionsTabPage.Name = "permissionsTabPage";
|
---|
193 | this.permissionsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
194 | this.permissionsTabPage.Size = new System.Drawing.Size(577, 515);
|
---|
195 | this.permissionsTabPage.TabIndex = 1;
|
---|
196 | this.permissionsTabPage.Text = "Compute Permissions";
|
---|
197 | this.permissionsTabPage.UseVisualStyleBackColor = true;
|
---|
198 | //
|
---|
199 | // projectPermissionsView
|
---|
200 | //
|
---|
201 | this.projectPermissionsView.Caption = "ProjectView";
|
---|
202 | this.projectPermissionsView.Content = null;
|
---|
203 | this.projectPermissionsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
204 | this.projectPermissionsView.Location = new System.Drawing.Point(3, 3);
|
---|
205 | this.projectPermissionsView.Name = "projectPermissionsView";
|
---|
206 | this.projectPermissionsView.ReadOnly = false;
|
---|
207 | this.projectPermissionsView.Size = new System.Drawing.Size(571, 509);
|
---|
208 | this.projectPermissionsView.TabIndex = 0;
|
---|
209 | //
|
---|
210 | // resourcesTabPage
|
---|
211 | //
|
---|
212 | this.resourcesTabPage.Controls.Add(this.projectResourcesView);
|
---|
213 | this.resourcesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
214 | this.resourcesTabPage.Name = "resourcesTabPage";
|
---|
215 | this.resourcesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
216 | this.resourcesTabPage.Size = new System.Drawing.Size(577, 515);
|
---|
217 | this.resourcesTabPage.TabIndex = 2;
|
---|
218 | this.resourcesTabPage.Text = "Resources";
|
---|
219 | this.resourcesTabPage.UseVisualStyleBackColor = true;
|
---|
220 | //
|
---|
221 | // projectResourcesView
|
---|
222 | //
|
---|
223 | this.projectResourcesView.Caption = "ProjectView";
|
---|
224 | this.projectResourcesView.Content = null;
|
---|
225 | this.projectResourcesView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
226 | this.projectResourcesView.Location = new System.Drawing.Point(3, 3);
|
---|
227 | this.projectResourcesView.Name = "projectResourcesView";
|
---|
228 | this.projectResourcesView.ReadOnly = false;
|
---|
229 | this.projectResourcesView.Size = new System.Drawing.Size(571, 509);
|
---|
230 | this.projectResourcesView.TabIndex = 0;
|
---|
231 | //
|
---|
232 | // jobsTabPage
|
---|
233 | //
|
---|
234 | this.jobsTabPage.Controls.Add(this.projectJobsView);
|
---|
235 | this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
236 | this.jobsTabPage.Name = "jobsTabPage";
|
---|
237 | this.jobsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
238 | this.jobsTabPage.Size = new System.Drawing.Size(577, 515);
|
---|
239 | this.jobsTabPage.TabIndex = 3;
|
---|
240 | this.jobsTabPage.Text = "Jobs";
|
---|
241 | this.jobsTabPage.UseVisualStyleBackColor = true;
|
---|
242 | //
|
---|
243 | // projectJobsView
|
---|
244 | //
|
---|
245 | this.projectJobsView.Caption = "ProjectView";
|
---|
246 | this.projectJobsView.Content = null;
|
---|
247 | this.projectJobsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
248 | this.projectJobsView.Location = new System.Drawing.Point(3, 3);
|
---|
249 | this.projectJobsView.Name = "projectJobsView";
|
---|
250 | this.projectJobsView.ReadOnly = false;
|
---|
251 | this.projectJobsView.Size = new System.Drawing.Size(571, 509);
|
---|
252 | this.projectJobsView.TabIndex = 0;
|
---|
253 | //
|
---|
254 | // ProjectsView
|
---|
255 | //
|
---|
256 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
257 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
258 | this.Controls.Add(this.splitContainer);
|
---|
259 | this.Name = "ProjectsView";
|
---|
260 | this.Size = new System.Drawing.Size(853, 553);
|
---|
261 | this.Load += new System.EventHandler(this.ProjectsView_Load);
|
---|
262 | this.Disposed += new System.EventHandler(this.ProjectsView_Disposed);
|
---|
263 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
264 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
265 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
266 | this.splitContainer.ResumeLayout(false);
|
---|
267 | this.tabControl.ResumeLayout(false);
|
---|
268 | this.detailsTabPage.ResumeLayout(false);
|
---|
269 | this.permissionsTabPage.ResumeLayout(false);
|
---|
270 | this.resourcesTabPage.ResumeLayout(false);
|
---|
271 | this.jobsTabPage.ResumeLayout(false);
|
---|
272 | this.ResumeLayout(false);
|
---|
273 |
|
---|
274 | }
|
---|
275 |
|
---|
276 | #endregion
|
---|
277 |
|
---|
278 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
279 | private System.Windows.Forms.Button refreshButton;
|
---|
280 | private System.Windows.Forms.Button saveProjectButton;
|
---|
281 | private System.Windows.Forms.Button removeButton;
|
---|
282 | private System.Windows.Forms.Button addButton;
|
---|
283 | private System.Windows.Forms.TreeView projectsTreeView;
|
---|
284 | private System.Windows.Forms.TabControl tabControl;
|
---|
285 | private System.Windows.Forms.TabPage detailsTabPage;
|
---|
286 | private System.Windows.Forms.TabPage permissionsTabPage;
|
---|
287 | private ProjectView projectView;
|
---|
288 | private System.Windows.Forms.ImageList imageList;
|
---|
289 | private System.Windows.Forms.TabPage resourcesTabPage;
|
---|
290 | private System.Windows.Forms.TabPage jobsTabPage;
|
---|
291 | private ProjectResourcesView projectResourcesView;
|
---|
292 | private ProjectPermissionsView projectPermissionsView;
|
---|
293 | private ProjectJobsView projectJobsView;
|
---|
294 | private System.Windows.Forms.ToolTip toolTip;
|
---|
295 | }
|
---|
296 | }
|
---|