1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
2 | partial class HiveCloudManagerView {
|
---|
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 Component 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.tabResources = new System.Windows.Forms.TabControl();
|
---|
27 | this.tabResource = new System.Windows.Forms.TabPage();
|
---|
28 | this.cloudResourcesView = new HeuristicLab.Clients.Hive.CloudManager.Views.CloudResourcesView();
|
---|
29 | this.tabResources.SuspendLayout();
|
---|
30 | this.tabResource.SuspendLayout();
|
---|
31 | this.SuspendLayout();
|
---|
32 | //
|
---|
33 | // tabResources
|
---|
34 | //
|
---|
35 | this.tabResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
36 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
37 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
38 | this.tabResources.Controls.Add(this.tabResource);
|
---|
39 | this.tabResources.Location = new System.Drawing.Point(3, 3);
|
---|
40 | this.tabResources.Name = "tabResources";
|
---|
41 | this.tabResources.SelectedIndex = 0;
|
---|
42 | this.tabResources.Size = new System.Drawing.Size(739, 540);
|
---|
43 | this.tabResources.TabIndex = 0;
|
---|
44 | //
|
---|
45 | // tabResource
|
---|
46 | //
|
---|
47 | this.tabResource.Controls.Add(this.cloudResourcesView);
|
---|
48 | this.tabResource.Location = new System.Drawing.Point(4, 22);
|
---|
49 | this.tabResource.Name = "tabResource";
|
---|
50 | this.tabResource.Padding = new System.Windows.Forms.Padding(3);
|
---|
51 | this.tabResource.Size = new System.Drawing.Size(731, 514);
|
---|
52 | this.tabResource.TabIndex = 0;
|
---|
53 | this.tabResource.Text = "Resources";
|
---|
54 | this.tabResource.UseVisualStyleBackColor = true;
|
---|
55 | //
|
---|
56 | // cloudResourcesView
|
---|
57 | //
|
---|
58 | this.cloudResourcesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
59 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
60 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
61 | this.cloudResourcesView.Caption = "Cloud Resources View";
|
---|
62 | this.cloudResourcesView.Content = null;
|
---|
63 | this.cloudResourcesView.Location = new System.Drawing.Point(6, 3);
|
---|
64 | this.cloudResourcesView.Name = "cloudResourcesView";
|
---|
65 | this.cloudResourcesView.ReadOnly = false;
|
---|
66 | this.cloudResourcesView.Size = new System.Drawing.Size(719, 505);
|
---|
67 | this.cloudResourcesView.TabIndex = 0;
|
---|
68 | //
|
---|
69 | // HiveCloudManagerView
|
---|
70 | //
|
---|
71 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
72 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
73 | this.Controls.Add(this.tabResources);
|
---|
74 | this.Name = "HiveCloudManagerView";
|
---|
75 | this.Size = new System.Drawing.Size(745, 546);
|
---|
76 | this.tabResources.ResumeLayout(false);
|
---|
77 | this.tabResource.ResumeLayout(false);
|
---|
78 | this.ResumeLayout(false);
|
---|
79 |
|
---|
80 | }
|
---|
81 |
|
---|
82 | #endregion
|
---|
83 |
|
---|
84 | private System.Windows.Forms.TabControl tabResources;
|
---|
85 | private System.Windows.Forms.TabPage tabResource;
|
---|
86 | private CloudResourcesView cloudResourcesView;
|
---|
87 | }
|
---|
88 | }
|
---|