[10539] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[10539] | 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
|
---|
[10558] | 21 |
|
---|
| 22 | namespace HeuristicLab.DataPreprocessing.Views {
|
---|
[10239] | 23 | partial class DataPreprocessingView {
|
---|
| 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() {
|
---|
[10313] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[10550] | 48 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView));
|
---|
[10313] | 49 | this.undoButton = new System.Windows.Forms.Button();
|
---|
[10342] | 50 | this.applyInNewTabButton = new System.Windows.Forms.Button();
|
---|
| 51 | this.exportProblemButton = new System.Windows.Forms.Button();
|
---|
[10314] | 52 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[10969] | 53 | this.lblFilterActive = new System.Windows.Forms.Label();
|
---|
[10904] | 54 | this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView();
|
---|
[10239] | 55 | this.SuspendLayout();
|
---|
| 56 | //
|
---|
[10313] | 57 | // undoButton
|
---|
| 58 | //
|
---|
[10554] | 59 | this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
|
---|
[10614] | 60 | this.undoButton.Location = new System.Drawing.Point(64, 3);
|
---|
[10313] | 61 | this.undoButton.Name = "undoButton";
|
---|
| 62 | this.undoButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 63 | this.undoButton.TabIndex = 3;
|
---|
| 64 | this.toolTip.SetToolTip(this.undoButton, "Undo");
|
---|
| 65 | this.undoButton.UseVisualStyleBackColor = true;
|
---|
[10550] | 66 | this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
|
---|
[10313] | 67 | //
|
---|
[10342] | 68 | // applyInNewTabButton
|
---|
[10313] | 69 | //
|
---|
[10554] | 70 | this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
|
---|
[10614] | 71 | this.applyInNewTabButton.Location = new System.Drawing.Point(34, 3);
|
---|
[10342] | 72 | this.applyInNewTabButton.Name = "applyInNewTabButton";
|
---|
| 73 | this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 74 | this.applyInNewTabButton.TabIndex = 2;
|
---|
| 75 | this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new tab");
|
---|
| 76 | this.applyInNewTabButton.UseVisualStyleBackColor = true;
|
---|
| 77 | this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
|
---|
[10313] | 78 | //
|
---|
[10342] | 79 | // exportProblemButton
|
---|
[10313] | 80 | //
|
---|
[10554] | 81 | this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
|
---|
[10614] | 82 | this.exportProblemButton.Location = new System.Drawing.Point(4, 3);
|
---|
[10342] | 83 | this.exportProblemButton.Name = "exportProblemButton";
|
---|
| 84 | this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 85 | this.exportProblemButton.TabIndex = 1;
|
---|
| 86 | this.toolTip.SetToolTip(this.exportProblemButton, "Export problem");
|
---|
| 87 | this.exportProblemButton.UseVisualStyleBackColor = true;
|
---|
| 88 | this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
|
---|
[10313] | 89 | //
|
---|
[10969] | 90 | // lblFilterActive
|
---|
[10319] | 91 | //
|
---|
[10969] | 92 | this.lblFilterActive.AutoSize = true;
|
---|
| 93 | this.lblFilterActive.Location = new System.Drawing.Point(220, 12);
|
---|
| 94 | this.lblFilterActive.Name = "lblFilterActive";
|
---|
| 95 | this.lblFilterActive.Size = new System.Drawing.Size(277, 13);
|
---|
| 96 | this.lblFilterActive.TabIndex = 5;
|
---|
| 97 | this.lblFilterActive.Text = "Attention! The data is read-only, because a filter is active.";
|
---|
| 98 | this.lblFilterActive.Visible = false;
|
---|
| 99 | //
|
---|
| 100 | // viewShortcutListView
|
---|
| 101 | //
|
---|
| 102 | this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 103 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10319] | 104 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10904] | 105 | this.viewShortcutListView.Caption = "ViewShortcutCollection View";
|
---|
| 106 | this.viewShortcutListView.Content = null;
|
---|
| 107 | this.viewShortcutListView.Location = new System.Drawing.Point(4, 33);
|
---|
| 108 | this.viewShortcutListView.Name = "viewShortcutListView";
|
---|
| 109 | this.viewShortcutListView.ReadOnly = false;
|
---|
| 110 | this.viewShortcutListView.Size = new System.Drawing.Size(831, 413);
|
---|
| 111 | this.viewShortcutListView.TabIndex = 4;
|
---|
[10319] | 112 | //
|
---|
[10239] | 113 | // DataPreprocessingView
|
---|
| 114 | //
|
---|
| 115 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 116 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[10969] | 117 | this.Controls.Add(this.lblFilterActive);
|
---|
[10904] | 118 | this.Controls.Add(this.viewShortcutListView);
|
---|
[10614] | 119 | this.Controls.Add(this.undoButton);
|
---|
| 120 | this.Controls.Add(this.applyInNewTabButton);
|
---|
| 121 | this.Controls.Add(this.exportProblemButton);
|
---|
[10239] | 122 | this.Name = "DataPreprocessingView";
|
---|
[10247] | 123 | this.Size = new System.Drawing.Size(838, 449);
|
---|
[10239] | 124 | this.ResumeLayout(false);
|
---|
[10969] | 125 | this.PerformLayout();
|
---|
[10239] | 126 |
|
---|
| 127 | }
|
---|
| 128 |
|
---|
| 129 | #endregion
|
---|
| 130 |
|
---|
[10342] | 131 | private System.Windows.Forms.Button exportProblemButton;
|
---|
| 132 | private System.Windows.Forms.Button applyInNewTabButton;
|
---|
[10314] | 133 | private System.Windows.Forms.Button undoButton;
|
---|
| 134 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[10904] | 135 | private ViewShortcutListView viewShortcutListView;
|
---|
[10969] | 136 | private System.Windows.Forms.Label lblFilterActive;
|
---|
[10239] | 137 |
|
---|
| 138 | }
|
---|
| 139 | }
|
---|