1 | namespace 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 | this.btnAddSlaveService.Click += new System.EventHandler(this.btnAddSlaveService_Click);
|
---|
95 | //
|
---|
96 | // btnAddSubscription
|
---|
97 | //
|
---|
98 | this.btnAddSubscription.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSubscription.Image")));
|
---|
99 | this.btnAddSubscription.Location = new System.Drawing.Point(4, 4);
|
---|
100 | this.btnAddSubscription.Name = "btnAddSubscription";
|
---|
101 | this.btnAddSubscription.Size = new System.Drawing.Size(24, 24);
|
---|
102 | this.btnAddSubscription.TabIndex = 1;
|
---|
103 | this.btnAddSubscription.UseVisualStyleBackColor = true;
|
---|
104 | this.btnAddSubscription.Click += new System.EventHandler(this.btnAddSubscription_Click);
|
---|
105 | //
|
---|
106 | // treeCloudResources
|
---|
107 | //
|
---|
108 | this.treeCloudResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
109 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
110 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
111 | this.treeCloudResources.ImageIndex = 0;
|
---|
112 | this.treeCloudResources.ImageList = this.imageListCloudResources;
|
---|
113 | this.treeCloudResources.Location = new System.Drawing.Point(3, 34);
|
---|
114 | this.treeCloudResources.Name = "treeCloudResources";
|
---|
115 | this.treeCloudResources.SelectedImageIndex = 0;
|
---|
116 | this.treeCloudResources.Size = new System.Drawing.Size(243, 460);
|
---|
117 | this.treeCloudResources.TabIndex = 0;
|
---|
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 | // CloudResourcesView
|
---|
126 | //
|
---|
127 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
128 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
129 | this.Controls.Add(this.splitContainer1);
|
---|
130 | this.Name = "CloudResourcesView";
|
---|
131 | this.Size = new System.Drawing.Size(670, 497);
|
---|
132 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
133 | this.splitContainer1.Panel1.PerformLayout();
|
---|
134 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
135 | this.splitContainer1.ResumeLayout(false);
|
---|
136 | this.ResumeLayout(false);
|
---|
137 |
|
---|
138 | }
|
---|
139 |
|
---|
140 | #endregion
|
---|
141 |
|
---|
142 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
143 | private System.Windows.Forms.TreeView treeCloudResources;
|
---|
144 | private System.Windows.Forms.Button btnAddSubscription;
|
---|
145 | private System.Windows.Forms.Button btnSave;
|
---|
146 | private System.Windows.Forms.Button btnDelete;
|
---|
147 | private System.Windows.Forms.Button btnAddSlaveService;
|
---|
148 | private System.Windows.Forms.Label lblRefresh;
|
---|
149 | private System.Windows.Forms.ImageList imageListCloudResources;
|
---|
150 | }
|
---|
151 | }
|
---|