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 | this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
---|
120 | //
|
---|
121 | // progressBar
|
---|
122 | //
|
---|
123 | this.progressBar.Location = new System.Drawing.Point(15, 107);
|
---|
124 | this.progressBar.MarqueeAnimationSpeed = 10;
|
---|
125 | this.progressBar.Name = "progressBar";
|
---|
126 | this.progressBar.Size = new System.Drawing.Size(340, 23);
|
---|
127 | this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
---|
128 | this.progressBar.TabIndex = 29;
|
---|
129 | this.progressBar.Visible = false;
|
---|
130 | //
|
---|
131 | // btnOk
|
---|
132 | //
|
---|
133 | this.btnOk.Location = new System.Drawing.Point(361, 107);
|
---|
134 | this.btnOk.Name = "btnOk";
|
---|
135 | this.btnOk.Size = new System.Drawing.Size(75, 23);
|
---|
136 | this.btnOk.TabIndex = 28;
|
---|
137 | this.btnOk.Text = "OK";
|
---|
138 | this.btnOk.UseVisualStyleBackColor = true;
|
---|
139 | this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
---|
140 | //
|
---|
141 | // AddSubscriptionDialog
|
---|
142 | //
|
---|
143 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
144 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
145 | this.ClientSize = new System.Drawing.Size(529, 136);
|
---|
146 | this.Controls.Add(this.progressBar);
|
---|
147 | this.Controls.Add(this.btnOk);
|
---|
148 | this.Controls.Add(this.btnCancel);
|
---|
149 | this.Controls.Add(this.cbSaveSubscription);
|
---|
150 | this.Controls.Add(this.cbDiscoverServices);
|
---|
151 | this.Controls.Add(this.label4);
|
---|
152 | this.Controls.Add(this.label2);
|
---|
153 | this.Controls.Add(this.label3);
|
---|
154 | this.Controls.Add(this.label1);
|
---|
155 | this.Controls.Add(this.txtCertThumbprint);
|
---|
156 | this.Controls.Add(this.txtSubscriptionId);
|
---|
157 | this.Name = "AddSubscriptionDialog";
|
---|
158 | this.Text = "AddSubscriptionDialog";
|
---|
159 | this.ResumeLayout(false);
|
---|
160 | this.PerformLayout();
|
---|
161 |
|
---|
162 | }
|
---|
163 |
|
---|
164 | #endregion
|
---|
165 |
|
---|
166 | private System.Windows.Forms.TextBox txtCertThumbprint;
|
---|
167 | private System.Windows.Forms.TextBox txtSubscriptionId;
|
---|
168 | private System.Windows.Forms.Label label4;
|
---|
169 | private System.Windows.Forms.Label label2;
|
---|
170 | private System.Windows.Forms.Label label3;
|
---|
171 | private System.Windows.Forms.Label label1;
|
---|
172 | private System.Windows.Forms.CheckBox cbSaveSubscription;
|
---|
173 | private System.Windows.Forms.CheckBox cbDiscoverServices;
|
---|
174 | private System.Windows.Forms.Button btnCancel;
|
---|
175 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
176 | private System.Windows.Forms.Button btnOk;
|
---|
177 | }
|
---|
178 | } |
---|