Changeset 15017 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.Designer.cs
- Timestamp:
- 06/01/17 09:28:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.Designer.cs
r14727 r15017 26 26 this.groupBox1 = new System.Windows.Forms.GroupBox(); 27 27 this.expressionsTreeView = new System.Windows.Forms.TreeView(); 28 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();29 28 this.groupBox1.SuspendLayout(); 30 29 this.SuspendLayout(); 31 30 // 32 // nameTextBox33 //34 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);35 this.errorProvider.SetIconPadding(this.nameTextBox, 2);36 this.nameTextBox.Size = new System.Drawing.Size(244, 20);37 //38 // infoLabel39 //40 this.infoLabel.Location = new System.Drawing.Point(308, 3);41 //42 31 // groupBox1 43 32 // 44 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)45 | System.Windows.Forms.AnchorStyles.Left)46 | System.Windows.Forms.AnchorStyles.Right)));47 33 this.groupBox1.Controls.Add(this.expressionsTreeView); 48 this.groupBox1.Location = new System.Drawing.Point(6, 26); 34 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 35 this.groupBox1.Location = new System.Drawing.Point(0, 0); 49 36 this.groupBox1.Name = "groupBox1"; 50 this.groupBox1.Size = new System.Drawing.Size(3 18, 426);37 this.groupBox1.Size = new System.Drawing.Size(327, 455); 51 38 this.groupBox1.TabIndex = 3; 52 39 this.groupBox1.TabStop = false; … … 55 42 // expressionsTreeView 56 43 // 57 this.expressionsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)58 | System.Windows.Forms.AnchorStyles.Left)59 | System.Windows.Forms.AnchorStyles.Right)));60 44 this.expressionsTreeView.CheckBoxes = true; 61 this.expressionsTreeView.Location = new System.Drawing.Point(6, 19); 45 this.expressionsTreeView.Dock = System.Windows.Forms.DockStyle.Fill; 46 this.expressionsTreeView.Location = new System.Drawing.Point(3, 16); 62 47 this.expressionsTreeView.Name = "expressionsTreeView"; 63 this.expressionsTreeView.Size = new System.Drawing.Size(3 06, 401);48 this.expressionsTreeView.Size = new System.Drawing.Size(321, 436); 64 49 this.expressionsTreeView.TabIndex = 0; 65 50 // … … 71 56 this.Name = "ExpressionSelectionView"; 72 57 this.Size = new System.Drawing.Size(327, 455); 73 this.Controls.SetChildIndex(this.nameLabel, 0);74 this.Controls.SetChildIndex(this.nameTextBox, 0);75 this.Controls.SetChildIndex(this.infoLabel, 0);76 this.Controls.SetChildIndex(this.groupBox1, 0);77 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();78 58 this.groupBox1.ResumeLayout(false); 79 59 this.ResumeLayout(false); 80 this.PerformLayout();81 60 82 61 }
Note: See TracChangeset
for help on using the changeset viewer.