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