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