Changeset 6805
- Timestamp:
- 09/20/11 12:33:15 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
r6803 r6805 111 111 // parametersTabPage 112 112 // 113 this.parametersTabPage.Size = new System.Drawing.Size(400, 1 64);113 this.parametersTabPage.Size = new System.Drawing.Size(400, 149); 114 114 // 115 115 // tabControl … … 170 170 // minTimeOffsetTextBox 171 171 // 172 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 173 | System.Windows.Forms.AnchorStyles.Right))); 172 174 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127); 173 175 this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox"; … … 178 180 // maxTimeOffsetTextBox 179 181 // 182 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 183 | System.Windows.Forms.AnchorStyles.Right))); 180 184 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153); 181 185 this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox"; -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/TimeLagView.Designer.cs
r6803 r6805 73 73 // 74 74 this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 75 this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20); 75 76 // 76 77 // maximumArityTextBox 77 78 // 78 79 this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 80 this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20); 79 81 // 80 82 // nameTextBox … … 108 110 // minTimeOffsetTextBox 109 111 // 112 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 113 | System.Windows.Forms.AnchorStyles.Right))); 110 114 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127); 111 115 this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox"; … … 116 120 // maxTimeOffsetTextBox 117 121 // 122 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 123 | System.Windows.Forms.AnchorStyles.Right))); 118 124 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153); 119 125 this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
Note: See TracChangeset
for help on using the changeset viewer.