Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1022 was 1018, checked in by aleitner, 16 years ago

Job and User insert updated, also job with parent-job, user in user-group. (#380)

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