Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Robocode/HeuristicLab.Problems.Robocode/Symbols/CodeNodeView.Designer.cs @ 9598

Last change on this file since 9598 was 9565, checked in by melkaref, 12 years ago

Robocode Plugin code without Mutation Operators

File size: 7.1 KB
Line 
1namespace HeuristicLab.Problems.Robocode
2{
3    partial class CodeNodeView
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Component Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.prefixCode = new System.Windows.Forms.TextBox();
32            this.prefixLabel = new System.Windows.Forms.Label();
33            this.suffixLabel = new System.Windows.Forms.Label();
34            this.suffixCode = new System.Windows.Forms.TextBox();
35            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
36            this.SuspendLayout();
37            //
38            // initialFrequencyLabel
39            //
40            //this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
41            ////
42            //// initialFrequencyTextBox
43            ////
44            //this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
45            ////
46            //// minimumArityLabel
47            ////
48            //this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol");
49            ////
50            //// maximumArityLabel
51            ////
52            //this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol");
53            ////
54            //// minimumArityTextBox
55            ////
56            //this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
57            ////
58            //// maximumArityTextBox
59            ////
60            //this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
61            //
62            // nameTextBox
63            //
64            this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
65            this.errorProvider.SetIconPadding(this.nameTextBox, 2);
66            this.nameTextBox.Visible = false;
67            //
68            // nameLabel
69            //
70            this.nameLabel.Visible = false;
71            //
72            // infoLabel
73            //
74            this.infoLabel.Visible = false;
75            //
76            // prefixCode
77            //
78            this.prefixCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
79            | System.Windows.Forms.AnchorStyles.Right)));
80            this.prefixCode.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81            this.prefixCode.Location = new System.Drawing.Point(6, 19);
82            this.prefixCode.Multiline = true;
83            this.prefixCode.Name = "prefixCode";
84            this.prefixCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
85            this.prefixCode.Size = new System.Drawing.Size(333, 93);
86            this.prefixCode.TabIndex = 3;
87            this.prefixCode.Leave += new System.EventHandler(this.prefixCode_Leave);
88            //
89            // prefixLabel
90            //
91            this.prefixLabel.AutoSize = true;
92            this.prefixLabel.Location = new System.Drawing.Point(3, 3);
93            this.prefixLabel.Name = "prefixLabel";
94            this.prefixLabel.Size = new System.Drawing.Size(35, 13);
95            this.prefixLabel.TabIndex = 4;
96            this.prefixLabel.Text = "Prefix";
97            //
98            // suffixLabel
99            //
100            this.suffixLabel.AutoSize = true;
101            this.suffixLabel.Location = new System.Drawing.Point(6, 115);
102            this.suffixLabel.Name = "suffixLabel";
103            this.suffixLabel.Size = new System.Drawing.Size(35, 13);
104            this.suffixLabel.TabIndex = 5;
105            this.suffixLabel.Text = "Suffix";
106            //
107            // suffixCode
108            //
109            this.suffixCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110            | System.Windows.Forms.AnchorStyles.Right)));
111            this.suffixCode.Location = new System.Drawing.Point(6, 131);
112            this.suffixCode.Multiline = true;
113            this.suffixCode.Name = "suffixCode";
114            this.suffixCode.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
115            this.suffixCode.Size = new System.Drawing.Size(333, 87);
116            this.suffixCode.TabIndex = 6;
117            this.suffixCode.Leave += new System.EventHandler(this.suffixCode_Leave);
118            //
119            // CodeNodeView
120            //
121            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
122            this.Controls.Add(this.suffixCode);
123            this.Controls.Add(this.suffixLabel);
124            this.Controls.Add(this.prefixLabel);
125            this.Controls.Add(this.prefixCode);
126            this.Name = "CodeNodeView";
127            this.Size = new System.Drawing.Size(351, 238);
128            //this.Controls.SetChildIndex(this.enabledCheckBox, 0);
129            //this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
130            //this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
131            //this.Controls.SetChildIndex(this.maximumArityLabel, 0);
132            //this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
133            //this.Controls.SetChildIndex(this.minimumArityLabel, 0);
134            //this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
135            this.Controls.SetChildIndex(this.nameLabel, 0);
136            this.Controls.SetChildIndex(this.nameTextBox, 0);
137            this.Controls.SetChildIndex(this.infoLabel, 0);
138            this.Controls.SetChildIndex(this.prefixCode, 0);
139            this.Controls.SetChildIndex(this.prefixLabel, 0);
140            this.Controls.SetChildIndex(this.suffixLabel, 0);
141            this.Controls.SetChildIndex(this.suffixCode, 0);
142            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
143            this.ResumeLayout(false);
144            this.PerformLayout();
145
146        }
147
148        #endregion
149
150        private System.Windows.Forms.TextBox prefixCode;
151        private System.Windows.Forms.Label prefixLabel;
152        private System.Windows.Forms.Label suffixLabel;
153        private System.Windows.Forms.TextBox suffixCode;
154    }
155}
Note: See TracBrowser for help on using the repository browser.