[7403] | 1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
| 2 | partial class DeploymentView {
|
---|
| 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.label1 = new System.Windows.Forms.Label();
|
---|
| 27 | this.txtDeploymentName = new System.Windows.Forms.TextBox();
|
---|
| 28 | this.txtDeploymentSlot = new System.Windows.Forms.TextBox();
|
---|
| 29 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 30 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 31 | this.txtDeploymentStatus = new System.Windows.Forms.TextBox();
|
---|
| 32 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 33 | this.txtCoresUsed = new System.Windows.Forms.TextBox();
|
---|
| 34 | this.tbChangeCores = new System.Windows.Forms.TrackBar();
|
---|
| 35 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 36 | this.txtInstanceSize = new System.Windows.Forms.TextBox();
|
---|
| 37 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 38 | this.txtInstanceCount = new System.Windows.Forms.TextBox();
|
---|
| 39 | ((System.ComponentModel.ISupportInitialize)(this.tbChangeCores)).BeginInit();
|
---|
| 40 | this.SuspendLayout();
|
---|
| 41 | //
|
---|
| 42 | // label1
|
---|
| 43 | //
|
---|
| 44 | this.label1.AutoSize = true;
|
---|
| 45 | this.label1.Location = new System.Drawing.Point(3, 7);
|
---|
| 46 | this.label1.Name = "label1";
|
---|
| 47 | this.label1.Size = new System.Drawing.Size(97, 13);
|
---|
| 48 | this.label1.TabIndex = 0;
|
---|
| 49 | this.label1.Text = "Deployment Name:";
|
---|
| 50 | //
|
---|
| 51 | // txtDeploymentName
|
---|
| 52 | //
|
---|
| 53 | this.txtDeploymentName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 54 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 55 | this.txtDeploymentName.Location = new System.Drawing.Point(127, 4);
|
---|
| 56 | this.txtDeploymentName.Name = "txtDeploymentName";
|
---|
| 57 | this.txtDeploymentName.ReadOnly = true;
|
---|
| 58 | this.txtDeploymentName.Size = new System.Drawing.Size(379, 20);
|
---|
| 59 | this.txtDeploymentName.TabIndex = 1;
|
---|
| 60 | //
|
---|
| 61 | // txtDeploymentSlot
|
---|
| 62 | //
|
---|
| 63 | this.txtDeploymentSlot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 64 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 65 | this.txtDeploymentSlot.Location = new System.Drawing.Point(127, 31);
|
---|
| 66 | this.txtDeploymentSlot.Name = "txtDeploymentSlot";
|
---|
| 67 | this.txtDeploymentSlot.ReadOnly = true;
|
---|
| 68 | this.txtDeploymentSlot.Size = new System.Drawing.Size(379, 20);
|
---|
| 69 | this.txtDeploymentSlot.TabIndex = 2;
|
---|
| 70 | //
|
---|
| 71 | // label2
|
---|
| 72 | //
|
---|
| 73 | this.label2.AutoSize = true;
|
---|
| 74 | this.label2.Location = new System.Drawing.Point(3, 34);
|
---|
| 75 | this.label2.Name = "label2";
|
---|
| 76 | this.label2.Size = new System.Drawing.Size(87, 13);
|
---|
| 77 | this.label2.TabIndex = 3;
|
---|
| 78 | this.label2.Text = "Deployment Slot:";
|
---|
| 79 | //
|
---|
| 80 | // label3
|
---|
| 81 | //
|
---|
| 82 | this.label3.AutoSize = true;
|
---|
| 83 | this.label3.Location = new System.Drawing.Point(3, 61);
|
---|
| 84 | this.label3.Name = "label3";
|
---|
| 85 | this.label3.Size = new System.Drawing.Size(99, 13);
|
---|
| 86 | this.label3.TabIndex = 4;
|
---|
| 87 | this.label3.Text = "Deployment Status:";
|
---|
| 88 | //
|
---|
| 89 | // txtDeploymentStatus
|
---|
| 90 | //
|
---|
| 91 | this.txtDeploymentStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 92 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 93 | this.txtDeploymentStatus.Location = new System.Drawing.Point(127, 58);
|
---|
| 94 | this.txtDeploymentStatus.Name = "txtDeploymentStatus";
|
---|
| 95 | this.txtDeploymentStatus.ReadOnly = true;
|
---|
| 96 | this.txtDeploymentStatus.Size = new System.Drawing.Size(379, 20);
|
---|
| 97 | this.txtDeploymentStatus.TabIndex = 5;
|
---|
| 98 | //
|
---|
| 99 | // label4
|
---|
| 100 | //
|
---|
| 101 | this.label4.AutoSize = true;
|
---|
| 102 | this.label4.Location = new System.Drawing.Point(3, 141);
|
---|
| 103 | this.label4.Name = "label4";
|
---|
| 104 | this.label4.Size = new System.Drawing.Size(63, 13);
|
---|
| 105 | this.label4.TabIndex = 6;
|
---|
| 106 | this.label4.Text = "Cores used:";
|
---|
| 107 | //
|
---|
| 108 | // txtCoresUsed
|
---|
| 109 | //
|
---|
| 110 | this.txtCoresUsed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 111 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 112 | this.txtCoresUsed.Location = new System.Drawing.Point(127, 138);
|
---|
| 113 | this.txtCoresUsed.Name = "txtCoresUsed";
|
---|
| 114 | this.txtCoresUsed.ReadOnly = true;
|
---|
| 115 | this.txtCoresUsed.Size = new System.Drawing.Size(379, 20);
|
---|
| 116 | this.txtCoresUsed.TabIndex = 7;
|
---|
| 117 | //
|
---|
| 118 | // tbChangeCores
|
---|
| 119 | //
|
---|
| 120 | this.tbChangeCores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 122 | this.tbChangeCores.BackColor = System.Drawing.SystemColors.Window;
|
---|
| 123 | this.tbChangeCores.Location = new System.Drawing.Point(127, 164);
|
---|
| 124 | this.tbChangeCores.Name = "tbChangeCores";
|
---|
| 125 | this.tbChangeCores.Size = new System.Drawing.Size(379, 45);
|
---|
| 126 | this.tbChangeCores.TabIndex = 8;
|
---|
| 127 | this.tbChangeCores.Scroll += new System.EventHandler(this.tbChangeCores_Scroll);
|
---|
| 128 | //
|
---|
| 129 | // label5
|
---|
| 130 | //
|
---|
| 131 | this.label5.AutoSize = true;
|
---|
| 132 | this.label5.Location = new System.Drawing.Point(3, 88);
|
---|
| 133 | this.label5.Name = "label5";
|
---|
| 134 | this.label5.Size = new System.Drawing.Size(74, 13);
|
---|
| 135 | this.label5.TabIndex = 9;
|
---|
| 136 | this.label5.Text = "Instance Size:";
|
---|
| 137 | //
|
---|
| 138 | // txtInstanceSize
|
---|
| 139 | //
|
---|
| 140 | this.txtInstanceSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 141 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 142 | this.txtInstanceSize.Location = new System.Drawing.Point(127, 85);
|
---|
| 143 | this.txtInstanceSize.Name = "txtInstanceSize";
|
---|
| 144 | this.txtInstanceSize.ReadOnly = true;
|
---|
| 145 | this.txtInstanceSize.Size = new System.Drawing.Size(379, 20);
|
---|
| 146 | this.txtInstanceSize.TabIndex = 10;
|
---|
| 147 | //
|
---|
| 148 | // label6
|
---|
| 149 | //
|
---|
| 150 | this.label6.AutoSize = true;
|
---|
| 151 | this.label6.Location = new System.Drawing.Point(3, 115);
|
---|
| 152 | this.label6.Name = "label6";
|
---|
| 153 | this.label6.Size = new System.Drawing.Size(82, 13);
|
---|
| 154 | this.label6.TabIndex = 11;
|
---|
| 155 | this.label6.Text = "Instance Count:";
|
---|
| 156 | //
|
---|
| 157 | // txtInstanceCount
|
---|
| 158 | //
|
---|
| 159 | this.txtInstanceCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 160 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 161 | this.txtInstanceCount.Location = new System.Drawing.Point(127, 112);
|
---|
| 162 | this.txtInstanceCount.Name = "txtInstanceCount";
|
---|
| 163 | this.txtInstanceCount.ReadOnly = true;
|
---|
| 164 | this.txtInstanceCount.Size = new System.Drawing.Size(379, 20);
|
---|
| 165 | this.txtInstanceCount.TabIndex = 12;
|
---|
| 166 | //
|
---|
| 167 | // DeploymentView
|
---|
| 168 | //
|
---|
| 169 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 170 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 171 | this.Controls.Add(this.txtInstanceCount);
|
---|
| 172 | this.Controls.Add(this.label6);
|
---|
| 173 | this.Controls.Add(this.txtInstanceSize);
|
---|
| 174 | this.Controls.Add(this.label5);
|
---|
| 175 | this.Controls.Add(this.tbChangeCores);
|
---|
| 176 | this.Controls.Add(this.txtCoresUsed);
|
---|
| 177 | this.Controls.Add(this.label4);
|
---|
| 178 | this.Controls.Add(this.txtDeploymentStatus);
|
---|
| 179 | this.Controls.Add(this.label3);
|
---|
| 180 | this.Controls.Add(this.label2);
|
---|
| 181 | this.Controls.Add(this.txtDeploymentSlot);
|
---|
| 182 | this.Controls.Add(this.txtDeploymentName);
|
---|
| 183 | this.Controls.Add(this.label1);
|
---|
| 184 | this.Name = "DeploymentView";
|
---|
| 185 | this.Size = new System.Drawing.Size(509, 242);
|
---|
| 186 | ((System.ComponentModel.ISupportInitialize)(this.tbChangeCores)).EndInit();
|
---|
| 187 | this.ResumeLayout(false);
|
---|
| 188 | this.PerformLayout();
|
---|
| 189 |
|
---|
| 190 | }
|
---|
| 191 |
|
---|
| 192 | #endregion
|
---|
| 193 |
|
---|
| 194 | private System.Windows.Forms.Label label1;
|
---|
| 195 | private System.Windows.Forms.TextBox txtDeploymentName;
|
---|
| 196 | private System.Windows.Forms.TextBox txtDeploymentSlot;
|
---|
| 197 | private System.Windows.Forms.Label label2;
|
---|
| 198 | private System.Windows.Forms.Label label3;
|
---|
| 199 | private System.Windows.Forms.TextBox txtDeploymentStatus;
|
---|
| 200 | private System.Windows.Forms.Label label4;
|
---|
| 201 | private System.Windows.Forms.TextBox txtCoresUsed;
|
---|
| 202 | private System.Windows.Forms.TrackBar tbChangeCores;
|
---|
| 203 | private System.Windows.Forms.Label label5;
|
---|
| 204 | private System.Windows.Forms.TextBox txtInstanceSize;
|
---|
| 205 | private System.Windows.Forms.Label label6;
|
---|
| 206 | private System.Windows.Forms.TextBox txtInstanceCount;
|
---|
| 207 | }
|
---|
| 208 | }
|
---|