Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TreeSimplifierView/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionTreeNodeChangeValueDialog.Designer.cs @ 7784

Last change on this file since 7784 was 7784, checked in by bburlacu, 12 years ago

#1832: Moved replacement and impact values calculation code from view to separate files. Implemented simplifier actions: copy, cut, delete, insert node/subtree.

File size: 7.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
23  partial class ValueChangeDialog {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.originalValueLabel = new System.Windows.Forms.Label();
49      this.oldValueTextBox = new System.Windows.Forms.TextBox();
50      this.newValueTextBox = new System.Windows.Forms.TextBox();
51      this.newValueLabel = new System.Windows.Forms.Label();
52      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
53      this.variableNameLabel = new System.Windows.Forms.Label();
54      this.variableNamesCombo = new System.Windows.Forms.ComboBox();
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.SuspendLayout();
57      //
58      // originalValueLabel
59      //
60      this.originalValueLabel.AutoSize = true;
61      this.originalValueLabel.Location = new System.Drawing.Point(14, 15);
62      this.originalValueLabel.Name = "originalValueLabel";
63      this.originalValueLabel.Size = new System.Drawing.Size(72, 13);
64      this.originalValueLabel.TabIndex = 2;
65      this.originalValueLabel.Text = "Original Value";
66      //
67      // oldValueTextBox
68      //
69      this.oldValueTextBox.Location = new System.Drawing.Point(123, 12);
70      this.oldValueTextBox.Name = "oldValueTextBox";
71      this.oldValueTextBox.ReadOnly = true;
72      this.oldValueTextBox.Size = new System.Drawing.Size(131, 20);
73      this.oldValueTextBox.TabIndex = 3;
74      //
75      // newValueTextBox
76      //
77      this.newValueTextBox.Location = new System.Drawing.Point(123, 38);
78      this.newValueTextBox.Name = "newValueTextBox";
79      this.newValueTextBox.Size = new System.Drawing.Size(131, 20);
80      this.newValueTextBox.TabIndex = 0;
81      this.newValueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.childControl_KeyDown);
82      this.newValueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.newValueTextBox_Validating);
83      this.newValueTextBox.Validated += new System.EventHandler(this.newValueTextBox_Validated);
84      //
85      // newValueLabel
86      //
87      this.newValueLabel.AutoSize = true;
88      this.newValueLabel.Location = new System.Drawing.Point(14, 41);
89      this.newValueLabel.Name = "newValueLabel";
90      this.newValueLabel.Size = new System.Drawing.Size(59, 13);
91      this.newValueLabel.TabIndex = 5;
92      this.newValueLabel.Text = "New Value";
93      //
94      // errorProvider
95      //
96      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
97      this.errorProvider.ContainerControl = this;
98      this.errorProvider.RightToLeft = true;
99      //
100      // variableNameLabel
101      //
102      this.variableNameLabel.AutoSize = true;
103      this.variableNameLabel.Location = new System.Drawing.Point(14, 74);
104      this.variableNameLabel.Name = "variableNameLabel";
105      this.variableNameLabel.Size = new System.Drawing.Size(76, 13);
106      this.variableNameLabel.TabIndex = 6;
107      this.variableNameLabel.Text = "Variable Name";
108      this.variableNameLabel.Visible = false;
109      //
110      // variableNamesCombo
111      //
112      this.variableNamesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
113      this.variableNamesCombo.FormattingEnabled = true;
114      this.variableNamesCombo.Location = new System.Drawing.Point(123, 71);
115      this.variableNamesCombo.Name = "variableNamesCombo";
116      this.variableNamesCombo.Size = new System.Drawing.Size(131, 21);
117      this.variableNamesCombo.TabIndex = 7;
118      this.variableNamesCombo.Visible = false;
119      this.variableNamesCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.childControl_KeyDown);
120      this.variableNamesCombo.Validating += new System.ComponentModel.CancelEventHandler(this.variableNamesCombo_Validating);
121      this.variableNamesCombo.Validated += new System.EventHandler(this.variableNamesCombo_Validated);
122      //
123      // ValueChangeDialog
124      //
125      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
126      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
127      this.AutoSize = true;
128      this.ClientSize = new System.Drawing.Size(269, 103);
129      this.Controls.Add(this.variableNamesCombo);
130      this.Controls.Add(this.variableNameLabel);
131      this.Controls.Add(this.newValueLabel);
132      this.Controls.Add(this.newValueTextBox);
133      this.Controls.Add(this.oldValueTextBox);
134      this.Controls.Add(this.originalValueLabel);
135      this.MaximizeBox = false;
136      this.MinimizeBox = false;
137      this.Name = "ValueChangeDialog";
138      this.ShowIcon = false;
139      this.ShowInTaskbar = false;
140      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
141      this.Text = "Change Value or Weight";
142      this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ValueChangeDialog_KeyDown);
143      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
144      this.ResumeLayout(false);
145      this.PerformLayout();
146
147    }
148
149    #endregion
150
151    private System.Windows.Forms.Label originalValueLabel;
152    private System.Windows.Forms.TextBox oldValueTextBox;
153    private System.Windows.Forms.TextBox newValueTextBox;
154    private System.Windows.Forms.Label newValueLabel;
155    private System.Windows.Forms.ErrorProvider errorProvider;
156    private System.Windows.Forms.ComboBox variableNamesCombo;
157    private System.Windows.Forms.Label variableNameLabel;
158  }
159}
Note: See TracBrowser for help on using the repository browser.