Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680:

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