Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1483 was 1483, checked in by aleitner, 16 years ago

merged brunch into trunk (#565)

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