namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class CloudResourcesView { /// /// 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.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); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.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); this.splitContainer1.Size = new System.Drawing.Size(670, 497); this.splitContainer1.SplitterDistance = 249; 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; // // 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; // // 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; // // 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(243, 460); this.treeCloudResources.TabIndex = 0; // // 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; // // 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(670, 497); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.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; } }