[7281] | 1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
| 2 | partial class AddSubscriptionDialog {
|
---|
| 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 Windows Form 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.txtCertThumbprint = new System.Windows.Forms.TextBox();
|
---|
| 27 | this.txtSubscriptionId = new System.Windows.Forms.TextBox();
|
---|
| 28 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 29 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 30 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 31 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 32 | this.cbSaveSubscription = new System.Windows.Forms.CheckBox();
|
---|
| 33 | this.cbDiscoverServices = new System.Windows.Forms.CheckBox();
|
---|
| 34 | this.btnCancel = new System.Windows.Forms.Button();
|
---|
| 35 | this.progressBar = new System.Windows.Forms.ProgressBar();
|
---|
| 36 | this.btnOk = new System.Windows.Forms.Button();
|
---|
| 37 | this.SuspendLayout();
|
---|
| 38 | //
|
---|
| 39 | // txtCertThumbprint
|
---|
| 40 | //
|
---|
| 41 | this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 42 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 43 | this.txtCertThumbprint.Location = new System.Drawing.Point(132, 32);
|
---|
| 44 | this.txtCertThumbprint.Name = "txtCertThumbprint";
|
---|
| 45 | this.txtCertThumbprint.Size = new System.Drawing.Size(385, 20);
|
---|
| 46 | this.txtCertThumbprint.TabIndex = 19;
|
---|
| 47 | //
|
---|
| 48 | // txtSubscriptionId
|
---|
| 49 | //
|
---|
| 50 | this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 51 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 52 | this.txtSubscriptionId.Location = new System.Drawing.Point(132, 6);
|
---|
| 53 | this.txtSubscriptionId.Name = "txtSubscriptionId";
|
---|
| 54 | this.txtSubscriptionId.Size = new System.Drawing.Size(385, 20);
|
---|
| 55 | this.txtSubscriptionId.TabIndex = 18;
|
---|
| 56 | //
|
---|
| 57 | // label4
|
---|
| 58 | //
|
---|
| 59 | this.label4.AutoSize = true;
|
---|
| 60 | this.label4.Location = new System.Drawing.Point(12, 87);
|
---|
| 61 | this.label4.Name = "label4";
|
---|
| 62 | this.label4.Size = new System.Drawing.Size(93, 13);
|
---|
| 63 | this.label4.TabIndex = 24;
|
---|
| 64 | this.label4.Text = "Save Subscription";
|
---|
| 65 | //
|
---|
| 66 | // label2
|
---|
| 67 | //
|
---|
| 68 | this.label2.AutoSize = true;
|
---|
| 69 | this.label2.Location = new System.Drawing.Point(12, 61);
|
---|
| 70 | this.label2.Name = "label2";
|
---|
| 71 | this.label2.Size = new System.Drawing.Size(96, 13);
|
---|
| 72 | this.label2.TabIndex = 23;
|
---|
| 73 | this.label2.Text = "Discover Services:";
|
---|
| 74 | //
|
---|
| 75 | // label3
|
---|
| 76 | //
|
---|
| 77 | this.label3.AutoSize = true;
|
---|
| 78 | this.label3.Location = new System.Drawing.Point(12, 35);
|
---|
| 79 | this.label3.Name = "label3";
|
---|
| 80 | this.label3.Size = new System.Drawing.Size(113, 13);
|
---|
| 81 | this.label3.TabIndex = 22;
|
---|
| 82 | this.label3.Text = "Certificate Thumbprint:";
|
---|
| 83 | //
|
---|
| 84 | // label1
|
---|
| 85 | //
|
---|
| 86 | this.label1.AutoSize = true;
|
---|
| 87 | this.label1.Location = new System.Drawing.Point(12, 9);
|
---|
| 88 | this.label1.Name = "label1";
|
---|
| 89 | this.label1.Size = new System.Drawing.Size(80, 13);
|
---|
| 90 | this.label1.TabIndex = 21;
|
---|
| 91 | this.label1.Text = "SubscriptionId: ";
|
---|
| 92 | //
|
---|
| 93 | // cbSaveSubscription
|
---|
| 94 | //
|
---|
| 95 | this.cbSaveSubscription.AutoSize = true;
|
---|
| 96 | this.cbSaveSubscription.Location = new System.Drawing.Point(132, 87);
|
---|
| 97 | this.cbSaveSubscription.Name = "cbSaveSubscription";
|
---|
| 98 | this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14);
|
---|
| 99 | this.cbSaveSubscription.TabIndex = 26;
|
---|
| 100 | this.cbSaveSubscription.UseVisualStyleBackColor = true;
|
---|
| 101 | //
|
---|
| 102 | // cbDiscoverServices
|
---|
| 103 | //
|
---|
| 104 | this.cbDiscoverServices.AutoSize = true;
|
---|
| 105 | this.cbDiscoverServices.Location = new System.Drawing.Point(132, 61);
|
---|
| 106 | this.cbDiscoverServices.Name = "cbDiscoverServices";
|
---|
| 107 | this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14);
|
---|
| 108 | this.cbDiscoverServices.TabIndex = 25;
|
---|
| 109 | this.cbDiscoverServices.UseVisualStyleBackColor = true;
|
---|
| 110 | //
|
---|
| 111 | // btnCancel
|
---|
| 112 | //
|
---|
| 113 | this.btnCancel.Location = new System.Drawing.Point(442, 107);
|
---|
| 114 | this.btnCancel.Name = "btnCancel";
|
---|
| 115 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 116 | this.btnCancel.TabIndex = 27;
|
---|
| 117 | this.btnCancel.Text = "Cancel";
|
---|
| 118 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
| 119 | //
|
---|
| 120 | // progressBar
|
---|
| 121 | //
|
---|
| 122 | this.progressBar.Location = new System.Drawing.Point(15, 107);
|
---|
| 123 | this.progressBar.Name = "progressBar";
|
---|
| 124 | this.progressBar.Size = new System.Drawing.Size(340, 23);
|
---|
| 125 | this.progressBar.TabIndex = 29;
|
---|
| 126 | this.progressBar.Visible = false;
|
---|
| 127 | //
|
---|
| 128 | // btnOk
|
---|
| 129 | //
|
---|
| 130 | this.btnOk.Location = new System.Drawing.Point(361, 107);
|
---|
| 131 | this.btnOk.Name = "btnOk";
|
---|
| 132 | this.btnOk.Size = new System.Drawing.Size(75, 23);
|
---|
| 133 | this.btnOk.TabIndex = 28;
|
---|
| 134 | this.btnOk.Text = "OK";
|
---|
| 135 | this.btnOk.UseVisualStyleBackColor = true;
|
---|
| 136 | //
|
---|
| 137 | // AddSubscriptionDialog
|
---|
| 138 | //
|
---|
| 139 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 140 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 141 | this.ClientSize = new System.Drawing.Size(529, 136);
|
---|
| 142 | this.Controls.Add(this.progressBar);
|
---|
| 143 | this.Controls.Add(this.btnOk);
|
---|
| 144 | this.Controls.Add(this.btnCancel);
|
---|
| 145 | this.Controls.Add(this.cbSaveSubscription);
|
---|
| 146 | this.Controls.Add(this.cbDiscoverServices);
|
---|
| 147 | this.Controls.Add(this.label4);
|
---|
| 148 | this.Controls.Add(this.label2);
|
---|
| 149 | this.Controls.Add(this.label3);
|
---|
| 150 | this.Controls.Add(this.label1);
|
---|
| 151 | this.Controls.Add(this.txtCertThumbprint);
|
---|
| 152 | this.Controls.Add(this.txtSubscriptionId);
|
---|
| 153 | this.Name = "AddSubscriptionDialog";
|
---|
| 154 | this.Text = "AddSubscriptionDialog";
|
---|
| 155 | this.ResumeLayout(false);
|
---|
| 156 | this.PerformLayout();
|
---|
| 157 |
|
---|
| 158 | }
|
---|
| 159 |
|
---|
| 160 | #endregion
|
---|
| 161 |
|
---|
| 162 | private System.Windows.Forms.TextBox txtCertThumbprint;
|
---|
| 163 | private System.Windows.Forms.TextBox txtSubscriptionId;
|
---|
| 164 | private System.Windows.Forms.Label label4;
|
---|
| 165 | private System.Windows.Forms.Label label2;
|
---|
| 166 | private System.Windows.Forms.Label label3;
|
---|
| 167 | private System.Windows.Forms.Label label1;
|
---|
| 168 | private System.Windows.Forms.CheckBox cbSaveSubscription;
|
---|
| 169 | private System.Windows.Forms.CheckBox cbDiscoverServices;
|
---|
| 170 | private System.Windows.Forms.Button btnCancel;
|
---|
| 171 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
| 172 | private System.Windows.Forms.Button btnOk;
|
---|
| 173 | }
|
---|
| 174 | } |
---|