Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1840 was 1832, checked in by aleitner, 15 years ago

add contextmenu for adding/deleting groups (#626)

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