namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class CloudResourcesView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloudResourcesView)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.lblRefresh = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnAddSlaveService = new System.Windows.Forms.Button(); this.btnAddSubscription = new System.Windows.Forms.Button(); this.treeCloudResources = new System.Windows.Forms.TreeView(); this.imageListCloudResources = new System.Windows.Forms.ImageList(this.components); this.gbDetails = new System.Windows.Forms.GroupBox(); this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.gbDetails.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.lblRefresh); this.splitContainer1.Panel1.Controls.Add(this.btnSave); this.splitContainer1.Panel1.Controls.Add(this.btnDelete); this.splitContainer1.Panel1.Controls.Add(this.btnAddSlaveService); this.splitContainer1.Panel1.Controls.Add(this.btnAddSubscription); this.splitContainer1.Panel1.Controls.Add(this.treeCloudResources); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.gbDetails); this.splitContainer1.Size = new System.Drawing.Size(804, 497); this.splitContainer1.SplitterDistance = 275; this.splitContainer1.TabIndex = 0; // // lblRefresh // this.lblRefresh.AutoSize = true; this.lblRefresh.Location = new System.Drawing.Point(127, 10); this.lblRefresh.Name = "lblRefresh"; this.lblRefresh.Size = new System.Drawing.Size(126, 13); this.lblRefresh.TabIndex = 5; this.lblRefresh.Text = "Done. 5s to next refresh."; // // btnSave // this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.Location = new System.Drawing.Point(97, 4); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(24, 24); this.btnSave.TabIndex = 4; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnDelete // this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image"))); this.btnDelete.Location = new System.Drawing.Point(66, 4); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(24, 24); this.btnDelete.TabIndex = 3; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnAddSlaveService // this.btnAddSlaveService.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSlaveService.Image"))); this.btnAddSlaveService.Location = new System.Drawing.Point(35, 4); this.btnAddSlaveService.Name = "btnAddSlaveService"; this.btnAddSlaveService.Size = new System.Drawing.Size(24, 24); this.btnAddSlaveService.TabIndex = 2; this.btnAddSlaveService.UseVisualStyleBackColor = true; this.btnAddSlaveService.Click += new System.EventHandler(this.btnAddSlaveService_Click); // // btnAddSubscription // this.btnAddSubscription.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSubscription.Image"))); this.btnAddSubscription.Location = new System.Drawing.Point(4, 4); this.btnAddSubscription.Name = "btnAddSubscription"; this.btnAddSubscription.Size = new System.Drawing.Size(24, 24); this.btnAddSubscription.TabIndex = 1; this.btnAddSubscription.UseVisualStyleBackColor = true; this.btnAddSubscription.Click += new System.EventHandler(this.btnAddSubscription_Click); // // treeCloudResources // this.treeCloudResources.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.treeCloudResources.ImageIndex = 0; this.treeCloudResources.ImageList = this.imageListCloudResources; this.treeCloudResources.Location = new System.Drawing.Point(3, 34); this.treeCloudResources.Name = "treeCloudResources"; this.treeCloudResources.SelectedImageIndex = 0; this.treeCloudResources.Size = new System.Drawing.Size(269, 460); this.treeCloudResources.TabIndex = 0; this.treeCloudResources.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeCloudResources_NodeMouseClick); // // imageListCloudResources // this.imageListCloudResources.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageListCloudResources.ImageSize = new System.Drawing.Size(16, 16); this.imageListCloudResources.TransparentColor = System.Drawing.Color.Transparent; // // gbDetails // this.gbDetails.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.gbDetails.Controls.Add(this.viewHost); this.gbDetails.Location = new System.Drawing.Point(4, 34); this.gbDetails.Name = "gbDetails"; this.gbDetails.Size = new System.Drawing.Size(518, 460); this.gbDetails.TabIndex = 1; this.gbDetails.TabStop = false; this.gbDetails.Text = "Details"; // // viewHost // this.viewHost.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.viewHost.Caption = "View"; this.viewHost.Content = null; this.viewHost.Enabled = false; this.viewHost.Location = new System.Drawing.Point(6, 12); this.viewHost.Name = "viewHost"; this.viewHost.ReadOnly = false; this.viewHost.Size = new System.Drawing.Size(506, 442); this.viewHost.TabIndex = 0; this.viewHost.ViewsLabelVisible = true; this.viewHost.ViewType = null; // // CloudResourcesView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "CloudResourcesView"; this.Size = new System.Drawing.Size(804, 497); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.gbDetails.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView treeCloudResources; private System.Windows.Forms.Button btnAddSubscription; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnAddSlaveService; private System.Windows.Forms.Label lblRefresh; private System.Windows.Forms.ImageList imageListCloudResources; private System.Windows.Forms.GroupBox gbDetails; private MainForm.WindowsForms.ViewHost viewHost; } }