namespace HeuristicLab.Analysis.AlgorithmBehavior.Views { partial class SuccessorConfigurator { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.operatorNameTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.successorTextBox = new System.Windows.Forms.TextBox(); this.chooseSuccessorButton = new System.Windows.Forms.Button(); this.chooseOperatorTypeButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.Location = new System.Drawing.Point(306, 66); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.Location = new System.Drawing.Point(387, 66); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 13); this.label1.TabIndex = 2; this.label1.Text = "Operator Name:"; // // operatorNameTextBox // this.operatorNameTextBox.Location = new System.Drawing.Point(100, 6); this.operatorNameTextBox.Name = "operatorNameTextBox"; this.operatorNameTextBox.Size = new System.Drawing.Size(216, 20); this.operatorNameTextBox.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 13); this.label2.TabIndex = 4; this.label2.Text = "Successor:"; // // successorTextBox // this.successorTextBox.Location = new System.Drawing.Point(100, 32); this.successorTextBox.Name = "successorTextBox"; this.successorTextBox.Size = new System.Drawing.Size(216, 20); this.successorTextBox.TabIndex = 5; // // chooseSuccessorButton // this.chooseSuccessorButton.Location = new System.Drawing.Point(322, 30); this.chooseSuccessorButton.Name = "chooseSuccessorButton"; this.chooseSuccessorButton.Size = new System.Drawing.Size(135, 23); this.chooseSuccessorButton.TabIndex = 6; this.chooseSuccessorButton.Text = "Choose Successor"; this.chooseSuccessorButton.UseVisualStyleBackColor = true; this.chooseSuccessorButton.Click += new System.EventHandler(this.chooseSuccessorButton_Click); // // chooseOperatorTypeButton // this.chooseOperatorTypeButton.Location = new System.Drawing.Point(322, 4); this.chooseOperatorTypeButton.Name = "chooseOperatorTypeButton"; this.chooseOperatorTypeButton.Size = new System.Drawing.Size(135, 23); this.chooseOperatorTypeButton.TabIndex = 7; this.chooseOperatorTypeButton.Text = "Choose Operator Type"; this.chooseOperatorTypeButton.UseVisualStyleBackColor = true; this.chooseOperatorTypeButton.Click += new System.EventHandler(this.chooseOperatorTypeButton_Click); // // SuccessorConfigurator // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(474, 101); this.Controls.Add(this.chooseOperatorTypeButton); this.Controls.Add(this.chooseSuccessorButton); this.Controls.Add(this.successorTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.operatorNameTextBox); this.Controls.Add(this.label1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SuccessorConfigurator"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Successor Configurator"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox operatorNameTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox successorTextBox; private System.Windows.Forms.Button chooseSuccessorButton; private System.Windows.Forms.Button chooseOperatorTypeButton; } }