Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs @ 6976

Last change on this file since 6976 was 6976, checked in by ascheibe, 12 years ago

#1672 integrate the Hive client projects into trunk (Hive Job Manager and Administrator)

File size: 12.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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
23namespace HeuristicLab.Clients.Hive.Administrator.Views {
24  partial class ResourcesView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.components = new System.ComponentModel.Container();
49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView));
50      this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
51      this.splitSlaves = new System.Windows.Forms.SplitContainer();
52      this.btnRefresh = new System.Windows.Forms.Button();
53      this.progressBar = new System.Windows.Forms.ProgressBar();
54      this.btnSave = new System.Windows.Forms.Button();
55      this.btnRemoveGroup = new System.Windows.Forms.Button();
56      this.btnAddGroup = new System.Windows.Forms.Button();
57      this.treeSlaveGroup = new System.Windows.Forms.TreeView();
58      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
59      this.tabDetails = new System.Windows.Forms.TabPage();
60      this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();
61      this.tabSchedule = new System.Windows.Forms.TabPage();
62      this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
63      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
64      this.splitSlaves.Panel1.SuspendLayout();
65      this.splitSlaves.Panel2.SuspendLayout();
66      this.splitSlaves.SuspendLayout();
67      this.tabSlaveGroup.SuspendLayout();
68      this.tabDetails.SuspendLayout();
69      this.tabSchedule.SuspendLayout();
70      this.SuspendLayout();
71      //
72      // imageListSlaveGroups
73      //
74      this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
75      this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
76      this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
77      //
78      // splitSlaves
79      //
80      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
81                  | System.Windows.Forms.AnchorStyles.Left)
82                  | System.Windows.Forms.AnchorStyles.Right)));
83      this.splitSlaves.Location = new System.Drawing.Point(3, 3);
84      this.splitSlaves.Name = "splitSlaves";
85      //
86      // splitSlaves.Panel1
87      //
88      this.splitSlaves.Panel1.Controls.Add(this.btnRefresh);
89      this.splitSlaves.Panel1.Controls.Add(this.progressBar);
90      this.splitSlaves.Panel1.Controls.Add(this.btnSave);
91      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
92      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
93      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
94      //
95      // splitSlaves.Panel2
96      //
97      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
98      this.splitSlaves.Size = new System.Drawing.Size(847, 547);
99      this.splitSlaves.SplitterDistance = 249;
100      this.splitSlaves.TabIndex = 3;
101      //
102      // btnRefresh
103      //
104      this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
105      this.btnRefresh.Location = new System.Drawing.Point(3, 3);
106      this.btnRefresh.Name = "btnRefresh";
107      this.btnRefresh.Size = new System.Drawing.Size(24, 24);
108      this.btnRefresh.TabIndex = 8;
109      this.btnRefresh.UseVisualStyleBackColor = true;
110      this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
111      //
112      // progressBar
113      //
114      this.progressBar.Location = new System.Drawing.Point(123, 4);
115      this.progressBar.Name = "progressBar";
116      this.progressBar.Size = new System.Drawing.Size(123, 23);
117      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
118      this.progressBar.TabIndex = 7;
119      //
120      // btnSave
121      //
122      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
123      this.btnSave.Location = new System.Drawing.Point(93, 3);
124      this.btnSave.Name = "btnSave";
125      this.btnSave.Size = new System.Drawing.Size(24, 24);
126      this.btnSave.TabIndex = 5;
127      this.btnSave.UseVisualStyleBackColor = true;
128      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
129      //
130      // btnRemoveGroup
131      //
132      this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
133      this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
134      this.btnRemoveGroup.Name = "btnRemoveGroup";
135      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
136      this.btnRemoveGroup.TabIndex = 2;
137      this.btnRemoveGroup.UseVisualStyleBackColor = true;
138      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
139      //
140      // btnAddGroup
141      //
142      this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
143      this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
144      this.btnAddGroup.Name = "btnAddGroup";
145      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
146      this.btnAddGroup.TabIndex = 1;
147      this.btnAddGroup.UseVisualStyleBackColor = true;
148      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
149      //
150      // treeSlaveGroup
151      //
152      this.treeSlaveGroup.AllowDrop = true;
153      this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
154                  | System.Windows.Forms.AnchorStyles.Left)
155                  | System.Windows.Forms.AnchorStyles.Right)));
156      this.treeSlaveGroup.ImageIndex = 0;
157      this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
158      this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
159      this.treeSlaveGroup.Name = "treeSlaveGroup";
160      this.treeSlaveGroup.SelectedImageIndex = 0;
161      this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
162      this.treeSlaveGroup.TabIndex = 0;
163      this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
164      this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick);
165      this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
166      this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter);
167      this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver);
168      this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag);
169      //
170      // tabSlaveGroup
171      //
172      this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173                  | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.tabSlaveGroup.Controls.Add(this.tabDetails);
176      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
177      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
178      this.tabSlaveGroup.Name = "tabSlaveGroup";
179      this.tabSlaveGroup.SelectedIndex = 0;
180      this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
181      this.tabSlaveGroup.TabIndex = 1;
182      this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged);
183      //
184      // tabDetails
185      //
186      this.tabDetails.Controls.Add(this.slaveView);
187      this.tabDetails.Location = new System.Drawing.Point(4, 22);
188      this.tabDetails.Name = "tabDetails";
189      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
190      this.tabDetails.Size = new System.Drawing.Size(577, 515);
191      this.tabDetails.TabIndex = 0;
192      this.tabDetails.Text = "Details";
193      this.tabDetails.UseVisualStyleBackColor = true;
194      //
195      // slaveView
196      //
197      this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198                  | System.Windows.Forms.AnchorStyles.Left)
199                  | System.Windows.Forms.AnchorStyles.Right)));
200      this.slaveView.Caption = "SlaveView";
201      this.slaveView.Content = null;
202      this.slaveView.Location = new System.Drawing.Point(7, 7);
203      this.slaveView.Name = "slaveView";
204      this.slaveView.ReadOnly = false;
205      this.slaveView.Size = new System.Drawing.Size(564, 502);
206      this.slaveView.TabIndex = 0;
207      //
208      // tabSchedule
209      //
210      this.tabSchedule.Controls.Add(this.scheduleView);
211      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
212      this.tabSchedule.Name = "tabSchedule";
213      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
214      this.tabSchedule.Size = new System.Drawing.Size(577, 515);
215      this.tabSchedule.TabIndex = 1;
216      this.tabSchedule.Text = "Schedule";
217      this.tabSchedule.UseVisualStyleBackColor = true;
218      //
219      // scheduleView
220      //
221      this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
222                  | System.Windows.Forms.AnchorStyles.Left)
223                  | System.Windows.Forms.AnchorStyles.Right)));
224      this.scheduleView.Caption = "ScheduleView";
225      this.scheduleView.Content = null;
226      this.scheduleView.Location = new System.Drawing.Point(3, 8);
227      this.scheduleView.Name = "scheduleView";
228      this.scheduleView.ReadOnly = false;
229      this.scheduleView.Size = new System.Drawing.Size(568, 501);
230      this.scheduleView.TabIndex = 0;
231      //
232      // ResourcesView
233      //
234      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
235      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
236      this.Controls.Add(this.splitSlaves);
237      this.Name = "ResourcesView";
238      this.Size = new System.Drawing.Size(853, 553);
239      this.splitSlaves.Panel1.ResumeLayout(false);
240      this.splitSlaves.Panel2.ResumeLayout(false);
241      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
242      this.splitSlaves.ResumeLayout(false);
243      this.tabSlaveGroup.ResumeLayout(false);
244      this.tabDetails.ResumeLayout(false);
245      this.tabSchedule.ResumeLayout(false);
246      this.ResumeLayout(false);
247
248    }
249
250    #endregion
251
252    private System.Windows.Forms.SplitContainer splitSlaves;
253    private System.Windows.Forms.Button btnRemoveGroup;
254    private System.Windows.Forms.Button btnAddGroup;
255    private System.Windows.Forms.TreeView treeSlaveGroup;
256    private System.Windows.Forms.TabControl tabSlaveGroup;
257    private System.Windows.Forms.TabPage tabDetails;
258    private System.Windows.Forms.TabPage tabSchedule;
259    private SlaveView slaveView;
260    private System.Windows.Forms.ImageList imageListSlaveGroups;
261    private ScheduleView scheduleView;
262    private System.Windows.Forms.Button btnSave;
263    private System.Windows.Forms.ProgressBar progressBar;
264    private System.Windows.Forms.Button btnRefresh;
265  }
266}
Note: See TracBrowser for help on using the repository browser.