Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs @ 16451

Last change on this file since 16451 was 16446, checked in by jkarder, 5 years ago

#2839: worked on hive project management

  • improved event handler (de-)registration
  • refactored content updates
File size: 12.8 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
22
23using System;
24namespace HeuristicLab.Clients.Hive.Administrator.Views {
25  partial class ResourcesView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
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.btnSave = new System.Windows.Forms.Button();
54      this.btnRemoveGroup = new System.Windows.Forms.Button();
55      this.btnAddGroup = new System.Windows.Forms.Button();
56      this.treeView = new Hive.Views.TreeView.NoDoubleClickTreeView();
57      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
58      this.tabDetails = new System.Windows.Forms.TabPage();
59      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
60      this.tabSchedule = new System.Windows.Forms.TabPage();
61      this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
62      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
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.btnSave);
90      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
91      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
92      this.splitSlaves.Panel1.Controls.Add(this.treeView);
93      //
94      // splitSlaves.Panel2
95      //
96      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
97      this.splitSlaves.Size = new System.Drawing.Size(847, 547);
98      this.splitSlaves.SplitterDistance = 249;
99      this.splitSlaves.TabIndex = 3;
100      //
101      // btnRefresh
102      //
103      this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
104      this.btnRefresh.Location = new System.Drawing.Point(3, 3);
105      this.btnRefresh.Name = "btnRefresh";
106      this.btnRefresh.Size = new System.Drawing.Size(24, 24);
107      this.btnRefresh.TabIndex = 8;
108      this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server.");
109      this.btnRefresh.UseVisualStyleBackColor = true;
110      this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
111      //
112      // btnSave
113      //
114      this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
115      this.btnSave.Location = new System.Drawing.Point(93, 3);
116      this.btnSave.Name = "btnSave";
117      this.btnSave.Size = new System.Drawing.Size(24, 24);
118      this.btnSave.TabIndex = 5;
119      this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server.");
120      this.btnSave.UseVisualStyleBackColor = true;
121      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
122      //
123      // btnRemoveGroup
124      //
125      this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
126      this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
127      this.btnRemoveGroup.Name = "btnRemoveGroup";
128      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
129      this.btnRemoveGroup.TabIndex = 2;
130      this.toolTip.SetToolTip(this.btnRemoveGroup, "Remove a slave or a group.");
131      this.btnRemoveGroup.UseVisualStyleBackColor = true;
132      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
133      //
134      // btnAddGroup
135      //
136      this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
137      this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
138      this.btnAddGroup.Name = "btnAddGroup";
139      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
140      this.btnAddGroup.TabIndex = 1;
141      this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group.");
142      this.btnAddGroup.UseVisualStyleBackColor = true;
143      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
144      //
145      // treeView
146      //
147      this.treeView.AllowDrop = true;
148      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
149            | System.Windows.Forms.AnchorStyles.Left)
150            | System.Windows.Forms.AnchorStyles.Right)));
151      this.treeView.CheckBoxes = true;
152      this.treeView.ImageIndex = 0;
153      this.treeView.ImageList = this.imageListSlaveGroups;
154      this.treeView.Location = new System.Drawing.Point(3, 33);
155      this.treeView.Name = "treeView";
156      this.treeView.SelectedImageIndex = 0;
157      this.treeView.Size = new System.Drawing.Size(243, 511);
158      this.treeView.TabIndex = 0;
159      this.treeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
160      this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeSlaveGroup_MouseDown);
161      this.treeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeSlaveGroup_BeforeSelect);
162      this.treeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
163      this.treeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnterOver);
164      this.treeView.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnterOver);
165      this.treeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeSlaveGroup_BeforeCheck);
166      this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeSlaveGroup_AfterCheck);
167      //
168      // tabSlaveGroup
169      //
170      this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
171            | System.Windows.Forms.AnchorStyles.Left)
172            | System.Windows.Forms.AnchorStyles.Right)));
173      this.tabSlaveGroup.Controls.Add(this.tabDetails);
174      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
175      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
176      this.tabSlaveGroup.Name = "tabSlaveGroup";
177      this.tabSlaveGroup.SelectedIndex = 0;
178      this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
179      this.tabSlaveGroup.TabIndex = 1;
180      //this.tabSlaveGroup.TabIndexChanged += TabSlaveGroup_TabIndexChanged;
181      this.tabSlaveGroup.Selected += TabSlaveGroup_Selected;
182      //
183      // tabDetails
184      //
185      this.tabDetails.Controls.Add(this.viewHost);
186      this.tabDetails.Location = new System.Drawing.Point(4, 22);
187      this.tabDetails.Name = "tabDetails";
188      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
189      this.tabDetails.Size = new System.Drawing.Size(577, 515);
190      this.tabDetails.TabIndex = 0;
191      this.tabDetails.Text = "Details";
192      this.tabDetails.UseVisualStyleBackColor = true;
193      //
194      // viewHost
195      //
196      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
197            | System.Windows.Forms.AnchorStyles.Left)
198            | System.Windows.Forms.AnchorStyles.Right)));
199      this.viewHost.Caption = "View";
200      this.viewHost.Content = null;
201      this.viewHost.Enabled = true;
202      this.viewHost.Location = new System.Drawing.Point(6, 6);
203      this.viewHost.Name = "viewHost";
204      this.viewHost.ReadOnly = false;
205      this.viewHost.Size = new System.Drawing.Size(565, 503);
206      this.viewHost.TabIndex = 0;
207      this.viewHost.ViewsLabelVisible = true;
208      this.viewHost.ViewType = null;
209      //
210      // tabSchedule
211      //
212      this.tabSchedule.Controls.Add(this.scheduleView);
213      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
214      this.tabSchedule.Name = "tabSchedule";
215      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
216      this.tabSchedule.Size = new System.Drawing.Size(577, 515);
217      this.tabSchedule.TabIndex = 1;
218      this.tabSchedule.Text = "Schedule";
219      this.tabSchedule.UseVisualStyleBackColor = true;
220      //
221      // scheduleView
222      //
223      this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
224            | System.Windows.Forms.AnchorStyles.Left)
225            | System.Windows.Forms.AnchorStyles.Right)));
226      this.scheduleView.Caption = "ScheduleView";
227      this.scheduleView.Content = null;
228      this.scheduleView.Location = new System.Drawing.Point(6, 6);
229      this.scheduleView.Name = "scheduleView";
230      this.scheduleView.ReadOnly = false;
231      this.scheduleView.Size = new System.Drawing.Size(565, 503);
232      this.scheduleView.TabIndex = 0;
233      //
234      // ResourcesView
235      //
236      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
237      this.Controls.Add(this.splitSlaves);
238      this.Name = "ResourcesView";
239      this.Size = new System.Drawing.Size(853, 553);
240      this.Load += new System.EventHandler(this.ResourcesView_Load);
241      this.Disposed += new System.EventHandler(this.ResourcesView_Disposed);
242      this.splitSlaves.Panel1.ResumeLayout(false);
243      this.splitSlaves.Panel2.ResumeLayout(false);
244      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
245      this.splitSlaves.ResumeLayout(false);
246      this.tabSlaveGroup.ResumeLayout(false);
247      this.tabDetails.ResumeLayout(false);
248      this.tabSchedule.ResumeLayout(false);
249      this.ResumeLayout(false);
250
251    }
252    #endregion
253
254    private System.Windows.Forms.SplitContainer splitSlaves;
255    private System.Windows.Forms.Button btnRemoveGroup;
256    private System.Windows.Forms.Button btnAddGroup;
257    private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView;
258    private System.Windows.Forms.TabControl tabSlaveGroup;
259    private System.Windows.Forms.TabPage tabDetails;
260    private System.Windows.Forms.TabPage tabSchedule;
261    private System.Windows.Forms.ImageList imageListSlaveGroups;
262    private ScheduleView scheduleView;
263    private System.Windows.Forms.Button btnSave;
264    private System.Windows.Forms.Button btnRefresh;
265    private System.Windows.Forms.ToolTip toolTip;
266    private MainForm.WindowsForms.ViewHost viewHost;
267  }
268}
Note: See TracBrowser for help on using the repository browser.