[2796] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7259] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2796] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
[2834] | 22 | namespace HeuristicLab.Optimization.Views {
|
---|
[2796] | 23 | partial class ProblemView {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing) {
|
---|
| 35 | if (components != null) components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
[7664] | 47 | this.problemInstanceSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 48 | this.problemInstanceConsumerView = new HeuristicLab.Problems.Instances.Views.ProblemInstanceConsumerView();
|
---|
[2796] | 49 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[7664] | 50 | ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
|
---|
| 51 | this.problemInstanceSplitContainer.Panel1.SuspendLayout();
|
---|
| 52 | this.problemInstanceSplitContainer.Panel2.SuspendLayout();
|
---|
| 53 | this.problemInstanceSplitContainer.SuspendLayout();
|
---|
[2796] | 54 | this.SuspendLayout();
|
---|
| 55 | //
|
---|
[7664] | 56 | // parameterCollectionView
|
---|
| 57 | //
|
---|
| 58 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 27);
|
---|
| 59 | this.parameterCollectionView.Size = new System.Drawing.Size(501, 303);
|
---|
| 60 | //
|
---|
[2796] | 61 | // nameTextBox
|
---|
| 62 | //
|
---|
| 63 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 64 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[7664] | 65 | this.nameTextBox.Location = new System.Drawing.Point(47, 1);
|
---|
| 66 | this.nameTextBox.Size = new System.Drawing.Size(438, 20);
|
---|
[2796] | 67 | //
|
---|
[7664] | 68 | // nameLabel
|
---|
| 69 | //
|
---|
| 70 | this.nameLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 71 | //
|
---|
| 72 | // infoLabel
|
---|
| 73 | //
|
---|
| 74 | this.infoLabel.Location = new System.Drawing.Point(491, 4);
|
---|
| 75 | //
|
---|
| 76 | // problemInstanceSplitContainer
|
---|
| 77 | //
|
---|
[7665] | 78 | this.problemInstanceSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 79 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 80 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7664] | 81 | this.problemInstanceSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 82 | this.problemInstanceSplitContainer.IsSplitterFixed = true;
|
---|
| 83 | this.problemInstanceSplitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 84 | this.problemInstanceSplitContainer.Name = "problemInstanceSplitContainer";
|
---|
| 85 | this.problemInstanceSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 86 | //
|
---|
| 87 | // problemInstanceSplitContainer.Panel1
|
---|
| 88 | //
|
---|
| 89 | this.problemInstanceSplitContainer.Panel1.Controls.Add(this.problemInstanceConsumerView);
|
---|
| 90 | this.problemInstanceSplitContainer.Panel1MinSize = 10;
|
---|
| 91 | //
|
---|
| 92 | // problemInstanceSplitContainer.Panel2
|
---|
| 93 | //
|
---|
| 94 | this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameLabel);
|
---|
| 95 | this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameTextBox);
|
---|
| 96 | this.problemInstanceSplitContainer.Panel2.Controls.Add(this.parameterCollectionView);
|
---|
| 97 | this.problemInstanceSplitContainer.Panel2.Controls.Add(this.infoLabel);
|
---|
| 98 | this.problemInstanceSplitContainer.Size = new System.Drawing.Size(511, 363);
|
---|
| 99 | this.problemInstanceSplitContainer.SplitterDistance = 26;
|
---|
| 100 | this.problemInstanceSplitContainer.TabIndex = 13;
|
---|
| 101 | //
|
---|
| 102 | // problemInstanceConsumerView
|
---|
| 103 | //
|
---|
[7665] | 104 | this.problemInstanceConsumerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 105 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 106 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7664] | 107 | this.problemInstanceConsumerView.Caption = "ProblemInstanceProviderView";
|
---|
| 108 | this.problemInstanceConsumerView.Content = null;
|
---|
[7665] | 109 | this.problemInstanceConsumerView.Location = new System.Drawing.Point(0, 1);
|
---|
[7664] | 110 | this.problemInstanceConsumerView.Name = "problemInstanceConsumerView";
|
---|
| 111 | this.problemInstanceConsumerView.ReadOnly = false;
|
---|
[7665] | 112 | this.problemInstanceConsumerView.Size = new System.Drawing.Size(511, 23);
|
---|
[7664] | 113 | this.problemInstanceConsumerView.TabIndex = 0;
|
---|
| 114 | //
|
---|
[2796] | 115 | // ProblemView
|
---|
| 116 | //
|
---|
| 117 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 118 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[7664] | 119 | this.Controls.Add(this.problemInstanceSplitContainer);
|
---|
[2796] | 120 | this.Name = "ProblemView";
|
---|
[7664] | 121 | this.Size = new System.Drawing.Size(511, 363);
|
---|
[2796] | 122 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[7664] | 123 | this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 124 | this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 125 | this.problemInstanceSplitContainer.Panel2.PerformLayout();
|
---|
| 126 | ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
|
---|
| 127 | this.problemInstanceSplitContainer.ResumeLayout(false);
|
---|
[2796] | 128 | this.ResumeLayout(false);
|
---|
| 129 |
|
---|
| 130 | }
|
---|
| 131 |
|
---|
| 132 | #endregion
|
---|
| 133 |
|
---|
[7664] | 134 | protected System.Windows.Forms.SplitContainer problemInstanceSplitContainer;
|
---|
| 135 | protected HeuristicLab.Problems.Instances.Views.ProblemInstanceConsumerView problemInstanceConsumerView;
|
---|
[2796] | 136 | }
|
---|
| 137 | }
|
---|