Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RegressionBenchmarks/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs @ 7255

Last change on this file since 7255 was 7255, checked in by sforsten, 12 years ago

#1708: merged r7209 from trunk

  • adjusted GUI
  • added toggle for the different series
  • X Axis labels are rounded to useful values
  • added ToolTip
File size: 13.2 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      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
64      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
65      this.splitSlaves.Panel1.SuspendLayout();
66      this.splitSlaves.Panel2.SuspendLayout();
67      this.splitSlaves.SuspendLayout();
68      this.tabSlaveGroup.SuspendLayout();
69      this.tabDetails.SuspendLayout();
70      this.tabSchedule.SuspendLayout();
71      this.SuspendLayout();
72      //
73      // imageListSlaveGroups
74      //
75      this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
76      this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
77      this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
78      //
79      // splitSlaves
80      //
81      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
82                  | System.Windows.Forms.AnchorStyles.Left)
83                  | System.Windows.Forms.AnchorStyles.Right)));
84      this.splitSlaves.Location = new System.Drawing.Point(3, 3);
85      this.splitSlaves.Name = "splitSlaves";
86      //
87      // splitSlaves.Panel1
88      //
89      this.splitSlaves.Panel1.Controls.Add(this.btnRefresh);
90      this.splitSlaves.Panel1.Controls.Add(this.progressBar);
91      this.splitSlaves.Panel1.Controls.Add(this.btnSave);
92      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
93      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
94      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
95      //
96      // splitSlaves.Panel2
97      //
98      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
99      this.splitSlaves.Size = new System.Drawing.Size(847, 547);
100      this.splitSlaves.SplitterDistance = 249;
101      this.splitSlaves.TabIndex = 3;
102      //
103      // btnRefresh
104      //
105      this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
106      this.btnRefresh.Location = new System.Drawing.Point(3, 3);
107      this.btnRefresh.Name = "btnRefresh";
108      this.btnRefresh.Size = new System.Drawing.Size(24, 24);
109      this.btnRefresh.TabIndex = 8;
110      this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server");
111      this.btnRefresh.UseVisualStyleBackColor = true;
112      this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
113      //
114      // progressBar
115      //
116      this.progressBar.Location = new System.Drawing.Point(123, 4);
117      this.progressBar.Name = "progressBar";
118      this.progressBar.Size = new System.Drawing.Size(123, 23);
119      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
120      this.progressBar.TabIndex = 7;
121      //
122      // btnSave
123      //
124      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
125      this.btnSave.Location = new System.Drawing.Point(93, 3);
126      this.btnSave.Name = "btnSave";
127      this.btnSave.Size = new System.Drawing.Size(24, 24);
128      this.btnSave.TabIndex = 5;
129      this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server");
130      this.btnSave.UseVisualStyleBackColor = true;
131      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
132      //
133      // btnRemoveGroup
134      //
135      this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
136      this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
137      this.btnRemoveGroup.Name = "btnRemoveGroup";
138      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
139      this.btnRemoveGroup.TabIndex = 2;
140      this.toolTip.SetToolTip(this.btnRemoveGroup, "Delete a slave or a group");
141      this.btnRemoveGroup.UseVisualStyleBackColor = true;
142      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
143      //
144      // btnAddGroup
145      //
146      this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
147      this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
148      this.btnAddGroup.Name = "btnAddGroup";
149      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
150      this.btnAddGroup.TabIndex = 1;
151      this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group");
152      this.btnAddGroup.UseVisualStyleBackColor = true;
153      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
154      //
155      // treeSlaveGroup
156      //
157      this.treeSlaveGroup.AllowDrop = true;
158      this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
159                  | System.Windows.Forms.AnchorStyles.Left)
160                  | System.Windows.Forms.AnchorStyles.Right)));
161      this.treeSlaveGroup.ImageIndex = 0;
162      this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
163      this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
164      this.treeSlaveGroup.Name = "treeSlaveGroup";
165      this.treeSlaveGroup.SelectedImageIndex = 0;
166      this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
167      this.treeSlaveGroup.TabIndex = 0;
168      this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
169      this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick);
170      this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
171      this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter);
172      this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver);
173      this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag);
174      //
175      // tabSlaveGroup
176      //
177      this.tabSlaveGroup.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.tabSlaveGroup.Controls.Add(this.tabDetails);
181      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
182      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
183      this.tabSlaveGroup.Name = "tabSlaveGroup";
184      this.tabSlaveGroup.SelectedIndex = 0;
185      this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
186      this.tabSlaveGroup.TabIndex = 1;
187      this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged);
188      //
189      // tabDetails
190      //
191      this.tabDetails.Controls.Add(this.slaveView);
192      this.tabDetails.Location = new System.Drawing.Point(4, 22);
193      this.tabDetails.Name = "tabDetails";
194      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
195      this.tabDetails.Size = new System.Drawing.Size(577, 515);
196      this.tabDetails.TabIndex = 0;
197      this.tabDetails.Text = "Details";
198      this.tabDetails.UseVisualStyleBackColor = true;
199      //
200      // slaveView
201      //
202      this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
203                  | System.Windows.Forms.AnchorStyles.Left)
204                  | System.Windows.Forms.AnchorStyles.Right)));
205      this.slaveView.Caption = "SlaveView";
206      this.slaveView.Content = null;
207      this.slaveView.Location = new System.Drawing.Point(7, 7);
208      this.slaveView.Name = "slaveView";
209      this.slaveView.ReadOnly = false;
210      this.slaveView.Size = new System.Drawing.Size(564, 502);
211      this.slaveView.TabIndex = 0;
212      //
213      // tabSchedule
214      //
215      this.tabSchedule.Controls.Add(this.scheduleView);
216      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
217      this.tabSchedule.Name = "tabSchedule";
218      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
219      this.tabSchedule.Size = new System.Drawing.Size(577, 515);
220      this.tabSchedule.TabIndex = 1;
221      this.tabSchedule.Text = "Schedule";
222      this.tabSchedule.UseVisualStyleBackColor = true;
223      //
224      // scheduleView
225      //
226      this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
227                  | System.Windows.Forms.AnchorStyles.Left)
228                  | System.Windows.Forms.AnchorStyles.Right)));
229      this.scheduleView.Caption = "ScheduleView";
230      this.scheduleView.Content = null;
231      this.scheduleView.Location = new System.Drawing.Point(3, 8);
232      this.scheduleView.Name = "scheduleView";
233      this.scheduleView.ReadOnly = false;
234      this.scheduleView.Size = new System.Drawing.Size(568, 501);
235      this.scheduleView.TabIndex = 0;
236      //
237      // ResourcesView
238      //
239      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
240      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
241      this.Controls.Add(this.splitSlaves);
242      this.Name = "ResourcesView";
243      this.Size = new System.Drawing.Size(853, 553);
244      this.Load += new System.EventHandler(this.ResourcesView_Load);
245      this.splitSlaves.Panel1.ResumeLayout(false);
246      this.splitSlaves.Panel2.ResumeLayout(false);
247      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
248      this.splitSlaves.ResumeLayout(false);
249      this.tabSlaveGroup.ResumeLayout(false);
250      this.tabDetails.ResumeLayout(false);
251      this.tabSchedule.ResumeLayout(false);
252      this.ResumeLayout(false);
253
254    }
255
256    #endregion
257
258    private System.Windows.Forms.SplitContainer splitSlaves;
259    private System.Windows.Forms.Button btnRemoveGroup;
260    private System.Windows.Forms.Button btnAddGroup;
261    private System.Windows.Forms.TreeView treeSlaveGroup;
262    private System.Windows.Forms.TabControl tabSlaveGroup;
263    private System.Windows.Forms.TabPage tabDetails;
264    private System.Windows.Forms.TabPage tabSchedule;
265    private SlaveView slaveView;
266    private System.Windows.Forms.ImageList imageListSlaveGroups;
267    private ScheduleView scheduleView;
268    private System.Windows.Forms.Button btnSave;
269    private System.Windows.Forms.ProgressBar progressBar;
270    private System.Windows.Forms.Button btnRefresh;
271    private System.Windows.Forms.ToolTip toolTip;
272  }
273}
Note: See TracBrowser for help on using the repository browser.