namespace HeuristicLab.OKB.ParameterTable { partial class OperatorParameterSetterControl { /// /// 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.nameBox = new System.Windows.Forms.TextBox(); this.setButton = new System.Windows.Forms.Button(); this.showButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // nameBox // this.nameBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.nameBox.Enabled = false; this.nameBox.Location = new System.Drawing.Point(3, 3); this.nameBox.Name = "nameBox"; this.nameBox.ReadOnly = true; this.nameBox.Size = new System.Drawing.Size(19, 20); this.nameBox.TabIndex = 0; // // setButton // this.setButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.setButton.Location = new System.Drawing.Point(23, 1); this.setButton.Name = "setButton"; this.setButton.Size = new System.Drawing.Size(32, 23); this.setButton.TabIndex = 1; this.setButton.Text = "Set"; this.setButton.UseVisualStyleBackColor = true; this.setButton.Click += new System.EventHandler(this.setButton_Click); // // showButton // this.showButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.showButton.Location = new System.Drawing.Point(55, 1); this.showButton.Name = "showButton"; this.showButton.Size = new System.Drawing.Size(42, 23); this.showButton.TabIndex = 2; this.showButton.Text = "Show"; this.showButton.UseVisualStyleBackColor = true; this.showButton.Click += new System.EventHandler(this.showButton_Click); // // ParameterSetterControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.showButton); this.Controls.Add(this.setButton); this.Controls.Add(this.nameBox); this.Name = "ParameterSetterControl"; this.Size = new System.Drawing.Size(97, 25); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox nameBox; private System.Windows.Forms.Button setButton; private System.Windows.Forms.Button showButton; } }