Free cookie consent management tool by TermsFeed Policy Generator

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

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

updated job-detail panel, on job-TreeView element shown job element (#452)

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