namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class HiveCloudManagerView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tabResources = new System.Windows.Forms.TabControl(); this.tabResource = new System.Windows.Forms.TabPage(); this.cloudResourcesView = new HeuristicLab.Clients.Hive.CloudManager.Views.CloudResourcesView(); this.tabResources.SuspendLayout(); this.tabResource.SuspendLayout(); this.SuspendLayout(); // // tabResources // this.tabResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabResources.Controls.Add(this.tabResource); this.tabResources.Location = new System.Drawing.Point(3, 3); this.tabResources.Name = "tabResources"; this.tabResources.SelectedIndex = 0; this.tabResources.Size = new System.Drawing.Size(739, 540); this.tabResources.TabIndex = 0; // // tabResource // this.tabResource.Controls.Add(this.cloudResourcesView); this.tabResource.Location = new System.Drawing.Point(4, 22); this.tabResource.Name = "tabResource"; this.tabResource.Padding = new System.Windows.Forms.Padding(3); this.tabResource.Size = new System.Drawing.Size(731, 514); this.tabResource.TabIndex = 0; this.tabResource.Text = "Resources"; this.tabResource.UseVisualStyleBackColor = true; // // cloudResourcesView // this.cloudResourcesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cloudResourcesView.Caption = "Cloud Resources View"; this.cloudResourcesView.Content = null; this.cloudResourcesView.Location = new System.Drawing.Point(6, 3); this.cloudResourcesView.Name = "cloudResourcesView"; this.cloudResourcesView.ReadOnly = false; this.cloudResourcesView.Size = new System.Drawing.Size(719, 505); this.cloudResourcesView.TabIndex = 0; // // HiveCloudManagerView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabResources); this.Name = "HiveCloudManagerView"; this.Size = new System.Drawing.Size(745, 546); this.tabResources.ResumeLayout(false); this.tabResource.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabResources; private System.Windows.Forms.TabPage tabResource; private CloudResourcesView cloudResourcesView; } }