- Timestamp:
- 01/08/11 01:47:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.Designer.cs
r4522 r5237 26 26 /// </summary> 27 27 private System.ComponentModel.IContainer components = null; 28 29 /// <summary>30 /// Clean up any resources being used.31 /// </summary>32 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>33 protected override void Dispose(bool disposing) {34 if (disposing) {35 if (typeSelectorDialog != null) typeSelectorDialog.Dispose();36 if (components != null) components.Dispose();37 }38 base.Dispose(disposing);39 }40 28 41 29 #region Component Designer generated code … … 120 108 this.valueViewHost.Size = new System.Drawing.Size(374, 182); 121 109 this.valueViewHost.TabIndex = 3; 122 this.valueViewHost.ViewType = null; 110 this.valueViewHost.ViewType = null; 123 111 // 124 112 // clearValueButton
Note: See TracChangeset
for help on using the changeset viewer.