Free cookie consent management tool by TermsFeed Policy Generator

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

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

updated job-detail panel (#452)

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