namespace HeuristicLab.Clients.Hive.CloudManager.Views {
partial class AddSubscriptionDialog {
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.txtCertThumbprint = new System.Windows.Forms.TextBox();
this.txtSubscriptionId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cbSaveSubscription = new System.Windows.Forms.CheckBox();
this.cbDiscoverServices = new System.Windows.Forms.CheckBox();
this.btnCancel = new System.Windows.Forms.Button();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.btnOk = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(132, 32);
this.txtCertThumbprint.Name = "txtCertThumbprint";
this.txtCertThumbprint.Size = new System.Drawing.Size(385, 20);
this.txtCertThumbprint.TabIndex = 19;
//
// 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(132, 6);
this.txtSubscriptionId.Name = "txtSubscriptionId";
this.txtSubscriptionId.Size = new System.Drawing.Size(385, 20);
this.txtSubscriptionId.TabIndex = 18;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(93, 13);
this.label4.TabIndex = 24;
this.label4.Text = "Save Subscription";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(96, 13);
this.label2.TabIndex = 23;
this.label2.Text = "Discover Services:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 35);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 13);
this.label3.TabIndex = 22;
this.label3.Text = "Certificate Thumbprint:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 13);
this.label1.TabIndex = 21;
this.label1.Text = "SubscriptionId: ";
//
// cbSaveSubscription
//
this.cbSaveSubscription.AutoSize = true;
this.cbSaveSubscription.Location = new System.Drawing.Point(132, 87);
this.cbSaveSubscription.Name = "cbSaveSubscription";
this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14);
this.cbSaveSubscription.TabIndex = 26;
this.cbSaveSubscription.UseVisualStyleBackColor = true;
//
// cbDiscoverServices
//
this.cbDiscoverServices.AutoSize = true;
this.cbDiscoverServices.Location = new System.Drawing.Point(132, 61);
this.cbDiscoverServices.Name = "cbDiscoverServices";
this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14);
this.cbDiscoverServices.TabIndex = 25;
this.cbDiscoverServices.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(442, 107);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 27;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// progressBar
//
this.progressBar.Location = new System.Drawing.Point(15, 107);
this.progressBar.MarqueeAnimationSpeed = 10;
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(340, 23);
this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
this.progressBar.TabIndex = 29;
this.progressBar.Visible = false;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(361, 107);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 28;
this.btnOk.Text = "OK";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// AddSubscriptionDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(529, 136);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.cbSaveSubscription);
this.Controls.Add(this.cbDiscoverServices);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtCertThumbprint);
this.Controls.Add(this.txtSubscriptionId);
this.Name = "AddSubscriptionDialog";
this.Text = "AddSubscriptionDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtCertThumbprint;
private System.Windows.Forms.TextBox txtSubscriptionId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox cbSaveSubscription;
private System.Windows.Forms.CheckBox cbDiscoverServices;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.Button btnOk;
}
}