Changeset 18069 for branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/StructureTemplateView.Designer.cs
- Timestamp:
- 10/19/21 13:39:44 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/StructureTemplateView.Designer.cs
r18068 r18069 32 32 this.infoLabel = new System.Windows.Forms.Label(); 33 33 this.templateStructureGroupBox = new System.Windows.Forms.GroupBox(); 34 this.linearScalingCheckBox = new System.Windows.Forms.CheckBox(); 34 35 this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart(); 35 36 this.splitContainer = new System.Windows.Forms.SplitContainer(); … … 48 49 this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 49 50 | System.Windows.Forms.AnchorStyles.Right))); 50 this.expressionInput.Location = new System.Drawing.Point( 6, 19);51 this.expressionInput.Location = new System.Drawing.Point(3, 19); 51 52 this.expressionInput.Name = "expressionInput"; 52 this.expressionInput.Size = new System.Drawing.Size(2 88, 20);53 this.expressionInput.Size = new System.Drawing.Size(291, 20); 53 54 this.expressionInput.TabIndex = 1; 54 55 this.expressionInput.TextChanged += new System.EventHandler(this.ExpressionInputTextChanged); 56 this.expressionInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ExpressionInputKeyUp); 55 57 // 56 58 // parseButton 57 59 // 58 this.parseButton.Location = new System.Drawing.Point( 6, 45);60 this.parseButton.Location = new System.Drawing.Point(3, 45); 59 61 this.parseButton.Name = "parseButton"; 60 this.parseButton.Size = new System.Drawing.Size(14 3, 23);62 this.parseButton.Size = new System.Drawing.Size(140, 23); 61 63 this.parseButton.TabIndex = 3; 62 64 this.parseButton.Text = "Parse"; … … 64 66 this.parseButton.Click += new System.EventHandler(this.ParseButtonClick); 65 67 // 66 // errorLabel68 // infoLabel 67 69 // 68 70 this.infoLabel.AutoSize = true; 69 this.infoLabel.Location = new System.Drawing.Point(155, 50); 70 this.infoLabel.Name = "errorLabel"; 71 this.infoLabel.BackColor = System.Drawing.Color.White; 72 this.infoLabel.Location = new System.Drawing.Point(3, 74); 73 this.infoLabel.Name = "infoLabel"; 71 74 this.infoLabel.Size = new System.Drawing.Size(54, 13); 72 75 this.infoLabel.TabIndex = 4; … … 75 78 // templateStructureGroupBox 76 79 // 80 this.templateStructureGroupBox.Controls.Add(this.linearScalingCheckBox); 81 this.templateStructureGroupBox.Controls.Add(this.infoLabel); 77 82 this.templateStructureGroupBox.Controls.Add(this.treeChart); 78 83 this.templateStructureGroupBox.Controls.Add(this.parseButton); 79 this.templateStructureGroupBox.Controls.Add(this.infoLabel);80 84 this.templateStructureGroupBox.Controls.Add(this.expressionInput); 81 85 this.templateStructureGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; … … 87 91 this.templateStructureGroupBox.Text = "Template Structure"; 88 92 // 93 // linearScalingCheckBox 94 // 95 this.linearScalingCheckBox.AutoSize = true; 96 this.linearScalingCheckBox.Location = new System.Drawing.Point(149, 49); 97 this.linearScalingCheckBox.Name = "linearScalingCheckBox"; 98 this.linearScalingCheckBox.Size = new System.Drawing.Size(122, 17); 99 this.linearScalingCheckBox.TabIndex = 8; 100 this.linearScalingCheckBox.Text = "Apply Linear Scaling"; 101 this.linearScalingCheckBox.UseVisualStyleBackColor = true; 102 this.linearScalingCheckBox.CheckStateChanged += new System.EventHandler(this.LinearScalingCheckBoxCheckStateChanged); 103 // 89 104 // treeChart 90 105 // … … 94 109 this.treeChart.BackgroundColor = System.Drawing.Color.White; 95 110 this.treeChart.LineColor = System.Drawing.Color.Black; 96 this.treeChart.Location = new System.Drawing.Point( 6, 74);111 this.treeChart.Location = new System.Drawing.Point(3, 74); 97 112 this.treeChart.MinimumHorizontalDistance = 30; 98 113 this.treeChart.MinimumHorizontalPadding = 20; … … 102 117 this.treeChart.PreferredNodeHeight = 46; 103 118 this.treeChart.PreferredNodeWidth = 70; 104 this.treeChart.Size = new System.Drawing.Size(2 88, 320);119 this.treeChart.Size = new System.Drawing.Size(291, 320); 105 120 this.treeChart.SuspendRepaint = false; 106 121 this.treeChart.TabIndex = 7; … … 180 195 private MainForm.WindowsForms.ViewHost viewHost; 181 196 private System.Windows.Forms.GroupBox detailsGroupBox; 197 private System.Windows.Forms.CheckBox linearScalingCheckBox; 182 198 } 183 199 }
Note: See TracChangeset
for help on using the changeset viewer.