- Timestamp:
- 06/05/12 12:41:58 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobManagerView.Designer.cs
r7259 r7967 75 75 // 76 76 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 77 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;77 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 78 78 this.Controls.Add(this.refreshButton); 79 79 this.Controls.Add(this.hiveExperimentListView); -
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobPermissionListView.Designer.cs
r6976 r7967 25 25 private void InitializeComponent() { 26 26 components = new System.ComponentModel.Container(); 27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 28 28 } 29 29 -
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobPermissionView.Designer.cs
r6976 r7967 77 77 // 78 78 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 79 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;79 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 80 80 this.Controls.Add(this.usernameLabel); 81 81 this.Controls.Add(this.permissionComboBox); -
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.Designer.cs
r7910 r7967 134 134 // 135 135 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 136 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;136 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 137 137 this.Controls.Add(this.resourcesGroupBox); 138 138 this.Name = "HiveResourceSelector"; -
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs
r7910 r7967 82 82 this.AcceptButton = this.okButton; 83 83 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 84 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;84 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 85 85 this.CancelButton = this.cancelButton; 86 86 this.ClientSize = new System.Drawing.Size(573, 644); -
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobListView.Designer.cs
r6976 r7967 25 25 private void InitializeComponent() { 26 26 components = new System.ComponentModel.Container(); 27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 28 28 } 29 29 -
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs
r7910 r7967 451 451 // 452 452 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 453 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;453 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 454 454 this.Controls.Add(this.searchButton); 455 455 this.Controls.Add(this.isPrivilegedCheckBox);
Note: See TracChangeset
for help on using the changeset viewer.