Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/16 14:51:38 (9 years ago)
Author:
pfleck
Message:

#2559

  • Enabled different export types for preprocessing.
  • Hid unused buttons in ViewShortcutListView.
  • Made data preprocessing a NamedItem to allow naming.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs

    r12012 r13507  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.components = new System.ComponentModel.Container();
    4847      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView));
    4948      this.undoButton = new System.Windows.Forms.Button();
    5049      this.applyInNewTabButton = new System.Windows.Forms.Button();
    5150      this.exportProblemButton = new System.Windows.Forms.Button();
    52       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5351      this.lblFilterActive = new System.Windows.Forms.Label();
     52      this.applyComboBox = new System.Windows.Forms.ComboBox();
     53      this.exportLabel = new System.Windows.Forms.Label();
     54      this.redoButton = new System.Windows.Forms.Button();
    5455      this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView();
     56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5557      this.SuspendLayout();
    5658      //
     59      // nameTextBox
     60      //
     61      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     62      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     63      this.nameTextBox.Size = new System.Drawing.Size(755, 20);
     64      //
     65      // infoLabel
     66      //
     67      this.infoLabel.Location = new System.Drawing.Point(819, 3);
     68      //
    5769      // undoButton
    5870      //
    5971      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
    60       this.undoButton.Location = new System.Drawing.Point(64, 3);
     72      this.undoButton.Location = new System.Drawing.Point(6, 56);
    6173      this.undoButton.Name = "undoButton";
    6274      this.undoButton.Size = new System.Drawing.Size(24, 24);
    63       this.undoButton.TabIndex = 3;
     75      this.undoButton.TabIndex = 5;
    6476      this.toolTip.SetToolTip(this.undoButton, "Undo");
    6577      this.undoButton.UseVisualStyleBackColor = true;
     
    6981      //
    7082      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    71       this.applyInNewTabButton.Location = new System.Drawing.Point(34, 3);
     83      this.applyInNewTabButton.Location = new System.Drawing.Point(57, 26);
    7284      this.applyInNewTabButton.Name = "applyInNewTabButton";
    7385      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
    7486      this.applyInNewTabButton.TabIndex = 2;
    75       this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new tab");
     87      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new Tab");
    7688      this.applyInNewTabButton.UseVisualStyleBackColor = true;
    7789      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
     
    8092      //
    8193      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    82       this.exportProblemButton.Location = new System.Drawing.Point(4, 3);
     94      this.exportProblemButton.Location = new System.Drawing.Point(87, 26);
    8395      this.exportProblemButton.Name = "exportProblemButton";
    8496      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
    85       this.exportProblemButton.TabIndex = 1;
    86       this.toolTip.SetToolTip(this.exportProblemButton, "Export problem");
     97      this.exportProblemButton.TabIndex = 3;
     98      this.toolTip.SetToolTip(this.exportProblemButton, "Save");
    8799      this.exportProblemButton.UseVisualStyleBackColor = true;
    88100      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
     
    91103      //
    92104      this.lblFilterActive.AutoSize = true;
    93       this.lblFilterActive.Location = new System.Drawing.Point(220, 12);
     105      this.lblFilterActive.Location = new System.Drawing.Point(84, 62);
    94106      this.lblFilterActive.Name = "lblFilterActive";
    95107      this.lblFilterActive.Size = new System.Drawing.Size(277, 13);
     
    98110      this.lblFilterActive.Visible = false;
    99111      //
     112      // applyComboBox
     113      //
     114      this.applyComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     115            | System.Windows.Forms.AnchorStyles.Right)));
     116      this.applyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     117      this.applyComboBox.FormattingEnabled = true;
     118      this.applyComboBox.Items.AddRange(new object[] {
     119            "Algorithm",
     120            "Problem",
     121            "ProblemData"});
     122      this.applyComboBox.Location = new System.Drawing.Point(117, 28);
     123      this.applyComboBox.Name = "applyComboBox";
     124      this.applyComboBox.Size = new System.Drawing.Size(696, 21);
     125      this.applyComboBox.TabIndex = 4;
     126      //
     127      // exportLabel
     128      //
     129      this.exportLabel.AutoSize = true;
     130      this.exportLabel.Location = new System.Drawing.Point(5, 31);
     131      this.exportLabel.Name = "exportLabel";
     132      this.exportLabel.Size = new System.Drawing.Size(40, 13);
     133      this.exportLabel.TabIndex = 8;
     134      this.exportLabel.Text = "Export:";
     135      //
     136      // redoButton
     137      //
     138      this.redoButton.Enabled = false;
     139      this.redoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Redo;
     140      this.redoButton.Location = new System.Drawing.Point(36, 56);
     141      this.redoButton.Name = "redoButton";
     142      this.redoButton.Size = new System.Drawing.Size(24, 24);
     143      this.redoButton.TabIndex = 6;
     144      this.toolTip.SetToolTip(this.redoButton, "Redo (not implemented yet)");
     145      this.redoButton.UseVisualStyleBackColor = true;
     146      //
    100147      // viewShortcutListView
    101148      //
    102       this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    103             | System.Windows.Forms.AnchorStyles.Left) 
     149      this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     150            | System.Windows.Forms.AnchorStyles.Left)
    104151            | System.Windows.Forms.AnchorStyles.Right)));
    105152      this.viewShortcutListView.Caption = "ViewShortcutCollection View";
    106153      this.viewShortcutListView.Content = null;
    107       this.viewShortcutListView.Location = new System.Drawing.Point(4, 33);
     154      this.viewShortcutListView.Location = new System.Drawing.Point(4, 86);
    108155      this.viewShortcutListView.Name = "viewShortcutListView";
    109156      this.viewShortcutListView.ReadOnly = false;
    110       this.viewShortcutListView.Size = new System.Drawing.Size(831, 413);
    111       this.viewShortcutListView.TabIndex = 4;
     157      this.viewShortcutListView.Size = new System.Drawing.Size(831, 360);
     158      this.viewShortcutListView.TabIndex = 7;
    112159      //
    113160      // DataPreprocessingView
     
    115162      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    116163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     164      this.Controls.Add(this.applyComboBox);
     165      this.Controls.Add(this.exportLabel);
     166      this.Controls.Add(this.exportProblemButton);
     167      this.Controls.Add(this.applyInNewTabButton);
    117168      this.Controls.Add(this.lblFilterActive);
    118169      this.Controls.Add(this.viewShortcutListView);
     170      this.Controls.Add(this.redoButton);
    119171      this.Controls.Add(this.undoButton);
    120       this.Controls.Add(this.applyInNewTabButton);
    121       this.Controls.Add(this.exportProblemButton);
    122172      this.Name = "DataPreprocessingView";
    123173      this.Size = new System.Drawing.Size(838, 449);
     174      this.Controls.SetChildIndex(this.undoButton, 0);
     175      this.Controls.SetChildIndex(this.redoButton, 0);
     176      this.Controls.SetChildIndex(this.viewShortcutListView, 0);
     177      this.Controls.SetChildIndex(this.lblFilterActive, 0);
     178      this.Controls.SetChildIndex(this.nameLabel, 0);
     179      this.Controls.SetChildIndex(this.nameTextBox, 0);
     180      this.Controls.SetChildIndex(this.infoLabel, 0);
     181      this.Controls.SetChildIndex(this.applyInNewTabButton, 0);
     182      this.Controls.SetChildIndex(this.exportProblemButton, 0);
     183      this.Controls.SetChildIndex(this.exportLabel, 0);
     184      this.Controls.SetChildIndex(this.applyComboBox, 0);
     185      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    124186      this.ResumeLayout(false);
    125187      this.PerformLayout();
     
    132194    private System.Windows.Forms.Button applyInNewTabButton;
    133195    private System.Windows.Forms.Button undoButton;
    134     private System.Windows.Forms.ToolTip toolTip;
    135196    private ViewShortcutListView viewShortcutListView;
    136197    private System.Windows.Forms.Label lblFilterActive;
    137 
     198    private System.Windows.Forms.Label exportLabel;
     199    private System.Windows.Forms.Button redoButton;
     200    private System.Windows.Forms.ComboBox applyComboBox;
    138201  }
    139202}
Note: See TracChangeset for help on using the changeset viewer.