Changeset 7967 for trunk/sources/HeuristicLab.Clients.Hive.Administrator
- Timestamp:
- 06/05/12 12:41:58 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/HiveAdministratorView.Designer.cs
r7259 r7967 81 81 // 82 82 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 83 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;83 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 84 84 this.Controls.Add(this.tabAdmin); 85 85 this.Name = "HiveAdministrationView"; -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
r7257 r7967 235 235 // 236 236 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 237 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;237 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 238 238 this.ClientSize = new System.Drawing.Size(393, 243); 239 239 this.Controls.Add(this.gbWeekly); -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
r7259 r7967 237 237 // 238 238 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 239 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;239 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 240 240 this.Controls.Add(this.splitSlaves); 241 241 this.Name = "ResourcesView"; -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs
r7259 r7967 252 252 // 253 253 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 254 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;254 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 255 255 this.Controls.Add(this.dvOnline); 256 256 this.Controls.Add(this.groupBox1); -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs
r7857 r7967 281 281 // 282 282 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 283 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;283 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 284 284 this.Controls.Add(this.label4); 285 285 this.Controls.Add(this.cbxDisposable);
Note: See TracChangeset
for help on using the changeset viewer.