Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680:

  • Replace specific views with ViewHost
  • DeploymentView initial commit
File size: 8.7 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      //
74      // btnDelete
75      //
76      this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
77      this.btnDelete.Location = new System.Drawing.Point(66, 4);
78      this.btnDelete.Name = "btnDelete";
79      this.btnDelete.Size = new System.Drawing.Size(24, 24);
80      this.btnDelete.TabIndex = 3;
81      this.btnDelete.UseVisualStyleBackColor = true;
82      //
83      // btnAddSlaveService
84      //
85      this.btnAddSlaveService.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSlaveService.Image")));
86      this.btnAddSlaveService.Location = new System.Drawing.Point(35, 4);
87      this.btnAddSlaveService.Name = "btnAddSlaveService";
88      this.btnAddSlaveService.Size = new System.Drawing.Size(24, 24);
89      this.btnAddSlaveService.TabIndex = 2;
90      this.btnAddSlaveService.UseVisualStyleBackColor = true;
91      this.btnAddSlaveService.Click += new System.EventHandler(this.btnAddSlaveService_Click);
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      this.btnAddSubscription.Click += new System.EventHandler(this.btnAddSubscription_Click);
102      //
103      // treeCloudResources
104      //
105      this.treeCloudResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
106            | System.Windows.Forms.AnchorStyles.Left)
107            | System.Windows.Forms.AnchorStyles.Right)));
108      this.treeCloudResources.ImageIndex = 0;
109      this.treeCloudResources.ImageList = this.imageListCloudResources;
110      this.treeCloudResources.Location = new System.Drawing.Point(3, 34);
111      this.treeCloudResources.Name = "treeCloudResources";
112      this.treeCloudResources.SelectedImageIndex = 0;
113      this.treeCloudResources.Size = new System.Drawing.Size(269, 460);
114      this.treeCloudResources.TabIndex = 0;
115      this.treeCloudResources.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeCloudResources_NodeMouseClick);
116      //
117      // imageListCloudResources
118      //
119      this.imageListCloudResources.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
120      this.imageListCloudResources.ImageSize = new System.Drawing.Size(16, 16);
121      this.imageListCloudResources.TransparentColor = System.Drawing.Color.Transparent;
122      //
123      // gbDetails
124      //
125      this.gbDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
126            | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
128      this.gbDetails.Controls.Add(this.viewHost);
129      this.gbDetails.Location = new System.Drawing.Point(4, 34);
130      this.gbDetails.Name = "gbDetails";
131      this.gbDetails.Size = new System.Drawing.Size(518, 460);
132      this.gbDetails.TabIndex = 1;
133      this.gbDetails.TabStop = false;
134      this.gbDetails.Text = "Details";
135      //
136      // viewHost
137      //
138      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
139            | System.Windows.Forms.AnchorStyles.Left)
140            | System.Windows.Forms.AnchorStyles.Right)));
141      this.viewHost.Caption = "View";
142      this.viewHost.Content = null;
143      this.viewHost.Enabled = false;
144      this.viewHost.Location = new System.Drawing.Point(6, 12);
145      this.viewHost.Name = "viewHost";
146      this.viewHost.ReadOnly = false;
147      this.viewHost.Size = new System.Drawing.Size(506, 442);
148      this.viewHost.TabIndex = 0;
149      this.viewHost.ViewsLabelVisible = true;
150      this.viewHost.ViewType = null;
151      //
152      // CloudResourcesView
153      //
154      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
155      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
156      this.Controls.Add(this.splitContainer1);
157      this.Name = "CloudResourcesView";
158      this.Size = new System.Drawing.Size(804, 497);
159      this.splitContainer1.Panel1.ResumeLayout(false);
160      this.splitContainer1.Panel1.PerformLayout();
161      this.splitContainer1.Panel2.ResumeLayout(false);
162      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
163      this.splitContainer1.ResumeLayout(false);
164      this.gbDetails.ResumeLayout(false);
165      this.ResumeLayout(false);
166
167    }
168
169    #endregion
170
171    private System.Windows.Forms.SplitContainer splitContainer1;
172    private System.Windows.Forms.TreeView treeCloudResources;
173    private System.Windows.Forms.Button btnAddSubscription;
174    private System.Windows.Forms.Button btnSave;
175    private System.Windows.Forms.Button btnDelete;
176    private System.Windows.Forms.Button btnAddSlaveService;
177    private System.Windows.Forms.Label lblRefresh;
178    private System.Windows.Forms.ImageList imageListCloudResources;
179    private System.Windows.Forms.GroupBox gbDetails;
180    private MainForm.WindowsForms.ViewHost viewHost;
181  }
182}
Note: See TracBrowser for help on using the repository browser.