Free cookie consent management tool by TermsFeed Policy Generator

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

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

Job details in Listview, Refresh-Button on Client refreshing and overlaying form on refresh (#600)

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