Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7390


Ignore:
Timestamp:
01/21/12 16:03:28 (12 years ago)
Author:
spimming
Message:

#1680:

  • Reposition elements
  • HostedServiceView initial commit
Location:
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views
Files:
2 added
1 edited

Legend:

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

    r7389 r7390  
    4545      //
    4646      this.label1.AutoSize = true;
    47       this.label1.Location = new System.Drawing.Point(3, 16);
     47      this.label1.Location = new System.Drawing.Point(3, 6);
    4848      this.label1.Name = "label1";
    4949      this.label1.Size = new System.Drawing.Size(80, 13);
     
    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, 9);
     57      this.txtSubscriptionId.Location = new System.Drawing.Point(122, 3);
    5858      this.txtSubscriptionId.Name = "txtSubscriptionId";
    5959      this.txtSubscriptionId.ReadOnly = true;
     
    6464      //
    6565      this.label3.AutoSize = true;
    66       this.label3.Location = new System.Drawing.Point(3, 64);
     66      this.label3.Location = new System.Drawing.Point(3, 61);
    6767      this.label3.Name = "label3";
    6868      this.label3.Size = new System.Drawing.Size(113, 13);
     
    7474      this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7575            | System.Windows.Forms.AnchorStyles.Right)));
    76       this.txtCertThumbprint.Location = new System.Drawing.Point(122, 61);
     76      this.txtCertThumbprint.Location = new System.Drawing.Point(122, 55);
    7777      this.txtCertThumbprint.Name = "txtCertThumbprint";
    7878      this.txtCertThumbprint.ReadOnly = true;
     
    8383      //
    8484      this.label2.AutoSize = true;
    85       this.label2.Location = new System.Drawing.Point(3, 180);
     85      this.label2.Location = new System.Drawing.Point(3, 169);
    8686      this.label2.Name = "label2";
    8787      this.label2.Size = new System.Drawing.Size(96, 13);
     
    9292      //
    9393      this.cbSaveSubscription.AutoSize = true;
    94       this.cbSaveSubscription.Location = new System.Drawing.Point(122, 179);
     94      this.cbSaveSubscription.Location = new System.Drawing.Point(122, 169);
    9595      this.cbSaveSubscription.Name = "cbSaveSubscription";
    9696      this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14);
     
    102102      //
    103103      this.label4.AutoSize = true;
    104       this.label4.Location = new System.Drawing.Point(3, 160);
     104      this.label4.Location = new System.Drawing.Point(3, 149);
    105105      this.label4.Name = "label4";
    106106      this.label4.Size = new System.Drawing.Size(96, 13);
     
    111111      //
    112112      this.cbDiscoverServices.AutoSize = true;
    113       this.cbDiscoverServices.Location = new System.Drawing.Point(122, 159);
     113      this.cbDiscoverServices.Location = new System.Drawing.Point(122, 149);
    114114      this.cbDiscoverServices.Name = "cbDiscoverServices";
    115115      this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14);
     
    126126      this.gbQuota.Controls.Add(this.lblQuotaCores);
    127127      this.gbQuota.Controls.Add(this.label5);
    128       this.gbQuota.Location = new System.Drawing.Point(6, 87);
     128      this.gbQuota.Location = new System.Drawing.Point(6, 81);
    129129      this.gbQuota.Name = "gbQuota";
    130130      this.gbQuota.Size = new System.Drawing.Size(521, 65);
     
    172172      //
    173173      this.label7.AutoSize = true;
    174       this.label7.Location = new System.Drawing.Point(3, 38);
     174      this.label7.Location = new System.Drawing.Point(3, 32);
    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, 35);
     184      this.txtSubscriptionName.Location = new System.Drawing.Point(122, 29);
    185185      this.txtSubscriptionName.Name = "txtSubscriptionName";
    186186      this.txtSubscriptionName.ReadOnly = true;
     
    204204      this.Controls.Add(this.label1);
    205205      this.Name = "SubscriptionView";
    206       this.Size = new System.Drawing.Size(530, 207);
     206      this.Size = new System.Drawing.Size(530, 194);
    207207      this.gbQuota.ResumeLayout(false);
    208208      this.gbQuota.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.