Free cookie consent management tool by TermsFeed Policy Generator

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

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

updated job-detail panel (#452)

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