Free cookie consent management tool by TermsFeed Policy Generator

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

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

Refactoring of JobDetails (#568)

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