#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Problems.DataAnalysis.Views { partial class DataAnalysisSolutionView { /// /// 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.exportButton = new System.Windows.Forms.Button(); this.exportFileDialog = new System.Windows.Forms.SaveFileDialog(); this.loadProblemDataButton = new System.Windows.Forms.Button(); this.loadProblemDataFileDialog = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.itemsGroupBox.SuspendLayout(); this.detailsGroupBox.SuspendLayout(); this.SuspendLayout(); // // splitContainer // // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.loadProblemDataButton); this.splitContainer.Panel2.Controls.Add(this.exportButton); // // itemsGroupBox // this.itemsGroupBox.Text = "Data Analysis Solution"; // // addButton // this.toolTip.SetToolTip(this.addButton, "Add"); // // removeButton // this.toolTip.SetToolTip(this.removeButton, "Remove"); // // exportButton // this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.exportButton.Location = new System.Drawing.Point(194, 3); this.exportButton.Name = "exportButton"; this.exportButton.Size = new System.Drawing.Size(75, 24); this.exportButton.TabIndex = 6; this.exportButton.Text = "Export"; this.exportButton.UseVisualStyleBackColor = true; this.exportButton.Click += new System.EventHandler(this.exportButton_Click); // // loadProblemDataButton // this.loadProblemDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); this.loadProblemDataButton.Location = new System.Drawing.Point(3, 3); this.loadProblemDataButton.Name = "loadProblemDataButton"; this.loadProblemDataButton.Size = new System.Drawing.Size(75, 24); this.loadProblemDataButton.TabIndex = 7; this.loadProblemDataButton.Text = "Load Data"; this.loadProblemDataButton.UseVisualStyleBackColor = true; this.loadProblemDataButton.Click += new System.EventHandler(this.loadProblemDataButton_Click); this.toolTip.SetToolTip(this.loadProblemDataButton, "Load new data"); // // openFileDialog // this.loadProblemDataFileDialog.Filter = "HL files|*.hl"; this.loadProblemDataFileDialog.Title = "Load new ProblemData or Problem..."; // // DataAnalysisSolutionView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Name = "DataAnalysisSolutionView"; this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.itemsGroupBox.ResumeLayout(false); this.detailsGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SaveFileDialog exportFileDialog; protected System.Windows.Forms.Button exportButton; protected System.Windows.Forms.Button loadProblemDataButton; protected System.Windows.Forms.OpenFileDialog loadProblemDataFileDialog; } }