Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/09/12 16:14:57 (12 years ago)
Author:
spimming
Message:

#1680:

  • Azure management utils initial version added
  • View for cloud resources
File:
1 edited

Legend:

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

    r7281 r7299  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       components = new System.ComponentModel.Container();
     26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloudResourcesView));
     27      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     28      this.label1 = new System.Windows.Forms.Label();
     29      this.btnSave = new System.Windows.Forms.Button();
     30      this.btnDelete = new System.Windows.Forms.Button();
     31      this.btnAddSlaveService = new System.Windows.Forms.Button();
     32      this.btnAddSubscription = new System.Windows.Forms.Button();
     33      this.treeCloudResources = new System.Windows.Forms.TreeView();
     34      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     35      this.splitContainer1.Panel1.SuspendLayout();
     36      this.splitContainer1.SuspendLayout();
     37      this.SuspendLayout();
     38      //
     39      // splitContainer1
     40      //
     41      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     42      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     43      this.splitContainer1.Name = "splitContainer1";
     44      //
     45      // splitContainer1.Panel1
     46      //
     47      this.splitContainer1.Panel1.Controls.Add(this.label1);
     48      this.splitContainer1.Panel1.Controls.Add(this.btnSave);
     49      this.splitContainer1.Panel1.Controls.Add(this.btnDelete);
     50      this.splitContainer1.Panel1.Controls.Add(this.btnAddSlaveService);
     51      this.splitContainer1.Panel1.Controls.Add(this.btnAddSubscription);
     52      this.splitContainer1.Panel1.Controls.Add(this.treeCloudResources);
     53      this.splitContainer1.Size = new System.Drawing.Size(670, 497);
     54      this.splitContainer1.SplitterDistance = 249;
     55      this.splitContainer1.TabIndex = 0;
     56      //
     57      // label1
     58      //
     59      this.label1.AutoSize = true;
     60      this.label1.Location = new System.Drawing.Point(127, 10);
     61      this.label1.Name = "label1";
     62      this.label1.Size = new System.Drawing.Size(126, 13);
     63      this.label1.TabIndex = 5;
     64      this.label1.Text = "Done. 5s to  next refresh.";
     65      //
     66      // btnSave
     67      //
     68      this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     69      this.btnSave.Location = new System.Drawing.Point(97, 4);
     70      this.btnSave.Name = "btnSave";
     71      this.btnSave.Size = new System.Drawing.Size(24, 24);
     72      this.btnSave.TabIndex = 4;
     73      this.btnSave.UseVisualStyleBackColor = true;
     74      //
     75      // btnDelete
     76      //
     77      this.btnDelete.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
     78      this.btnDelete.Location = new System.Drawing.Point(66, 4);
     79      this.btnDelete.Name = "btnDelete";
     80      this.btnDelete.Size = new System.Drawing.Size(24, 24);
     81      this.btnDelete.TabIndex = 3;
     82      this.btnDelete.UseVisualStyleBackColor = true;
     83      //
     84      // btnAddSlaveService
     85      //
     86      this.btnAddSlaveService.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
     87      this.btnAddSlaveService.Location = new System.Drawing.Point(35, 4);
     88      this.btnAddSlaveService.Name = "btnAddSlaveService";
     89      this.btnAddSlaveService.Size = new System.Drawing.Size(24, 24);
     90      this.btnAddSlaveService.TabIndex = 2;
     91      this.btnAddSlaveService.UseVisualStyleBackColor = true;
     92      //
     93      // btnAddSubscription
     94      //
     95      this.btnAddSubscription.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewFolder;
     96      this.btnAddSubscription.Location = new System.Drawing.Point(4, 4);
     97      this.btnAddSubscription.Name = "btnAddSubscription";
     98      this.btnAddSubscription.Size = new System.Drawing.Size(24, 24);
     99      this.btnAddSubscription.TabIndex = 1;
     100      this.btnAddSubscription.UseVisualStyleBackColor = true;
     101      //
     102      // treeCloudResources
     103      //
     104      this.treeCloudResources.Location = new System.Drawing.Point(3, 34);
     105      this.treeCloudResources.Name = "treeCloudResources";
     106      this.treeCloudResources.Size = new System.Drawing.Size(243, 460);
     107      this.treeCloudResources.TabIndex = 0;
     108      //
     109      // CloudResourcesView
     110      //
     111      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    27112      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     113      this.Controls.Add(this.splitContainer1);
     114      this.Name = "CloudResourcesView";
     115      this.Size = new System.Drawing.Size(670, 497);
     116      this.splitContainer1.Panel1.ResumeLayout(false);
     117      this.splitContainer1.Panel1.PerformLayout();
     118      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     119      this.splitContainer1.ResumeLayout(false);
     120      this.ResumeLayout(false);
     121
    28122    }
    29123
    30124    #endregion
     125
     126    private System.Windows.Forms.SplitContainer splitContainer1;
     127    private System.Windows.Forms.TreeView treeCloudResources;
     128    private System.Windows.Forms.Button btnAddSubscription;
     129    private System.Windows.Forms.Button btnSave;
     130    private System.Windows.Forms.Button btnDelete;
     131    private System.Windows.Forms.Button btnAddSlaveService;
     132    private System.Windows.Forms.Label label1;
    31133  }
    32134}
Note: See TracChangeset for help on using the changeset viewer.