Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/CloudResourcesView.Designer.cs @ 7317

Last change on this file since 7317 was 7317, checked in by spimming, 12 years ago

#1680:

  • Use IItemLists for data
  • Show CloudResourceView in HiveCloudManagerView
File size: 6.1 KB
Line 
1namespace HeuristicLab.Clients.Hive.CloudManager.Views {
2  partial class CloudResourcesView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloudResourcesView));
27      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
28      this.lblRefresh = 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.lblRefresh);
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      // lblRefresh
58      //
59      this.lblRefresh.AutoSize = true;
60      this.lblRefresh.Location = new System.Drawing.Point(127, 10);
61      this.lblRefresh.Name = "lblRefresh";
62      this.lblRefresh.Size = new System.Drawing.Size(126, 13);
63      this.lblRefresh.TabIndex = 5;
64      this.lblRefresh.Text = "Done. 5s to  next refresh.";
65      //
66      // btnSave
67      //
68      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
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 = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
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 = ((System.Drawing.Image)(resources.GetObject("btnAddSlaveService.Image")));
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 = ((System.Drawing.Image)(resources.GetObject("btnAddSubscription.Image")));
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.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105            | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.treeCloudResources.Location = new System.Drawing.Point(3, 34);
108      this.treeCloudResources.Name = "treeCloudResources";
109      this.treeCloudResources.Size = new System.Drawing.Size(243, 460);
110      this.treeCloudResources.TabIndex = 0;
111      //
112      // CloudResourcesView
113      //
114      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
115      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
116      this.Controls.Add(this.splitContainer1);
117      this.Name = "CloudResourcesView";
118      this.Size = new System.Drawing.Size(670, 497);
119      this.splitContainer1.Panel1.ResumeLayout(false);
120      this.splitContainer1.Panel1.PerformLayout();
121      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
122      this.splitContainer1.ResumeLayout(false);
123      this.ResumeLayout(false);
124
125    }
126
127    #endregion
128
129    private System.Windows.Forms.SplitContainer splitContainer1;
130    private System.Windows.Forms.TreeView treeCloudResources;
131    private System.Windows.Forms.Button btnAddSubscription;
132    private System.Windows.Forms.Button btnSave;
133    private System.Windows.Forms.Button btnDelete;
134    private System.Windows.Forms.Button btnAddSlaveService;
135    private System.Windows.Forms.Label lblRefresh;
136  }
137}
Note: See TracBrowser for help on using the repository browser.