Changeset 7390
- Timestamp:
- 01/21/12 16:03:28 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/SubscriptionView.Designer.cs
r7389 r7390 45 45 // 46 46 this.label1.AutoSize = true; 47 this.label1.Location = new System.Drawing.Point(3, 16);47 this.label1.Location = new System.Drawing.Point(3, 6); 48 48 this.label1.Name = "label1"; 49 49 this.label1.Size = new System.Drawing.Size(80, 13); … … 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, 9);57 this.txtSubscriptionId.Location = new System.Drawing.Point(122, 3); 58 58 this.txtSubscriptionId.Name = "txtSubscriptionId"; 59 59 this.txtSubscriptionId.ReadOnly = true; … … 64 64 // 65 65 this.label3.AutoSize = true; 66 this.label3.Location = new System.Drawing.Point(3, 6 4);66 this.label3.Location = new System.Drawing.Point(3, 61); 67 67 this.label3.Name = "label3"; 68 68 this.label3.Size = new System.Drawing.Size(113, 13); … … 74 74 this.txtCertThumbprint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 75 75 | System.Windows.Forms.AnchorStyles.Right))); 76 this.txtCertThumbprint.Location = new System.Drawing.Point(122, 61);76 this.txtCertThumbprint.Location = new System.Drawing.Point(122, 55); 77 77 this.txtCertThumbprint.Name = "txtCertThumbprint"; 78 78 this.txtCertThumbprint.ReadOnly = true; … … 83 83 // 84 84 this.label2.AutoSize = true; 85 this.label2.Location = new System.Drawing.Point(3, 1 80);85 this.label2.Location = new System.Drawing.Point(3, 169); 86 86 this.label2.Name = "label2"; 87 87 this.label2.Size = new System.Drawing.Size(96, 13); … … 92 92 // 93 93 this.cbSaveSubscription.AutoSize = true; 94 this.cbSaveSubscription.Location = new System.Drawing.Point(122, 1 79);94 this.cbSaveSubscription.Location = new System.Drawing.Point(122, 169); 95 95 this.cbSaveSubscription.Name = "cbSaveSubscription"; 96 96 this.cbSaveSubscription.Size = new System.Drawing.Size(15, 14); … … 102 102 // 103 103 this.label4.AutoSize = true; 104 this.label4.Location = new System.Drawing.Point(3, 1 60);104 this.label4.Location = new System.Drawing.Point(3, 149); 105 105 this.label4.Name = "label4"; 106 106 this.label4.Size = new System.Drawing.Size(96, 13); … … 111 111 // 112 112 this.cbDiscoverServices.AutoSize = true; 113 this.cbDiscoverServices.Location = new System.Drawing.Point(122, 1 59);113 this.cbDiscoverServices.Location = new System.Drawing.Point(122, 149); 114 114 this.cbDiscoverServices.Name = "cbDiscoverServices"; 115 115 this.cbDiscoverServices.Size = new System.Drawing.Size(15, 14); … … 126 126 this.gbQuota.Controls.Add(this.lblQuotaCores); 127 127 this.gbQuota.Controls.Add(this.label5); 128 this.gbQuota.Location = new System.Drawing.Point(6, 8 7);128 this.gbQuota.Location = new System.Drawing.Point(6, 81); 129 129 this.gbQuota.Name = "gbQuota"; 130 130 this.gbQuota.Size = new System.Drawing.Size(521, 65); … … 172 172 // 173 173 this.label7.AutoSize = true; 174 this.label7.Location = new System.Drawing.Point(3, 3 8);174 this.label7.Location = new System.Drawing.Point(3, 32); 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, 35);184 this.txtSubscriptionName.Location = new System.Drawing.Point(122, 29); 185 185 this.txtSubscriptionName.Name = "txtSubscriptionName"; 186 186 this.txtSubscriptionName.ReadOnly = true; … … 204 204 this.Controls.Add(this.label1); 205 205 this.Name = "SubscriptionView"; 206 this.Size = new System.Drawing.Size(530, 207);206 this.Size = new System.Drawing.Size(530, 194); 207 207 this.gbQuota.ResumeLayout(false); 208 208 this.gbQuota.PerformLayout();
Note: See TracChangeset
for help on using the changeset viewer.