Free cookie consent management tool by TermsFeed Policy Generator

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

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

Fill ListView and TreeView with content (#380)

File size: 14.5 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 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.tcManagementConsole = new System.Windows.Forms.TabControl();
35      this.tpClientControl = new System.Windows.Forms.TabPage();
36      this.scClientControl = new System.Windows.Forms.SplitContainer();
37      this.tvClientControl = new System.Windows.Forms.TreeView();
38      this.lvClientControl = new System.Windows.Forms.ListView();
39      this.tpJobControl = new System.Windows.Forms.TabPage();
40      this.scJobControl = new System.Windows.Forms.SplitContainer();
41      this.tvJobControl = new System.Windows.Forms.TreeView();
42      this.listView3 = new System.Windows.Forms.ListView();
43      this.tpUserControl = new System.Windows.Forms.TabPage();
44      this.scUserControl = new System.Windows.Forms.SplitContainer();
45      this.tvUserControl = new System.Windows.Forms.TreeView();
46      this.listView4 = new System.Windows.Forms.ListView();
47      this.treeView2 = new System.Windows.Forms.TreeView();
48      this.listView2 = new System.Windows.Forms.ListView();
49      this.imageList1 = new System.Windows.Forms.ImageList(this.components);
50      this.menuStrip1.SuspendLayout();
51      this.tcManagementConsole.SuspendLayout();
52      this.tpClientControl.SuspendLayout();
53      this.scClientControl.Panel1.SuspendLayout();
54      this.scClientControl.Panel2.SuspendLayout();
55      this.scClientControl.SuspendLayout();
56      this.tpJobControl.SuspendLayout();
57      this.scJobControl.Panel1.SuspendLayout();
58      this.scJobControl.Panel2.SuspendLayout();
59      this.scJobControl.SuspendLayout();
60      this.tpUserControl.SuspendLayout();
61      this.scUserControl.Panel1.SuspendLayout();
62      this.scUserControl.Panel2.SuspendLayout();
63      this.scUserControl.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // menuStrip1
67      //
68      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
69            this.informationToolStripMenuItem});
70      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
71      this.menuStrip1.Name = "menuStrip1";
72      this.menuStrip1.Size = new System.Drawing.Size(651, 24);
73      this.menuStrip1.TabIndex = 0;
74      this.menuStrip1.Text = "menuStrip1";
75      //
76      // informationToolStripMenuItem
77      //
78      this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
79            this.closeToolStripMenuItem});
80      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
81      this.informationToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
82      this.informationToolStripMenuItem.Text = "Management";
83      //
84      // closeToolStripMenuItem
85      //
86      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
87      this.closeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
88      this.closeToolStripMenuItem.Text = "Close";
89      this.closeToolStripMenuItem.Click += new System.EventHandler(this.close_Click);
90      //
91      // tcManagementConsole
92      //
93      this.tcManagementConsole.Controls.Add(this.tpClientControl);
94      this.tcManagementConsole.Controls.Add(this.tpJobControl);
95      this.tcManagementConsole.Controls.Add(this.tpUserControl);
96      this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
97      this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
98      this.tcManagementConsole.Name = "tcManagementConsole";
99      this.tcManagementConsole.SelectedIndex = 0;
100      this.tcManagementConsole.Size = new System.Drawing.Size(651, 378);
101      this.tcManagementConsole.TabIndex = 1;
102      //
103      // tpClientControl
104      //
105      this.tpClientControl.AllowDrop = true;
106      this.tpClientControl.Controls.Add(this.scClientControl);
107      this.tpClientControl.Location = new System.Drawing.Point(4, 22);
108      this.tpClientControl.Name = "tpClientControl";
109      this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
110      this.tpClientControl.Size = new System.Drawing.Size(643, 352);
111      this.tpClientControl.TabIndex = 0;
112      this.tpClientControl.Text = "Client Control";
113      this.tpClientControl.UseVisualStyleBackColor = true;
114      //
115      // scClientControl
116      //
117      this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
118      this.scClientControl.Location = new System.Drawing.Point(3, 3);
119      this.scClientControl.Name = "scClientControl";
120      //
121      // scClientControl.Panel1
122      //
123      this.scClientControl.Panel1.Controls.Add(this.tvClientControl);
124      //
125      // scClientControl.Panel2
126      //
127      this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
128      this.scClientControl.Size = new System.Drawing.Size(637, 346);
129      this.scClientControl.SplitterDistance = 139;
130      this.scClientControl.TabIndex = 0;
131      //
132      // tvClientControl
133      //
134      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
135      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
136      this.tvClientControl.Name = "tvClientControl";
137      this.tvClientControl.Size = new System.Drawing.Size(139, 346);
138      this.tvClientControl.TabIndex = 0;
139      //
140      // lvClientControl
141      //
142      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
143      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
144      this.lvClientControl.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
145            listViewItem1});
146      this.lvClientControl.LargeImageList = this.imageList1;
147      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
148      this.lvClientControl.Name = "lvClientControl";
149      this.lvClientControl.Size = new System.Drawing.Size(494, 346);
150      this.lvClientControl.TabIndex = 0;
151      this.lvClientControl.UseCompatibleStateImageBehavior = false;
152      //
153      // tpJobControl
154      //
155      this.tpJobControl.Controls.Add(this.scJobControl);
156      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
157      this.tpJobControl.Name = "tpJobControl";
158      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
159      this.tpJobControl.Size = new System.Drawing.Size(643, 352);
160      this.tpJobControl.TabIndex = 1;
161      this.tpJobControl.Text = "Job Control";
162      this.tpJobControl.UseVisualStyleBackColor = true;
163      //
164      // scJobControl
165      //
166      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
167      this.scJobControl.Location = new System.Drawing.Point(3, 3);
168      this.scJobControl.Name = "scJobControl";
169      //
170      // scJobControl.Panel1
171      //
172      this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
173      //
174      // scJobControl.Panel2
175      //
176      this.scJobControl.Panel2.Controls.Add(this.listView3);
177      this.scJobControl.Size = new System.Drawing.Size(637, 346);
178      this.scJobControl.SplitterDistance = 139;
179      this.scJobControl.TabIndex = 1;
180      //
181      // tvJobControl
182      //
183      this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
184      this.tvJobControl.Location = new System.Drawing.Point(0, 0);
185      this.tvJobControl.Name = "tvJobControl";
186      this.tvJobControl.Size = new System.Drawing.Size(139, 346);
187      this.tvJobControl.TabIndex = 2;
188      //
189      // listView3
190      //
191      this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
192      this.listView3.Location = new System.Drawing.Point(0, 0);
193      this.listView3.Name = "listView3";
194      this.listView3.Size = new System.Drawing.Size(494, 346);
195      this.listView3.TabIndex = 0;
196      this.listView3.UseCompatibleStateImageBehavior = false;
197      //
198      // tpUserControl
199      //
200      this.tpUserControl.Controls.Add(this.scUserControl);
201      this.tpUserControl.Location = new System.Drawing.Point(4, 22);
202      this.tpUserControl.Name = "tpUserControl";
203      this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
204      this.tpUserControl.Size = new System.Drawing.Size(643, 352);
205      this.tpUserControl.TabIndex = 2;
206      this.tpUserControl.Text = "User Control";
207      this.tpUserControl.UseVisualStyleBackColor = true;
208      //
209      // scUserControl
210      //
211      this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
212      this.scUserControl.Location = new System.Drawing.Point(3, 3);
213      this.scUserControl.Name = "scUserControl";
214      //
215      // scUserControl.Panel1
216      //
217      this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
218      //
219      // scUserControl.Panel2
220      //
221      this.scUserControl.Panel2.Controls.Add(this.listView4);
222      this.scUserControl.Size = new System.Drawing.Size(637, 346);
223      this.scUserControl.SplitterDistance = 139;
224      this.scUserControl.TabIndex = 1;
225      //
226      // tvUserControl
227      //
228      this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
229      this.tvUserControl.Location = new System.Drawing.Point(0, 0);
230      this.tvUserControl.Name = "tvUserControl";
231      this.tvUserControl.Size = new System.Drawing.Size(139, 346);
232      this.tvUserControl.TabIndex = 1;
233      //
234      // listView4
235      //
236      this.listView4.Dock = System.Windows.Forms.DockStyle.Fill;
237      this.listView4.Location = new System.Drawing.Point(0, 0);
238      this.listView4.Name = "listView4";
239      this.listView4.Size = new System.Drawing.Size(494, 346);
240      this.listView4.TabIndex = 1;
241      this.listView4.UseCompatibleStateImageBehavior = false;
242      //
243      // treeView2
244      //
245      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
246      this.treeView2.LineColor = System.Drawing.Color.Empty;
247      this.treeView2.Location = new System.Drawing.Point(0, 0);
248      this.treeView2.Name = "treeView2";
249      this.treeView2.Size = new System.Drawing.Size(139, 346);
250      this.treeView2.TabIndex = 0;
251      //
252      // listView2
253      //
254      this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
255      this.listView2.Location = new System.Drawing.Point(0, 0);
256      this.listView2.Name = "listView2";
257      this.listView2.Size = new System.Drawing.Size(494, 346);
258      this.listView2.TabIndex = 0;
259      this.listView2.UseCompatibleStateImageBehavior = false;
260      //
261      // imageList1
262      //
263      this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
264      this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
265      this.imageList1.Images.SetKeyName(0, "Monitor_red.png");
266      this.imageList1.Images.SetKeyName(1, "Monitor_yellow.png");
267      this.imageList1.Images.SetKeyName(2, "Monitor_green.png");
268      //
269      // HiveServerManagementConsole
270      //
271      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
272      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
273      this.ClientSize = new System.Drawing.Size(651, 402);
274      this.Controls.Add(this.tcManagementConsole);
275      this.Controls.Add(this.menuStrip1);
276      this.MainMenuStrip = this.menuStrip1;
277      this.Name = "HiveServerManagementConsole";
278      this.Text = "Management Console";
279      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
280      this.menuStrip1.ResumeLayout(false);
281      this.menuStrip1.PerformLayout();
282      this.tcManagementConsole.ResumeLayout(false);
283      this.tpClientControl.ResumeLayout(false);
284      this.scClientControl.Panel1.ResumeLayout(false);
285      this.scClientControl.Panel2.ResumeLayout(false);
286      this.scClientControl.ResumeLayout(false);
287      this.tpJobControl.ResumeLayout(false);
288      this.scJobControl.Panel1.ResumeLayout(false);
289      this.scJobControl.Panel2.ResumeLayout(false);
290      this.scJobControl.ResumeLayout(false);
291      this.tpUserControl.ResumeLayout(false);
292      this.scUserControl.Panel1.ResumeLayout(false);
293      this.scUserControl.Panel2.ResumeLayout(false);
294      this.scUserControl.ResumeLayout(false);
295      this.ResumeLayout(false);
296      this.PerformLayout();
297
298    }
299
300    #endregion
301
302    private System.Windows.Forms.MenuStrip menuStrip1;
303    private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
304    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
305    private System.Windows.Forms.TabControl tcManagementConsole;
306    private System.Windows.Forms.TabPage tpClientControl;
307    private System.Windows.Forms.TabPage tpJobControl;
308    private System.Windows.Forms.SplitContainer scClientControl;
309    private System.Windows.Forms.TabPage tpUserControl;
310    private System.Windows.Forms.TreeView tvClientControl;
311    private System.Windows.Forms.ListView lvClientControl;
312    private System.Windows.Forms.SplitContainer scJobControl;
313    private System.Windows.Forms.ListView listView3;
314    private System.Windows.Forms.SplitContainer scUserControl;
315    private System.Windows.Forms.TreeView treeView2;
316    private System.Windows.Forms.ListView listView2;
317    private System.Windows.Forms.TreeView tvJobControl;
318    private System.Windows.Forms.TreeView tvUserControl;
319    private System.Windows.Forms.ListView listView4;
320    private System.Windows.Forms.ImageList imageList1;
321  }
322}
Note: See TracBrowser for help on using the repository browser.