Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/SubscriptionView.Designer.cs @ 7390

Last change on this file since 7390 was 7390, checked in by spimming, 12 years ago

#1680:

  • Reposition elements
  • HostedServiceView initial commit
File size: 9.9 KB
Line 
1namespace 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.lblQuotaHostedServices = new System.Windows.Forms.Label();
36      this.label6 = new System.Windows.Forms.Label();
37      this.lblQuotaCores = new System.Windows.Forms.Label();
38      this.label5 = new System.Windows.Forms.Label();
39      this.label7 = new System.Windows.Forms.Label();
40      this.txtSubscriptionName = new System.Windows.Forms.TextBox();
41      this.gbQuota.SuspendLayout();
42      this.SuspendLayout();
43      //
44      // label1
45      //
46      this.label1.AutoSize = true;
47      this.label1.Location = new System.Drawing.Point(3, 6);
48      this.label1.Name = "label1";
49      this.label1.Size = new System.Drawing.Size(80, 13);
50      this.label1.TabIndex = 8;
51      this.label1.Text = "SubscriptionId: ";
52      //
53      // txtSubscriptionId
54      //
55      this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
56            | System.Windows.Forms.AnchorStyles.Right)));
57      this.txtSubscriptionId.Location = new System.Drawing.Point(122, 3);
58      this.txtSubscriptionId.Name = "txtSubscriptionId";
59      this.txtSubscriptionId.ReadOnly = true;
60      this.txtSubscriptionId.Size = new System.Drawing.Size(405, 20);
61      this.txtSubscriptionId.TabIndex = 10;
62      //
63      // label3
64      //
65      this.label3.AutoSize = true;
66      this.label3.Location = new System.Drawing.Point(3, 61);
67      this.label3.Name = "label3";
68      this.label3.Size = new System.Drawing.Size(113, 13);
69      this.label3.TabIndex = 16;
70      this.label3.Text = "Certificate Thumbprint:";
71      //
72      // txtCertThumbprint
73      //
74      this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.txtCertThumbprint.Location = new System.Drawing.Point(122, 55);
77      this.txtCertThumbprint.Name = "txtCertThumbprint";
78      this.txtCertThumbprint.ReadOnly = true;
79      this.txtCertThumbprint.Size = new System.Drawing.Size(405, 20);
80      this.txtCertThumbprint.TabIndex = 17;
81      //
82      // label2
83      //
84      this.label2.AutoSize = true;
85      this.label2.Location = new System.Drawing.Point(3, 169);
86      this.label2.Name = "label2";
87      this.label2.Size = new System.Drawing.Size(96, 13);
88      this.label2.TabIndex = 18;
89      this.label2.Text = "Save Subscription:";
90      //
91      // cbSaveSubscription
92      //
93      this.cbSaveSubscription.AutoSize = true;
94      this.cbSaveSubscription.Location = new System.Drawing.Point(122, 169);
95      this.cbSaveSubscription.Name = "cbSaveSubscription";
96      this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14);
97      this.cbSaveSubscription.TabIndex = 19;
98      this.cbSaveSubscription.UseVisualStyleBackColor = true;
99      this.cbSaveSubscription.CheckedChanged += new System.EventHandler(this.cbSaveSubscription_CheckedChanged);
100      //
101      // label4
102      //
103      this.label4.AutoSize = true;
104      this.label4.Location = new System.Drawing.Point(3, 149);
105      this.label4.Name = "label4";
106      this.label4.Size = new System.Drawing.Size(96, 13);
107      this.label4.TabIndex = 20;
108      this.label4.Text = "Discover Services:";
109      //
110      // cbDiscoverServices
111      //
112      this.cbDiscoverServices.AutoSize = true;
113      this.cbDiscoverServices.Location = new System.Drawing.Point(122, 149);
114      this.cbDiscoverServices.Name = "cbDiscoverServices";
115      this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14);
116      this.cbDiscoverServices.TabIndex = 21;
117      this.cbDiscoverServices.UseVisualStyleBackColor = true;
118      this.cbDiscoverServices.CheckedChanged += new System.EventHandler(this.cbDiscoverServices_CheckedChanged);
119      //
120      // gbQuota
121      //
122      this.gbQuota.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
123            | System.Windows.Forms.AnchorStyles.Right)));
124      this.gbQuota.Controls.Add(this.lblQuotaHostedServices);
125      this.gbQuota.Controls.Add(this.label6);
126      this.gbQuota.Controls.Add(this.lblQuotaCores);
127      this.gbQuota.Controls.Add(this.label5);
128      this.gbQuota.Location = new System.Drawing.Point(6, 81);
129      this.gbQuota.Name = "gbQuota";
130      this.gbQuota.Size = new System.Drawing.Size(521, 65);
131      this.gbQuota.TabIndex = 22;
132      this.gbQuota.TabStop = false;
133      this.gbQuota.Text = "Quota";
134      //
135      // lblQuotaHostedServices
136      //
137      this.lblQuotaHostedServices.AutoSize = true;
138      this.lblQuotaHostedServices.Location = new System.Drawing.Point(113, 39);
139      this.lblQuotaHostedServices.Name = "lblQuotaHostedServices";
140      this.lblQuotaHostedServices.Size = new System.Drawing.Size(30, 13);
141      this.lblQuotaHostedServices.TabIndex = 26;
142      this.lblQuotaHostedServices.Text = "0 / 3";
143      //
144      // label6
145      //
146      this.label6.AutoSize = true;
147      this.label6.Location = new System.Drawing.Point(6, 39);
148      this.label6.Name = "label6";
149      this.label6.Size = new System.Drawing.Size(88, 13);
150      this.label6.TabIndex = 25;
151      this.label6.Text = "Hosted Services:";
152      //
153      // lblQuotaCores
154      //
155      this.lblQuotaCores.AutoSize = true;
156      this.lblQuotaCores.Location = new System.Drawing.Point(113, 16);
157      this.lblQuotaCores.Name = "lblQuotaCores";
158      this.lblQuotaCores.Size = new System.Drawing.Size(30, 13);
159      this.lblQuotaCores.TabIndex = 24;
160      this.lblQuotaCores.Text = "0 / 3";
161      //
162      // label5
163      //
164      this.label5.AutoSize = true;
165      this.label5.Location = new System.Drawing.Point(6, 16);
166      this.label5.Name = "label5";
167      this.label5.Size = new System.Drawing.Size(37, 13);
168      this.label5.TabIndex = 23;
169      this.label5.Text = "Cores:";
170      //
171      // label7
172      //
173      this.label7.AutoSize = true;
174      this.label7.Location = new System.Drawing.Point(3, 32);
175      this.label7.Name = "label7";
176      this.label7.Size = new System.Drawing.Size(99, 13);
177      this.label7.TabIndex = 23;
178      this.label7.Text = "Subscription Name:";
179      //
180      // txtSubscriptionName
181      //
182      this.txtSubscriptionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
183            | System.Windows.Forms.AnchorStyles.Right)));
184      this.txtSubscriptionName.Location = new System.Drawing.Point(122, 29);
185      this.txtSubscriptionName.Name = "txtSubscriptionName";
186      this.txtSubscriptionName.ReadOnly = true;
187      this.txtSubscriptionName.Size = new System.Drawing.Size(405, 20);
188      this.txtSubscriptionName.TabIndex = 24;
189      //
190      // SubscriptionView
191      //
192      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
193      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
194      this.Controls.Add(this.txtSubscriptionName);
195      this.Controls.Add(this.label7);
196      this.Controls.Add(this.gbQuota);
197      this.Controls.Add(this.cbDiscoverServices);
198      this.Controls.Add(this.label4);
199      this.Controls.Add(this.cbSaveSubscription);
200      this.Controls.Add(this.label2);
201      this.Controls.Add(this.txtCertThumbprint);
202      this.Controls.Add(this.label3);
203      this.Controls.Add(this.txtSubscriptionId);
204      this.Controls.Add(this.label1);
205      this.Name = "SubscriptionView";
206      this.Size = new System.Drawing.Size(530, 194);
207      this.gbQuota.ResumeLayout(false);
208      this.gbQuota.PerformLayout();
209      this.ResumeLayout(false);
210      this.PerformLayout();
211
212    }
213
214    #endregion
215
216    private System.Windows.Forms.Label label1;
217    private System.Windows.Forms.TextBox txtSubscriptionId;
218    private System.Windows.Forms.Label label3;
219    private System.Windows.Forms.TextBox txtCertThumbprint;
220    private System.Windows.Forms.Label label2;
221    private System.Windows.Forms.CheckBox cbSaveSubscription;
222    private System.Windows.Forms.Label label4;
223    private System.Windows.Forms.CheckBox cbDiscoverServices;
224    private System.Windows.Forms.GroupBox gbQuota;
225    private System.Windows.Forms.Label lblQuotaHostedServices;
226    private System.Windows.Forms.Label label6;
227    private System.Windows.Forms.Label lblQuotaCores;
228    private System.Windows.Forms.Label label5;
229    private System.Windows.Forms.Label label7;
230    private System.Windows.Forms.TextBox txtSubscriptionName;
231  }
232}
Note: See TracBrowser for help on using the repository browser.