Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680: Implemented Save and Delete in CloudResourcesView and CloudManagerClient

File size: 8.9 KB
RevLine 
[7281]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() {
[7324]15      this.components = new System.ComponentModel.Container();
[7299]16      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloudResourcesView));
17      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
[7317]18      this.lblRefresh = new System.Windows.Forms.Label();
[7299]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();
[7324]24      this.imageListCloudResources = new System.Windows.Forms.ImageList(this.components);
[7403]25      this.gbDetails = new System.Windows.Forms.GroupBox();
26      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[7299]27      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
28      this.splitContainer1.Panel1.SuspendLayout();
[7389]29      this.splitContainer1.Panel2.SuspendLayout();
[7299]30      this.splitContainer1.SuspendLayout();
[7403]31      this.gbDetails.SuspendLayout();
[7299]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      //
[7317]42      this.splitContainer1.Panel1.Controls.Add(this.lblRefresh);
[7299]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);
[7389]48      //
49      // splitContainer1.Panel2
50      //
[7403]51      this.splitContainer1.Panel2.Controls.Add(this.gbDetails);
[7389]52      this.splitContainer1.Size = new System.Drawing.Size(804, 497);
53      this.splitContainer1.SplitterDistance = 275;
[7299]54      this.splitContainer1.TabIndex = 0;
55      //
[7317]56      // lblRefresh
[7299]57      //
[7317]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.";
[7299]64      //
65      // btnSave
66      //
[7317]67      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
[7299]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;
[7441]73      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
[7299]74      //
75      // btnDelete
76      //
[7317]77      this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
[7299]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;
[7441]83      this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
[7299]84      //
85      // btnAddSlaveService
86      //
[7317]87      this.btnAddSlaveService.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSlaveService.Image")));
[7299]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;
[7339]93      this.btnAddSlaveService.Click += new System.EventHandler(this.btnAddSlaveService_Click);
[7299]94      //
95      // btnAddSubscription
96      //
[7317]97      this.btnAddSubscription.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSubscription.Image")));
[7299]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;
[7324]103      this.btnAddSubscription.Click += new System.EventHandler(this.btnAddSubscription_Click);
[7299]104      //
105      // treeCloudResources
106      //
[7389]107      this.treeCloudResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
108            | System.Windows.Forms.AnchorStyles.Left)
[7317]109            | System.Windows.Forms.AnchorStyles.Right)));
[7324]110      this.treeCloudResources.ImageIndex = 0;
111      this.treeCloudResources.ImageList = this.imageListCloudResources;
[7299]112      this.treeCloudResources.Location = new System.Drawing.Point(3, 34);
113      this.treeCloudResources.Name = "treeCloudResources";
[7324]114      this.treeCloudResources.SelectedImageIndex = 0;
[7389]115      this.treeCloudResources.Size = new System.Drawing.Size(269, 460);
[7299]116      this.treeCloudResources.TabIndex = 0;
[7389]117      this.treeCloudResources.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeCloudResources_NodeMouseClick);
[7299]118      //
[7324]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      //
[7403]125      // gbDetails
[7389]126      //
[7403]127      this.gbDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
128            | System.Windows.Forms.AnchorStyles.Left)
[7389]129            | System.Windows.Forms.AnchorStyles.Right)));
[7403]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";
[7389]137      //
[7403]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      //
[7299]154      // CloudResourcesView
155      //
156      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[7281]157      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[7299]158      this.Controls.Add(this.splitContainer1);
159      this.Name = "CloudResourcesView";
[7389]160      this.Size = new System.Drawing.Size(804, 497);
[7299]161      this.splitContainer1.Panel1.ResumeLayout(false);
162      this.splitContainer1.Panel1.PerformLayout();
[7389]163      this.splitContainer1.Panel2.ResumeLayout(false);
[7299]164      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
165      this.splitContainer1.ResumeLayout(false);
[7403]166      this.gbDetails.ResumeLayout(false);
[7299]167      this.ResumeLayout(false);
168
[7281]169    }
170
171    #endregion
[7299]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;
[7317]179    private System.Windows.Forms.Label lblRefresh;
[7324]180    private System.Windows.Forms.ImageList imageListCloudResources;
[7403]181    private System.Windows.Forms.GroupBox gbDetails;
182    private MainForm.WindowsForms.ViewHost viewHost;
[7281]183  }
184}
Note: See TracBrowser for help on using the repository browser.