Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.Designer.cs @ 3022

Last change on this file since 3022 was 3022, checked in by kgrading, 14 years ago

added the calendar in the dal and the server console. Works on every Resource (Group / Client) (#908)

File size: 40.1 KB
Line 
1namespace HeuristicLab.Hive.Server.ServerConsole {
2  partial class HiveServerManagementConsole {
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 Windows Form 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveServerManagementConsole));
28      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
29      this.informationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30      this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34      this.groupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35      this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37      this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38      this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39      this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40      this.ilLargeImgClient = new System.Windows.Forms.ImageList(this.components);
41      this.ilLargeImgJob = new System.Windows.Forms.ImageList(this.components);
42      this.plClientDetails = new System.Windows.Forms.Panel();
43      this.lblState = new System.Windows.Forms.Label();
44      this.lblStateClient = new System.Windows.Forms.Label();
45      this.lblLogin = new System.Windows.Forms.Label();
46      this.lblLoginOn = new System.Windows.Forms.Label();
47      this.lblClientName = new System.Windows.Forms.Label();
48      this.pbClientControl = new System.Windows.Forms.PictureBox();
49      this.plUserDetails = new System.Windows.Forms.Panel();
50      this.lblUserName = new System.Windows.Forms.Label();
51      this.btnUserControlClose = new System.Windows.Forms.Button();
52      this.pbUserControl = new System.Windows.Forms.PictureBox();
53      this.plJobDetails = new System.Windows.Forms.Panel();
54      this.lvJobDetails = new System.Windows.Forms.ListView();
55      this.chContent = new System.Windows.Forms.ColumnHeader();
56      this.chDetails = new System.Windows.Forms.ColumnHeader();
57      this.lvSnapshots = new System.Windows.Forms.ListView();
58      this.chClientCalculated = new System.Windows.Forms.ColumnHeader();
59      this.chProgress = new System.Windows.Forms.ColumnHeader();
60      this.chSnapshotTime = new System.Windows.Forms.ColumnHeader();
61      this.lblProgress = new System.Windows.Forms.Label();
62      this.lblStatus = new System.Windows.Forms.Label();
63      this.progressJob = new System.Windows.Forms.ProgressBar();
64      this.lblJobName = new System.Windows.Forms.Label();
65      this.pbJobControl = new System.Windows.Forms.PictureBox();
66      this.treeView2 = new System.Windows.Forms.TreeView();
67      this.listView2 = new System.Windows.Forms.ListView();
68      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
69      this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
70      this.updaterWoker = new System.ComponentModel.BackgroundWorker();
71      this.tpJobControl = new System.Windows.Forms.TabPage();
72      this.scJobControl = new System.Windows.Forms.SplitContainer();
73      this.lvJobControl = new System.Windows.Forms.ListView();
74      this.contextMenuJob = new System.Windows.Forms.ContextMenuStrip(this.components);
75      this.menuItemAbortJob = new System.Windows.Forms.ToolStripMenuItem();
76      this.menuItemGetSnapshot = new System.Windows.Forms.ToolStripMenuItem();
77      this.ilSmallImgJob = new System.Windows.Forms.ImageList(this.components);
78      this.ilSmallImgClient = new System.Windows.Forms.ImageList(this.components);
79      this.tpClientControl = new System.Windows.Forms.TabPage();
80      this.scClientControl = new System.Windows.Forms.SplitContainer();
81      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
82      this.btnRefresh = new System.Windows.Forms.Button();
83      this.tvClientControl = new System.Windows.Forms.TreeView();
84      this.contextMenuGroup = new System.Windows.Forms.ContextMenuStrip(this.components);
85      this.menuItemAddGroup = new System.Windows.Forms.ToolStripMenuItem();
86      this.menuItemDeleteGroup = new System.Windows.Forms.ToolStripMenuItem();
87      this.lvClientControl = new System.Windows.Forms.ListView();
88      this.tcManagementConsole = new System.Windows.Forms.TabControl();
89      this.checkBox1 = new System.Windows.Forms.CheckBox();
90      this.menuItemOpenCalendar = new System.Windows.Forms.ToolStripMenuItem();
91      this.menuStrip1.SuspendLayout();
92      this.plClientDetails.SuspendLayout();
93      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
94      this.plUserDetails.SuspendLayout();
95      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).BeginInit();
96      this.plJobDetails.SuspendLayout();
97      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
98      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
99      this.tpJobControl.SuspendLayout();
100      this.scJobControl.Panel1.SuspendLayout();
101      this.scJobControl.Panel2.SuspendLayout();
102      this.scJobControl.SuspendLayout();
103      this.contextMenuJob.SuspendLayout();
104      this.tpClientControl.SuspendLayout();
105      this.scClientControl.Panel1.SuspendLayout();
106      this.scClientControl.Panel2.SuspendLayout();
107      this.scClientControl.SuspendLayout();
108      this.splitContainer1.Panel1.SuspendLayout();
109      this.splitContainer1.Panel2.SuspendLayout();
110      this.splitContainer1.SuspendLayout();
111      this.contextMenuGroup.SuspendLayout();
112      this.tcManagementConsole.SuspendLayout();
113      this.SuspendLayout();
114      //
115      // menuStrip1
116      //
117      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
118            this.informationToolStripMenuItem,
119            this.addToolStripMenuItem,
120            this.viewToolStripMenuItem});
121      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
122      this.menuStrip1.Name = "menuStrip1";
123      this.menuStrip1.Size = new System.Drawing.Size(893, 24);
124      this.menuStrip1.TabIndex = 0;
125      this.menuStrip1.Text = "menuStrip1";
126      //
127      // informationToolStripMenuItem
128      //
129      this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
130            this.refreshToolStripMenuItem,
131            this.closeToolStripMenuItem});
132      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
133      this.informationToolStripMenuItem.Size = new System.Drawing.Size(90, 20);
134      this.informationToolStripMenuItem.Text = "Management";
135      //
136      // refreshToolStripMenuItem
137      //
138      this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
139      this.refreshToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
140      this.refreshToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
141      this.refreshToolStripMenuItem.Text = "Refresh";
142      this.refreshToolStripMenuItem.Click += new System.EventHandler(this.Refresh_Click);
143      //
144      // closeToolStripMenuItem
145      //
146      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
147      this.closeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
148      this.closeToolStripMenuItem.Text = "Close";
149      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
150      //
151      // addToolStripMenuItem
152      //
153      this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
154            this.jobToolStripMenuItem,
155            this.groupToolStripMenuItem,
156            this.projectToolStripMenuItem});
157      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
158      this.addToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
159      this.addToolStripMenuItem.Text = "Add";
160      //
161      // jobToolStripMenuItem
162      //
163      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
164      this.jobToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.J)));
165      this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
166      this.jobToolStripMenuItem.Text = "Job";
167      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
168      //
169      // groupToolStripMenuItem
170      //
171      this.groupToolStripMenuItem.Name = "groupToolStripMenuItem";
172      this.groupToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
173      this.groupToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
174      this.groupToolStripMenuItem.Text = "Group";
175      this.groupToolStripMenuItem.Click += new System.EventHandler(this.groupToolStripMenuItem_Click);
176      //
177      // projectToolStripMenuItem
178      //
179      this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
180      this.projectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
181      this.projectToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
182      this.projectToolStripMenuItem.Text = "Project";
183      this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
184      //
185      // viewToolStripMenuItem
186      //
187      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
188            this.largeIconsToolStripMenuItem,
189            this.smallIconsToolStripMenuItem,
190            this.listToolStripMenuItem});
191      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
192      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
193      this.viewToolStripMenuItem.Text = "View";
194      //
195      // largeIconsToolStripMenuItem
196      //
197      this.largeIconsToolStripMenuItem.Checked = true;
198      this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
199      this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
200      this.largeIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
201      this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
202      this.largeIconsToolStripMenuItem.Text = "Large Icons";
203      this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
204      //
205      // smallIconsToolStripMenuItem
206      //
207      this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
208      this.smallIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
209      this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
210      this.smallIconsToolStripMenuItem.Text = "Small Icons";
211      this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
212      //
213      // listToolStripMenuItem
214      //
215      this.listToolStripMenuItem.Name = "listToolStripMenuItem";
216      this.listToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
217      this.listToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
218      this.listToolStripMenuItem.Text = "List";
219      this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
220      //
221      // ilLargeImgClient
222      //
223      this.ilLargeImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgClient.ImageStream")));
224      this.ilLargeImgClient.TransparentColor = System.Drawing.Color.Transparent;
225      this.ilLargeImgClient.Images.SetKeyName(0, "monitor-green.png");
226      this.ilLargeImgClient.Images.SetKeyName(1, "monitor-orange.png");
227      this.ilLargeImgClient.Images.SetKeyName(2, "monitor-red.png");
228      this.ilLargeImgClient.Images.SetKeyName(3, "monitor-gray.png");
229      //
230      // ilLargeImgJob
231      //
232      this.ilLargeImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgJob.ImageStream")));
233      this.ilLargeImgJob.TransparentColor = System.Drawing.Color.Transparent;
234      this.ilLargeImgJob.Images.SetKeyName(0, "ok.png");
235      this.ilLargeImgJob.Images.SetKeyName(1, "Forward.png");
236      this.ilLargeImgJob.Images.SetKeyName(2, "pause.png");
237      //
238      // plClientDetails
239      //
240      this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
241      this.plClientDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
242      this.plClientDetails.Controls.Add(this.lblState);
243      this.plClientDetails.Controls.Add(this.lblStateClient);
244      this.plClientDetails.Controls.Add(this.lblLogin);
245      this.plClientDetails.Controls.Add(this.lblLoginOn);
246      this.plClientDetails.Controls.Add(this.lblClientName);
247      this.plClientDetails.Controls.Add(this.pbClientControl);
248      this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
249      this.plClientDetails.Location = new System.Drawing.Point(0, 0);
250      this.plClientDetails.Name = "plClientDetails";
251      this.plClientDetails.Size = new System.Drawing.Size(421, 386);
252      this.plClientDetails.TabIndex = 1;
253      this.plClientDetails.Visible = false;
254      //
255      // lblState
256      //
257      this.lblState.AutoSize = true;
258      this.lblState.Location = new System.Drawing.Point(103, 76);
259      this.lblState.Name = "lblState";
260      this.lblState.Size = new System.Drawing.Size(42, 13);
261      this.lblState.TabIndex = 6;
262      this.lblState.Text = "lblState";
263      //
264      // lblStateClient
265      //
266      this.lblStateClient.AutoSize = true;
267      this.lblStateClient.Location = new System.Drawing.Point(29, 76);
268      this.lblStateClient.Name = "lblStateClient";
269      this.lblStateClient.Size = new System.Drawing.Size(32, 13);
270      this.lblStateClient.TabIndex = 5;
271      this.lblStateClient.Text = "State";
272      //
273      // lblLogin
274      //
275      this.lblLogin.AutoSize = true;
276      this.lblLogin.Location = new System.Drawing.Point(100, 55);
277      this.lblLogin.Name = "lblLogin";
278      this.lblLogin.Size = new System.Drawing.Size(43, 13);
279      this.lblLogin.TabIndex = 4;
280      this.lblLogin.Text = "lblLogin";
281      //
282      // lblLoginOn
283      //
284      this.lblLoginOn.AutoSize = true;
285      this.lblLoginOn.Location = new System.Drawing.Point(29, 55);
286      this.lblLoginOn.Name = "lblLoginOn";
287      this.lblLoginOn.Size = new System.Drawing.Size(69, 13);
288      this.lblLoginOn.TabIndex = 3;
289      this.lblLoginOn.Text = "last logged in";
290      //
291      // lblClientName
292      //
293      this.lblClientName.AutoSize = true;
294      this.lblClientName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
295      this.lblClientName.Location = new System.Drawing.Point(41, 14);
296      this.lblClientName.Name = "lblClientName";
297      this.lblClientName.Size = new System.Drawing.Size(71, 13);
298      this.lblClientName.TabIndex = 2;
299      this.lblClientName.Text = "lblClientName";
300      //
301      // pbClientControl
302      //
303      this.pbClientControl.Location = new System.Drawing.Point(3, 4);
304      this.pbClientControl.Name = "pbClientControl";
305      this.pbClientControl.Size = new System.Drawing.Size(32, 32);
306      this.pbClientControl.TabIndex = 0;
307      this.pbClientControl.TabStop = false;
308      //
309      // plUserDetails
310      //
311      this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
312      this.plUserDetails.Controls.Add(this.lblUserName);
313      this.plUserDetails.Controls.Add(this.btnUserControlClose);
314      this.plUserDetails.Controls.Add(this.pbUserControl);
315      this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
316      this.plUserDetails.Location = new System.Drawing.Point(0, 0);
317      this.plUserDetails.Name = "plUserDetails";
318      this.plUserDetails.Size = new System.Drawing.Size(494, 346);
319      this.plUserDetails.TabIndex = 2;
320      //
321      // lblUserName
322      //
323      this.lblUserName.AutoSize = true;
324      this.lblUserName.Location = new System.Drawing.Point(41, 13);
325      this.lblUserName.Name = "lblUserName";
326      this.lblUserName.Size = new System.Drawing.Size(67, 13);
327      this.lblUserName.TabIndex = 5;
328      this.lblUserName.Text = "lblUserName";
329      //
330      // btnUserControlClose
331      //
332      this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
333      this.btnUserControlClose.Name = "btnUserControlClose";
334      this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
335      this.btnUserControlClose.TabIndex = 4;
336      this.btnUserControlClose.Text = "Close";
337      this.btnUserControlClose.UseVisualStyleBackColor = true;
338      //
339      // pbUserControl
340      //
341      this.pbUserControl.Location = new System.Drawing.Point(3, 3);
342      this.pbUserControl.Name = "pbUserControl";
343      this.pbUserControl.Size = new System.Drawing.Size(32, 32);
344      this.pbUserControl.TabIndex = 3;
345      this.pbUserControl.TabStop = false;
346      //
347      // plJobDetails
348      //
349      this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
350      this.plJobDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
351      this.plJobDetails.Controls.Add(this.lvJobDetails);
352      this.plJobDetails.Controls.Add(this.lvSnapshots);
353      this.plJobDetails.Controls.Add(this.lblProgress);
354      this.plJobDetails.Controls.Add(this.lblStatus);
355      this.plJobDetails.Controls.Add(this.progressJob);
356      this.plJobDetails.Controls.Add(this.lblJobName);
357      this.plJobDetails.Controls.Add(this.pbJobControl);
358      this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
359      this.plJobDetails.Location = new System.Drawing.Point(0, 0);
360      this.plJobDetails.Name = "plJobDetails";
361      this.plJobDetails.Size = new System.Drawing.Size(421, 386);
362      this.plJobDetails.TabIndex = 1;
363      this.plJobDetails.Visible = false;
364      //
365      // lvJobDetails
366      //
367      this.lvJobDetails.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
368            this.chContent,
369            this.chDetails});
370      this.lvJobDetails.FullRowSelect = true;
371      this.lvJobDetails.GridLines = true;
372      this.lvJobDetails.Location = new System.Drawing.Point(17, 124);
373      this.lvJobDetails.Name = "lvJobDetails";
374      this.lvJobDetails.Size = new System.Drawing.Size(382, 175);
375      this.lvJobDetails.TabIndex = 17;
376      this.lvJobDetails.UseCompatibleStateImageBehavior = false;
377      this.lvJobDetails.View = System.Windows.Forms.View.Details;
378      //
379      // chContent
380      //
381      this.chContent.Text = "Content";
382      this.chContent.Width = 121;
383      //
384      // chDetails
385      //
386      this.chDetails.Text = "Details";
387      this.chDetails.Width = 255;
388      //
389      // lvSnapshots
390      //
391      this.lvSnapshots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
392            this.chClientCalculated,
393            this.chProgress,
394            this.chSnapshotTime});
395      this.lvSnapshots.Enabled = false;
396      this.lvSnapshots.FullRowSelect = true;
397      this.lvSnapshots.GridLines = true;
398      this.lvSnapshots.Location = new System.Drawing.Point(17, 310);
399      this.lvSnapshots.Name = "lvSnapshots";
400      this.lvSnapshots.Size = new System.Drawing.Size(382, 69);
401      this.lvSnapshots.TabIndex = 16;
402      this.lvSnapshots.UseCompatibleStateImageBehavior = false;
403      this.lvSnapshots.View = System.Windows.Forms.View.Details;
404      //
405      // chClientCalculated
406      //
407      this.chClientCalculated.Text = "Client Calculated";
408      this.chClientCalculated.Width = 112;
409      //
410      // chProgress
411      //
412      this.chProgress.Text = "Progress";
413      this.chProgress.Width = 100;
414      //
415      // chSnapshotTime
416      //
417      this.chSnapshotTime.Text = "Snapshot request";
418      this.chSnapshotTime.Width = 166;
419      //
420      // lblProgress
421      //
422      this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
423      this.lblProgress.BackColor = System.Drawing.Color.Transparent;
424      this.lblProgress.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
425      this.lblProgress.Location = new System.Drawing.Point(252, 108);
426      this.lblProgress.Name = "lblProgress";
427      this.lblProgress.Size = new System.Drawing.Size(143, 13);
428      this.lblProgress.TabIndex = 8;
429      this.lblProgress.Text = "lblProgress";
430      this.lblProgress.TextAlign = System.Drawing.ContentAlignment.TopRight;
431      //
432      // lblStatus
433      //
434      this.lblStatus.AutoSize = true;
435      this.lblStatus.BackColor = System.Drawing.Color.Transparent;
436      this.lblStatus.Location = new System.Drawing.Point(14, 55);
437      this.lblStatus.Name = "lblStatus";
438      this.lblStatus.Size = new System.Drawing.Size(88, 13);
439      this.lblStatus.TabIndex = 7;
440      this.lblStatus.Text = "Statusinformation";
441      //
442      // progressJob
443      //
444      this.progressJob.Location = new System.Drawing.Point(17, 73);
445      this.progressJob.Name = "progressJob";
446      this.progressJob.Size = new System.Drawing.Size(382, 23);
447      this.progressJob.TabIndex = 6;
448      //
449      // lblJobName
450      //
451      this.lblJobName.AutoSize = true;
452      this.lblJobName.Location = new System.Drawing.Point(41, 13);
453      this.lblJobName.Name = "lblJobName";
454      this.lblJobName.Size = new System.Drawing.Size(62, 13);
455      this.lblJobName.TabIndex = 5;
456      this.lblJobName.Text = "lblJobName";
457      //
458      // pbJobControl
459      //
460      this.pbJobControl.Location = new System.Drawing.Point(3, 3);
461      this.pbJobControl.Name = "pbJobControl";
462      this.pbJobControl.Size = new System.Drawing.Size(32, 32);
463      this.pbJobControl.TabIndex = 3;
464      this.pbJobControl.TabStop = false;
465      //
466      // treeView2
467      //
468      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
469      this.treeView2.LineColor = System.Drawing.Color.Empty;
470      this.treeView2.Location = new System.Drawing.Point(0, 0);
471      this.treeView2.Name = "treeView2";
472      this.treeView2.Size = new System.Drawing.Size(139, 346);
473      this.treeView2.TabIndex = 0;
474      //
475      // listView2
476      //
477      this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
478      this.listView2.Location = new System.Drawing.Point(0, 0);
479      this.listView2.Name = "listView2";
480      this.listView2.Size = new System.Drawing.Size(494, 346);
481      this.listView2.TabIndex = 0;
482      this.listView2.UseCompatibleStateImageBehavior = false;
483      //
484      // timerSyncronize
485      //
486      this.timerSyncronize.Interval = 10000;
487      this.timerSyncronize.Tick += new System.EventHandler(this.TickSync);
488      //
489      // fileSystemWatcher1
490      //
491      this.fileSystemWatcher1.EnableRaisingEvents = true;
492      this.fileSystemWatcher1.SynchronizingObject = this;
493      //
494      // updaterWoker
495      //
496      this.updaterWoker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updaterWoker_DoWork);
497      this.updaterWoker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updaterWoker_RunWorkerCompleted);
498      //
499      // tpJobControl
500      //
501      this.tpJobControl.Controls.Add(this.scJobControl);
502      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
503      this.tpJobControl.Name = "tpJobControl";
504      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
505      this.tpJobControl.Size = new System.Drawing.Size(885, 392);
506      this.tpJobControl.TabIndex = 1;
507      this.tpJobControl.Text = "Job Control";
508      this.tpJobControl.UseVisualStyleBackColor = true;
509      //
510      // scJobControl
511      //
512      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
513      this.scJobControl.Location = new System.Drawing.Point(3, 3);
514      this.scJobControl.Name = "scJobControl";
515      //
516      // scJobControl.Panel1
517      //
518      this.scJobControl.Panel1.Controls.Add(this.lvJobControl);
519      //
520      // scJobControl.Panel2
521      //
522      this.scJobControl.Panel2.Controls.Add(this.plJobDetails);
523      this.scJobControl.Size = new System.Drawing.Size(879, 386);
524      this.scJobControl.SplitterDistance = 454;
525      this.scJobControl.TabIndex = 0;
526      //
527      // lvJobControl
528      //
529      this.lvJobControl.AllowDrop = true;
530      this.lvJobControl.ContextMenuStrip = this.contextMenuJob;
531      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
532      this.lvJobControl.LargeImageList = this.ilLargeImgJob;
533      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
534      this.lvJobControl.MultiSelect = false;
535      this.lvJobControl.Name = "lvJobControl";
536      this.lvJobControl.Size = new System.Drawing.Size(454, 386);
537      this.lvJobControl.SmallImageList = this.ilSmallImgJob;
538      this.lvJobControl.TabIndex = 0;
539      this.lvJobControl.UseCompatibleStateImageBehavior = false;
540      this.lvJobControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseUp);
541      this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
542      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
543      //
544      // contextMenuJob
545      //
546      this.contextMenuJob.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
547            this.menuItemAbortJob,
548            this.menuItemGetSnapshot});
549      this.contextMenuJob.Name = "contextMenuJob";
550      this.contextMenuJob.Size = new System.Drawing.Size(145, 48);
551      //
552      // menuItemAbortJob
553      //
554      this.menuItemAbortJob.Name = "menuItemAbortJob";
555      this.menuItemAbortJob.Size = new System.Drawing.Size(144, 22);
556      this.menuItemAbortJob.Text = "Abort";
557      //
558      // menuItemGetSnapshot
559      //
560      this.menuItemGetSnapshot.Name = "menuItemGetSnapshot";
561      this.menuItemGetSnapshot.Size = new System.Drawing.Size(144, 22);
562      this.menuItemGetSnapshot.Text = "Get Snapshot";
563      //
564      // ilSmallImgJob
565      //
566      this.ilSmallImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgJob.ImageStream")));
567      this.ilSmallImgJob.TransparentColor = System.Drawing.Color.Transparent;
568      this.ilSmallImgJob.Images.SetKeyName(0, "ok.png");
569      this.ilSmallImgJob.Images.SetKeyName(1, "Forward.png");
570      this.ilSmallImgJob.Images.SetKeyName(2, "pause.png");
571      //
572      // ilSmallImgClient
573      //
574      this.ilSmallImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgClient.ImageStream")));
575      this.ilSmallImgClient.TransparentColor = System.Drawing.Color.Transparent;
576      this.ilSmallImgClient.Images.SetKeyName(0, "monitor-green.png");
577      this.ilSmallImgClient.Images.SetKeyName(1, "monitor-orange.png");
578      this.ilSmallImgClient.Images.SetKeyName(2, "monitor-red.png");
579      this.ilSmallImgClient.Images.SetKeyName(3, "monitor-gray.png");
580      //
581      // tpClientControl
582      //
583      this.tpClientControl.AllowDrop = true;
584      this.tpClientControl.Controls.Add(this.scClientControl);
585      this.tpClientControl.Location = new System.Drawing.Point(4, 22);
586      this.tpClientControl.Name = "tpClientControl";
587      this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
588      this.tpClientControl.Size = new System.Drawing.Size(885, 392);
589      this.tpClientControl.TabIndex = 0;
590      this.tpClientControl.Text = "Client Control";
591      this.tpClientControl.UseVisualStyleBackColor = true;
592      //
593      // scClientControl
594      //
595      this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
596      this.scClientControl.Location = new System.Drawing.Point(3, 3);
597      this.scClientControl.Name = "scClientControl";
598      //
599      // scClientControl.Panel1
600      //
601      this.scClientControl.Panel1.Controls.Add(this.splitContainer1);
602      //
603      // scClientControl.Panel2
604      //
605      this.scClientControl.Panel2.Controls.Add(this.plClientDetails);
606      this.scClientControl.Size = new System.Drawing.Size(879, 386);
607      this.scClientControl.SplitterDistance = 454;
608      this.scClientControl.TabIndex = 0;
609      //
610      // splitContainer1
611      //
612      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
613      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
614      this.splitContainer1.Name = "splitContainer1";
615      //
616      // splitContainer1.Panel1
617      //
618      this.splitContainer1.Panel1.Controls.Add(this.btnRefresh);
619      this.splitContainer1.Panel1.Controls.Add(this.tvClientControl);
620      //
621      // splitContainer1.Panel2
622      //
623      this.splitContainer1.Panel2.Controls.Add(this.lvClientControl);
624      this.splitContainer1.Size = new System.Drawing.Size(454, 386);
625      this.splitContainer1.SplitterDistance = 151;
626      this.splitContainer1.TabIndex = 0;
627      //
628      // btnRefresh
629      //
630      this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Fill;
631      this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
632      this.btnRefresh.Location = new System.Drawing.Point(0, 357);
633      this.btnRefresh.Name = "btnRefresh";
634      this.btnRefresh.Size = new System.Drawing.Size(151, 29);
635      this.btnRefresh.TabIndex = 1;
636      this.btnRefresh.UseVisualStyleBackColor = true;
637      this.btnRefresh.Click += new System.EventHandler(this.Refresh_Click);
638      //
639      // tvClientControl
640      //
641      this.tvClientControl.AllowDrop = true;
642      this.tvClientControl.ContextMenuStrip = this.contextMenuGroup;
643      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Top;
644      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
645      this.tvClientControl.Name = "tvClientControl";
646      this.tvClientControl.Size = new System.Drawing.Size(151, 357);
647      this.tvClientControl.TabIndex = 0;
648      this.tvClientControl.DragLeave += new System.EventHandler(this.tvClientControl_DragLeave);
649      this.tvClientControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvClientControl_MouseUp);
650      this.tvClientControl.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvClientControl_NodeMouseClick);
651      //
652      // contextMenuGroup
653      //
654      this.contextMenuGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
655            this.menuItemAddGroup,
656            this.menuItemDeleteGroup,
657            this.menuItemOpenCalendar});
658      this.contextMenuGroup.Name = "contextMenuJob";
659      this.contextMenuGroup.Size = new System.Drawing.Size(154, 92);
660      //
661      // menuItemAddGroup
662      //
663      this.menuItemAddGroup.Name = "menuItemAddGroup";
664      this.menuItemAddGroup.Size = new System.Drawing.Size(153, 22);
665      this.menuItemAddGroup.Text = "Add Group";
666      //
667      // menuItemDeleteGroup
668      //
669      this.menuItemDeleteGroup.Name = "menuItemDeleteGroup";
670      this.menuItemDeleteGroup.Size = new System.Drawing.Size(153, 22);
671      this.menuItemDeleteGroup.Text = "Delete Group";
672      //
673      // lvClientControl
674      //
675      this.lvClientControl.AllowDrop = true;
676      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
677      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
678      this.lvClientControl.LargeImageList = this.ilLargeImgClient;
679      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
680      this.lvClientControl.Name = "lvClientControl";
681      this.lvClientControl.Size = new System.Drawing.Size(299, 386);
682      this.lvClientControl.SmallImageList = this.ilSmallImgClient;
683      this.lvClientControl.TabIndex = 0;
684      this.lvClientControl.UseCompatibleStateImageBehavior = false;
685      this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
686      //
687      // tcManagementConsole
688      //
689      this.tcManagementConsole.Controls.Add(this.tpClientControl);
690      this.tcManagementConsole.Controls.Add(this.tpJobControl);
691      this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
692      this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
693      this.tcManagementConsole.Name = "tcManagementConsole";
694      this.tcManagementConsole.SelectedIndex = 0;
695      this.tcManagementConsole.Size = new System.Drawing.Size(893, 418);
696      this.tcManagementConsole.TabIndex = 1;
697      //
698      // checkBox1
699      //
700      this.checkBox1.AutoSize = true;
701      this.checkBox1.Location = new System.Drawing.Point(149, 114);
702      this.checkBox1.Name = "checkBox1";
703      this.checkBox1.Size = new System.Drawing.Size(80, 17);
704      this.checkBox1.TabIndex = 0;
705      this.checkBox1.Text = "checkBox1";
706      this.checkBox1.UseVisualStyleBackColor = true;
707      //
708      // menuItemOpenCalendar
709      //
710      this.menuItemOpenCalendar.Name = "menuItemOpenCalendar";
711      this.menuItemOpenCalendar.Size = new System.Drawing.Size(153, 22);
712      this.menuItemOpenCalendar.Text = "Open Calendar";
713      //
714      // HiveServerManagementConsole
715      //
716      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
717      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
718      this.ClientSize = new System.Drawing.Size(893, 442);
719      this.Controls.Add(this.tcManagementConsole);
720      this.Controls.Add(this.menuStrip1);
721      this.MainMenuStrip = this.menuStrip1;
722      this.Name = "HiveServerManagementConsole";
723      this.Text = "Management Console";
724      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
725      this.menuStrip1.ResumeLayout(false);
726      this.menuStrip1.PerformLayout();
727      this.plClientDetails.ResumeLayout(false);
728      this.plClientDetails.PerformLayout();
729      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
730      this.plUserDetails.ResumeLayout(false);
731      this.plUserDetails.PerformLayout();
732      ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).EndInit();
733      this.plJobDetails.ResumeLayout(false);
734      this.plJobDetails.PerformLayout();
735      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
736      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
737      this.tpJobControl.ResumeLayout(false);
738      this.scJobControl.Panel1.ResumeLayout(false);
739      this.scJobControl.Panel2.ResumeLayout(false);
740      this.scJobControl.ResumeLayout(false);
741      this.contextMenuJob.ResumeLayout(false);
742      this.tpClientControl.ResumeLayout(false);
743      this.scClientControl.Panel1.ResumeLayout(false);
744      this.scClientControl.Panel2.ResumeLayout(false);
745      this.scClientControl.ResumeLayout(false);
746      this.splitContainer1.Panel1.ResumeLayout(false);
747      this.splitContainer1.Panel2.ResumeLayout(false);
748      this.splitContainer1.ResumeLayout(false);
749      this.contextMenuGroup.ResumeLayout(false);
750      this.tcManagementConsole.ResumeLayout(false);
751      this.ResumeLayout(false);
752      this.PerformLayout();
753
754    }
755
756    #endregion
757
758    private System.Windows.Forms.MenuStrip menuStrip1;
759    private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
760    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
761    private System.Windows.Forms.TreeView treeView2;
762    private System.Windows.Forms.ListView listView2;
763    private System.Windows.Forms.ImageList ilLargeImgClient;
764    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
765    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
766    private System.Windows.Forms.Timer timerSyncronize;
767    private System.Windows.Forms.ImageList ilLargeImgJob;
768    private System.Windows.Forms.Panel plClientDetails;
769    private System.Windows.Forms.PictureBox pbClientControl;
770    private System.Windows.Forms.Label lblClientName;
771    private System.Windows.Forms.Label lblLoginOn;
772    private System.Windows.Forms.Label lblLogin;
773    private System.Windows.Forms.Panel plJobDetails;
774    private System.Windows.Forms.Label lblJobName;
775    private System.Windows.Forms.PictureBox pbJobControl;
776    private System.Windows.Forms.Panel plUserDetails;
777    private System.Windows.Forms.Label lblUserName;
778    private System.Windows.Forms.Button btnUserControlClose;
779    private System.Windows.Forms.PictureBox pbUserControl;
780    private System.Windows.Forms.ProgressBar progressJob;
781    private System.IO.FileSystemWatcher fileSystemWatcher1;
782    private System.Windows.Forms.Label lblStatus;
783    private System.Windows.Forms.Label lblProgress;
784    private System.Windows.Forms.ListView lvSnapshots;
785    private System.Windows.Forms.ColumnHeader chClientCalculated;
786    private System.Windows.Forms.ColumnHeader chProgress;
787    private System.Windows.Forms.Label lblStateClient;
788    private System.Windows.Forms.Label lblState;
789    private System.ComponentModel.BackgroundWorker updaterWoker;
790    private System.Windows.Forms.TabControl tcManagementConsole;
791    private System.Windows.Forms.TabPage tpClientControl;
792    private System.Windows.Forms.SplitContainer scClientControl;
793    private System.Windows.Forms.ListView lvClientControl;
794    private System.Windows.Forms.TabPage tpJobControl;
795    private System.Windows.Forms.SplitContainer scJobControl;
796    private System.Windows.Forms.ListView lvJobControl;
797    private System.Windows.Forms.CheckBox checkBox1;
798    private System.Windows.Forms.ColumnHeader chSnapshotTime;
799    private System.Windows.Forms.ContextMenuStrip contextMenuJob;
800    private System.Windows.Forms.ToolStripMenuItem menuItemAbortJob;
801    private System.Windows.Forms.ToolStripMenuItem menuItemGetSnapshot;
802    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
803    private System.Windows.Forms.ToolStripMenuItem largeIconsToolStripMenuItem;
804    private System.Windows.Forms.ToolStripMenuItem smallIconsToolStripMenuItem;
805    private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
806    private System.Windows.Forms.ImageList ilSmallImgClient;
807    private System.Windows.Forms.ImageList ilSmallImgJob;
808    private System.Windows.Forms.SplitContainer splitContainer1;
809    private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
810    private System.Windows.Forms.ListView lvJobDetails;
811    private System.Windows.Forms.ColumnHeader chContent;
812    private System.Windows.Forms.ColumnHeader chDetails;
813    private System.Windows.Forms.Button btnRefresh;
814    private System.Windows.Forms.TreeView tvClientControl;
815    private System.Windows.Forms.ContextMenuStrip contextMenuGroup;
816    private System.Windows.Forms.ToolStripMenuItem menuItemAddGroup;
817    private System.Windows.Forms.ToolStripMenuItem menuItemDeleteGroup;
818    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem;
819    private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
820    private System.Windows.Forms.ToolStripMenuItem menuItemOpenCalendar;
821  }
822}
Note: See TracBrowser for help on using the repository browser.