[3884] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[10556] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3884] | 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
|
---|
[10556] | 21 |
|
---|
[3884] | 22 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
| 23 | partial class DataAnalysisSolutionView {
|
---|
| 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 && (components != null)) {
|
---|
| 35 | 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() {
|
---|
[10556] | 47 | this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
---|
| 48 | this.loadProblemDataButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.loadProblemDataFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
[5829] | 50 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
| 51 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 52 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 53 | this.splitContainer.SuspendLayout();
|
---|
| 54 | this.itemsGroupBox.SuspendLayout();
|
---|
| 55 | this.detailsGroupBox.SuspendLayout();
|
---|
[3884] | 56 | this.SuspendLayout();
|
---|
[10556] | 57 | //
|
---|
| 58 | // itemslistView
|
---|
| 59 | //
|
---|
| 60 | this.itemsListView.Location = new System.Drawing.Point(this.itemsListView.Location.X, this.itemsListView.Location.Y + 3);
|
---|
| 61 | //
|
---|
| 62 | // detailsGroupBox
|
---|
| 63 | //
|
---|
| 64 | this.detailsGroupBox.Location = new System.Drawing.Point(this.detailsGroupBox.Location.X, this.detailsGroupBox.Location.Y + 3);
|
---|
| 65 | //
|
---|
[3884] | 66 | //
|
---|
[5829] | 67 | // splitContainer
|
---|
[3884] | 68 | //
|
---|
| 69 | //
|
---|
[10556] | 70 | // splitContainer.Panel2
|
---|
| 71 | //
|
---|
| 72 | this.splitContainer.Panel2.Controls.Add(this.flowLayoutPanel);
|
---|
| 73 | //
|
---|
[5829] | 74 | // itemsGroupBox
|
---|
[4754] | 75 | //
|
---|
[5829] | 76 | this.itemsGroupBox.Text = "Data Analysis Solution";
|
---|
[10556] | 77 | //
|
---|
| 78 | // flowLayoutPanel
|
---|
| 79 | //
|
---|
| 80 | this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 81 | this.flowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.LeftToRight;
|
---|
| 82 | this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
---|
| 83 | this.flowLayoutPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
---|
| 84 | this.flowLayoutPanel.Size = new System.Drawing.Size(266, 30);
|
---|
| 85 | this.flowLayoutPanel.Controls.Add(this.loadProblemDataButton);
|
---|
| 86 | //
|
---|
| 87 | // loadProblemDataButton
|
---|
| 88 | //
|
---|
| 89 | this.loadProblemDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
---|
| 90 | this.loadProblemDataButton.AutoSize = true;
|
---|
| 91 | this.loadProblemDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
| 92 | this.loadProblemDataButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 93 | this.loadProblemDataButton.Name = "loadProblemDataButton";
|
---|
| 94 | this.loadProblemDataButton.Size = new System.Drawing.Size(105, 24);
|
---|
| 95 | this.loadProblemDataButton.TabIndex = 6;
|
---|
| 96 | this.loadProblemDataButton.Text = "Load new Data";
|
---|
| 97 | this.loadProblemDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 98 | this.loadProblemDataButton.UseVisualStyleBackColor = true;
|
---|
| 99 | this.loadProblemDataButton.Click += new System.EventHandler(this.loadProblemDataButton_Click);
|
---|
| 100 | this.toolTip.SetToolTip(this.loadProblemDataButton, "Creates a new data analysis solution with the same model and the loaded problem data.");
|
---|
[4754] | 101 | //
|
---|
[10556] | 102 | // openFileDialog
|
---|
[3884] | 103 | //
|
---|
[10556] | 104 | this.loadProblemDataFileDialog.Filter = "HL files|*.hl";
|
---|
| 105 | this.loadProblemDataFileDialog.Title = "Load new ProblemData or Problem...";
|
---|
[3884] | 106 | //
|
---|
| 107 | // DataAnalysisSolutionView
|
---|
| 108 | //
|
---|
[7967] | 109 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3884] | 110 | this.Name = "DataAnalysisSolutionView";
|
---|
[5829] | 111 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 112 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 113 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
| 114 | this.splitContainer.ResumeLayout(false);
|
---|
| 115 | this.itemsGroupBox.ResumeLayout(false);
|
---|
| 116 | this.detailsGroupBox.ResumeLayout(false);
|
---|
[3884] | 117 | this.ResumeLayout(false);
|
---|
| 118 |
|
---|
| 119 | }
|
---|
| 120 |
|
---|
| 121 | #endregion
|
---|
| 122 |
|
---|
[10556] | 123 | protected System.Windows.Forms.Button loadProblemDataButton;
|
---|
| 124 | protected System.Windows.Forms.OpenFileDialog loadProblemDataFileDialog;
|
---|
| 125 | protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
|
---|
| 126 |
|
---|
[3884] | 127 | }
|
---|
| 128 | }
|
---|