Free cookie consent management tool by TermsFeed Policy Generator

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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();
Note: See TracChangeset for help on using the changeset viewer.