Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/12 17:06:16 (13 years ago)
Author:
spimming
Message:

#1680:

  • Subscription DTO
  • View for subscription items
  • Dialog to add new azure subscription
  • General view for cloud resources
File:
1 edited

Legend:

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

    r7278 r7281  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       components = new System.ComponentModel.Container();
     26      this.tabResources = new System.Windows.Forms.TabControl();
     27      this.tabResource = new System.Windows.Forms.TabPage();
     28      this.tabResources.SuspendLayout();
     29      this.SuspendLayout();
     30      //
     31      // tabResources
     32      //
     33      this.tabResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     34            | System.Windows.Forms.AnchorStyles.Left)
     35            | System.Windows.Forms.AnchorStyles.Right)));
     36      this.tabResources.Controls.Add(this.tabResource);
     37      this.tabResources.Location = new System.Drawing.Point(3, 3);
     38      this.tabResources.Name = "tabResources";
     39      this.tabResources.SelectedIndex = 0;
     40      this.tabResources.Size = new System.Drawing.Size(739, 540);
     41      this.tabResources.TabIndex = 0;
     42      //
     43      // tabResource
     44      //
     45      this.tabResource.Location = new System.Drawing.Point(4, 22);
     46      this.tabResource.Name = "tabResource";
     47      this.tabResource.Padding = new System.Windows.Forms.Padding(3);
     48      this.tabResource.Size = new System.Drawing.Size(731, 514);
     49      this.tabResource.TabIndex = 0;
     50      this.tabResource.Text = "Resources";
     51      this.tabResource.UseVisualStyleBackColor = true;
     52      //
     53      // HiveCloudManagerView
     54      //
     55      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    2756      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     57      this.Controls.Add(this.tabResources);
     58      this.Name = "HiveCloudManagerView";
     59      this.Size = new System.Drawing.Size(745, 546);
     60      this.tabResources.ResumeLayout(false);
     61      this.ResumeLayout(false);
     62
    2863    }
    2964
    3065    #endregion
     66
     67    private System.Windows.Forms.TabControl tabResources;
     68    private System.Windows.Forms.TabPage tabResource;
    3169  }
    3270}
Note: See TracChangeset for help on using the changeset viewer.