namespace HeuristicLab.Problems.ProgramSynthesis.Push.Problem.BenchmarkSuite { using HeuristicLab.Problems.ProgramSynthesis.Push.Views; partial class BenchmarkSuitePushSolutionView { /// /// 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 && (this.components != null)) { this.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.tabControl = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.pushDebugger = new HeuristicLab.Problems.ProgramSynthesis.Push.Views.PushDebuggerView(); this.exampleComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.resultsDataGrid = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.resultsDataGrid)).BeginInit(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Size = new System.Drawing.Size(755, 20); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(838, 3); // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.tabPage1); this.tabControl.Controls.Add(this.tabPage2); this.tabControl.Location = new System.Drawing.Point(6, 26); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(848, 602); this.tabControl.TabIndex = 12; // // tabPage1 // this.tabPage1.AutoScroll = true; this.tabPage1.Controls.Add(this.pushDebugger); this.tabPage1.Controls.Add(this.exampleComboBox); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(840, 576); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Debug"; this.tabPage1.UseVisualStyleBackColor = true; // // pushDebugger // this.pushDebugger.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pushDebugger.Caption = "View"; this.pushDebugger.Content = null; this.pushDebugger.Location = new System.Drawing.Point(6, 33); this.pushDebugger.Name = "pushDebugger"; this.pushDebugger.ReadOnly = false; this.pushDebugger.Size = new System.Drawing.Size(831, 540); this.pushDebugger.TabIndex = 12; // // exampleComboBox // this.exampleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.exampleComboBox.FormattingEnabled = true; this.exampleComboBox.Location = new System.Drawing.Point(58, 6); this.exampleComboBox.Name = "exampleComboBox"; this.exampleComboBox.Size = new System.Drawing.Size(776, 21); this.exampleComboBox.TabIndex = 11; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 13); this.label1.TabIndex = 10; this.label1.Text = "Example:"; // // tabPage2 // this.tabPage2.Controls.Add(this.resultsDataGrid); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(840, 576); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Results"; this.tabPage2.UseVisualStyleBackColor = true; // // resultsDataGrid // this.resultsDataGrid.AllowUserToAddRows = false; this.resultsDataGrid.AllowUserToDeleteRows = false; this.resultsDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.resultsDataGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.resultsDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.resultsDataGrid.Location = new System.Drawing.Point(3, 3); this.resultsDataGrid.Name = "resultsDataGrid"; this.resultsDataGrid.ReadOnly = true; this.resultsDataGrid.Size = new System.Drawing.Size(834, 570); this.resultsDataGrid.TabIndex = 0; // // BenchmarkSuitePushSolutionView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "BenchmarkSuitePushSolutionView"; this.Size = new System.Drawing.Size(857, 631); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.infoLabel, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.resultsDataGrid)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.ComboBox exampleComboBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView resultsDataGrid; private PushDebuggerView pushDebugger; } }