Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680:

  • Fixed typos
  • Removed debug printout
  • Show HL icon in Dialog
File size: 7.5 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddSubscriptionDialog));
27      this.txtCertThumbprint = new System.Windows.Forms.TextBox();
28      this.txtSubscriptionId = new System.Windows.Forms.TextBox();
29      this.label4 = new System.Windows.Forms.Label();
30      this.label2 = new System.Windows.Forms.Label();
31      this.label3 = new System.Windows.Forms.Label();
32      this.label1 = new System.Windows.Forms.Label();
33      this.cbSaveSubscription = new System.Windows.Forms.CheckBox();
34      this.cbDiscoverServices = new System.Windows.Forms.CheckBox();
35      this.btnCancel = new System.Windows.Forms.Button();
36      this.progressBar = new System.Windows.Forms.ProgressBar();
37      this.btnOk = new System.Windows.Forms.Button();
38      this.SuspendLayout();
39      //
40      // txtCertThumbprint
41      //
42      this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
43            | System.Windows.Forms.AnchorStyles.Right)));
44      this.txtCertThumbprint.Location = new System.Drawing.Point(132, 32);
45      this.txtCertThumbprint.Name = "txtCertThumbprint";
46      this.txtCertThumbprint.Size = new System.Drawing.Size(385, 20);
47      this.txtCertThumbprint.TabIndex = 19;
48      //
49      // txtSubscriptionId
50      //
51      this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
52            | System.Windows.Forms.AnchorStyles.Right)));
53      this.txtSubscriptionId.Location = new System.Drawing.Point(132, 6);
54      this.txtSubscriptionId.Name = "txtSubscriptionId";
55      this.txtSubscriptionId.Size = new System.Drawing.Size(385, 20);
56      this.txtSubscriptionId.TabIndex = 18;
57      //
58      // label4
59      //
60      this.label4.AutoSize = true;
61      this.label4.Location = new System.Drawing.Point(12, 87);
62      this.label4.Name = "label4";
63      this.label4.Size = new System.Drawing.Size(93, 13);
64      this.label4.TabIndex = 24;
65      this.label4.Text = "Save Subscription";
66      //
67      // label2
68      //
69      this.label2.AutoSize = true;
70      this.label2.Location = new System.Drawing.Point(12, 61);
71      this.label2.Name = "label2";
72      this.label2.Size = new System.Drawing.Size(96, 13);
73      this.label2.TabIndex = 23;
74      this.label2.Text = "Discover Services:";
75      //
76      // label3
77      //
78      this.label3.AutoSize = true;
79      this.label3.Location = new System.Drawing.Point(12, 35);
80      this.label3.Name = "label3";
81      this.label3.Size = new System.Drawing.Size(113, 13);
82      this.label3.TabIndex = 22;
83      this.label3.Text = "Certificate Thumbprint:";
84      //
85      // label1
86      //
87      this.label1.AutoSize = true;
88      this.label1.Location = new System.Drawing.Point(12, 9);
89      this.label1.Name = "label1";
90      this.label1.Size = new System.Drawing.Size(83, 13);
91      this.label1.TabIndex = 21;
92      this.label1.Text = "Subscription Id: ";
93      //
94      // cbSaveSubscription
95      //
96      this.cbSaveSubscription.AutoSize = true;
97      this.cbSaveSubscription.Location = new System.Drawing.Point(132, 87);
98      this.cbSaveSubscription.Name = "cbSaveSubscription";
99      this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14);
100      this.cbSaveSubscription.TabIndex = 26;
101      this.cbSaveSubscription.UseVisualStyleBackColor = true;
102      //
103      // cbDiscoverServices
104      //
105      this.cbDiscoverServices.AutoSize = true;
106      this.cbDiscoverServices.Location = new System.Drawing.Point(132, 61);
107      this.cbDiscoverServices.Name = "cbDiscoverServices";
108      this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14);
109      this.cbDiscoverServices.TabIndex = 25;
110      this.cbDiscoverServices.UseVisualStyleBackColor = true;
111      //
112      // btnCancel
113      //
114      this.btnCancel.Location = new System.Drawing.Point(442, 107);
115      this.btnCancel.Name = "btnCancel";
116      this.btnCancel.Size = new System.Drawing.Size(75, 23);
117      this.btnCancel.TabIndex = 27;
118      this.btnCancel.Text = "Cancel";
119      this.btnCancel.UseVisualStyleBackColor = true;
120      this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
121      //
122      // progressBar
123      //
124      this.progressBar.Location = new System.Drawing.Point(15, 107);
125      this.progressBar.MarqueeAnimationSpeed = 10;
126      this.progressBar.Name = "progressBar";
127      this.progressBar.Size = new System.Drawing.Size(340, 23);
128      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
129      this.progressBar.TabIndex = 29;
130      this.progressBar.Visible = false;
131      //
132      // btnOk
133      //
134      this.btnOk.Location = new System.Drawing.Point(361, 107);
135      this.btnOk.Name = "btnOk";
136      this.btnOk.Size = new System.Drawing.Size(75, 23);
137      this.btnOk.TabIndex = 28;
138      this.btnOk.Text = "OK";
139      this.btnOk.UseVisualStyleBackColor = true;
140      this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
141      //
142      // AddSubscriptionDialog
143      //
144      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
145      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
146      this.ClientSize = new System.Drawing.Size(529, 136);
147      this.Controls.Add(this.progressBar);
148      this.Controls.Add(this.btnOk);
149      this.Controls.Add(this.btnCancel);
150      this.Controls.Add(this.cbSaveSubscription);
151      this.Controls.Add(this.cbDiscoverServices);
152      this.Controls.Add(this.label4);
153      this.Controls.Add(this.label2);
154      this.Controls.Add(this.label3);
155      this.Controls.Add(this.label1);
156      this.Controls.Add(this.txtCertThumbprint);
157      this.Controls.Add(this.txtSubscriptionId);
158      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
159      this.Name = "AddSubscriptionDialog";
160      this.Text = "Add Subscription";
161      this.ResumeLayout(false);
162      this.PerformLayout();
163
164    }
165
166    #endregion
167
168    private System.Windows.Forms.TextBox txtCertThumbprint;
169    private System.Windows.Forms.TextBox txtSubscriptionId;
170    private System.Windows.Forms.Label label4;
171    private System.Windows.Forms.Label label2;
172    private System.Windows.Forms.Label label3;
173    private System.Windows.Forms.Label label1;
174    private System.Windows.Forms.CheckBox cbSaveSubscription;
175    private System.Windows.Forms.CheckBox cbDiscoverServices;
176    private System.Windows.Forms.Button btnCancel;
177    private System.Windows.Forms.ProgressBar progressBar;
178    private System.Windows.Forms.Button btnOk;
179  }
180}
Note: See TracBrowser for help on using the repository browser.