namespace HeuristicLab.Problems.Robocode
{
partial class CodeNodeView
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.prefixCode = new System.Windows.Forms.TextBox();
this.prefixLabel = new System.Windows.Forms.Label();
this.suffixLabel = new System.Windows.Forms.Label();
this.suffixCode = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
this.nameTextBox.Visible = false;
//
// nameLabel
//
this.nameLabel.Visible = false;
//
// infoLabel
//
this.infoLabel.Visible = false;
//
// prefixCode
//
this.prefixCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.prefixCode.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.prefixCode.Location = new System.Drawing.Point(6, 19);
this.prefixCode.Multiline = true;
this.prefixCode.Name = "prefixCode";
this.prefixCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.prefixCode.Size = new System.Drawing.Size(333, 93);
this.prefixCode.TabIndex = 3;
this.prefixCode.Validated += new System.EventHandler(this.prefixCode_Validated);
//
// prefixLabel
//
this.prefixLabel.AutoSize = true;
this.prefixLabel.Location = new System.Drawing.Point(3, 3);
this.prefixLabel.Name = "prefixLabel";
this.prefixLabel.Size = new System.Drawing.Size(33, 13);
this.prefixLabel.TabIndex = 4;
this.prefixLabel.Text = "Prefix";
//
// suffixLabel
//
this.suffixLabel.AutoSize = true;
this.suffixLabel.Location = new System.Drawing.Point(6, 115);
this.suffixLabel.Name = "suffixLabel";
this.suffixLabel.Size = new System.Drawing.Size(33, 13);
this.suffixLabel.TabIndex = 5;
this.suffixLabel.Text = "Suffix";
//
// suffixCode
//
this.suffixCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.suffixCode.Location = new System.Drawing.Point(6, 131);
this.suffixCode.Multiline = true;
this.suffixCode.Name = "suffixCode";
this.suffixCode.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.suffixCode.Size = new System.Drawing.Size(333, 87);
this.suffixCode.TabIndex = 6;
this.suffixCode.Validated += new System.EventHandler(this.suffixCode_Validated);
//
// CodeNodeView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.suffixCode);
this.Controls.Add(this.suffixLabel);
this.Controls.Add(this.prefixLabel);
this.Controls.Add(this.prefixCode);
this.Name = "CodeNodeView";
this.Size = new System.Drawing.Size(351, 238);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.prefixCode, 0);
this.Controls.SetChildIndex(this.prefixLabel, 0);
this.Controls.SetChildIndex(this.suffixLabel, 0);
this.Controls.SetChildIndex(this.suffixCode, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox prefixCode;
private System.Windows.Forms.Label prefixLabel;
private System.Windows.Forms.Label suffixLabel;
private System.Windows.Forms.TextBox suffixCode;
}
}