Free cookie consent management tool by TermsFeed Policy Generator

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

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

listview changing symbols (large images, small images, list), contextmenu only shown on click on calculating job (#585)

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