Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/17 10:57:53 (7 years ago)
Author:
pfleck
Message:

#2709: merged branch to trunk

Location:
trunk/sources/HeuristicLab.DataPreprocessing.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views

  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs

    r14381 r15110  
    4747      this.components = new System.ComponentModel.Container();
    4848      this.splitContainer = new System.Windows.Forms.SplitContainer();
    49       this.checkedItemList = new HeuristicLab.DataPreprocessing.Views.PreprocessingCheckedItemListView();
    50       this.variablesListcontextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    51       this.checkInputsTargetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    52       this.checkOnlyInputsTargetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    53       this.checkAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    54       this.uncheckAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     49      this.variablesGroupBox = new System.Windows.Forms.GroupBox();
     50      this.variablesListView = new System.Windows.Forms.ListView();
     51      this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     52      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     53      this.uncheckAllButton = new System.Windows.Forms.Button();
     54      this.checkAllButton = new System.Windows.Forms.Button();
     55      this.checkInputsTargetButton = new System.Windows.Forms.Button();
    5556      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5657      this.splitContainer.Panel1.SuspendLayout();
    5758      this.splitContainer.SuspendLayout();
    58       this.variablesListcontextMenuStrip.SuspendLayout();
     59      this.variablesGroupBox.SuspendLayout();
    5960      this.SuspendLayout();
    6061      //
     
    6263      //
    6364      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     65      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    6466      this.splitContainer.Location = new System.Drawing.Point(0, 0);
    6567      this.splitContainer.Name = "splitContainer";
     
    6769      // splitContainer.Panel1
    6870      //
    69       this.splitContainer.Panel1.Controls.Add(this.checkedItemList);
    70       this.splitContainer.Size = new System.Drawing.Size(654, 403);
    71       this.splitContainer.SplitterDistance = 91;
     71      this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox);
     72      this.splitContainer.Size = new System.Drawing.Size(940, 698);
     73      this.splitContainer.SplitterDistance = 180;
    7274      this.splitContainer.TabIndex = 7;
    7375      //
    74       // checkedItemList
     76      // variablesGroupBox
    7577      //
    76       this.checkedItemList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    77             | System.Windows.Forms.AnchorStyles.Left)
     78      this.variablesGroupBox.Controls.Add(this.uncheckAllButton);
     79      this.variablesGroupBox.Controls.Add(this.checkAllButton);
     80      this.variablesGroupBox.Controls.Add(this.checkInputsTargetButton);
     81      this.variablesGroupBox.Controls.Add(this.variablesListView);
     82      this.variablesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     83      this.variablesGroupBox.Location = new System.Drawing.Point(0, 0);
     84      this.variablesGroupBox.Name = "variablesGroupBox";
     85      this.variablesGroupBox.Size = new System.Drawing.Size(180, 698);
     86      this.variablesGroupBox.TabIndex = 7;
     87      this.variablesGroupBox.TabStop = false;
     88      this.variablesGroupBox.Text = "Variables";
     89      //
     90      // variablesListView
     91      //
     92      this.variablesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     93            | System.Windows.Forms.AnchorStyles.Left)
    7894            | System.Windows.Forms.AnchorStyles.Right)));
    79       this.checkedItemList.Caption = "View";
    80       this.checkedItemList.Content = null;
    81       this.checkedItemList.ContextMenuStrip = this.variablesListcontextMenuStrip;
    82       this.checkedItemList.Location = new System.Drawing.Point(4, 4);
    83       this.checkedItemList.Name = "checkedItemList";
    84       this.checkedItemList.ReadOnly = false;
    85       this.checkedItemList.Size = new System.Drawing.Size(84, 252);
    86       this.checkedItemList.TabIndex = 4;
     95      this.variablesListView.CheckBoxes = true;
     96      this.variablesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     97            this.columnHeader});
     98      this.variablesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     99      this.variablesListView.HideSelection = false;
     100      this.variablesListView.Location = new System.Drawing.Point(6, 49);
     101      this.variablesListView.Name = "variablesListView";
     102      this.variablesListView.Size = new System.Drawing.Size(168, 643);
     103      this.variablesListView.TabIndex = 12;
     104      this.variablesListView.UseCompatibleStateImageBehavior = false;
     105      this.variablesListView.View = System.Windows.Forms.View.Details;
    87106      //
    88       // variablesListcontextMenuStrip
     107      // columnHeader
    89108      //
    90       this.variablesListcontextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    91             this.checkInputsTargetToolStripMenuItem,
    92             this.checkOnlyInputsTargetToolStripMenuItem,
    93             this.checkAllToolStripMenuItem,
    94             this.uncheckAllToolStripMenuItem});
    95       this.variablesListcontextMenuStrip.Name = "variablesListcontextMenuStrip";
    96       this.variablesListcontextMenuStrip.Size = new System.Drawing.Size(211, 92);
    97       this.variablesListcontextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.variablesListcontextMenuStrip_Opening);
     109      this.columnHeader.Text = "";
     110      this.columnHeader.Width = 164;
    98111      //
    99       // checkInputsTargetToolStripMenuItem
     112      // uncheckAllButton
    100113      //
    101       this.checkInputsTargetToolStripMenuItem.Name = "checkInputsTargetToolStripMenuItem";
    102       this.checkInputsTargetToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
    103       this.checkInputsTargetToolStripMenuItem.Text = "Check Inputs+Target";
    104       this.checkInputsTargetToolStripMenuItem.Click += new System.EventHandler(this.checkInputsTargetToolStripMenuItem_Click);
     114      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
     115      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
     116      this.uncheckAllButton.Name = "uncheckAllButton";
     117      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
     118      this.uncheckAllButton.TabIndex = 9;
     119      this.toolTip.SetToolTip(this.uncheckAllButton, "Show None");
     120      this.uncheckAllButton.UseVisualStyleBackColor = true;
     121      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
    105122      //
    106       // checkOnlyInputsTargetToolStripMenuItem
     123      // checkAllButton
    107124      //
    108       this.checkOnlyInputsTargetToolStripMenuItem.Name = "checkOnlyInputsTargetToolStripMenuItem";
    109       this.checkOnlyInputsTargetToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
    110       this.checkOnlyInputsTargetToolStripMenuItem.Text = "Check only Inputs+Target";
    111       this.checkOnlyInputsTargetToolStripMenuItem.Click += new System.EventHandler(this.checkOnlyInputsTargetToolStripMenuItem_Click);
     125      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
     126      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
     127      this.checkAllButton.Name = "checkAllButton";
     128      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
     129      this.checkAllButton.TabIndex = 7;
     130      this.toolTip.SetToolTip(this.checkAllButton, "Show All");
     131      this.checkAllButton.UseVisualStyleBackColor = true;
     132      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
    112133      //
    113       // checkAllToolStripMenuItem
     134      // checkInputsTargetButton
    114135      //
    115       this.checkAllToolStripMenuItem.Name = "checkAllToolStripMenuItem";
    116       this.checkAllToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
    117       this.checkAllToolStripMenuItem.Text = "Check All";
    118       this.checkAllToolStripMenuItem.Click += new System.EventHandler(this.checkAllToolStripMenuItem_Click);
    119       //
    120       // uncheckAllToolStripMenuItem
    121       //
    122       this.uncheckAllToolStripMenuItem.Name = "uncheckAllToolStripMenuItem";
    123       this.uncheckAllToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
    124       this.uncheckAllToolStripMenuItem.Text = "Uncheck All";
    125       this.uncheckAllToolStripMenuItem.Click += new System.EventHandler(this.uncheckAllToolStripMenuItem_Click);
     136      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
     137      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
     138      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
     139      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
     140      this.checkInputsTargetButton.TabIndex = 8;
     141      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Show Inputs & Target");
     142      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
     143      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
    126144      //
    127145      // PreprocessingCheckedVariablesView
     
    131149      this.Controls.Add(this.splitContainer);
    132150      this.Name = "PreprocessingCheckedVariablesView";
    133       this.Size = new System.Drawing.Size(654, 403);
     151      this.Size = new System.Drawing.Size(940, 698);
    134152      this.splitContainer.Panel1.ResumeLayout(false);
    135153      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    136154      this.splitContainer.ResumeLayout(false);
    137       this.variablesListcontextMenuStrip.ResumeLayout(false);
     155      this.variablesGroupBox.ResumeLayout(false);
    138156      this.ResumeLayout(false);
    139157
     
    141159
    142160    #endregion
    143 
    144     protected PreprocessingCheckedItemListView checkedItemList;
    145161    protected System.Windows.Forms.SplitContainer splitContainer;
    146     private System.Windows.Forms.ContextMenuStrip variablesListcontextMenuStrip;
    147     private System.Windows.Forms.ToolStripMenuItem checkInputsTargetToolStripMenuItem;
    148     private System.Windows.Forms.ToolStripMenuItem checkAllToolStripMenuItem;
    149     private System.Windows.Forms.ToolStripMenuItem uncheckAllToolStripMenuItem;
    150     private System.Windows.Forms.ToolStripMenuItem checkOnlyInputsTargetToolStripMenuItem;
     162    private System.Windows.Forms.ToolTip toolTip;
     163    private System.Windows.Forms.ColumnHeader columnHeader;
     164    private System.Windows.Forms.ListView variablesListView;
     165    private System.Windows.Forms.GroupBox variablesGroupBox;
     166    private System.Windows.Forms.Button checkInputsTargetButton;
     167    private System.Windows.Forms.Button uncheckAllButton;
     168    private System.Windows.Forms.Button checkAllButton;
    151169  }
    152170}
Note: See TracChangeset for help on using the changeset viewer.