Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs @ 1184

Last change on this file since 1184 was 904, checked in by aleitner, 16 years ago

change design from new interfaces, added ListViewItems (#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.imageList1 = new System.Windows.Forms.ImageList(this.components);
40      this.tpJobControl = new System.Windows.Forms.TabPage();
41      this.scJobControl = new System.Windows.Forms.SplitContainer();
42      this.tvJobControl = new System.Windows.Forms.TreeView();
43      this.listView3 = new System.Windows.Forms.ListView();
44      this.tpUserControl = new System.Windows.Forms.TabPage();
45      this.scUserControl = new System.Windows.Forms.SplitContainer();
46      this.tvUserControl = new System.Windows.Forms.TreeView();
47      this.listView4 = new System.Windows.Forms.ListView();
48      this.treeView2 = new System.Windows.Forms.TreeView();
49      this.listView2 = new System.Windows.Forms.ListView();
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      // imageList1
154      //
155      this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
156      this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
157      this.imageList1.Images.SetKeyName(0, "monitor-green.png");
158      this.imageList1.Images.SetKeyName(1, "monitor-orange.png");
159      this.imageList1.Images.SetKeyName(2, "monitor-red.png");
160      //
161      // tpJobControl
162      //
163      this.tpJobControl.Controls.Add(this.scJobControl);
164      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
165      this.tpJobControl.Name = "tpJobControl";
166      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
167      this.tpJobControl.Size = new System.Drawing.Size(643, 352);
168      this.tpJobControl.TabIndex = 1;
169      this.tpJobControl.Text = "Job Control";
170      this.tpJobControl.UseVisualStyleBackColor = true;
171      //
172      // scJobControl
173      //
174      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
175      this.scJobControl.Location = new System.Drawing.Point(3, 3);
176      this.scJobControl.Name = "scJobControl";
177      //
178      // scJobControl.Panel1
179      //
180      this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
181      //
182      // scJobControl.Panel2
183      //
184      this.scJobControl.Panel2.Controls.Add(this.listView3);
185      this.scJobControl.Size = new System.Drawing.Size(637, 346);
186      this.scJobControl.SplitterDistance = 139;
187      this.scJobControl.TabIndex = 1;
188      //
189      // tvJobControl
190      //
191      this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
192      this.tvJobControl.Location = new System.Drawing.Point(0, 0);
193      this.tvJobControl.Name = "tvJobControl";
194      this.tvJobControl.Size = new System.Drawing.Size(139, 346);
195      this.tvJobControl.TabIndex = 2;
196      //
197      // listView3
198      //
199      this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
200      this.listView3.Location = new System.Drawing.Point(0, 0);
201      this.listView3.Name = "listView3";
202      this.listView3.Size = new System.Drawing.Size(494, 346);
203      this.listView3.TabIndex = 0;
204      this.listView3.UseCompatibleStateImageBehavior = false;
205      //
206      // tpUserControl
207      //
208      this.tpUserControl.Controls.Add(this.scUserControl);
209      this.tpUserControl.Location = new System.Drawing.Point(4, 22);
210      this.tpUserControl.Name = "tpUserControl";
211      this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
212      this.tpUserControl.Size = new System.Drawing.Size(643, 352);
213      this.tpUserControl.TabIndex = 2;
214      this.tpUserControl.Text = "User Control";
215      this.tpUserControl.UseVisualStyleBackColor = true;
216      //
217      // scUserControl
218      //
219      this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
220      this.scUserControl.Location = new System.Drawing.Point(3, 3);
221      this.scUserControl.Name = "scUserControl";
222      //
223      // scUserControl.Panel1
224      //
225      this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
226      //
227      // scUserControl.Panel2
228      //
229      this.scUserControl.Panel2.Controls.Add(this.listView4);
230      this.scUserControl.Size = new System.Drawing.Size(637, 346);
231      this.scUserControl.SplitterDistance = 139;
232      this.scUserControl.TabIndex = 1;
233      //
234      // tvUserControl
235      //
236      this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
237      this.tvUserControl.Location = new System.Drawing.Point(0, 0);
238      this.tvUserControl.Name = "tvUserControl";
239      this.tvUserControl.Size = new System.Drawing.Size(139, 346);
240      this.tvUserControl.TabIndex = 1;
241      //
242      // listView4
243      //
244      this.listView4.Dock = System.Windows.Forms.DockStyle.Fill;
245      this.listView4.Location = new System.Drawing.Point(0, 0);
246      this.listView4.Name = "listView4";
247      this.listView4.Size = new System.Drawing.Size(494, 346);
248      this.listView4.TabIndex = 1;
249      this.listView4.UseCompatibleStateImageBehavior = false;
250      //
251      // treeView2
252      //
253      this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
254      this.treeView2.LineColor = System.Drawing.Color.Empty;
255      this.treeView2.Location = new System.Drawing.Point(0, 0);
256      this.treeView2.Name = "treeView2";
257      this.treeView2.Size = new System.Drawing.Size(139, 346);
258      this.treeView2.TabIndex = 0;
259      //
260      // listView2
261      //
262      this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
263      this.listView2.Location = new System.Drawing.Point(0, 0);
264      this.listView2.Name = "listView2";
265      this.listView2.Size = new System.Drawing.Size(494, 346);
266      this.listView2.TabIndex = 0;
267      this.listView2.UseCompatibleStateImageBehavior = false;
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.