1 | namespace HeuristicLab.Hive.Server.Console {
|
---|
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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
|
---|
28 | "",
|
---|
29 | "Test"}, -1);
|
---|
30 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveServerManagementConsole));
|
---|
31 | this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
---|
32 | this.informationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
33 | this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
34 | this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
35 | this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
36 | this.jobToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
---|
37 | this.groupToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
---|
38 | this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
39 | this.userToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
---|
40 | this.groupToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
---|
41 | this.tcManagementConsole = new System.Windows.Forms.TabControl();
|
---|
42 | this.tpClientControl = new System.Windows.Forms.TabPage();
|
---|
43 | this.scClientControl = new System.Windows.Forms.SplitContainer();
|
---|
44 | this.tvClientControl = new System.Windows.Forms.TreeView();
|
---|
45 | this.cmsAddDelete = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
46 | this.tsmiDelete = new System.Windows.Forms.ToolStripMenuItem();
|
---|
47 | this.lvClientControl = new System.Windows.Forms.ListView();
|
---|
48 | this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
---|
49 | this.tpJobControl = new System.Windows.Forms.TabPage();
|
---|
50 | this.scJobControl = new System.Windows.Forms.SplitContainer();
|
---|
51 | this.tvJobControl = new System.Windows.Forms.TreeView();
|
---|
52 | this.listView3 = new System.Windows.Forms.ListView();
|
---|
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.lvUserControl = new System.Windows.Forms.ListView();
|
---|
57 | this.imageList2 = new System.Windows.Forms.ImageList(this.components);
|
---|
58 | this.treeView2 = new System.Windows.Forms.TreeView();
|
---|
59 | this.listView2 = new System.Windows.Forms.ListView();
|
---|
60 | this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
|
---|
61 | this.menuStrip1.SuspendLayout();
|
---|
62 | this.tcManagementConsole.SuspendLayout();
|
---|
63 | this.tpClientControl.SuspendLayout();
|
---|
64 | this.scClientControl.Panel1.SuspendLayout();
|
---|
65 | this.scClientControl.Panel2.SuspendLayout();
|
---|
66 | this.scClientControl.SuspendLayout();
|
---|
67 | this.cmsAddDelete.SuspendLayout();
|
---|
68 | this.tpJobControl.SuspendLayout();
|
---|
69 | this.scJobControl.Panel1.SuspendLayout();
|
---|
70 | this.scJobControl.Panel2.SuspendLayout();
|
---|
71 | this.scJobControl.SuspendLayout();
|
---|
72 | this.tpUserControl.SuspendLayout();
|
---|
73 | this.scUserControl.Panel1.SuspendLayout();
|
---|
74 | this.scUserControl.Panel2.SuspendLayout();
|
---|
75 | this.scUserControl.SuspendLayout();
|
---|
76 | this.SuspendLayout();
|
---|
77 | //
|
---|
78 | // menuStrip1
|
---|
79 | //
|
---|
80 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
81 | this.informationToolStripMenuItem,
|
---|
82 | this.addToolStripMenuItem});
|
---|
83 | this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
---|
84 | this.menuStrip1.Name = "menuStrip1";
|
---|
85 | this.menuStrip1.Size = new System.Drawing.Size(651, 24);
|
---|
86 | this.menuStrip1.TabIndex = 0;
|
---|
87 | this.menuStrip1.Text = "menuStrip1";
|
---|
88 | //
|
---|
89 | // informationToolStripMenuItem
|
---|
90 | //
|
---|
91 | this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
92 | this.closeToolStripMenuItem});
|
---|
93 | this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
|
---|
94 | this.informationToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
|
---|
95 | this.informationToolStripMenuItem.Text = "Management";
|
---|
96 | //
|
---|
97 | // closeToolStripMenuItem
|
---|
98 | //
|
---|
99 | this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
---|
100 | this.closeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
---|
101 | this.closeToolStripMenuItem.Text = "Close";
|
---|
102 | this.closeToolStripMenuItem.Click += new System.EventHandler(this.close_Click);
|
---|
103 | //
|
---|
104 | // addToolStripMenuItem
|
---|
105 | //
|
---|
106 | this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
107 | this.jobToolStripMenuItem,
|
---|
108 | this.userToolStripMenuItem});
|
---|
109 | this.addToolStripMenuItem.Name = "addToolStripMenuItem";
|
---|
110 | this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
|
---|
111 | this.addToolStripMenuItem.Text = "Add";
|
---|
112 | //
|
---|
113 | // jobToolStripMenuItem
|
---|
114 | //
|
---|
115 | this.jobToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
116 | this.jobToolStripMenuItem1,
|
---|
117 | this.groupToolStripMenuItem1});
|
---|
118 | this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
|
---|
119 | this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
---|
120 | this.jobToolStripMenuItem.Text = "Job";
|
---|
121 | //
|
---|
122 | // jobToolStripMenuItem1
|
---|
123 | //
|
---|
124 | this.jobToolStripMenuItem1.Name = "jobToolStripMenuItem1";
|
---|
125 | this.jobToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
|
---|
126 | this.jobToolStripMenuItem1.Text = "Job";
|
---|
127 | this.jobToolStripMenuItem1.Click += new System.EventHandler(this.jobToolStripMenuItem1_Click);
|
---|
128 | //
|
---|
129 | // groupToolStripMenuItem1
|
---|
130 | //
|
---|
131 | this.groupToolStripMenuItem1.Name = "groupToolStripMenuItem1";
|
---|
132 | this.groupToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
|
---|
133 | this.groupToolStripMenuItem1.Text = "Group";
|
---|
134 | //
|
---|
135 | // userToolStripMenuItem
|
---|
136 | //
|
---|
137 | this.userToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
138 | this.userToolStripMenuItem1,
|
---|
139 | this.groupToolStripMenuItem2});
|
---|
140 | this.userToolStripMenuItem.Name = "userToolStripMenuItem";
|
---|
141 | this.userToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
---|
142 | this.userToolStripMenuItem.Text = "User";
|
---|
143 | //
|
---|
144 | // userToolStripMenuItem1
|
---|
145 | //
|
---|
146 | this.userToolStripMenuItem1.Name = "userToolStripMenuItem1";
|
---|
147 | this.userToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
---|
148 | this.userToolStripMenuItem1.Text = "User";
|
---|
149 | this.userToolStripMenuItem1.Click += new System.EventHandler(this.userToolStripMenuItem1_Click);
|
---|
150 | //
|
---|
151 | // groupToolStripMenuItem2
|
---|
152 | //
|
---|
153 | this.groupToolStripMenuItem2.Name = "groupToolStripMenuItem2";
|
---|
154 | this.groupToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
|
---|
155 | this.groupToolStripMenuItem2.Text = "Group";
|
---|
156 | this.groupToolStripMenuItem2.Click += new System.EventHandler(this.groupToolStripMenuItem2_Click);
|
---|
157 | //
|
---|
158 | // tcManagementConsole
|
---|
159 | //
|
---|
160 | this.tcManagementConsole.Controls.Add(this.tpClientControl);
|
---|
161 | this.tcManagementConsole.Controls.Add(this.tpJobControl);
|
---|
162 | this.tcManagementConsole.Controls.Add(this.tpUserControl);
|
---|
163 | this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
164 | this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
|
---|
165 | this.tcManagementConsole.Name = "tcManagementConsole";
|
---|
166 | this.tcManagementConsole.SelectedIndex = 0;
|
---|
167 | this.tcManagementConsole.Size = new System.Drawing.Size(651, 378);
|
---|
168 | this.tcManagementConsole.TabIndex = 1;
|
---|
169 | //
|
---|
170 | // tpClientControl
|
---|
171 | //
|
---|
172 | this.tpClientControl.AllowDrop = true;
|
---|
173 | this.tpClientControl.Controls.Add(this.scClientControl);
|
---|
174 | this.tpClientControl.Location = new System.Drawing.Point(4, 22);
|
---|
175 | this.tpClientControl.Name = "tpClientControl";
|
---|
176 | this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
|
---|
177 | this.tpClientControl.Size = new System.Drawing.Size(643, 352);
|
---|
178 | this.tpClientControl.TabIndex = 0;
|
---|
179 | this.tpClientControl.Text = "Client Control";
|
---|
180 | this.tpClientControl.UseVisualStyleBackColor = true;
|
---|
181 | //
|
---|
182 | // scClientControl
|
---|
183 | //
|
---|
184 | this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
185 | this.scClientControl.Location = new System.Drawing.Point(3, 3);
|
---|
186 | this.scClientControl.Name = "scClientControl";
|
---|
187 | //
|
---|
188 | // scClientControl.Panel1
|
---|
189 | //
|
---|
190 | this.scClientControl.Panel1.Controls.Add(this.tvClientControl);
|
---|
191 | //
|
---|
192 | // scClientControl.Panel2
|
---|
193 | //
|
---|
194 | this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
|
---|
195 | this.scClientControl.Size = new System.Drawing.Size(637, 346);
|
---|
196 | this.scClientControl.SplitterDistance = 139;
|
---|
197 | this.scClientControl.TabIndex = 0;
|
---|
198 | //
|
---|
199 | // tvClientControl
|
---|
200 | //
|
---|
201 | this.tvClientControl.ContextMenuStrip = this.cmsAddDelete;
|
---|
202 | this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
203 | this.tvClientControl.Location = new System.Drawing.Point(0, 0);
|
---|
204 | this.tvClientControl.Name = "tvClientControl";
|
---|
205 | this.tvClientControl.Size = new System.Drawing.Size(139, 346);
|
---|
206 | this.tvClientControl.TabIndex = 0;
|
---|
207 | //
|
---|
208 | // cmsAddDelete
|
---|
209 | //
|
---|
210 | this.cmsAddDelete.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
211 | this.tsmiDelete});
|
---|
212 | this.cmsAddDelete.Name = "cmsAddDelete";
|
---|
213 | this.cmsAddDelete.Size = new System.Drawing.Size(117, 26);
|
---|
214 | //
|
---|
215 | // tsmiDelete
|
---|
216 | //
|
---|
217 | this.tsmiDelete.Name = "tsmiDelete";
|
---|
218 | this.tsmiDelete.Size = new System.Drawing.Size(116, 22);
|
---|
219 | this.tsmiDelete.Text = "Delete";
|
---|
220 | //
|
---|
221 | // lvClientControl
|
---|
222 | //
|
---|
223 | this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
224 | this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
|
---|
225 | this.lvClientControl.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
---|
226 | listViewItem1});
|
---|
227 | this.lvClientControl.LargeImageList = this.imageList1;
|
---|
228 | this.lvClientControl.Location = new System.Drawing.Point(0, 0);
|
---|
229 | this.lvClientControl.Name = "lvClientControl";
|
---|
230 | this.lvClientControl.Size = new System.Drawing.Size(494, 346);
|
---|
231 | this.lvClientControl.TabIndex = 0;
|
---|
232 | this.lvClientControl.UseCompatibleStateImageBehavior = false;
|
---|
233 | //
|
---|
234 | // imageList1
|
---|
235 | //
|
---|
236 | this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
---|
237 | this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
---|
238 | this.imageList1.Images.SetKeyName(0, "monitor-green.png");
|
---|
239 | this.imageList1.Images.SetKeyName(1, "monitor-orange.png");
|
---|
240 | this.imageList1.Images.SetKeyName(2, "monitor-red.png");
|
---|
241 | //
|
---|
242 | // tpJobControl
|
---|
243 | //
|
---|
244 | this.tpJobControl.Controls.Add(this.scJobControl);
|
---|
245 | this.tpJobControl.Location = new System.Drawing.Point(4, 22);
|
---|
246 | this.tpJobControl.Name = "tpJobControl";
|
---|
247 | this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
|
---|
248 | this.tpJobControl.Size = new System.Drawing.Size(643, 352);
|
---|
249 | this.tpJobControl.TabIndex = 1;
|
---|
250 | this.tpJobControl.Text = "Job Control";
|
---|
251 | this.tpJobControl.UseVisualStyleBackColor = true;
|
---|
252 | //
|
---|
253 | // scJobControl
|
---|
254 | //
|
---|
255 | this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
256 | this.scJobControl.Location = new System.Drawing.Point(3, 3);
|
---|
257 | this.scJobControl.Name = "scJobControl";
|
---|
258 | //
|
---|
259 | // scJobControl.Panel1
|
---|
260 | //
|
---|
261 | this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
|
---|
262 | //
|
---|
263 | // scJobControl.Panel2
|
---|
264 | //
|
---|
265 | this.scJobControl.Panel2.Controls.Add(this.listView3);
|
---|
266 | this.scJobControl.Size = new System.Drawing.Size(637, 346);
|
---|
267 | this.scJobControl.SplitterDistance = 139;
|
---|
268 | this.scJobControl.TabIndex = 1;
|
---|
269 | //
|
---|
270 | // tvJobControl
|
---|
271 | //
|
---|
272 | this.tvJobControl.ContextMenuStrip = this.cmsAddDelete;
|
---|
273 | this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
274 | this.tvJobControl.Location = new System.Drawing.Point(0, 0);
|
---|
275 | this.tvJobControl.Name = "tvJobControl";
|
---|
276 | this.tvJobControl.Size = new System.Drawing.Size(139, 346);
|
---|
277 | this.tvJobControl.TabIndex = 2;
|
---|
278 | //
|
---|
279 | // listView3
|
---|
280 | //
|
---|
281 | this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
282 | this.listView3.Location = new System.Drawing.Point(0, 0);
|
---|
283 | this.listView3.Name = "listView3";
|
---|
284 | this.listView3.Size = new System.Drawing.Size(494, 346);
|
---|
285 | this.listView3.TabIndex = 0;
|
---|
286 | this.listView3.UseCompatibleStateImageBehavior = false;
|
---|
287 | //
|
---|
288 | // tpUserControl
|
---|
289 | //
|
---|
290 | this.tpUserControl.Controls.Add(this.scUserControl);
|
---|
291 | this.tpUserControl.Location = new System.Drawing.Point(4, 22);
|
---|
292 | this.tpUserControl.Name = "tpUserControl";
|
---|
293 | this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
|
---|
294 | this.tpUserControl.Size = new System.Drawing.Size(643, 352);
|
---|
295 | this.tpUserControl.TabIndex = 2;
|
---|
296 | this.tpUserControl.Text = "User Control";
|
---|
297 | this.tpUserControl.UseVisualStyleBackColor = true;
|
---|
298 | //
|
---|
299 | // scUserControl
|
---|
300 | //
|
---|
301 | this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
302 | this.scUserControl.Location = new System.Drawing.Point(3, 3);
|
---|
303 | this.scUserControl.Name = "scUserControl";
|
---|
304 | //
|
---|
305 | // scUserControl.Panel1
|
---|
306 | //
|
---|
307 | this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
|
---|
308 | //
|
---|
309 | // scUserControl.Panel2
|
---|
310 | //
|
---|
311 | this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
|
---|
312 | this.scUserControl.Size = new System.Drawing.Size(637, 346);
|
---|
313 | this.scUserControl.SplitterDistance = 139;
|
---|
314 | this.scUserControl.TabIndex = 1;
|
---|
315 | //
|
---|
316 | // tvUserControl
|
---|
317 | //
|
---|
318 | this.tvUserControl.ContextMenuStrip = this.cmsAddDelete;
|
---|
319 | this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
320 | this.tvUserControl.Location = new System.Drawing.Point(0, 0);
|
---|
321 | this.tvUserControl.Name = "tvUserControl";
|
---|
322 | this.tvUserControl.Size = new System.Drawing.Size(139, 346);
|
---|
323 | this.tvUserControl.TabIndex = 1;
|
---|
324 | //
|
---|
325 | // lvUserControl
|
---|
326 | //
|
---|
327 | this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
328 | this.lvUserControl.LargeImageList = this.imageList2;
|
---|
329 | this.lvUserControl.Location = new System.Drawing.Point(0, 0);
|
---|
330 | this.lvUserControl.Name = "lvUserControl";
|
---|
331 | this.lvUserControl.Size = new System.Drawing.Size(494, 346);
|
---|
332 | this.lvUserControl.TabIndex = 1;
|
---|
333 | this.lvUserControl.UseCompatibleStateImageBehavior = false;
|
---|
334 | //
|
---|
335 | // imageList2
|
---|
336 | //
|
---|
337 | this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
|
---|
338 | this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
|
---|
339 | this.imageList2.Images.SetKeyName(0, "Users.png");
|
---|
340 | //
|
---|
341 | // treeView2
|
---|
342 | //
|
---|
343 | this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
344 | this.treeView2.LineColor = System.Drawing.Color.Empty;
|
---|
345 | this.treeView2.Location = new System.Drawing.Point(0, 0);
|
---|
346 | this.treeView2.Name = "treeView2";
|
---|
347 | this.treeView2.Size = new System.Drawing.Size(139, 346);
|
---|
348 | this.treeView2.TabIndex = 0;
|
---|
349 | //
|
---|
350 | // listView2
|
---|
351 | //
|
---|
352 | this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
353 | this.listView2.Location = new System.Drawing.Point(0, 0);
|
---|
354 | this.listView2.Name = "listView2";
|
---|
355 | this.listView2.Size = new System.Drawing.Size(494, 346);
|
---|
356 | this.listView2.TabIndex = 0;
|
---|
357 | this.listView2.UseCompatibleStateImageBehavior = false;
|
---|
358 | //
|
---|
359 | // directorySearcher1
|
---|
360 | //
|
---|
361 | this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
|
---|
362 | this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
|
---|
363 | this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
|
---|
364 | //
|
---|
365 | // HiveServerManagementConsole
|
---|
366 | //
|
---|
367 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
368 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
369 | this.ClientSize = new System.Drawing.Size(651, 402);
|
---|
370 | this.Controls.Add(this.tcManagementConsole);
|
---|
371 | this.Controls.Add(this.menuStrip1);
|
---|
372 | this.MainMenuStrip = this.menuStrip1;
|
---|
373 | this.Name = "HiveServerManagementConsole";
|
---|
374 | this.Text = "Management Console";
|
---|
375 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
|
---|
376 | this.menuStrip1.ResumeLayout(false);
|
---|
377 | this.menuStrip1.PerformLayout();
|
---|
378 | this.tcManagementConsole.ResumeLayout(false);
|
---|
379 | this.tpClientControl.ResumeLayout(false);
|
---|
380 | this.scClientControl.Panel1.ResumeLayout(false);
|
---|
381 | this.scClientControl.Panel2.ResumeLayout(false);
|
---|
382 | this.scClientControl.ResumeLayout(false);
|
---|
383 | this.cmsAddDelete.ResumeLayout(false);
|
---|
384 | this.tpJobControl.ResumeLayout(false);
|
---|
385 | this.scJobControl.Panel1.ResumeLayout(false);
|
---|
386 | this.scJobControl.Panel2.ResumeLayout(false);
|
---|
387 | this.scJobControl.ResumeLayout(false);
|
---|
388 | this.tpUserControl.ResumeLayout(false);
|
---|
389 | this.scUserControl.Panel1.ResumeLayout(false);
|
---|
390 | this.scUserControl.Panel2.ResumeLayout(false);
|
---|
391 | this.scUserControl.ResumeLayout(false);
|
---|
392 | this.ResumeLayout(false);
|
---|
393 | this.PerformLayout();
|
---|
394 |
|
---|
395 | }
|
---|
396 |
|
---|
397 | #endregion
|
---|
398 |
|
---|
399 | private System.Windows.Forms.MenuStrip menuStrip1;
|
---|
400 | private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
|
---|
401 | private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
---|
402 | private System.Windows.Forms.TabControl tcManagementConsole;
|
---|
403 | private System.Windows.Forms.TabPage tpClientControl;
|
---|
404 | private System.Windows.Forms.TabPage tpJobControl;
|
---|
405 | private System.Windows.Forms.SplitContainer scClientControl;
|
---|
406 | private System.Windows.Forms.TabPage tpUserControl;
|
---|
407 | private System.Windows.Forms.TreeView tvClientControl;
|
---|
408 | private System.Windows.Forms.ListView lvClientControl;
|
---|
409 | private System.Windows.Forms.SplitContainer scJobControl;
|
---|
410 | private System.Windows.Forms.ListView listView3;
|
---|
411 | private System.Windows.Forms.SplitContainer scUserControl;
|
---|
412 | private System.Windows.Forms.TreeView treeView2;
|
---|
413 | private System.Windows.Forms.ListView listView2;
|
---|
414 | private System.Windows.Forms.TreeView tvJobControl;
|
---|
415 | private System.Windows.Forms.TreeView tvUserControl;
|
---|
416 | private System.Windows.Forms.ListView lvUserControl;
|
---|
417 | private System.Windows.Forms.ImageList imageList1;
|
---|
418 | private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
|
---|
419 | private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
|
---|
420 | private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
|
---|
421 | private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem1;
|
---|
422 | private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem1;
|
---|
423 | private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem1;
|
---|
424 | private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem2;
|
---|
425 | private System.Windows.Forms.ContextMenuStrip cmsAddDelete;
|
---|
426 | private System.Windows.Forms.ToolStripMenuItem tsmiDelete;
|
---|
427 | private System.Windows.Forms.ImageList imageList2;
|
---|
428 | private System.DirectoryServices.DirectorySearcher directorySearcher1;
|
---|
429 | }
|
---|
430 | } |
---|