Changeset 7967 for trunk/sources/HeuristicLab.Core.Views/3.3
- Timestamp:
- 06/05/12 12:41:58 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Core.Views/3.3
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/CheckedItemCollectionView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 base.itemsListView.CheckBoxes = true; 50 50 base.itemsListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(itemsListView_ItemCheck); -
trunk/sources/HeuristicLab.Core.Views/3.3/CheckedItemListView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 base.itemsListView.CheckBoxes = true; 50 50 base.itemsListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(itemsListView_ItemCheck); -
trunk/sources/HeuristicLab.Core.Views/3.3/Clipboard.Designer.cs
r7259 r7967 178 178 // 179 179 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 180 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;180 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 181 181 this.Controls.Add(this.sortDescendingButton); 182 182 this.Controls.Add(this.sortAscendingButton); -
trunk/sources/HeuristicLab.Core.Views/3.3/CreateParameterDialog.Designer.cs
r7259 r7967 133 133 this.AcceptButton = this.okButton; 134 134 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 135 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;135 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 136 136 this.CancelButton = this.cancelButton; 137 137 this.ClientSize = new System.Drawing.Size(542, 562); -
trunk/sources/HeuristicLab.Core.Views/3.3/EngineView.Designer.cs
r7259 r7967 83 83 // 84 84 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 86 86 this.Controls.Add(this.executionTimeTextBox); 87 87 this.Controls.Add(this.executionTimeLabel); -
trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.Designer.cs
r7259 r7967 47 47 private void InitializeComponent() { 48 48 components = new System.ComponentModel.Container(); 49 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;49 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 50 50 } 51 51 -
trunk/sources/HeuristicLab.Core.Views/3.3/LogView.Designer.cs
r7259 r7967 90 90 // 91 91 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 92 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;92 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 93 93 this.Controls.Add(this.clearButton); 94 94 this.Controls.Add(this.logTextBox); -
trunk/sources/HeuristicLab.Core.Views/3.3/NamedItemView.Designer.cs
r7259 r7967 94 94 // 95 95 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 96 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;96 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 97 97 this.Controls.Add(this.infoLabel); 98 98 this.Controls.Add(this.nameTextBox); -
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorCollectionView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorGraphView.Designer.cs
r7259 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.splitContainer); 138 138 this.Name = "OperatorGraphView"; -
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorListView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorSetView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.Designer.cs
r7259 r7967 101 101 // 102 102 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 103 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;103 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 104 104 this.Controls.Add(this.graphTreeView); 105 105 this.Name = "OperatorTreeView"; -
trunk/sources/HeuristicLab.Core.Views/3.3/OperatorsSidebar.Designer.cs
r7259 r7967 60 60 // 61 61 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 62 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;62 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 63 63 this.Caption = "Operators"; 64 64 this.Controls.Add(this.typeSelector); -
trunk/sources/HeuristicLab.Core.Views/3.3/ParameterCollectionView.Designer.cs
r7259 r7967 88 88 // ParameterCollectionView 89 89 // 90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 91 91 this.Name = "ParameterCollectionView"; 92 92 this.splitContainer.Panel1.ResumeLayout(false); -
trunk/sources/HeuristicLab.Core.Views/3.3/ParameterizedNamedItemView.Designer.cs
r7259 r7967 76 76 // 77 77 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 79 79 this.Controls.Add(this.parameterCollectionView); 80 80 this.Name = "ParameterizedNamedItemView"; -
trunk/sources/HeuristicLab.Core.Views/3.3/ScopeListView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
trunk/sources/HeuristicLab.Core.Views/3.3/ScopeView.Designer.cs
r7259 r7967 107 107 // 108 108 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 109 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;109 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 110 110 this.Controls.Add(this.splitContainer); 111 111 this.Name = "ScopeView"; -
trunk/sources/HeuristicLab.Core.Views/3.3/TextDialog.Designer.cs
r7259 r7967 89 89 // 90 90 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 91 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;91 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 92 92 this.CancelButton = this.cancelButton; 93 93 this.ClientSize = new System.Drawing.Size(636, 344); -
trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs
r7259 r7967 217 217 // 218 218 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 219 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;219 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 220 220 this.Controls.Add(this.typesGroupBox); 221 221 this.Name = "TypeSelector"; -
trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelectorDialog.Designer.cs
r7259 r7967 86 86 this.AcceptButton = this.okButton; 87 87 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 88 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;88 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 89 89 this.CancelButton = this.cancelButton; 90 90 this.ClientSize = new System.Drawing.Size(608, 573); -
trunk/sources/HeuristicLab.Core.Views/3.3/ValueParameterCollectionView.Designer.cs
r7259 r7967 35 35 private void InitializeComponent() { 36 36 components = new System.ComponentModel.Container(); 37 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;37 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 38 38 } 39 39 -
trunk/sources/HeuristicLab.Core.Views/3.3/VariableCollectionView.Designer.cs
r7259 r7967 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
trunk/sources/HeuristicLab.Core.Views/3.3/VariableValueView.Designer.cs
r7259 r7967 82 82 this.AllowDrop = true; 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.Controls.Add(this.infoLabel); 86 86 this.Controls.Add(this.viewHost); -
trunk/sources/HeuristicLab.Core.Views/3.3/VariableView.Designer.cs
r7259 r7967 145 145 // 146 146 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 147 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;147 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 148 148 this.Controls.Add(this.valueGroupBox); 149 149 this.Controls.Add(this.dataTypeLabel);
Note: See TracChangeset
for help on using the changeset viewer.