Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs @ 7429

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

#1680:

  • ChangeInstanceCount method added
  • Deployment: added properties to indicate modification and the new instance count
  • Textbox validation
  • Form resized
File size: 18.0 KB
Line 
1namespace HeuristicLab.Clients.Hive.CloudManager.Views {
2  partial class AddAzureServiceDialog {
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.components = new System.ComponentModel.Container();
27      this.label1 = new System.Windows.Forms.Label();
28      this.cmbChooseSubscription = new System.Windows.Forms.ComboBox();
29      this.label2 = new System.Windows.Forms.Label();
30      this.cmbChooseHostedService = new System.Windows.Forms.ComboBox();
31      this.gbNewHostedService = new System.Windows.Forms.GroupBox();
32      this.cmbAffinityGroup = new System.Windows.Forms.ComboBox();
33      this.cmbLocation = new System.Windows.Forms.ComboBox();
34      this.rbAffinitGroup = new System.Windows.Forms.RadioButton();
35      this.rbRegion = new System.Windows.Forms.RadioButton();
36      this.label6 = new System.Windows.Forms.Label();
37      this.label5 = new System.Windows.Forms.Label();
38      this.tbServiceName = new System.Windows.Forms.TextBox();
39      this.label4 = new System.Windows.Forms.Label();
40      this.tbLabel = new System.Windows.Forms.TextBox();
41      this.label3 = new System.Windows.Forms.Label();
42      this.cbNewHostedService = new System.Windows.Forms.CheckBox();
43      this.label7 = new System.Windows.Forms.Label();
44      this.panelDeploymentOptions = new System.Windows.Forms.Panel();
45      this.rbDeployToProduction = new System.Windows.Forms.RadioButton();
46      this.rbDeployToStaging = new System.Windows.Forms.RadioButton();
47      this.btnAddCertificate = new System.Windows.Forms.Button();
48      this.label9 = new System.Windows.Forms.Label();
49      this.tbInstanceCount = new System.Windows.Forms.TextBox();
50      this.lblCores = new System.Windows.Forms.Label();
51      this.label10 = new System.Windows.Forms.Label();
52      this.progressBar = new System.Windows.Forms.ProgressBar();
53      this.btnOk = new System.Windows.Forms.Button();
54      this.btnCancel = new System.Windows.Forms.Button();
55      this.lblCertificateFile = new System.Windows.Forms.Label();
56      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
57      this.gbNewHostedService.SuspendLayout();
58      this.panelDeploymentOptions.SuspendLayout();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      this.SuspendLayout();
61      //
62      // label1
63      //
64      this.label1.AutoSize = true;
65      this.label1.Location = new System.Drawing.Point(12, 9);
66      this.label1.Name = "label1";
67      this.label1.Size = new System.Drawing.Size(111, 13);
68      this.label1.TabIndex = 1;
69      this.label1.Text = "Choose a subscription";
70      //
71      // cmbChooseSubscription
72      //
73      this.cmbChooseSubscription.FormattingEnabled = true;
74      this.cmbChooseSubscription.Location = new System.Drawing.Point(15, 25);
75      this.cmbChooseSubscription.Name = "cmbChooseSubscription";
76      this.cmbChooseSubscription.Size = new System.Drawing.Size(486, 21);
77      this.cmbChooseSubscription.TabIndex = 2;
78      this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged);
79      //
80      // label2
81      //
82      this.label2.AutoSize = true;
83      this.label2.Location = new System.Drawing.Point(12, 49);
84      this.label2.Name = "label2";
85      this.label2.Size = new System.Drawing.Size(124, 13);
86      this.label2.TabIndex = 5;
87      this.label2.Text = "Choose a hosted service";
88      //
89      // cmbChooseHostedService
90      //
91      this.cmbChooseHostedService.FormattingEnabled = true;
92      this.cmbChooseHostedService.Location = new System.Drawing.Point(15, 65);
93      this.cmbChooseHostedService.Name = "cmbChooseHostedService";
94      this.cmbChooseHostedService.Size = new System.Drawing.Size(486, 21);
95      this.cmbChooseHostedService.TabIndex = 6;
96      //
97      // gbNewHostedService
98      //
99      this.gbNewHostedService.Controls.Add(this.cmbAffinityGroup);
100      this.gbNewHostedService.Controls.Add(this.cmbLocation);
101      this.gbNewHostedService.Controls.Add(this.rbAffinitGroup);
102      this.gbNewHostedService.Controls.Add(this.rbRegion);
103      this.gbNewHostedService.Controls.Add(this.label6);
104      this.gbNewHostedService.Controls.Add(this.label5);
105      this.gbNewHostedService.Controls.Add(this.tbServiceName);
106      this.gbNewHostedService.Controls.Add(this.label4);
107      this.gbNewHostedService.Controls.Add(this.tbLabel);
108      this.gbNewHostedService.Controls.Add(this.label3);
109      this.gbNewHostedService.Location = new System.Drawing.Point(15, 115);
110      this.gbNewHostedService.Name = "gbNewHostedService";
111      this.gbNewHostedService.Size = new System.Drawing.Size(486, 145);
112      this.gbNewHostedService.TabIndex = 7;
113      this.gbNewHostedService.TabStop = false;
114      this.gbNewHostedService.Text = "New hosted service";
115      //
116      // cmbAffinityGroup
117      //
118      this.cmbAffinityGroup.FormattingEnabled = true;
119      this.cmbAffinityGroup.Location = new System.Drawing.Point(267, 110);
120      this.cmbAffinityGroup.Name = "cmbAffinityGroup";
121      this.cmbAffinityGroup.Size = new System.Drawing.Size(194, 21);
122      this.cmbAffinityGroup.TabIndex = 9;
123      //
124      // cmbLocation
125      //
126      this.cmbLocation.FormattingEnabled = true;
127      this.cmbLocation.Location = new System.Drawing.Point(29, 110);
128      this.cmbLocation.Name = "cmbLocation";
129      this.cmbLocation.Size = new System.Drawing.Size(200, 21);
130      this.cmbLocation.TabIndex = 8;
131      //
132      // rbAffinitGroup
133      //
134      this.rbAffinitGroup.AutoSize = true;
135      this.rbAffinitGroup.Location = new System.Drawing.Point(247, 113);
136      this.rbAffinitGroup.Name = "rbAffinitGroup";
137      this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13);
138      this.rbAffinitGroup.TabIndex = 7;
139      this.rbAffinitGroup.UseVisualStyleBackColor = true;
140      //
141      // rbRegion
142      //
143      this.rbRegion.AutoSize = true;
144      this.rbRegion.Checked = true;
145      this.rbRegion.Location = new System.Drawing.Point(9, 113);
146      this.rbRegion.Name = "rbRegion";
147      this.rbRegion.Size = new System.Drawing.Size(14, 13);
148      this.rbRegion.TabIndex = 6;
149      this.rbRegion.TabStop = true;
150      this.rbRegion.UseVisualStyleBackColor = true;
151      //
152      // label6
153      //
154      this.label6.AutoSize = true;
155      this.label6.Location = new System.Drawing.Point(6, 94);
156      this.label6.Name = "label6";
157      this.label6.Size = new System.Drawing.Size(159, 13);
158      this.label6.TabIndex = 5;
159      this.label6.Text = "Choose a region or affinity group";
160      //
161      // label5
162      //
163      this.label5.AutoSize = true;
164      this.label5.Location = new System.Drawing.Point(389, 74);
165      this.label5.Name = "label5";
166      this.label5.Size = new System.Drawing.Size(72, 13);
167      this.label5.TabIndex = 4;
168      this.label5.Text = ".cloudapp.net";
169      //
170      // tbServiceName
171      //
172      this.tbServiceName.Location = new System.Drawing.Point(9, 71);
173      this.tbServiceName.Name = "tbServiceName";
174      this.tbServiceName.Size = new System.Drawing.Size(377, 20);
175      this.tbServiceName.TabIndex = 3;
176      this.tbServiceName.Validating += new System.ComponentModel.CancelEventHandler(this.tbServiceName_Validating);
177      //
178      // label4
179      //
180      this.label4.AutoSize = true;
181      this.label4.Location = new System.Drawing.Point(6, 55);
182      this.label4.Name = "label4";
183      this.label4.Size = new System.Drawing.Size(169, 13);
184      this.label4.TabIndex = 2;
185      this.label4.Text = "Enter a URL prefix for your service";
186      //
187      // tbLabel
188      //
189      this.tbLabel.Location = new System.Drawing.Point(9, 32);
190      this.tbLabel.Name = "tbLabel";
191      this.tbLabel.Size = new System.Drawing.Size(453, 20);
192      this.tbLabel.TabIndex = 1;
193      this.tbLabel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLabel_Validating);
194      //
195      // label3
196      //
197      this.label3.AutoSize = true;
198      this.label3.Location = new System.Drawing.Point(6, 16);
199      this.label3.Name = "label3";
200      this.label3.Size = new System.Drawing.Size(145, 13);
201      this.label3.TabIndex = 0;
202      this.label3.Text = "Enter a name for your service";
203      //
204      // cbNewHostedService
205      //
206      this.cbNewHostedService.AutoSize = true;
207      this.cbNewHostedService.Location = new System.Drawing.Point(15, 92);
208      this.cbNewHostedService.Name = "cbNewHostedService";
209      this.cbNewHostedService.Size = new System.Drawing.Size(152, 17);
210      this.cbNewHostedService.TabIndex = 8;
211      this.cbNewHostedService.Text = "Create new hosted service";
212      this.cbNewHostedService.UseVisualStyleBackColor = true;
213      this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged);
214      //
215      // label7
216      //
217      this.label7.AutoSize = true;
218      this.label7.Location = new System.Drawing.Point(12, 263);
219      this.label7.Name = "label7";
220      this.label7.Size = new System.Drawing.Size(100, 13);
221      this.label7.TabIndex = 9;
222      this.label7.Text = "Deployment options";
223      //
224      // panelDeploymentOptions
225      //
226      this.panelDeploymentOptions.Controls.Add(this.rbDeployToProduction);
227      this.panelDeploymentOptions.Controls.Add(this.rbDeployToStaging);
228      this.panelDeploymentOptions.Location = new System.Drawing.Point(13, 280);
229      this.panelDeploymentOptions.Name = "panelDeploymentOptions";
230      this.panelDeploymentOptions.Size = new System.Drawing.Size(471, 49);
231      this.panelDeploymentOptions.TabIndex = 10;
232      //
233      // rbDeployToProduction
234      //
235      this.rbDeployToProduction.AutoSize = true;
236      this.rbDeployToProduction.Location = new System.Drawing.Point(0, 27);
237      this.rbDeployToProduction.Name = "rbDeployToProduction";
238      this.rbDeployToProduction.Size = new System.Drawing.Size(189, 17);
239      this.rbDeployToProduction.TabIndex = 1;
240      this.rbDeployToProduction.TabStop = true;
241      this.rbDeployToProduction.Text = "Deyploy to production environment";
242      this.rbDeployToProduction.UseVisualStyleBackColor = true;
243      //
244      // rbDeployToStaging
245      //
246      this.rbDeployToStaging.AutoSize = true;
247      this.rbDeployToStaging.Checked = true;
248      this.rbDeployToStaging.Location = new System.Drawing.Point(0, 4);
249      this.rbDeployToStaging.Name = "rbDeployToStaging";
250      this.rbDeployToStaging.Size = new System.Drawing.Size(168, 17);
251      this.rbDeployToStaging.TabIndex = 0;
252      this.rbDeployToStaging.TabStop = true;
253      this.rbDeployToStaging.Text = "Deploy to staging environment";
254      this.rbDeployToStaging.UseVisualStyleBackColor = true;
255      //
256      // btnAddCertificate
257      //
258      this.btnAddCertificate.Location = new System.Drawing.Point(13, 336);
259      this.btnAddCertificate.Name = "btnAddCertificate";
260      this.btnAddCertificate.Size = new System.Drawing.Size(99, 23);
261      this.btnAddCertificate.TabIndex = 11;
262      this.btnAddCertificate.Text = "Add certificate";
263      this.btnAddCertificate.UseVisualStyleBackColor = true;
264      this.btnAddCertificate.Click += new System.EventHandler(this.btnAddCertificate_Click);
265      //
266      // label9
267      //
268      this.label9.AutoSize = true;
269      this.label9.Location = new System.Drawing.Point(10, 362);
270      this.label9.Name = "label9";
271      this.label9.Size = new System.Drawing.Size(167, 13);
272      this.label9.TabIndex = 12;
273      this.label9.Text = "How many cores should be used?";
274      //
275      // tbInstanceCount
276      //
277      this.tbInstanceCount.Location = new System.Drawing.Point(13, 378);
278      this.tbInstanceCount.Name = "tbInstanceCount";
279      this.tbInstanceCount.Size = new System.Drawing.Size(488, 20);
280      this.tbInstanceCount.TabIndex = 13;
281      this.tbInstanceCount.Validating += new System.ComponentModel.CancelEventHandler(this.tbInstanceCount_Validating);
282      //
283      // lblCores
284      //
285      this.lblCores.AutoSize = true;
286      this.lblCores.Location = new System.Drawing.Point(471, 361);
287      this.lblCores.Name = "lblCores";
288      this.lblCores.Size = new System.Drawing.Size(30, 13);
289      this.lblCores.TabIndex = 14;
290      this.lblCores.Text = "0 / 0";
291      //
292      // label10
293      //
294      this.label10.AutoSize = true;
295      this.label10.Location = new System.Drawing.Point(436, 361);
296      this.label10.Name = "label10";
297      this.label10.Size = new System.Drawing.Size(40, 13);
298      this.label10.TabIndex = 15;
299      this.label10.Text = "Cores: ";
300      //
301      // progressBar
302      //
303      this.progressBar.Location = new System.Drawing.Point(13, 404);
304      this.progressBar.MarqueeAnimationSpeed = 10;
305      this.progressBar.Name = "progressBar";
306      this.progressBar.Size = new System.Drawing.Size(326, 23);
307      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
308      this.progressBar.TabIndex = 16;
309      //
310      // btnOk
311      //
312      this.btnOk.Location = new System.Drawing.Point(345, 404);
313      this.btnOk.Name = "btnOk";
314      this.btnOk.Size = new System.Drawing.Size(75, 23);
315      this.btnOk.TabIndex = 17;
316      this.btnOk.Text = "OK";
317      this.btnOk.UseVisualStyleBackColor = true;
318      this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
319      //
320      // btnCancel
321      //
322      this.btnCancel.Location = new System.Drawing.Point(426, 404);
323      this.btnCancel.Name = "btnCancel";
324      this.btnCancel.Size = new System.Drawing.Size(75, 23);
325      this.btnCancel.TabIndex = 18;
326      this.btnCancel.Text = "Cancel";
327      this.btnCancel.UseVisualStyleBackColor = true;
328      this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
329      //
330      // lblCertificateFile
331      //
332      this.lblCertificateFile.AutoSize = true;
333      this.lblCertificateFile.Location = new System.Drawing.Point(118, 341);
334      this.lblCertificateFile.Name = "lblCertificateFile";
335      this.lblCertificateFile.Size = new System.Drawing.Size(0, 13);
336      this.lblCertificateFile.TabIndex = 19;
337      //
338      // errorProvider
339      //
340      this.errorProvider.ContainerControl = this;
341      //
342      // AddAzureServiceDialog
343      //
344      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
345      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
346      this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
347      this.ClientSize = new System.Drawing.Size(517, 436);
348      this.Controls.Add(this.lblCertificateFile);
349      this.Controls.Add(this.lblCores);
350      this.Controls.Add(this.btnCancel);
351      this.Controls.Add(this.btnOk);
352      this.Controls.Add(this.progressBar);
353      this.Controls.Add(this.label10);
354      this.Controls.Add(this.tbInstanceCount);
355      this.Controls.Add(this.label9);
356      this.Controls.Add(this.btnAddCertificate);
357      this.Controls.Add(this.panelDeploymentOptions);
358      this.Controls.Add(this.label7);
359      this.Controls.Add(this.cbNewHostedService);
360      this.Controls.Add(this.gbNewHostedService);
361      this.Controls.Add(this.cmbChooseHostedService);
362      this.Controls.Add(this.label2);
363      this.Controls.Add(this.cmbChooseSubscription);
364      this.Controls.Add(this.label1);
365      this.Name = "AddAzureServiceDialog";
366      this.Text = "Create New Azure Slave";
367      this.gbNewHostedService.ResumeLayout(false);
368      this.gbNewHostedService.PerformLayout();
369      this.panelDeploymentOptions.ResumeLayout(false);
370      this.panelDeploymentOptions.PerformLayout();
371      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
372      this.ResumeLayout(false);
373      this.PerformLayout();
374
375    }
376
377    #endregion
378
379    private System.Windows.Forms.Label label1;
380    private System.Windows.Forms.ComboBox cmbChooseSubscription;
381    private System.Windows.Forms.Label label2;
382    private System.Windows.Forms.ComboBox cmbChooseHostedService;
383    private System.Windows.Forms.GroupBox gbNewHostedService;
384    private System.Windows.Forms.ComboBox cmbAffinityGroup;
385    private System.Windows.Forms.ComboBox cmbLocation;
386    private System.Windows.Forms.RadioButton rbAffinitGroup;
387    private System.Windows.Forms.RadioButton rbRegion;
388    private System.Windows.Forms.Label label6;
389    private System.Windows.Forms.Label label5;
390    private System.Windows.Forms.TextBox tbServiceName;
391    private System.Windows.Forms.Label label4;
392    private System.Windows.Forms.TextBox tbLabel;
393    private System.Windows.Forms.Label label3;
394    private System.Windows.Forms.CheckBox cbNewHostedService;
395    private System.Windows.Forms.Label label7;
396    private System.Windows.Forms.Panel panelDeploymentOptions;
397    private System.Windows.Forms.RadioButton rbDeployToProduction;
398    private System.Windows.Forms.RadioButton rbDeployToStaging;
399    private System.Windows.Forms.Button btnAddCertificate;
400    private System.Windows.Forms.Label label9;
401    private System.Windows.Forms.TextBox tbInstanceCount;
402    private System.Windows.Forms.Label lblCores;
403    private System.Windows.Forms.Label label10;
404    private System.Windows.Forms.ProgressBar progressBar;
405    private System.Windows.Forms.Button btnOk;
406    private System.Windows.Forms.Button btnCancel;
407    private System.Windows.Forms.Label lblCertificateFile;
408    private System.Windows.Forms.ErrorProvider errorProvider;
409  }
410}
Note: See TracBrowser for help on using the repository browser.