Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680:

  • Methods to add and remove Subscription in CloudManagerClient
  • AddSubscriptionDialog integrated
  • OnContentChanged implemented
File size: 6.9 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      this.components = new System.ComponentModel.Container();
27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloudResourcesView));
28      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
29      this.lblRefresh = new System.Windows.Forms.Label();
30      this.btnSave = new System.Windows.Forms.Button();
31      this.btnDelete = new System.Windows.Forms.Button();
32      this.btnAddSlaveService = new System.Windows.Forms.Button();
33      this.btnAddSubscription = new System.Windows.Forms.Button();
34      this.treeCloudResources = new System.Windows.Forms.TreeView();
35      this.imageListCloudResources = new System.Windows.Forms.ImageList(this.components);
36      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
37      this.splitContainer1.Panel1.SuspendLayout();
38      this.splitContainer1.SuspendLayout();
39      this.SuspendLayout();
40      //
41      // splitContainer1
42      //
43      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
44      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
45      this.splitContainer1.Name = "splitContainer1";
46      //
47      // splitContainer1.Panel1
48      //
49      this.splitContainer1.Panel1.Controls.Add(this.lblRefresh);
50      this.splitContainer1.Panel1.Controls.Add(this.btnSave);
51      this.splitContainer1.Panel1.Controls.Add(this.btnDelete);
52      this.splitContainer1.Panel1.Controls.Add(this.btnAddSlaveService);
53      this.splitContainer1.Panel1.Controls.Add(this.btnAddSubscription);
54      this.splitContainer1.Panel1.Controls.Add(this.treeCloudResources);
55      this.splitContainer1.Size = new System.Drawing.Size(670, 497);
56      this.splitContainer1.SplitterDistance = 249;
57      this.splitContainer1.TabIndex = 0;
58      //
59      // lblRefresh
60      //
61      this.lblRefresh.AutoSize = true;
62      this.lblRefresh.Location = new System.Drawing.Point(127, 10);
63      this.lblRefresh.Name = "lblRefresh";
64      this.lblRefresh.Size = new System.Drawing.Size(126, 13);
65      this.lblRefresh.TabIndex = 5;
66      this.lblRefresh.Text = "Done. 5s to  next refresh.";
67      //
68      // btnSave
69      //
70      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
71      this.btnSave.Location = new System.Drawing.Point(97, 4);
72      this.btnSave.Name = "btnSave";
73      this.btnSave.Size = new System.Drawing.Size(24, 24);
74      this.btnSave.TabIndex = 4;
75      this.btnSave.UseVisualStyleBackColor = true;
76      //
77      // btnDelete
78      //
79      this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
80      this.btnDelete.Location = new System.Drawing.Point(66, 4);
81      this.btnDelete.Name = "btnDelete";
82      this.btnDelete.Size = new System.Drawing.Size(24, 24);
83      this.btnDelete.TabIndex = 3;
84      this.btnDelete.UseVisualStyleBackColor = true;
85      //
86      // btnAddSlaveService
87      //
88      this.btnAddSlaveService.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSlaveService.Image")));
89      this.btnAddSlaveService.Location = new System.Drawing.Point(35, 4);
90      this.btnAddSlaveService.Name = "btnAddSlaveService";
91      this.btnAddSlaveService.Size = new System.Drawing.Size(24, 24);
92      this.btnAddSlaveService.TabIndex = 2;
93      this.btnAddSlaveService.UseVisualStyleBackColor = true;
94      //
95      // btnAddSubscription
96      //
97      this.btnAddSubscription.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSubscription.Image")));
98      this.btnAddSubscription.Location = new System.Drawing.Point(4, 4);
99      this.btnAddSubscription.Name = "btnAddSubscription";
100      this.btnAddSubscription.Size = new System.Drawing.Size(24, 24);
101      this.btnAddSubscription.TabIndex = 1;
102      this.btnAddSubscription.UseVisualStyleBackColor = true;
103      this.btnAddSubscription.Click += new System.EventHandler(this.btnAddSubscription_Click);
104      //
105      // treeCloudResources
106      //
107      this.treeCloudResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
108            | System.Windows.Forms.AnchorStyles.Left)
109            | System.Windows.Forms.AnchorStyles.Right)));
110      this.treeCloudResources.ImageIndex = 0;
111      this.treeCloudResources.ImageList = this.imageListCloudResources;
112      this.treeCloudResources.Location = new System.Drawing.Point(3, 34);
113      this.treeCloudResources.Name = "treeCloudResources";
114      this.treeCloudResources.SelectedImageIndex = 0;
115      this.treeCloudResources.Size = new System.Drawing.Size(243, 460);
116      this.treeCloudResources.TabIndex = 0;
117      //
118      // imageListCloudResources
119      //
120      this.imageListCloudResources.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
121      this.imageListCloudResources.ImageSize = new System.Drawing.Size(16, 16);
122      this.imageListCloudResources.TransparentColor = System.Drawing.Color.Transparent;
123      //
124      // CloudResourcesView
125      //
126      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
127      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
128      this.Controls.Add(this.splitContainer1);
129      this.Name = "CloudResourcesView";
130      this.Size = new System.Drawing.Size(670, 497);
131      this.splitContainer1.Panel1.ResumeLayout(false);
132      this.splitContainer1.Panel1.PerformLayout();
133      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
134      this.splitContainer1.ResumeLayout(false);
135      this.ResumeLayout(false);
136
137    }
138
139    #endregion
140
141    private System.Windows.Forms.SplitContainer splitContainer1;
142    private System.Windows.Forms.TreeView treeCloudResources;
143    private System.Windows.Forms.Button btnAddSubscription;
144    private System.Windows.Forms.Button btnSave;
145    private System.Windows.Forms.Button btnDelete;
146    private System.Windows.Forms.Button btnAddSlaveService;
147    private System.Windows.Forms.Label lblRefresh;
148    private System.Windows.Forms.ImageList imageListCloudResources;
149  }
150}
Note: See TracBrowser for help on using the repository browser.