namespace HeuristicLab.Clients.OKB.RunCreation { partial class OKBRunConfigSelectionView { /// /// 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.components = new System.ComponentModel.Container(); this.lblRunName = new System.Windows.Forms.Label(); this.cmbAlgorithm = new System.Windows.Forms.ComboBox(); this.cmbProblem = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.txtRunName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.chkUpload = new System.Windows.Forms.CheckBox(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // lblRunName // this.lblRunName.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblRunName.AutoSize = true; this.lblRunName.Location = new System.Drawing.Point(40, 7); this.lblRunName.Name = "lblRunName"; this.lblRunName.Size = new System.Drawing.Size(61, 13); this.lblRunName.TabIndex = 0; this.lblRunName.Text = "Run Name:"; // // cmbAlgorithm // this.cmbAlgorithm.Anchor = System.Windows.Forms.AnchorStyles.None; this.cmbAlgorithm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbAlgorithm.FormattingEnabled = true; this.cmbAlgorithm.Location = new System.Drawing.Point(426, 3); this.cmbAlgorithm.Name = "cmbAlgorithm"; this.cmbAlgorithm.Size = new System.Drawing.Size(135, 21); this.cmbAlgorithm.TabIndex = 1; // // cmbProblem // this.cmbProblem.Anchor = System.Windows.Forms.AnchorStyles.None; this.cmbProblem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbProblem.FormattingEnabled = true; this.cmbProblem.Location = new System.Drawing.Point(708, 3); this.cmbProblem.Name = "cmbProblem"; this.cmbProblem.Size = new System.Drawing.Size(135, 21); this.cmbProblem.TabIndex = 2; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(313, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 13); this.label1.TabIndex = 3; this.label1.Text = "OKB Algorithm:"; // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 7; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F)); this.tableLayoutPanel1.Controls.Add(this.lblRunName, 0, 0); this.tableLayoutPanel1.Controls.Add(this.cmbProblem, 5, 0); this.tableLayoutPanel1.Controls.Add(this.cmbAlgorithm, 3, 0); this.tableLayoutPanel1.Controls.Add(this.txtRunName, 1, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 4, 0); this.tableLayoutPanel1.Controls.Add(this.label1, 2, 0); this.tableLayoutPanel1.Controls.Add(this.chkUpload, 6, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(891, 26); this.tableLayoutPanel1.TabIndex = 5; // // txtRunName // this.txtRunName.Anchor = System.Windows.Forms.AnchorStyles.None; this.txtRunName.Location = new System.Drawing.Point(144, 3); this.txtRunName.Name = "txtRunName"; this.txtRunName.Size = new System.Drawing.Size(135, 20); this.txtRunName.TabIndex = 4; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.None; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(598, 7); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 13); this.label2.TabIndex = 5; this.label2.Text = "OKB Problem:"; // // chkUpload // this.chkUpload.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkUpload.AutoSize = true; this.chkUpload.Checked = true; this.chkUpload.CheckState = System.Windows.Forms.CheckState.Checked; this.chkUpload.Location = new System.Drawing.Point(861, 6); this.chkUpload.Name = "chkUpload"; this.chkUpload.Size = new System.Drawing.Size(15, 14); this.chkUpload.TabIndex = 6; this.toolTip.SetToolTip(this.chkUpload, "If checked the run will bei uploaded to the OKB."); this.chkUpload.UseVisualStyleBackColor = true; // // OKBRunConfigSelectionView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "OKBRunConfigSelectionView"; this.Size = new System.Drawing.Size(898, 34); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblRunName; private System.Windows.Forms.ComboBox cmbAlgorithm; private System.Windows.Forms.ComboBox cmbProblem; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TextBox txtRunName; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox chkUpload; private System.Windows.Forms.ToolTip toolTip; } }