Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7676


Ignore:
Timestamp:
03/30/12 16:26:08 (12 years ago)
Author:
spimming
Message:

#1680:

  • Fixed typos
  • Removed debug printout
  • Show HL icon in Dialog
Location:
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views
Files:
4 edited

Legend:

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

    r7578 r7676  
    420420      this.rbVMSizeSmall.TabStop = true;
    421421      this.rbVMSizeSmall.Text = "Small";
    422       this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.04");
     422      this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.12");
    423423      this.rbVMSizeSmall.UseVisualStyleBackColor = true;
    424424      //
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddSubscriptionDialog.Designer.cs

    r7362 r7676  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddSubscriptionDialog));
    2627      this.txtCertThumbprint = new System.Windows.Forms.TextBox();
    2728      this.txtSubscriptionId = new System.Windows.Forms.TextBox();
     
    8788      this.label1.Location = new System.Drawing.Point(12, 9);
    8889      this.label1.Name = "label1";
    89       this.label1.Size = new System.Drawing.Size(80, 13);
     90      this.label1.Size = new System.Drawing.Size(83, 13);
    9091      this.label1.TabIndex = 21;
    91       this.label1.Text = "SubscriptionId: ";
     92      this.label1.Text = "Subscription Id: ";
    9293      //
    9394      // cbSaveSubscription
     
    155156      this.Controls.Add(this.txtCertThumbprint);
    156157      this.Controls.Add(this.txtSubscriptionId);
     158      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    157159      this.Name = "AddSubscriptionDialog";
    158       this.Text = "AddSubscriptionDialog";
     160      this.Text = "Add Subscription";
    159161      this.ResumeLayout(false);
    160162      this.PerformLayout();
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/CloudResourcesView.cs

    r7670 r7676  
    318318        this.Invoke((MethodInvoker)delegate { lblRefresh.Text = "Refreshing data ..."; });
    319319
    320         // statistics
    321         Debug.WriteLine("perform update");
    322320        CloudManagerClient.Instance.Refresh();
    323321
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/SubscriptionView.Designer.cs

    r7390 r7676  
    4545      //
    4646      this.label1.AutoSize = true;
    47       this.label1.Location = new System.Drawing.Point(3, 6);
     47      this.label1.Location = new System.Drawing.Point(3, 32);
    4848      this.label1.Name = "label1";
    49       this.label1.Size = new System.Drawing.Size(80, 13);
     49      this.label1.Size = new System.Drawing.Size(83, 13);
    5050      this.label1.TabIndex = 8;
    51       this.label1.Text = "SubscriptionId: ";
     51      this.label1.Text = "Subscription Id: ";
    5252      //
    5353      // txtSubscriptionId
     
    5555      this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    5656            | System.Windows.Forms.AnchorStyles.Right)));
    57       this.txtSubscriptionId.Location = new System.Drawing.Point(122, 3);
     57      this.txtSubscriptionId.Location = new System.Drawing.Point(122, 29);
    5858      this.txtSubscriptionId.Name = "txtSubscriptionId";
    5959      this.txtSubscriptionId.ReadOnly = true;
     
    172172      //
    173173      this.label7.AutoSize = true;
    174       this.label7.Location = new System.Drawing.Point(3, 32);
     174      this.label7.Location = new System.Drawing.Point(3, 6);
    175175      this.label7.Name = "label7";
    176176      this.label7.Size = new System.Drawing.Size(99, 13);
     
    182182      this.txtSubscriptionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    183183            | System.Windows.Forms.AnchorStyles.Right)));
    184       this.txtSubscriptionName.Location = new System.Drawing.Point(122, 29);
     184      this.txtSubscriptionName.Location = new System.Drawing.Point(122, 3);
    185185      this.txtSubscriptionName.Name = "txtSubscriptionName";
    186186      this.txtSubscriptionName.ReadOnly = true;
Note: See TracChangeset for help on using the changeset viewer.