Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs @ 1381

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

deleted user controls
job control will be showed on update
(#508)

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