[14897] | 1 | namespace HeuristicLab.Problems.ProgramSynthesis.Push.Problem.BenchmarkSuite {
|
---|
| 2 | using HeuristicLab.Problems.ProgramSynthesis.Push.Views;
|
---|
| 3 |
|
---|
| 4 | partial class BenchmarkSuitePushSolutionView {
|
---|
| 5 | /// <summary>
|
---|
| 6 | /// Required designer variable.
|
---|
| 7 | /// </summary>
|
---|
| 8 | private System.ComponentModel.IContainer components = null;
|
---|
| 9 |
|
---|
| 10 | /// <summary>
|
---|
| 11 | /// Clean up any resources being used.
|
---|
| 12 | /// </summary>
|
---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 14 | protected override void Dispose(bool disposing) {
|
---|
| 15 | if (disposing && (this.components != null)) {
|
---|
| 16 | this.components.Dispose();
|
---|
| 17 | }
|
---|
| 18 | base.Dispose(disposing);
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | #region Component Designer generated code
|
---|
| 22 |
|
---|
| 23 | /// <summary>
|
---|
| 24 | /// Required method for Designer support - do not modify
|
---|
| 25 | /// the contents of this method with the code editor.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private void InitializeComponent() {
|
---|
| 28 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 29 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
| 30 | this.pushDebugger = new HeuristicLab.Problems.ProgramSynthesis.Push.Views.PushDebuggerView();
|
---|
| 31 | this.exampleComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 32 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 33 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
| 34 | this.resultsDataGrid = new System.Windows.Forms.DataGridView();
|
---|
| 35 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 36 | this.tabControl.SuspendLayout();
|
---|
| 37 | this.tabPage1.SuspendLayout();
|
---|
| 38 | this.tabPage2.SuspendLayout();
|
---|
| 39 | ((System.ComponentModel.ISupportInitialize)(this.resultsDataGrid)).BeginInit();
|
---|
| 40 | this.SuspendLayout();
|
---|
| 41 | //
|
---|
| 42 | // nameTextBox
|
---|
| 43 | //
|
---|
| 44 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 45 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 46 | this.nameTextBox.Size = new System.Drawing.Size(755, 20);
|
---|
| 47 | //
|
---|
| 48 | // infoLabel
|
---|
| 49 | //
|
---|
| 50 | this.infoLabel.Location = new System.Drawing.Point(838, 3);
|
---|
| 51 | //
|
---|
| 52 | // tabControl
|
---|
| 53 | //
|
---|
| 54 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 55 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 56 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 57 | this.tabControl.Controls.Add(this.tabPage1);
|
---|
| 58 | this.tabControl.Controls.Add(this.tabPage2);
|
---|
| 59 | this.tabControl.Location = new System.Drawing.Point(6, 26);
|
---|
| 60 | this.tabControl.Name = "tabControl";
|
---|
| 61 | this.tabControl.SelectedIndex = 0;
|
---|
| 62 | this.tabControl.Size = new System.Drawing.Size(848, 602);
|
---|
| 63 | this.tabControl.TabIndex = 12;
|
---|
| 64 | //
|
---|
| 65 | // tabPage1
|
---|
| 66 | //
|
---|
| 67 | this.tabPage1.AutoScroll = true;
|
---|
| 68 | this.tabPage1.Controls.Add(this.pushDebugger);
|
---|
| 69 | this.tabPage1.Controls.Add(this.exampleComboBox);
|
---|
| 70 | this.tabPage1.Controls.Add(this.label1);
|
---|
| 71 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 72 | this.tabPage1.Name = "tabPage1";
|
---|
| 73 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 74 | this.tabPage1.Size = new System.Drawing.Size(840, 576);
|
---|
| 75 | this.tabPage1.TabIndex = 0;
|
---|
| 76 | this.tabPage1.Text = "Debug";
|
---|
| 77 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 78 | //
|
---|
| 79 | // pushDebugger
|
---|
| 80 | //
|
---|
| 81 | this.pushDebugger.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 82 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 83 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 84 | this.pushDebugger.Caption = "View";
|
---|
| 85 | this.pushDebugger.Content = null;
|
---|
| 86 | this.pushDebugger.Location = new System.Drawing.Point(6, 33);
|
---|
| 87 | this.pushDebugger.Name = "pushDebugger";
|
---|
| 88 | this.pushDebugger.ReadOnly = false;
|
---|
| 89 | this.pushDebugger.Size = new System.Drawing.Size(831, 540);
|
---|
| 90 | this.pushDebugger.TabIndex = 12;
|
---|
| 91 | //
|
---|
| 92 | // exampleComboBox
|
---|
| 93 | //
|
---|
| 94 | this.exampleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 95 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 96 | this.exampleComboBox.FormattingEnabled = true;
|
---|
| 97 | this.exampleComboBox.Location = new System.Drawing.Point(58, 6);
|
---|
| 98 | this.exampleComboBox.Name = "exampleComboBox";
|
---|
| 99 | this.exampleComboBox.Size = new System.Drawing.Size(776, 21);
|
---|
| 100 | this.exampleComboBox.TabIndex = 11;
|
---|
| 101 | //
|
---|
| 102 | // label1
|
---|
| 103 | //
|
---|
| 104 | this.label1.AutoSize = true;
|
---|
| 105 | this.label1.Location = new System.Drawing.Point(3, 9);
|
---|
| 106 | this.label1.Name = "label1";
|
---|
| 107 | this.label1.Size = new System.Drawing.Size(50, 13);
|
---|
| 108 | this.label1.TabIndex = 10;
|
---|
| 109 | this.label1.Text = "Example:";
|
---|
| 110 | //
|
---|
| 111 | // tabPage2
|
---|
| 112 | //
|
---|
| 113 | this.tabPage2.Controls.Add(this.resultsDataGrid);
|
---|
| 114 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 115 | this.tabPage2.Name = "tabPage2";
|
---|
| 116 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 117 | this.tabPage2.Size = new System.Drawing.Size(840, 576);
|
---|
| 118 | this.tabPage2.TabIndex = 1;
|
---|
| 119 | this.tabPage2.Text = "Results";
|
---|
| 120 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
| 121 | //
|
---|
| 122 | // resultsDataGrid
|
---|
| 123 | //
|
---|
| 124 | this.resultsDataGrid.AllowUserToAddRows = false;
|
---|
| 125 | this.resultsDataGrid.AllowUserToDeleteRows = false;
|
---|
| 126 | this.resultsDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 127 | this.resultsDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 128 | this.resultsDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
---|
| 129 | this.resultsDataGrid.Location = new System.Drawing.Point(3, 3);
|
---|
| 130 | this.resultsDataGrid.Name = "resultsDataGrid";
|
---|
| 131 | this.resultsDataGrid.ReadOnly = true;
|
---|
| 132 | this.resultsDataGrid.Size = new System.Drawing.Size(834, 570);
|
---|
| 133 | this.resultsDataGrid.TabIndex = 0;
|
---|
| 134 | //
|
---|
| 135 | // BenchmarkSuitePushSolutionView
|
---|
| 136 | //
|
---|
| 137 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 138 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 139 | this.Controls.Add(this.tabControl);
|
---|
| 140 | this.Name = "BenchmarkSuitePushSolutionView";
|
---|
| 141 | this.Size = new System.Drawing.Size(857, 631);
|
---|
| 142 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 143 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 144 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 145 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 146 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 147 | this.tabControl.ResumeLayout(false);
|
---|
| 148 | this.tabPage1.ResumeLayout(false);
|
---|
| 149 | this.tabPage1.PerformLayout();
|
---|
| 150 | this.tabPage2.ResumeLayout(false);
|
---|
| 151 | ((System.ComponentModel.ISupportInitialize)(this.resultsDataGrid)).EndInit();
|
---|
| 152 | this.ResumeLayout(false);
|
---|
| 153 | this.PerformLayout();
|
---|
| 154 |
|
---|
| 155 | }
|
---|
| 156 |
|
---|
| 157 | #endregion
|
---|
| 158 |
|
---|
| 159 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 160 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 161 | private System.Windows.Forms.ComboBox exampleComboBox;
|
---|
| 162 | private System.Windows.Forms.Label label1;
|
---|
| 163 | private System.Windows.Forms.TabPage tabPage2;
|
---|
| 164 | private System.Windows.Forms.DataGridView resultsDataGrid;
|
---|
| 165 | private PushDebuggerView pushDebugger;
|
---|
| 166 | }
|
---|
| 167 | }
|
---|