- Timestamp:
- 03/30/12 16:26:08 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs
r7578 r7676 420 420 this.rbVMSizeSmall.TabStop = true; 421 421 this.rbVMSizeSmall.Text = "Small"; 422 this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0. 04");422 this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.12"); 423 423 this.rbVMSizeSmall.UseVisualStyleBackColor = true; 424 424 // -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddSubscriptionDialog.Designer.cs
r7362 r7676 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddSubscriptionDialog)); 26 27 this.txtCertThumbprint = new System.Windows.Forms.TextBox(); 27 28 this.txtSubscriptionId = new System.Windows.Forms.TextBox(); … … 87 88 this.label1.Location = new System.Drawing.Point(12, 9); 88 89 this.label1.Name = "label1"; 89 this.label1.Size = new System.Drawing.Size(8 0, 13);90 this.label1.Size = new System.Drawing.Size(83, 13); 90 91 this.label1.TabIndex = 21; 91 this.label1.Text = "Subscription Id: ";92 this.label1.Text = "Subscription Id: "; 92 93 // 93 94 // cbSaveSubscription … … 155 156 this.Controls.Add(this.txtCertThumbprint); 156 157 this.Controls.Add(this.txtSubscriptionId); 158 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 157 159 this.Name = "AddSubscriptionDialog"; 158 this.Text = "Add SubscriptionDialog";160 this.Text = "Add Subscription"; 159 161 this.ResumeLayout(false); 160 162 this.PerformLayout(); -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/CloudResourcesView.cs
r7670 r7676 318 318 this.Invoke((MethodInvoker)delegate { lblRefresh.Text = "Refreshing data ..."; }); 319 319 320 // statistics321 Debug.WriteLine("perform update");322 320 CloudManagerClient.Instance.Refresh(); 323 321 -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/SubscriptionView.Designer.cs
r7390 r7676 45 45 // 46 46 this.label1.AutoSize = true; 47 this.label1.Location = new System.Drawing.Point(3, 6);47 this.label1.Location = new System.Drawing.Point(3, 32); 48 48 this.label1.Name = "label1"; 49 this.label1.Size = new System.Drawing.Size(8 0, 13);49 this.label1.Size = new System.Drawing.Size(83, 13); 50 50 this.label1.TabIndex = 8; 51 this.label1.Text = "Subscription Id: ";51 this.label1.Text = "Subscription Id: "; 52 52 // 53 53 // txtSubscriptionId … … 55 55 this.txtSubscriptionId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 56 56 | System.Windows.Forms.AnchorStyles.Right))); 57 this.txtSubscriptionId.Location = new System.Drawing.Point(122, 3);57 this.txtSubscriptionId.Location = new System.Drawing.Point(122, 29); 58 58 this.txtSubscriptionId.Name = "txtSubscriptionId"; 59 59 this.txtSubscriptionId.ReadOnly = true; … … 172 172 // 173 173 this.label7.AutoSize = true; 174 this.label7.Location = new System.Drawing.Point(3, 32);174 this.label7.Location = new System.Drawing.Point(3, 6); 175 175 this.label7.Name = "label7"; 176 176 this.label7.Size = new System.Drawing.Size(99, 13); … … 182 182 this.txtSubscriptionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 183 183 | System.Windows.Forms.AnchorStyles.Right))); 184 this.txtSubscriptionName.Location = new System.Drawing.Point(122, 29);184 this.txtSubscriptionName.Location = new System.Drawing.Point(122, 3); 185 185 this.txtSubscriptionName.Name = "txtSubscriptionName"; 186 186 this.txtSubscriptionName.ReadOnly = true;
Note: See TracChangeset
for help on using the changeset viewer.