Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Operator Architecture Refactoring/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.Designer.cs @ 2111

Last change on this file since 2111 was 1956, checked in by aleitner, 16 years ago

Adding job with project and groups
new project can be created
(#626)

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