namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class DeploymentView { /// /// 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.label1 = new System.Windows.Forms.Label(); this.txtDeploymentName = new System.Windows.Forms.TextBox(); this.txtDeploymentSlot = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtDeploymentStatus = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtCoresUsed = new System.Windows.Forms.TextBox(); this.tbChangeCores = new System.Windows.Forms.TrackBar(); this.label5 = new System.Windows.Forms.Label(); this.txtInstanceSize = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtInstanceCount = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.tbChangeCores)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 13); this.label1.TabIndex = 0; this.label1.Text = "Deployment Name:"; // // txtDeploymentName // this.txtDeploymentName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDeploymentName.Location = new System.Drawing.Point(127, 4); this.txtDeploymentName.Name = "txtDeploymentName"; this.txtDeploymentName.ReadOnly = true; this.txtDeploymentName.Size = new System.Drawing.Size(379, 20); this.txtDeploymentName.TabIndex = 1; // // txtDeploymentSlot // this.txtDeploymentSlot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDeploymentSlot.Location = new System.Drawing.Point(127, 31); this.txtDeploymentSlot.Name = "txtDeploymentSlot"; this.txtDeploymentSlot.ReadOnly = true; this.txtDeploymentSlot.Size = new System.Drawing.Size(379, 20); this.txtDeploymentSlot.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 13); this.label2.TabIndex = 3; this.label2.Text = "Deployment Slot:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 61); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(99, 13); this.label3.TabIndex = 4; this.label3.Text = "Deployment Status:"; // // txtDeploymentStatus // this.txtDeploymentStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDeploymentStatus.Location = new System.Drawing.Point(127, 58); this.txtDeploymentStatus.Name = "txtDeploymentStatus"; this.txtDeploymentStatus.ReadOnly = true; this.txtDeploymentStatus.Size = new System.Drawing.Size(379, 20); this.txtDeploymentStatus.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 141); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 13); this.label4.TabIndex = 6; this.label4.Text = "Cores used:"; // // txtCoresUsed // this.txtCoresUsed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCoresUsed.Location = new System.Drawing.Point(127, 138); this.txtCoresUsed.Name = "txtCoresUsed"; this.txtCoresUsed.ReadOnly = true; this.txtCoresUsed.Size = new System.Drawing.Size(379, 20); this.txtCoresUsed.TabIndex = 7; // // tbChangeCores // this.tbChangeCores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbChangeCores.BackColor = System.Drawing.SystemColors.Window; this.tbChangeCores.Location = new System.Drawing.Point(127, 164); this.tbChangeCores.Name = "tbChangeCores"; this.tbChangeCores.Size = new System.Drawing.Size(379, 45); this.tbChangeCores.TabIndex = 8; this.tbChangeCores.Scroll += new System.EventHandler(this.tbChangeCores_Scroll); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 88); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(74, 13); this.label5.TabIndex = 9; this.label5.Text = "Instance Size:"; // // txtInstanceSize // this.txtInstanceSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtInstanceSize.Location = new System.Drawing.Point(127, 85); this.txtInstanceSize.Name = "txtInstanceSize"; this.txtInstanceSize.ReadOnly = true; this.txtInstanceSize.Size = new System.Drawing.Size(379, 20); this.txtInstanceSize.TabIndex = 10; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 115); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 13); this.label6.TabIndex = 11; this.label6.Text = "Instance Count:"; // // txtInstanceCount // this.txtInstanceCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtInstanceCount.Location = new System.Drawing.Point(127, 112); this.txtInstanceCount.Name = "txtInstanceCount"; this.txtInstanceCount.ReadOnly = true; this.txtInstanceCount.Size = new System.Drawing.Size(379, 20); this.txtInstanceCount.TabIndex = 12; // // DeploymentView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtInstanceCount); this.Controls.Add(this.label6); this.Controls.Add(this.txtInstanceSize); this.Controls.Add(this.label5); this.Controls.Add(this.tbChangeCores); this.Controls.Add(this.txtCoresUsed); this.Controls.Add(this.label4); this.Controls.Add(this.txtDeploymentStatus); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtDeploymentSlot); this.Controls.Add(this.txtDeploymentName); this.Controls.Add(this.label1); this.Name = "DeploymentView"; this.Size = new System.Drawing.Size(509, 242); ((System.ComponentModel.ISupportInitialize)(this.tbChangeCores)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtDeploymentName; private System.Windows.Forms.TextBox txtDeploymentSlot; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtDeploymentStatus; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtCoresUsed; private System.Windows.Forms.TrackBar tbChangeCores; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtInstanceSize; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtInstanceCount; } }