Changeset 17411 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/NumericRangeControl.Designer.cs
- Timestamp:
- 01/28/20 16:21:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/NumericRangeControl.Designer.cs
r17410 r17411 43 43 this.textBoxFrom.Size = new System.Drawing.Size(164, 20); 44 44 this.textBoxFrom.TabIndex = 2; 45 this.textBoxFrom.Leave += new System.EventHandler(this.textBoxFrom_Leave);46 45 // 47 46 // label6 … … 81 80 this.checkBoxFrom.TabIndex = 4; 82 81 this.checkBoxFrom.UseVisualStyleBackColor = true; 83 this.checkBoxFrom.CheckStateChanged += new System.EventHandler(this.checkBoxFrom_CheckStateChanged);84 82 // 85 83 // checkBoxTo … … 91 89 this.checkBoxTo.TabIndex = 7; 92 90 this.checkBoxTo.UseVisualStyleBackColor = true; 93 this.checkBoxTo.CheckStateChanged += new System.EventHandler(this.checkBoxTo_CheckStateChanged);94 91 // 95 92 // textBoxTo … … 102 99 this.textBoxTo.Size = new System.Drawing.Size(164, 20); 103 100 this.textBoxTo.TabIndex = 6; 104 this.textBoxTo.Leave += new System.EventHandler(this.textBoxTo_Leave);105 101 // 106 102 // label1
Note: See TracChangeset
for help on using the changeset viewer.