[7281] | 1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
| 2 | partial class SubscriptionView {
|
---|
| 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.txtSubscriptionId = new System.Windows.Forms.TextBox();
|
---|
| 28 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 29 | this.txtCertThumbprint = new System.Windows.Forms.TextBox();
|
---|
| 30 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 31 | this.cbSaveSubscription = new System.Windows.Forms.CheckBox();
|
---|
| 32 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 33 | this.cbDiscoverServices = new System.Windows.Forms.CheckBox();
|
---|
| 34 | this.gbQuota = new System.Windows.Forms.GroupBox();
|
---|
| 35 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 36 | this.lblQuotaCores = new System.Windows.Forms.Label();
|
---|
| 37 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 38 | this.lblQuotaHostedServices = new System.Windows.Forms.Label();
|
---|
| 39 | this.gbQuota.SuspendLayout();
|
---|
| 40 | this.SuspendLayout();
|
---|
| 41 | //
|
---|
| 42 | // label1
|
---|
| 43 | //
|
---|
| 44 | this.label1.AutoSize = true;
|
---|
| 45 | this.label1.Location = new System.Drawing.Point(3, 16);
|
---|
| 46 | this.label1.Name = "label1";
|
---|
| 47 | this.label1.Size = new System.Drawing.Size(80, 13);
|
---|
| 48 | this.label1.TabIndex = 8;
|
---|
| 49 | this.label1.Text = "SubscriptionId: ";
|
---|
| 50 | //
|
---|
| 51 | // txtSubscriptionId
|
---|
| 52 | //
|
---|
| 53 | this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 54 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 55 | this.txtSubscriptionId.Location = new System.Drawing.Point(122, 9);
|
---|
| 56 | this.txtSubscriptionId.Name = "txtSubscriptionId";
|
---|
| 57 | this.txtSubscriptionId.Size = new System.Drawing.Size(396, 20);
|
---|
| 58 | this.txtSubscriptionId.TabIndex = 10;
|
---|
| 59 | //
|
---|
| 60 | // label3
|
---|
| 61 | //
|
---|
| 62 | this.label3.AutoSize = true;
|
---|
| 63 | this.label3.Location = new System.Drawing.Point(3, 43);
|
---|
| 64 | this.label3.Name = "label3";
|
---|
| 65 | this.label3.Size = new System.Drawing.Size(113, 13);
|
---|
| 66 | this.label3.TabIndex = 16;
|
---|
| 67 | this.label3.Text = "Certificate Thumbprint:";
|
---|
| 68 | //
|
---|
| 69 | // txtCertThumbprint
|
---|
| 70 | //
|
---|
| 71 | this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 72 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 73 | this.txtCertThumbprint.Location = new System.Drawing.Point(122, 40);
|
---|
| 74 | this.txtCertThumbprint.Name = "txtCertThumbprint";
|
---|
| 75 | this.txtCertThumbprint.Size = new System.Drawing.Size(396, 20);
|
---|
| 76 | this.txtCertThumbprint.TabIndex = 17;
|
---|
| 77 | //
|
---|
| 78 | // label2
|
---|
| 79 | //
|
---|
| 80 | this.label2.AutoSize = true;
|
---|
| 81 | this.label2.Location = new System.Drawing.Point(4, 141);
|
---|
| 82 | this.label2.Name = "label2";
|
---|
| 83 | this.label2.Size = new System.Drawing.Size(96, 13);
|
---|
| 84 | this.label2.TabIndex = 18;
|
---|
| 85 | this.label2.Text = "Save Subscription:";
|
---|
| 86 | //
|
---|
| 87 | // cbSaveSubscription
|
---|
| 88 | //
|
---|
| 89 | this.cbSaveSubscription.AutoSize = true;
|
---|
| 90 | this.cbSaveSubscription.Location = new System.Drawing.Point(123, 141);
|
---|
| 91 | this.cbSaveSubscription.Name = "cbSaveSubscription";
|
---|
| 92 | this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14);
|
---|
| 93 | this.cbSaveSubscription.TabIndex = 19;
|
---|
| 94 | this.cbSaveSubscription.UseVisualStyleBackColor = true;
|
---|
| 95 | //
|
---|
| 96 | // label4
|
---|
| 97 | //
|
---|
| 98 | this.label4.AutoSize = true;
|
---|
| 99 | this.label4.Location = new System.Drawing.Point(4, 166);
|
---|
| 100 | this.label4.Name = "label4";
|
---|
| 101 | this.label4.Size = new System.Drawing.Size(96, 13);
|
---|
| 102 | this.label4.TabIndex = 20;
|
---|
| 103 | this.label4.Text = "Discover Services:";
|
---|
| 104 | //
|
---|
| 105 | // cbDiscoverServices
|
---|
| 106 | //
|
---|
| 107 | this.cbDiscoverServices.AutoSize = true;
|
---|
| 108 | this.cbDiscoverServices.Location = new System.Drawing.Point(123, 166);
|
---|
| 109 | this.cbDiscoverServices.Name = "cbDiscoverServices";
|
---|
| 110 | this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14);
|
---|
| 111 | this.cbDiscoverServices.TabIndex = 21;
|
---|
| 112 | this.cbDiscoverServices.UseVisualStyleBackColor = true;
|
---|
| 113 | //
|
---|
| 114 | // gbQuota
|
---|
| 115 | //
|
---|
| 116 | this.gbQuota.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 117 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 118 | this.gbQuota.Controls.Add(this.lblQuotaHostedServices);
|
---|
| 119 | this.gbQuota.Controls.Add(this.label6);
|
---|
| 120 | this.gbQuota.Controls.Add(this.lblQuotaCores);
|
---|
| 121 | this.gbQuota.Controls.Add(this.label5);
|
---|
| 122 | this.gbQuota.Location = new System.Drawing.Point(6, 73);
|
---|
| 123 | this.gbQuota.Name = "gbQuota";
|
---|
| 124 | this.gbQuota.Size = new System.Drawing.Size(512, 65);
|
---|
| 125 | this.gbQuota.TabIndex = 22;
|
---|
| 126 | this.gbQuota.TabStop = false;
|
---|
| 127 | this.gbQuota.Text = "Quota";
|
---|
| 128 | //
|
---|
| 129 | // label5
|
---|
| 130 | //
|
---|
| 131 | this.label5.AutoSize = true;
|
---|
| 132 | this.label5.Location = new System.Drawing.Point(6, 16);
|
---|
| 133 | this.label5.Name = "label5";
|
---|
| 134 | this.label5.Size = new System.Drawing.Size(37, 13);
|
---|
| 135 | this.label5.TabIndex = 23;
|
---|
| 136 | this.label5.Text = "Cores:";
|
---|
| 137 | //
|
---|
| 138 | // lblQuotaCores
|
---|
| 139 | //
|
---|
| 140 | this.lblQuotaCores.AutoSize = true;
|
---|
| 141 | this.lblQuotaCores.Location = new System.Drawing.Point(113, 16);
|
---|
| 142 | this.lblQuotaCores.Name = "lblQuotaCores";
|
---|
| 143 | this.lblQuotaCores.Size = new System.Drawing.Size(30, 13);
|
---|
| 144 | this.lblQuotaCores.TabIndex = 24;
|
---|
| 145 | this.lblQuotaCores.Text = "0 / 3";
|
---|
| 146 | //
|
---|
| 147 | // label6
|
---|
| 148 | //
|
---|
| 149 | this.label6.AutoSize = true;
|
---|
| 150 | this.label6.Location = new System.Drawing.Point(6, 39);
|
---|
| 151 | this.label6.Name = "label6";
|
---|
| 152 | this.label6.Size = new System.Drawing.Size(88, 13);
|
---|
| 153 | this.label6.TabIndex = 25;
|
---|
| 154 | this.label6.Text = "Hosted Services:";
|
---|
| 155 | //
|
---|
| 156 | // lblQuotaHostedServices
|
---|
| 157 | //
|
---|
| 158 | this.lblQuotaHostedServices.AutoSize = true;
|
---|
| 159 | this.lblQuotaHostedServices.Location = new System.Drawing.Point(113, 39);
|
---|
| 160 | this.lblQuotaHostedServices.Name = "lblQuotaHostedServices";
|
---|
| 161 | this.lblQuotaHostedServices.Size = new System.Drawing.Size(30, 13);
|
---|
| 162 | this.lblQuotaHostedServices.TabIndex = 26;
|
---|
| 163 | this.lblQuotaHostedServices.Text = "0 / 3";
|
---|
| 164 | //
|
---|
| 165 | // SubscriptionView
|
---|
| 166 | //
|
---|
| 167 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 168 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 169 | this.Controls.Add(this.gbQuota);
|
---|
| 170 | this.Controls.Add(this.cbDiscoverServices);
|
---|
| 171 | this.Controls.Add(this.label4);
|
---|
| 172 | this.Controls.Add(this.cbSaveSubscription);
|
---|
| 173 | this.Controls.Add(this.label2);
|
---|
| 174 | this.Controls.Add(this.txtCertThumbprint);
|
---|
| 175 | this.Controls.Add(this.label3);
|
---|
| 176 | this.Controls.Add(this.txtSubscriptionId);
|
---|
| 177 | this.Controls.Add(this.label1);
|
---|
| 178 | this.Name = "SubscriptionView";
|
---|
| 179 | this.Size = new System.Drawing.Size(521, 190);
|
---|
| 180 | this.gbQuota.ResumeLayout(false);
|
---|
| 181 | this.gbQuota.PerformLayout();
|
---|
| 182 | this.ResumeLayout(false);
|
---|
| 183 | this.PerformLayout();
|
---|
| 184 |
|
---|
| 185 | }
|
---|
| 186 |
|
---|
| 187 | #endregion
|
---|
| 188 |
|
---|
| 189 | private System.Windows.Forms.Label label1;
|
---|
| 190 | private System.Windows.Forms.TextBox txtSubscriptionId;
|
---|
| 191 | private System.Windows.Forms.Label label3;
|
---|
| 192 | private System.Windows.Forms.TextBox txtCertThumbprint;
|
---|
| 193 | private System.Windows.Forms.Label label2;
|
---|
| 194 | private System.Windows.Forms.CheckBox cbSaveSubscription;
|
---|
| 195 | private System.Windows.Forms.Label label4;
|
---|
| 196 | private System.Windows.Forms.CheckBox cbDiscoverServices;
|
---|
| 197 | private System.Windows.Forms.GroupBox gbQuota;
|
---|
| 198 | private System.Windows.Forms.Label lblQuotaHostedServices;
|
---|
| 199 | private System.Windows.Forms.Label label6;
|
---|
| 200 | private System.Windows.Forms.Label lblQuotaCores;
|
---|
| 201 | private System.Windows.Forms.Label label5;
|
---|
| 202 | }
|
---|
| 203 | }
|
---|