Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7709


Ignore:
Timestamp:
04/05/12 12:57:39 (12 years ago)
Author:
spimming
Message:

#1680:

  • changed design according to review
  • disabled blinking of errorProvider
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs

    r7676 r7709  
    6767      this.gbDeploymentOptions = new System.Windows.Forms.GroupBox();
    6868      this.gbVMSize = new System.Windows.Forms.GroupBox();
     69      this.label7 = new System.Windows.Forms.Label();
     70      this.label12 = new System.Windows.Forms.Label();
     71      this.label13 = new System.Windows.Forms.Label();
     72      this.label14 = new System.Windows.Forms.Label();
     73      this.label15 = new System.Windows.Forms.Label();
     74      this.label16 = new System.Windows.Forms.Label();
     75      this.label17 = new System.Windows.Forms.Label();
     76      this.label18 = new System.Windows.Forms.Label();
    6977      this.gbNewHostedService.SuspendLayout();
    7078      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    7987      this.label1.Location = new System.Drawing.Point(12, 9);
    8088      this.label1.Name = "label1";
    81       this.label1.Size = new System.Drawing.Size(111, 13);
     89      this.label1.Size = new System.Drawing.Size(114, 13);
    8290      this.label1.TabIndex = 0;
    83       this.label1.Text = "Choose a subscription";
     91      this.label1.Text = "Choose a subscription:";
    8492      //
    8593      // cmbChooseSubscription
    8694      //
    8795      this.cmbChooseSubscription.FormattingEnabled = true;
    88       this.cmbChooseSubscription.Location = new System.Drawing.Point(15, 25);
     96      this.cmbChooseSubscription.Location = new System.Drawing.Point(154, 6);
    8997      this.cmbChooseSubscription.Name = "cmbChooseSubscription";
    90       this.cmbChooseSubscription.Size = new System.Drawing.Size(486, 21);
     98      this.cmbChooseSubscription.Size = new System.Drawing.Size(347, 21);
    9199      this.cmbChooseSubscription.TabIndex = 0;
    92100      this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged);
     
    95103      //
    96104      this.label2.AutoSize = true;
    97       this.label2.Location = new System.Drawing.Point(12, 49);
     105      this.label2.Location = new System.Drawing.Point(12, 36);
    98106      this.label2.Name = "label2";
    99       this.label2.Size = new System.Drawing.Size(124, 13);
     107      this.label2.Size = new System.Drawing.Size(127, 13);
    100108      this.label2.TabIndex = 1;
    101       this.label2.Text = "Choose a hosted service";
     109      this.label2.Text = "Choose a hosted service:";
    102110      //
    103111      // cmbChooseHostedService
    104112      //
    105113      this.cmbChooseHostedService.FormattingEnabled = true;
    106       this.cmbChooseHostedService.Location = new System.Drawing.Point(15, 65);
     114      this.errorProvider.SetIconAlignment(this.cmbChooseHostedService, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     115      this.cmbChooseHostedService.Location = new System.Drawing.Point(154, 33);
    107116      this.cmbChooseHostedService.Name = "cmbChooseHostedService";
    108       this.cmbChooseHostedService.Size = new System.Drawing.Size(486, 21);
     117      this.cmbChooseHostedService.Size = new System.Drawing.Size(347, 21);
    109118      this.cmbChooseHostedService.TabIndex = 1;
    110119      this.cmbChooseHostedService.Validating += new System.ComponentModel.CancelEventHandler(this.cmbChooseHostedService_Validating);
     
    122131      this.gbNewHostedService.Controls.Add(this.tbLabel);
    123132      this.gbNewHostedService.Controls.Add(this.label3);
    124       this.gbNewHostedService.Location = new System.Drawing.Point(15, 115);
     133      this.gbNewHostedService.Location = new System.Drawing.Point(15, 81);
    125134      this.gbNewHostedService.Name = "gbNewHostedService";
    126       this.gbNewHostedService.Size = new System.Drawing.Size(486, 145);
     135      this.gbNewHostedService.Size = new System.Drawing.Size(486, 122);
    127136      this.gbNewHostedService.TabIndex = 3;
    128137      this.gbNewHostedService.TabStop = false;
     
    132141      //
    133142      this.cmbAffinityGroup.FormattingEnabled = true;
    134       this.cmbAffinityGroup.Location = new System.Drawing.Point(267, 110);
     143      this.errorProvider.SetIconAlignment(this.cmbAffinityGroup, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     144      this.cmbAffinityGroup.Location = new System.Drawing.Point(204, 92);
    135145      this.cmbAffinityGroup.Name = "cmbAffinityGroup";
    136       this.cmbAffinityGroup.Size = new System.Drawing.Size(194, 21);
     146      this.cmbAffinityGroup.Size = new System.Drawing.Size(276, 21);
    137147      this.cmbAffinityGroup.TabIndex = 9;
    138148      //
     
    140150      //
    141151      this.cmbLocation.FormattingEnabled = true;
    142       this.cmbLocation.Location = new System.Drawing.Point(29, 110);
     152      this.errorProvider.SetIconAlignment(this.cmbLocation, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     153      this.cmbLocation.Location = new System.Drawing.Point(204, 65);
    143154      this.cmbLocation.Name = "cmbLocation";
    144       this.cmbLocation.Size = new System.Drawing.Size(200, 21);
     155      this.cmbLocation.Size = new System.Drawing.Size(276, 21);
    145156      this.cmbLocation.TabIndex = 7;
    146157      //
     
    148159      //
    149160      this.rbAffinitGroup.AutoSize = true;
    150       this.rbAffinitGroup.Location = new System.Drawing.Point(247, 113);
     161      this.rbAffinitGroup.Location = new System.Drawing.Point(184, 95);
    151162      this.rbAffinitGroup.Name = "rbAffinitGroup";
    152163      this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13);
     
    158169      this.rbRegion.AutoSize = true;
    159170      this.rbRegion.Checked = true;
    160       this.rbRegion.Location = new System.Drawing.Point(9, 113);
     171      this.rbRegion.Location = new System.Drawing.Point(184, 68);
    161172      this.rbRegion.Name = "rbRegion";
    162173      this.rbRegion.Size = new System.Drawing.Size(14, 13);
     
    168179      //
    169180      this.label6.AutoSize = true;
    170       this.label6.Location = new System.Drawing.Point(6, 94);
     181      this.label6.Location = new System.Drawing.Point(6, 68);
    171182      this.label6.Name = "label6";
    172       this.label6.Size = new System.Drawing.Size(159, 13);
     183      this.label6.Size = new System.Drawing.Size(162, 13);
    173184      this.label6.TabIndex = 5;
    174       this.label6.Text = "Choose a region or affinity group";
     185      this.label6.Text = "Choose a region or affinity group:";
    175186      //
    176187      // label5
    177188      //
    178189      this.label5.AutoSize = true;
    179       this.label5.Location = new System.Drawing.Point(389, 74);
     190      this.label5.Location = new System.Drawing.Point(408, 42);
    180191      this.label5.Name = "label5";
    181192      this.label5.Size = new System.Drawing.Size(72, 13);
     
    185196      // tbServiceName
    186197      //
    187       this.tbServiceName.Location = new System.Drawing.Point(9, 71);
     198      this.errorProvider.SetIconAlignment(this.tbServiceName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     199      this.tbServiceName.Location = new System.Drawing.Point(184, 39);
    188200      this.tbServiceName.Name = "tbServiceName";
    189       this.tbServiceName.Size = new System.Drawing.Size(377, 20);
     201      this.tbServiceName.Size = new System.Drawing.Size(223, 20);
    190202      this.tbServiceName.TabIndex = 3;
    191203      this.tbServiceName.Validating += new System.ComponentModel.CancelEventHandler(this.tbServiceName_Validating);
     
    194206      //
    195207      this.label4.AutoSize = true;
    196       this.label4.Location = new System.Drawing.Point(6, 55);
     208      this.label4.Location = new System.Drawing.Point(6, 42);
    197209      this.label4.Name = "label4";
    198       this.label4.Size = new System.Drawing.Size(169, 13);
     210      this.label4.Size = new System.Drawing.Size(172, 13);
    199211      this.label4.TabIndex = 2;
    200       this.label4.Text = "Enter a URL prefix for your service";
     212      this.label4.Text = "Enter a URL prefix for your service:";
    201213      //
    202214      // tbLabel
    203215      //
    204       this.tbLabel.Location = new System.Drawing.Point(9, 32);
     216      this.errorProvider.SetIconAlignment(this.tbLabel, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     217      this.tbLabel.Location = new System.Drawing.Point(184, 13);
    205218      this.tbLabel.Name = "tbLabel";
    206       this.tbLabel.Size = new System.Drawing.Size(453, 20);
     219      this.tbLabel.Size = new System.Drawing.Size(296, 20);
    207220      this.tbLabel.TabIndex = 1;
    208221      this.tbLabel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLabel_Validating);
     
    213226      this.label3.Location = new System.Drawing.Point(6, 16);
    214227      this.label3.Name = "label3";
    215       this.label3.Size = new System.Drawing.Size(145, 13);
     228      this.label3.Size = new System.Drawing.Size(148, 13);
    216229      this.label3.TabIndex = 0;
    217       this.label3.Text = "Enter a name for your service";
     230      this.label3.Text = "Enter a name for your service:";
    218231      //
    219232      // cbNewHostedService
    220233      //
    221234      this.cbNewHostedService.AutoSize = true;
    222       this.cbNewHostedService.Location = new System.Drawing.Point(15, 92);
     235      this.cbNewHostedService.Location = new System.Drawing.Point(154, 60);
    223236      this.cbNewHostedService.Name = "cbNewHostedService";
    224       this.cbNewHostedService.Size = new System.Drawing.Size(152, 17);
     237      this.cbNewHostedService.Size = new System.Drawing.Size(15, 14);
    225238      this.cbNewHostedService.TabIndex = 2;
    226       this.cbNewHostedService.Text = "Create new hosted service";
    227239      this.cbNewHostedService.UseVisualStyleBackColor = true;
    228240      this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged);
     
    231243      //
    232244      this.rbDeployToProduction.AutoSize = true;
    233       this.rbDeployToProduction.Location = new System.Drawing.Point(9, 42);
     245      this.rbDeployToProduction.Location = new System.Drawing.Point(189, 38);
    234246      this.rbDeployToProduction.Name = "rbDeployToProduction";
    235       this.rbDeployToProduction.Size = new System.Drawing.Size(189, 17);
     247      this.rbDeployToProduction.Size = new System.Drawing.Size(14, 13);
    236248      this.rbDeployToProduction.TabIndex = 1;
    237249      this.rbDeployToProduction.TabStop = true;
    238       this.rbDeployToProduction.Text = "Deyploy to production environment";
    239250      this.rbDeployToProduction.UseVisualStyleBackColor = true;
    240251      //
     
    243254      this.rbDeployToStaging.AutoSize = true;
    244255      this.rbDeployToStaging.Checked = true;
    245       this.rbDeployToStaging.Location = new System.Drawing.Point(9, 19);
     256      this.rbDeployToStaging.Location = new System.Drawing.Point(189, 19);
    246257      this.rbDeployToStaging.Name = "rbDeployToStaging";
    247       this.rbDeployToStaging.Size = new System.Drawing.Size(168, 17);
     258      this.rbDeployToStaging.Size = new System.Drawing.Size(14, 13);
    248259      this.rbDeployToStaging.TabIndex = 0;
    249260      this.rbDeployToStaging.TabStop = true;
    250       this.rbDeployToStaging.Text = "Deploy to staging environment";
    251261      this.rbDeployToStaging.UseVisualStyleBackColor = true;
    252262      //
    253263      // btnAddCertificate
    254264      //
    255       this.btnAddCertificate.Location = new System.Drawing.Point(15, 600);
     265      this.btnAddCertificate.Location = new System.Drawing.Point(15, 471);
    256266      this.btnAddCertificate.Name = "btnAddCertificate";
    257267      this.btnAddCertificate.Size = new System.Drawing.Size(99, 23);
     
    264274      //
    265275      this.label9.AutoSize = true;
    266       this.label9.Location = new System.Drawing.Point(12, 626);
     276      this.label9.Location = new System.Drawing.Point(12, 497);
    267277      this.label9.Name = "label9";
    268278      this.label9.Size = new System.Drawing.Size(186, 13);
     
    272282      // tbInstanceCount
    273283      //
    274       this.tbInstanceCount.Location = new System.Drawing.Point(15, 642);
     284      this.errorProvider.SetIconAlignment(this.tbInstanceCount, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     285      this.tbInstanceCount.Location = new System.Drawing.Point(204, 493);
    275286      this.tbInstanceCount.Name = "tbInstanceCount";
    276       this.tbInstanceCount.Size = new System.Drawing.Size(488, 20);
     287      this.tbInstanceCount.Size = new System.Drawing.Size(230, 20);
    277288      this.tbInstanceCount.TabIndex = 12;
    278289      this.tbInstanceCount.Validating += new System.ComponentModel.CancelEventHandler(this.tbInstanceCount_Validating);
     
    281292      //
    282293      this.lblCores.AutoSize = true;
    283       this.lblCores.Location = new System.Drawing.Point(471, 625);
     294      this.lblCores.Location = new System.Drawing.Point(473, 497);
    284295      this.lblCores.Name = "lblCores";
    285296      this.lblCores.Size = new System.Drawing.Size(30, 13);
     
    290301      //
    291302      this.label10.AutoSize = true;
    292       this.label10.Location = new System.Drawing.Point(436, 625);
     303      this.label10.Location = new System.Drawing.Point(436, 496);
    293304      this.label10.Name = "label10";
    294305      this.label10.Size = new System.Drawing.Size(40, 13);
     
    298309      // progressBar
    299310      //
    300       this.progressBar.Location = new System.Drawing.Point(15, 668);
     311      this.progressBar.Location = new System.Drawing.Point(15, 519);
    301312      this.progressBar.MarqueeAnimationSpeed = 10;
    302313      this.progressBar.Name = "progressBar";
     
    307318      // btnOk
    308319      //
    309       this.btnOk.Location = new System.Drawing.Point(347, 668);
     320      this.btnOk.Location = new System.Drawing.Point(347, 519);
    310321      this.btnOk.Name = "btnOk";
    311322      this.btnOk.Size = new System.Drawing.Size(75, 23);
     
    317328      // btnCancel
    318329      //
    319       this.btnCancel.Location = new System.Drawing.Point(428, 668);
     330      this.btnCancel.Location = new System.Drawing.Point(428, 519);
    320331      this.btnCancel.Name = "btnCancel";
    321332      this.btnCancel.Size = new System.Drawing.Size(75, 23);
     
    335346      // errorProvider
    336347      //
     348      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
    337349      this.errorProvider.ContainerControl = this;
    338350      //
    339351      // gbStorageService
    340352      //
     353      this.gbStorageService.Controls.Add(this.label12);
    341354      this.gbStorageService.Controls.Add(this.cbCreateBlobIfNotExists);
    342355      this.gbStorageService.Controls.Add(this.tbBlobContainer);
     
    344357      this.gbStorageService.Controls.Add(this.cmbStorageServices);
    345358      this.gbStorageService.Controls.Add(this.label8);
    346       this.gbStorageService.Location = new System.Drawing.Point(15, 267);
     359      this.gbStorageService.Location = new System.Drawing.Point(15, 209);
    347360      this.gbStorageService.Name = "gbStorageService";
    348       this.gbStorageService.Size = new System.Drawing.Size(486, 128);
     361      this.gbStorageService.Size = new System.Drawing.Size(486, 88);
    349362      this.gbStorageService.TabIndex = 4;
    350363      this.gbStorageService.TabStop = false;
     
    356369      this.cbCreateBlobIfNotExists.Checked = true;
    357370      this.cbCreateBlobIfNotExists.CheckState = System.Windows.Forms.CheckState.Checked;
    358       this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(9, 98);
     371      this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(184, 66);
    359372      this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists";
    360       this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(182, 17);
     373      this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(15, 14);
    361374      this.cbCreateBlobIfNotExists.TabIndex = 4;
    362       this.cbCreateBlobIfNotExists.Text = "Create blob container if not exists";
    363375      this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true;
    364376      //
    365377      // tbBlobContainer
    366378      //
    367       this.tbBlobContainer.Location = new System.Drawing.Point(9, 72);
     379      this.errorProvider.SetIconAlignment(this.tbBlobContainer, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     380      this.tbBlobContainer.Location = new System.Drawing.Point(184, 40);
    368381      this.tbBlobContainer.Name = "tbBlobContainer";
    369       this.tbBlobContainer.Size = new System.Drawing.Size(452, 20);
     382      this.tbBlobContainer.Size = new System.Drawing.Size(296, 20);
    370383      this.tbBlobContainer.TabIndex = 3;
    371384      this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating);
     
    374387      //
    375388      this.label11.AutoSize = true;
    376       this.label11.Location = new System.Drawing.Point(6, 56);
     389      this.label11.Location = new System.Drawing.Point(6, 43);
    377390      this.label11.Name = "label11";
    378391      this.label11.Size = new System.Drawing.Size(96, 13);
     
    383396      //
    384397      this.cmbStorageServices.FormattingEnabled = true;
    385       this.cmbStorageServices.Location = new System.Drawing.Point(9, 32);
     398      this.errorProvider.SetIconAlignment(this.cmbStorageServices, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     399      this.cmbStorageServices.Location = new System.Drawing.Point(184, 13);
    386400      this.cmbStorageServices.Name = "cmbStorageServices";
    387       this.cmbStorageServices.Size = new System.Drawing.Size(452, 21);
     401      this.cmbStorageServices.Size = new System.Drawing.Size(296, 21);
    388402      this.cmbStorageServices.TabIndex = 1;
    389403      this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating);
     
    401415      //
    402416      this.rbVMSizeMedium.AutoSize = true;
    403       this.rbVMSizeMedium.Location = new System.Drawing.Point(9, 42);
     417      this.rbVMSizeMedium.Location = new System.Drawing.Point(76, 38);
    404418      this.rbVMSizeMedium.Name = "rbVMSizeMedium";
    405       this.rbVMSizeMedium.Size = new System.Drawing.Size(62, 17);
     419      this.rbVMSizeMedium.Size = new System.Drawing.Size(14, 13);
    406420      this.rbVMSizeMedium.TabIndex = 1;
    407421      this.rbVMSizeMedium.TabStop = true;
    408       this.rbVMSizeMedium.Text = "Medium";
    409       this.toolTip.SetToolTip(this.rbVMSizeMedium, "2 CPU Cores; 3.5 GB Memory; $0.24");
    410422      this.rbVMSizeMedium.UseVisualStyleBackColor = true;
    411423      //
     
    414426      this.rbVMSizeSmall.AutoSize = true;
    415427      this.rbVMSizeSmall.Checked = true;
    416       this.rbVMSizeSmall.Location = new System.Drawing.Point(9, 19);
     428      this.rbVMSizeSmall.Location = new System.Drawing.Point(76, 19);
    417429      this.rbVMSizeSmall.Name = "rbVMSizeSmall";
    418       this.rbVMSizeSmall.Size = new System.Drawing.Size(50, 17);
     430      this.rbVMSizeSmall.Size = new System.Drawing.Size(14, 13);
    419431      this.rbVMSizeSmall.TabIndex = 0;
    420432      this.rbVMSizeSmall.TabStop = true;
    421       this.rbVMSizeSmall.Text = "Small";
    422       this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.12");
    423433      this.rbVMSizeSmall.UseVisualStyleBackColor = true;
    424434      //
     
    426436      //
    427437      this.rbVMSizeLarge.AutoSize = true;
    428       this.rbVMSizeLarge.Location = new System.Drawing.Point(9, 65);
     438      this.rbVMSizeLarge.Location = new System.Drawing.Point(76, 57);
    429439      this.rbVMSizeLarge.Name = "rbVMSizeLarge";
    430       this.rbVMSizeLarge.Size = new System.Drawing.Size(52, 17);
     440      this.rbVMSizeLarge.Size = new System.Drawing.Size(14, 13);
    431441      this.rbVMSizeLarge.TabIndex = 2;
    432442      this.rbVMSizeLarge.TabStop = true;
    433       this.rbVMSizeLarge.Text = "Large";
    434       this.toolTip.SetToolTip(this.rbVMSizeLarge, "4 CPU Cores; 7 GB Memory; $0.48");
    435443      this.rbVMSizeLarge.UseVisualStyleBackColor = true;
    436444      //
     
    438446      //
    439447      this.rbVMSizeExtraLarge.AutoSize = true;
    440       this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(9, 88);
     448      this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(76, 76);
    441449      this.rbVMSizeExtraLarge.Name = "rbVMSizeExtraLarge";
    442       this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(79, 17);
     450      this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(14, 13);
    443451      this.rbVMSizeExtraLarge.TabIndex = 3;
    444452      this.rbVMSizeExtraLarge.TabStop = true;
    445       this.rbVMSizeExtraLarge.Text = "Extra Large";
    446       this.toolTip.SetToolTip(this.rbVMSizeExtraLarge, "8 CPU Cores; 14 GB Memory; $0.96");
    447453      this.rbVMSizeExtraLarge.UseVisualStyleBackColor = true;
    448454      //
    449455      // gbDeploymentOptions
    450456      //
     457      this.gbDeploymentOptions.Controls.Add(this.label14);
     458      this.gbDeploymentOptions.Controls.Add(this.label13);
    451459      this.gbDeploymentOptions.Controls.Add(this.rbDeployToProduction);
    452460      this.gbDeploymentOptions.Controls.Add(this.rbDeployToStaging);
    453       this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 401);
     461      this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 302);
    454462      this.gbDeploymentOptions.Name = "gbDeploymentOptions";
    455       this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 69);
     463      this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 58);
    456464      this.gbDeploymentOptions.TabIndex = 5;
    457465      this.gbDeploymentOptions.TabStop = false;
     
    460468      // gbVMSize
    461469      //
     470      this.gbVMSize.Controls.Add(this.label18);
     471      this.gbVMSize.Controls.Add(this.label17);
     472      this.gbVMSize.Controls.Add(this.label16);
     473      this.gbVMSize.Controls.Add(this.label15);
    462474      this.gbVMSize.Controls.Add(this.rbVMSizeExtraLarge);
    463475      this.gbVMSize.Controls.Add(this.rbVMSizeSmall);
    464476      this.gbVMSize.Controls.Add(this.rbVMSizeLarge);
    465477      this.gbVMSize.Controls.Add(this.rbVMSizeMedium);
    466       this.gbVMSize.Location = new System.Drawing.Point(15, 476);
     478      this.gbVMSize.Location = new System.Drawing.Point(15, 364);
    467479      this.gbVMSize.Name = "gbVMSize";
    468       this.gbVMSize.Size = new System.Drawing.Size(486, 118);
     480      this.gbVMSize.Size = new System.Drawing.Size(486, 101);
    469481      this.gbVMSize.TabIndex = 6;
    470482      this.gbVMSize.TabStop = false;
    471483      this.gbVMSize.Text = "Virtual machine size";
    472484      //
     485      // label7
     486      //
     487      this.label7.AutoSize = true;
     488      this.label7.Location = new System.Drawing.Point(12, 60);
     489      this.label7.Name = "label7";
     490      this.label7.Size = new System.Drawing.Size(136, 13);
     491      this.label7.TabIndex = 17;
     492      this.label7.Text = "Create new hosted service:";
     493      //
     494      // label12
     495      //
     496      this.label12.AutoSize = true;
     497      this.label12.Location = new System.Drawing.Point(6, 66);
     498      this.label12.Name = "label12";
     499      this.label12.Size = new System.Drawing.Size(166, 13);
     500      this.label12.TabIndex = 5;
     501      this.label12.Text = "Create blob container if not exists:";
     502      //
     503      // label13
     504      //
     505      this.label13.AutoSize = true;
     506      this.label13.Location = new System.Drawing.Point(9, 19);
     507      this.label13.Name = "label13";
     508      this.label13.Size = new System.Drawing.Size(153, 13);
     509      this.label13.TabIndex = 2;
     510      this.label13.Text = "Deploy to staging environment:";
     511      //
     512      // label14
     513      //
     514      this.label14.AutoSize = true;
     515      this.label14.Location = new System.Drawing.Point(9, 38);
     516      this.label14.Name = "label14";
     517      this.label14.Size = new System.Drawing.Size(174, 13);
     518      this.label14.TabIndex = 3;
     519      this.label14.Text = "Deyploy to production environment:";
     520      //
     521      // label15
     522      //
     523      this.label15.AutoSize = true;
     524      this.label15.Location = new System.Drawing.Point(9, 19);
     525      this.label15.Name = "label15";
     526      this.label15.Size = new System.Drawing.Size(32, 13);
     527      this.label15.TabIndex = 4;
     528      this.label15.Text = "Small";
     529      this.toolTip.SetToolTip(this.label15, "1 CPU Core; 1.75 GB Memory; $0.12");
     530      //
     531      // label16
     532      //
     533      this.label16.AutoSize = true;
     534      this.label16.Location = new System.Drawing.Point(9, 38);
     535      this.label16.Name = "label16";
     536      this.label16.Size = new System.Drawing.Size(44, 13);
     537      this.label16.TabIndex = 5;
     538      this.label16.Text = "Medium";
     539      this.toolTip.SetToolTip(this.label16, "1 CPU Core; 1.75 GB Memory; $0.12");
     540      //
     541      // label17
     542      //
     543      this.label17.AutoSize = true;
     544      this.label17.Location = new System.Drawing.Point(9, 57);
     545      this.label17.Name = "label17";
     546      this.label17.Size = new System.Drawing.Size(34, 13);
     547      this.label17.TabIndex = 6;
     548      this.label17.Text = "Large";
     549      this.toolTip.SetToolTip(this.label17, "4 CPU Cores; 7 GB Memory; $0.48");
     550      //
     551      // label18
     552      //
     553      this.label18.AutoSize = true;
     554      this.label18.Location = new System.Drawing.Point(9, 76);
     555      this.label18.Name = "label18";
     556      this.label18.Size = new System.Drawing.Size(61, 13);
     557      this.label18.TabIndex = 7;
     558      this.label18.Text = "Extra Large";
     559      this.toolTip.SetToolTip(this.label18, "8 CPU Cores; 14 GB Memory; $0.96");
     560      //
    473561      // AddAzureServiceDialog
    474562      //
     
    476564      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    477565      this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
    478       this.ClientSize = new System.Drawing.Size(517, 700);
     566      this.ClientSize = new System.Drawing.Size(516, 557);
     567      this.Controls.Add(this.label7);
    479568      this.Controls.Add(this.gbVMSize);
    480569      this.Controls.Add(this.gbDeploymentOptions);
     
    558647    private System.Windows.Forms.GroupBox gbVMSize;
    559648    private System.Windows.Forms.GroupBox gbDeploymentOptions;
     649    private System.Windows.Forms.Label label7;
     650    private System.Windows.Forms.Label label12;
     651    private System.Windows.Forms.Label label18;
     652    private System.Windows.Forms.Label label17;
     653    private System.Windows.Forms.Label label16;
     654    private System.Windows.Forms.Label label15;
     655    private System.Windows.Forms.Label label14;
     656    private System.Windows.Forms.Label label13;
    560657  }
    561658}
Note: See TracChangeset for help on using the changeset viewer.