Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddSubscriptionDialog.Designer.cs @ 7324

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

#1680:

  • Methods to add and remove Subscription in CloudManagerClient
  • AddSubscriptionDialog integrated
  • OnContentChanged implemented
File size: 7.2 KB
Line 
1namespace 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.Name = "progressBar";
125      this.progressBar.Size = new System.Drawing.Size(340, 23);
126      this.progressBar.TabIndex = 29;
127      this.progressBar.Visible = false;
128      //
129      // btnOk
130      //
131      this.btnOk.Location = new System.Drawing.Point(361, 107);
132      this.btnOk.Name = "btnOk";
133      this.btnOk.Size = new System.Drawing.Size(75, 23);
134      this.btnOk.TabIndex = 28;
135      this.btnOk.Text = "OK";
136      this.btnOk.UseVisualStyleBackColor = true;
137      this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
138      //
139      // AddSubscriptionDialog
140      //
141      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
142      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143      this.ClientSize = new System.Drawing.Size(529, 136);
144      this.Controls.Add(this.progressBar);
145      this.Controls.Add(this.btnOk);
146      this.Controls.Add(this.btnCancel);
147      this.Controls.Add(this.cbSaveSubscription);
148      this.Controls.Add(this.cbDiscoverServices);
149      this.Controls.Add(this.label4);
150      this.Controls.Add(this.label2);
151      this.Controls.Add(this.label3);
152      this.Controls.Add(this.label1);
153      this.Controls.Add(this.txtCertThumbprint);
154      this.Controls.Add(this.txtSubscriptionId);
155      this.Name = "AddSubscriptionDialog";
156      this.Text = "AddSubscriptionDialog";
157      this.ResumeLayout(false);
158      this.PerformLayout();
159
160    }
161
162    #endregion
163
164    private System.Windows.Forms.TextBox txtCertThumbprint;
165    private System.Windows.Forms.TextBox txtSubscriptionId;
166    private System.Windows.Forms.Label label4;
167    private System.Windows.Forms.Label label2;
168    private System.Windows.Forms.Label label3;
169    private System.Windows.Forms.Label label1;
170    private System.Windows.Forms.CheckBox cbSaveSubscription;
171    private System.Windows.Forms.CheckBox cbDiscoverServices;
172    private System.Windows.Forms.Button btnCancel;
173    private System.Windows.Forms.ProgressBar progressBar;
174    private System.Windows.Forms.Button btnOk;
175  }
176}
Note: See TracBrowser for help on using the repository browser.