Changeset 6893 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs
- Timestamp:
- 10/09/11 01:47:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs
r6823 r6893 63 63 this.txtId = new System.Windows.Forms.TextBox(); 64 64 this.label2 = new System.Windows.Forms.Label(); 65 this.label3 = new System.Windows.Forms.Label(); 66 this.txtHbIntervall = new System.Windows.Forms.TextBox(); 65 67 this.SuspendLayout(); 66 68 // … … 70 72 | System.Windows.Forms.AnchorStyles.Right))); 71 73 this.txtSlaveState.Enabled = false; 72 this.txtSlaveState.Location = new System.Drawing.Point(1 02, 190);74 this.txtSlaveState.Location = new System.Drawing.Point(146, 216); 73 75 this.txtSlaveState.Name = "txtSlaveState"; 74 this.txtSlaveState.Size = new System.Drawing.Size( 267, 20);76 this.txtSlaveState.Size = new System.Drawing.Size(390, 20); 75 77 this.txtSlaveState.TabIndex = 27; 76 78 // … … 80 82 | System.Windows.Forms.AnchorStyles.Right))); 81 83 this.txtOS.Enabled = false; 82 this.txtOS.Location = new System.Drawing.Point(1 02, 164);84 this.txtOS.Location = new System.Drawing.Point(146, 190); 83 85 this.txtOS.Name = "txtOS"; 84 this.txtOS.Size = new System.Drawing.Size( 267, 20);86 this.txtOS.Size = new System.Drawing.Size(390, 20); 85 87 this.txtOS.TabIndex = 26; 86 88 // … … 88 90 // 89 91 this.label15.AutoSize = true; 90 this.label15.Location = new System.Drawing.Point(3, 193);92 this.label15.Location = new System.Drawing.Point(3, 219); 91 93 this.label15.Name = "label15"; 92 94 this.label15.Size = new System.Drawing.Size(35, 13); … … 97 99 // 98 100 this.label14.AutoSize = true; 99 this.label14.Location = new System.Drawing.Point(3, 1 67);101 this.label14.Location = new System.Drawing.Point(3, 193); 100 102 this.label14.Name = "label14"; 101 103 this.label14.Size = new System.Drawing.Size(93, 13); … … 108 110 | System.Windows.Forms.AnchorStyles.Right))); 109 111 this.txtDetailsDescription.Enabled = false; 110 this.txtDetailsDescription.Location = new System.Drawing.Point(1 02, 60);112 this.txtDetailsDescription.Location = new System.Drawing.Point(146, 86); 111 113 this.txtDetailsDescription.Name = "txtDetailsDescription"; 112 this.txtDetailsDescription.Size = new System.Drawing.Size( 267, 20);114 this.txtDetailsDescription.Size = new System.Drawing.Size(390, 20); 113 115 this.txtDetailsDescription.TabIndex = 23; 114 116 // … … 116 118 // 117 119 this.label13.AutoSize = true; 118 this.label13.Location = new System.Drawing.Point(3, 63);120 this.label13.Location = new System.Drawing.Point(3, 89); 119 121 this.label13.Name = "label13"; 120 122 this.label13.Size = new System.Drawing.Size(63, 13); … … 126 128 this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 127 129 | System.Windows.Forms.AnchorStyles.Right))); 128 this.txtName.Location = new System.Drawing.Point(1 02, 8);130 this.txtName.Location = new System.Drawing.Point(146, 8); 129 131 this.txtName.Name = "txtName"; 130 this.txtName.Size = new System.Drawing.Size( 267, 20);132 this.txtName.Size = new System.Drawing.Size(390, 20); 131 133 this.txtName.TabIndex = 21; 132 134 this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); … … 137 139 | System.Windows.Forms.AnchorStyles.Right))); 138 140 this.txtCPU.Enabled = false; 139 this.txtCPU.Location = new System.Drawing.Point(1 02, 86);141 this.txtCPU.Location = new System.Drawing.Point(146, 112); 140 142 this.txtCPU.Name = "txtCPU"; 141 this.txtCPU.Size = new System.Drawing.Size( 267, 20);143 this.txtCPU.Size = new System.Drawing.Size(390, 20); 142 144 this.txtCPU.TabIndex = 20; 143 145 // … … 147 149 | System.Windows.Forms.AnchorStyles.Right))); 148 150 this.txtMemory.Enabled = false; 149 this.txtMemory.Location = new System.Drawing.Point(1 02, 112);151 this.txtMemory.Location = new System.Drawing.Point(146, 138); 150 152 this.txtMemory.Name = "txtMemory"; 151 this.txtMemory.Size = new System.Drawing.Size( 267, 20);153 this.txtMemory.Size = new System.Drawing.Size(390, 20); 152 154 this.txtMemory.TabIndex = 19; 153 155 // … … 157 159 | System.Windows.Forms.AnchorStyles.Right))); 158 160 this.txtLastHeartbeat.Enabled = false; 159 this.txtLastHeartbeat.Location = new System.Drawing.Point(1 02, 216);161 this.txtLastHeartbeat.Location = new System.Drawing.Point(146, 242); 160 162 this.txtLastHeartbeat.Name = "txtLastHeartbeat"; 161 this.txtLastHeartbeat.Size = new System.Drawing.Size( 267, 20);163 this.txtLastHeartbeat.Size = new System.Drawing.Size(390, 20); 162 164 this.txtLastHeartbeat.TabIndex = 18; 163 165 // … … 165 167 // 166 168 this.label12.AutoSize = true; 167 this.label12.Location = new System.Drawing.Point(3, 2 19);169 this.label12.Location = new System.Drawing.Point(3, 245); 168 170 this.label12.Name = "label12"; 169 171 this.label12.Size = new System.Drawing.Size(80, 13); … … 174 176 // 175 177 this.label11.AutoSize = true; 176 this.label11.Location = new System.Drawing.Point(3, 1 15);178 this.label11.Location = new System.Drawing.Point(3, 141); 177 179 this.label11.Name = "label11"; 178 180 this.label11.Size = new System.Drawing.Size(47, 13); … … 183 185 // 184 186 this.label10.AutoSize = true; 185 this.label10.Location = new System.Drawing.Point(3, 89);187 this.label10.Location = new System.Drawing.Point(3, 115); 186 188 this.label10.Name = "label10"; 187 189 this.label10.Size = new System.Drawing.Size(32, 13); … … 201 203 // 202 204 this.label1.AutoSize = true; 203 this.label1.Location = new System.Drawing.Point(3, 1 41);205 this.label1.Location = new System.Drawing.Point(3, 167); 204 206 this.label1.Name = "label1"; 205 207 this.label1.Size = new System.Drawing.Size(70, 13); … … 212 214 | System.Windows.Forms.AnchorStyles.Right))); 213 215 this.txtFreeMemory.Enabled = false; 214 this.txtFreeMemory.Location = new System.Drawing.Point(1 02, 138);216 this.txtFreeMemory.Location = new System.Drawing.Point(146, 164); 215 217 this.txtFreeMemory.Name = "txtFreeMemory"; 216 this.txtFreeMemory.Size = new System.Drawing.Size( 267, 20);218 this.txtFreeMemory.Size = new System.Drawing.Size(390, 20); 217 219 this.txtFreeMemory.TabIndex = 29; 218 220 // … … 222 224 | System.Windows.Forms.AnchorStyles.Right))); 223 225 this.txtId.Enabled = false; 224 this.txtId.Location = new System.Drawing.Point(1 02, 34);226 this.txtId.Location = new System.Drawing.Point(146, 60); 225 227 this.txtId.Name = "txtId"; 226 this.txtId.Size = new System.Drawing.Size( 267, 20);228 this.txtId.Size = new System.Drawing.Size(390, 20); 227 229 this.txtId.TabIndex = 30; 228 230 // … … 230 232 // 231 233 this.label2.AutoSize = true; 232 this.label2.Location = new System.Drawing.Point(3, 37);234 this.label2.Location = new System.Drawing.Point(3, 63); 233 235 this.label2.Name = "label2"; 234 236 this.label2.Size = new System.Drawing.Size(19, 13); … … 236 238 this.label2.Text = "Id:"; 237 239 // 240 // label3 241 // 242 this.label3.AutoSize = true; 243 this.label3.Location = new System.Drawing.Point(3, 37); 244 this.label3.Name = "label3"; 245 this.label3.Size = new System.Drawing.Size(137, 13); 246 this.label3.TabIndex = 32; 247 this.label3.Text = "Heartbeat Intervall (in sec) :"; 248 // 249 // txtHbIntervall 250 // 251 this.txtHbIntervall.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 252 | System.Windows.Forms.AnchorStyles.Right))); 253 this.txtHbIntervall.Location = new System.Drawing.Point(146, 34); 254 this.txtHbIntervall.Name = "txtHbIntervall"; 255 this.txtHbIntervall.Size = new System.Drawing.Size(390, 20); 256 this.txtHbIntervall.TabIndex = 33; 257 this.txtHbIntervall.TextChanged += new System.EventHandler(this.txtHbIntervall_TextChanged); 258 // 238 259 // SlaveView 239 260 // 240 261 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 241 262 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 263 this.Controls.Add(this.txtHbIntervall); 264 this.Controls.Add(this.label3); 242 265 this.Controls.Add(this.label2); 243 266 this.Controls.Add(this.txtId); … … 259 282 this.Controls.Add(this.label9); 260 283 this.Name = "SlaveView"; 261 this.Size = new System.Drawing.Size( 372, 241);284 this.Size = new System.Drawing.Size(539, 267); 262 285 this.ResumeLayout(false); 263 286 this.PerformLayout(); … … 285 308 private System.Windows.Forms.TextBox txtId; 286 309 private System.Windows.Forms.Label label2; 310 private System.Windows.Forms.Label label3; 311 private System.Windows.Forms.TextBox txtHbIntervall; 287 312 } 288 313 }
Note: See TracChangeset
for help on using the changeset viewer.