Free cookie consent management tool by TermsFeed Policy Generator

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

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

refactored AddClients with recursive calls of groups, refresh on clients only manual (#600)

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