Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/HiveCloudManagerView.Designer.cs @ 7281

Last change on this file since 7281 was 7281, checked in by spimming, 13 years ago

#1680:

  • Subscription DTO
  • View for subscription items
  • Dialog to add new azure subscription
  • General view for cloud resources
File size: 2.6 KB
Line 
1namespace HeuristicLab.Clients.Hive.CloudManager.Views {
2  partial class HiveCloudManagerView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
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);
56      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
63    }
64
65    #endregion
66
67    private System.Windows.Forms.TabControl tabResources;
68    private System.Windows.Forms.TabPage tabResource;
69  }
70}
Note: See TracBrowser for help on using the repository browser.