Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680: Implemented Save and Delete in CloudResourcesView and CloudManagerClient

File size: 8.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    #region Component Designer generated code
9
10    /// <summary>
11    /// Required method for Designer support - do not modify
12    /// the contents of this method with the code editor.
13    /// </summary>
14    private void InitializeComponent() {
15      this.components = new System.ComponentModel.Container();
16      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloudResourcesView));
17      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
18      this.lblRefresh = new System.Windows.Forms.Label();
19      this.btnSave = new System.Windows.Forms.Button();
20      this.btnDelete = new System.Windows.Forms.Button();
21      this.btnAddSlaveService = new System.Windows.Forms.Button();
22      this.btnAddSubscription = new System.Windows.Forms.Button();
23      this.treeCloudResources = new System.Windows.Forms.TreeView();
24      this.imageListCloudResources = new System.Windows.Forms.ImageList(this.components);
25      this.gbDetails = new System.Windows.Forms.GroupBox();
26      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
27      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
28      this.splitContainer1.Panel1.SuspendLayout();
29      this.splitContainer1.Panel2.SuspendLayout();
30      this.splitContainer1.SuspendLayout();
31      this.gbDetails.SuspendLayout();
32      this.SuspendLayout();
33      //
34      // splitContainer1
35      //
36      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
37      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
38      this.splitContainer1.Name = "splitContainer1";
39      //
40      // splitContainer1.Panel1
41      //
42      this.splitContainer1.Panel1.Controls.Add(this.lblRefresh);
43      this.splitContainer1.Panel1.Controls.Add(this.btnSave);
44      this.splitContainer1.Panel1.Controls.Add(this.btnDelete);
45      this.splitContainer1.Panel1.Controls.Add(this.btnAddSlaveService);
46      this.splitContainer1.Panel1.Controls.Add(this.btnAddSubscription);
47      this.splitContainer1.Panel1.Controls.Add(this.treeCloudResources);
48      //
49      // splitContainer1.Panel2
50      //
51      this.splitContainer1.Panel2.Controls.Add(this.gbDetails);
52      this.splitContainer1.Size = new System.Drawing.Size(804, 497);
53      this.splitContainer1.SplitterDistance = 275;
54      this.splitContainer1.TabIndex = 0;
55      //
56      // lblRefresh
57      //
58      this.lblRefresh.AutoSize = true;
59      this.lblRefresh.Location = new System.Drawing.Point(127, 10);
60      this.lblRefresh.Name = "lblRefresh";
61      this.lblRefresh.Size = new System.Drawing.Size(126, 13);
62      this.lblRefresh.TabIndex = 5;
63      this.lblRefresh.Text = "Done. 5s to  next refresh.";
64      //
65      // btnSave
66      //
67      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
68      this.btnSave.Location = new System.Drawing.Point(97, 4);
69      this.btnSave.Name = "btnSave";
70      this.btnSave.Size = new System.Drawing.Size(24, 24);
71      this.btnSave.TabIndex = 4;
72      this.btnSave.UseVisualStyleBackColor = true;
73      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
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      this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
84      //
85      // btnAddSlaveService
86      //
87      this.btnAddSlaveService.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSlaveService.Image")));
88      this.btnAddSlaveService.Location = new System.Drawing.Point(35, 4);
89      this.btnAddSlaveService.Name = "btnAddSlaveService";
90      this.btnAddSlaveService.Size = new System.Drawing.Size(24, 24);
91      this.btnAddSlaveService.TabIndex = 2;
92      this.btnAddSlaveService.UseVisualStyleBackColor = true;
93      this.btnAddSlaveService.Click += new System.EventHandler(this.btnAddSlaveService_Click);
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(269, 460);
116      this.treeCloudResources.TabIndex = 0;
117      this.treeCloudResources.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeCloudResources_NodeMouseClick);
118      //
119      // imageListCloudResources
120      //
121      this.imageListCloudResources.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
122      this.imageListCloudResources.ImageSize = new System.Drawing.Size(16, 16);
123      this.imageListCloudResources.TransparentColor = System.Drawing.Color.Transparent;
124      //
125      // gbDetails
126      //
127      this.gbDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
128            | System.Windows.Forms.AnchorStyles.Left)
129            | System.Windows.Forms.AnchorStyles.Right)));
130      this.gbDetails.Controls.Add(this.viewHost);
131      this.gbDetails.Location = new System.Drawing.Point(4, 34);
132      this.gbDetails.Name = "gbDetails";
133      this.gbDetails.Size = new System.Drawing.Size(518, 460);
134      this.gbDetails.TabIndex = 1;
135      this.gbDetails.TabStop = false;
136      this.gbDetails.Text = "Details";
137      //
138      // viewHost
139      //
140      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
141            | System.Windows.Forms.AnchorStyles.Left)
142            | System.Windows.Forms.AnchorStyles.Right)));
143      this.viewHost.Caption = "View";
144      this.viewHost.Content = null;
145      this.viewHost.Enabled = false;
146      this.viewHost.Location = new System.Drawing.Point(6, 12);
147      this.viewHost.Name = "viewHost";
148      this.viewHost.ReadOnly = false;
149      this.viewHost.Size = new System.Drawing.Size(506, 442);
150      this.viewHost.TabIndex = 0;
151      this.viewHost.ViewsLabelVisible = true;
152      this.viewHost.ViewType = null;
153      //
154      // CloudResourcesView
155      //
156      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
157      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
158      this.Controls.Add(this.splitContainer1);
159      this.Name = "CloudResourcesView";
160      this.Size = new System.Drawing.Size(804, 497);
161      this.splitContainer1.Panel1.ResumeLayout(false);
162      this.splitContainer1.Panel1.PerformLayout();
163      this.splitContainer1.Panel2.ResumeLayout(false);
164      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
165      this.splitContainer1.ResumeLayout(false);
166      this.gbDetails.ResumeLayout(false);
167      this.ResumeLayout(false);
168
169    }
170
171    #endregion
172
173    private System.Windows.Forms.SplitContainer splitContainer1;
174    private System.Windows.Forms.TreeView treeCloudResources;
175    private System.Windows.Forms.Button btnAddSubscription;
176    private System.Windows.Forms.Button btnSave;
177    private System.Windows.Forms.Button btnDelete;
178    private System.Windows.Forms.Button btnAddSlaveService;
179    private System.Windows.Forms.Label lblRefresh;
180    private System.Windows.Forms.ImageList imageListCloudResources;
181    private System.Windows.Forms.GroupBox gbDetails;
182    private MainForm.WindowsForms.ViewHost viewHost;
183  }
184}
Note: See TracBrowser for help on using the repository browser.