Changeset 5788
- Timestamp:
- 03/22/11 13:09:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
r5693 r5788 55 55 // initializationGroupBox 56 56 // 57 this.initializationGroupBox.Location = new System.Drawing.Point( 3, 131);58 this.initializationGroupBox.Size = new System.Drawing.Size(3 99, 73);57 this.initializationGroupBox.Location = new System.Drawing.Point(6, 7); 58 this.initializationGroupBox.Size = new System.Drawing.Size(379, 73); 59 59 // 60 60 // mutationGroupBox 61 61 // 62 this.mutationGroupBox.Location = new System.Drawing.Point(6, 210);63 this.mutationGroupBox.Size = new System.Drawing.Size(3 96, 73);62 this.mutationGroupBox.Location = new System.Drawing.Point(6, 86); 63 this.mutationGroupBox.Size = new System.Drawing.Size(379, 73); 64 64 // 65 65 // initialFrequencyLabel 66 66 // 67 this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);68 67 this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees"); 69 68 // … … 71 70 // 72 71 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 73 this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);74 72 // 75 73 // nameTextBox … … 77 75 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 78 76 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 79 this.nameTextBox.Size = new System.Drawing.Size(285, 20);80 77 // 81 78 // descriptionTextBox 82 79 // 83 80 this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 84 this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);85 81 // 86 82 // minTimeOffsetLabel … … 128 124 this.Name = "LaggedVariableView"; 129 125 this.Size = new System.Drawing.Size(408, 292); 130 this.Controls.SetChildIndex(this.initializationGroupBox, 0); 126 this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0); 127 this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0); 128 this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0); 129 this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0); 131 130 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 132 131 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); … … 135 134 this.Controls.SetChildIndex(this.nameTextBox, 0); 136 135 this.Controls.SetChildIndex(this.descriptionTextBox, 0); 137 this.Controls.SetChildIndex(this.mutationGroupBox, 0);138 this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);139 this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);140 this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);141 this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);142 136 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 143 137 this.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.