namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class SubscriptionView { /// /// 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.txtSubscriptionId = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtCertThumbprint = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cbSaveSubscription = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.cbDiscoverServices = new System.Windows.Forms.CheckBox(); this.gbQuota = new System.Windows.Forms.GroupBox(); this.lblQuotaHostedServices = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lblQuotaCores = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtSubscriptionName = new System.Windows.Forms.TextBox(); this.gbQuota.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 13); this.label1.TabIndex = 8; this.label1.Text = "SubscriptionId: "; // // txtSubscriptionId // this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSubscriptionId.Location = new System.Drawing.Point(122, 3); this.txtSubscriptionId.Name = "txtSubscriptionId"; this.txtSubscriptionId.ReadOnly = true; this.txtSubscriptionId.Size = new System.Drawing.Size(405, 20); this.txtSubscriptionId.TabIndex = 10; // // 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(113, 13); this.label3.TabIndex = 16; this.label3.Text = "Certificate Thumbprint:"; // // txtCertThumbprint // this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCertThumbprint.Location = new System.Drawing.Point(122, 55); this.txtCertThumbprint.Name = "txtCertThumbprint"; this.txtCertThumbprint.ReadOnly = true; this.txtCertThumbprint.Size = new System.Drawing.Size(405, 20); this.txtCertThumbprint.TabIndex = 17; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 169); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 13); this.label2.TabIndex = 18; this.label2.Text = "Save Subscription:"; // // cbSaveSubscription // this.cbSaveSubscription.AutoSize = true; this.cbSaveSubscription.Location = new System.Drawing.Point(122, 169); this.cbSaveSubscription.Name = "cbSaveSubscription"; this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14); this.cbSaveSubscription.TabIndex = 19; this.cbSaveSubscription.UseVisualStyleBackColor = true; this.cbSaveSubscription.CheckedChanged += new System.EventHandler(this.cbSaveSubscription_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 149); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 13); this.label4.TabIndex = 20; this.label4.Text = "Discover Services:"; // // cbDiscoverServices // this.cbDiscoverServices.AutoSize = true; this.cbDiscoverServices.Location = new System.Drawing.Point(122, 149); this.cbDiscoverServices.Name = "cbDiscoverServices"; this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14); this.cbDiscoverServices.TabIndex = 21; this.cbDiscoverServices.UseVisualStyleBackColor = true; this.cbDiscoverServices.CheckedChanged += new System.EventHandler(this.cbDiscoverServices_CheckedChanged); // // gbQuota // this.gbQuota.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbQuota.Controls.Add(this.lblQuotaHostedServices); this.gbQuota.Controls.Add(this.label6); this.gbQuota.Controls.Add(this.lblQuotaCores); this.gbQuota.Controls.Add(this.label5); this.gbQuota.Location = new System.Drawing.Point(6, 81); this.gbQuota.Name = "gbQuota"; this.gbQuota.Size = new System.Drawing.Size(521, 65); this.gbQuota.TabIndex = 22; this.gbQuota.TabStop = false; this.gbQuota.Text = "Quota"; // // lblQuotaHostedServices // this.lblQuotaHostedServices.AutoSize = true; this.lblQuotaHostedServices.Location = new System.Drawing.Point(113, 39); this.lblQuotaHostedServices.Name = "lblQuotaHostedServices"; this.lblQuotaHostedServices.Size = new System.Drawing.Size(30, 13); this.lblQuotaHostedServices.TabIndex = 26; this.lblQuotaHostedServices.Text = "0 / 3"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 39); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 13); this.label6.TabIndex = 25; this.label6.Text = "Hosted Services:"; // // lblQuotaCores // this.lblQuotaCores.AutoSize = true; this.lblQuotaCores.Location = new System.Drawing.Point(113, 16); this.lblQuotaCores.Name = "lblQuotaCores"; this.lblQuotaCores.Size = new System.Drawing.Size(30, 13); this.lblQuotaCores.TabIndex = 24; this.lblQuotaCores.Text = "0 / 3"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 16); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 13); this.label5.TabIndex = 23; this.label5.Text = "Cores:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 32); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(99, 13); this.label7.TabIndex = 23; this.label7.Text = "Subscription Name:"; // // txtSubscriptionName // this.txtSubscriptionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSubscriptionName.Location = new System.Drawing.Point(122, 29); this.txtSubscriptionName.Name = "txtSubscriptionName"; this.txtSubscriptionName.ReadOnly = true; this.txtSubscriptionName.Size = new System.Drawing.Size(405, 20); this.txtSubscriptionName.TabIndex = 24; // // SubscriptionView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtSubscriptionName); this.Controls.Add(this.label7); this.Controls.Add(this.gbQuota); this.Controls.Add(this.cbDiscoverServices); this.Controls.Add(this.label4); this.Controls.Add(this.cbSaveSubscription); this.Controls.Add(this.label2); this.Controls.Add(this.txtCertThumbprint); this.Controls.Add(this.label3); this.Controls.Add(this.txtSubscriptionId); this.Controls.Add(this.label1); this.Name = "SubscriptionView"; this.Size = new System.Drawing.Size(530, 194); this.gbQuota.ResumeLayout(false); this.gbQuota.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtSubscriptionId; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtCertThumbprint; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox cbSaveSubscription; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox cbDiscoverServices; private System.Windows.Forms.GroupBox gbQuota; private System.Windows.Forms.Label lblQuotaHostedServices; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblQuotaCores; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtSubscriptionName; } }