Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 807 was 794, checked in by aleitner, 16 years ago

Design of Management-Console for HiveServer (#369)

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