Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680:

  • If CloudManagerClient contains hostedservice, merge them in add-method
  • Merge methods added deployment and hostedservice
  • Update/merge treeview in CloudResourceView
  • Indicate a change of the trackbar (DeploymentView)
File size: 9.8 KB
Line 
1namespace HeuristicLab.Clients.Hive.CloudManager.Views {
2  partial class DeploymentView {
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.label1 = new System.Windows.Forms.Label();
27      this.txtDeploymentName = new System.Windows.Forms.TextBox();
28      this.txtDeploymentSlot = new System.Windows.Forms.TextBox();
29      this.label2 = new System.Windows.Forms.Label();
30      this.label3 = new System.Windows.Forms.Label();
31      this.txtDeploymentStatus = new System.Windows.Forms.TextBox();
32      this.label4 = new System.Windows.Forms.Label();
33      this.txtCoresUsed = new System.Windows.Forms.TextBox();
34      this.tbChangeCores = new System.Windows.Forms.TrackBar();
35      this.label5 = new System.Windows.Forms.Label();
36      this.txtInstanceSize = new System.Windows.Forms.TextBox();
37      this.label6 = new System.Windows.Forms.Label();
38      this.txtInstanceCount = new System.Windows.Forms.TextBox();
39      this.lblChanges = new System.Windows.Forms.Label();
40      ((System.ComponentModel.ISupportInitialize)(this.tbChangeCores)).BeginInit();
41      this.SuspendLayout();
42      //
43      // label1
44      //
45      this.label1.AutoSize = true;
46      this.label1.Location = new System.Drawing.Point(3, 7);
47      this.label1.Name = "label1";
48      this.label1.Size = new System.Drawing.Size(97, 13);
49      this.label1.TabIndex = 0;
50      this.label1.Text = "Deployment Name:";
51      //
52      // txtDeploymentName
53      //
54      this.txtDeploymentName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
55            | System.Windows.Forms.AnchorStyles.Right)));
56      this.txtDeploymentName.Location = new System.Drawing.Point(127, 4);
57      this.txtDeploymentName.Name = "txtDeploymentName";
58      this.txtDeploymentName.ReadOnly = true;
59      this.txtDeploymentName.Size = new System.Drawing.Size(379, 20);
60      this.txtDeploymentName.TabIndex = 1;
61      //
62      // txtDeploymentSlot
63      //
64      this.txtDeploymentSlot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
65            | System.Windows.Forms.AnchorStyles.Right)));
66      this.txtDeploymentSlot.Location = new System.Drawing.Point(127, 31);
67      this.txtDeploymentSlot.Name = "txtDeploymentSlot";
68      this.txtDeploymentSlot.ReadOnly = true;
69      this.txtDeploymentSlot.Size = new System.Drawing.Size(379, 20);
70      this.txtDeploymentSlot.TabIndex = 2;
71      //
72      // label2
73      //
74      this.label2.AutoSize = true;
75      this.label2.Location = new System.Drawing.Point(3, 34);
76      this.label2.Name = "label2";
77      this.label2.Size = new System.Drawing.Size(87, 13);
78      this.label2.TabIndex = 3;
79      this.label2.Text = "Deployment Slot:";
80      //
81      // label3
82      //
83      this.label3.AutoSize = true;
84      this.label3.Location = new System.Drawing.Point(3, 61);
85      this.label3.Name = "label3";
86      this.label3.Size = new System.Drawing.Size(99, 13);
87      this.label3.TabIndex = 4;
88      this.label3.Text = "Deployment Status:";
89      //
90      // txtDeploymentStatus
91      //
92      this.txtDeploymentStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
93            | System.Windows.Forms.AnchorStyles.Right)));
94      this.txtDeploymentStatus.Location = new System.Drawing.Point(127, 58);
95      this.txtDeploymentStatus.Name = "txtDeploymentStatus";
96      this.txtDeploymentStatus.ReadOnly = true;
97      this.txtDeploymentStatus.Size = new System.Drawing.Size(379, 20);
98      this.txtDeploymentStatus.TabIndex = 5;
99      //
100      // label4
101      //
102      this.label4.AutoSize = true;
103      this.label4.Location = new System.Drawing.Point(3, 141);
104      this.label4.Name = "label4";
105      this.label4.Size = new System.Drawing.Size(63, 13);
106      this.label4.TabIndex = 6;
107      this.label4.Text = "Cores used:";
108      //
109      // txtCoresUsed
110      //
111      this.txtCoresUsed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
112            | System.Windows.Forms.AnchorStyles.Right)));
113      this.txtCoresUsed.Location = new System.Drawing.Point(127, 138);
114      this.txtCoresUsed.Name = "txtCoresUsed";
115      this.txtCoresUsed.ReadOnly = true;
116      this.txtCoresUsed.Size = new System.Drawing.Size(379, 20);
117      this.txtCoresUsed.TabIndex = 7;
118      //
119      // tbChangeCores
120      //
121      this.tbChangeCores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
122            | System.Windows.Forms.AnchorStyles.Right)));
123      this.tbChangeCores.BackColor = System.Drawing.SystemColors.Window;
124      this.tbChangeCores.Location = new System.Drawing.Point(127, 164);
125      this.tbChangeCores.Name = "tbChangeCores";
126      this.tbChangeCores.Size = new System.Drawing.Size(379, 45);
127      this.tbChangeCores.TabIndex = 8;
128      this.tbChangeCores.Scroll += new System.EventHandler(this.tbChangeCores_Scroll);
129      //
130      // label5
131      //
132      this.label5.AutoSize = true;
133      this.label5.Location = new System.Drawing.Point(3, 88);
134      this.label5.Name = "label5";
135      this.label5.Size = new System.Drawing.Size(74, 13);
136      this.label5.TabIndex = 9;
137      this.label5.Text = "Instance Size:";
138      //
139      // txtInstanceSize
140      //
141      this.txtInstanceSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
142            | System.Windows.Forms.AnchorStyles.Right)));
143      this.txtInstanceSize.Location = new System.Drawing.Point(127, 85);
144      this.txtInstanceSize.Name = "txtInstanceSize";
145      this.txtInstanceSize.ReadOnly = true;
146      this.txtInstanceSize.Size = new System.Drawing.Size(379, 20);
147      this.txtInstanceSize.TabIndex = 10;
148      //
149      // label6
150      //
151      this.label6.AutoSize = true;
152      this.label6.Location = new System.Drawing.Point(3, 115);
153      this.label6.Name = "label6";
154      this.label6.Size = new System.Drawing.Size(82, 13);
155      this.label6.TabIndex = 11;
156      this.label6.Text = "Instance Count:";
157      //
158      // txtInstanceCount
159      //
160      this.txtInstanceCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
161            | System.Windows.Forms.AnchorStyles.Right)));
162      this.txtInstanceCount.Location = new System.Drawing.Point(127, 112);
163      this.txtInstanceCount.Name = "txtInstanceCount";
164      this.txtInstanceCount.ReadOnly = true;
165      this.txtInstanceCount.Size = new System.Drawing.Size(379, 20);
166      this.txtInstanceCount.TabIndex = 12;
167      //
168      // lblChanges
169      //
170      this.lblChanges.AutoSize = true;
171      this.lblChanges.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172      this.lblChanges.Location = new System.Drawing.Point(127, 216);
173      this.lblChanges.Name = "lblChanges";
174      this.lblChanges.Size = new System.Drawing.Size(0, 13);
175      this.lblChanges.TabIndex = 13;
176      //
177      // DeploymentView
178      //
179      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
180      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
181      this.Controls.Add(this.lblChanges);
182      this.Controls.Add(this.txtInstanceCount);
183      this.Controls.Add(this.label6);
184      this.Controls.Add(this.txtInstanceSize);
185      this.Controls.Add(this.label5);
186      this.Controls.Add(this.tbChangeCores);
187      this.Controls.Add(this.txtCoresUsed);
188      this.Controls.Add(this.label4);
189      this.Controls.Add(this.txtDeploymentStatus);
190      this.Controls.Add(this.label3);
191      this.Controls.Add(this.label2);
192      this.Controls.Add(this.txtDeploymentSlot);
193      this.Controls.Add(this.txtDeploymentName);
194      this.Controls.Add(this.label1);
195      this.Name = "DeploymentView";
196      this.Size = new System.Drawing.Size(509, 242);
197      ((System.ComponentModel.ISupportInitialize)(this.tbChangeCores)).EndInit();
198      this.ResumeLayout(false);
199      this.PerformLayout();
200
201    }
202
203    #endregion
204
205    private System.Windows.Forms.Label label1;
206    private System.Windows.Forms.TextBox txtDeploymentName;
207    private System.Windows.Forms.TextBox txtDeploymentSlot;
208    private System.Windows.Forms.Label label2;
209    private System.Windows.Forms.Label label3;
210    private System.Windows.Forms.TextBox txtDeploymentStatus;
211    private System.Windows.Forms.Label label4;
212    private System.Windows.Forms.TextBox txtCoresUsed;
213    private System.Windows.Forms.TrackBar tbChangeCores;
214    private System.Windows.Forms.Label label5;
215    private System.Windows.Forms.TextBox txtInstanceSize;
216    private System.Windows.Forms.Label label6;
217    private System.Windows.Forms.TextBox txtInstanceCount;
218    private System.Windows.Forms.Label lblChanges;
219  }
220}
Note: See TracBrowser for help on using the repository browser.