Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/16 12:26:14 (7 years ago)
Author:
pfleck
Message:

#2698 Implemented unchecking of variables in multi-scatterplot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs

    r14381 r14384  
    4646    private void InitializeComponent() {
    4747      this.frameTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     48      this.columnHeaderScrollPanel = new System.Windows.Forms.Panel();
    4849      this.columnHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     50      this.rowHeaderScrollPanel = new System.Windows.Forms.Panel();
    4951      this.rowHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     52      this.bodyScrollPanel = new System.Windows.Forms.Panel();
    5053      this.bodyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    5154      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     
    5457      this.splitContainer.SuspendLayout();
    5558      this.frameTableLayoutPanel.SuspendLayout();
     59      this.columnHeaderScrollPanel.SuspendLayout();
     60      this.rowHeaderScrollPanel.SuspendLayout();
     61      this.bodyScrollPanel.SuspendLayout();
    5662      this.SuspendLayout();
    5763      //
     
    6874      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
    6975      this.frameTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
    70       this.frameTableLayoutPanel.Controls.Add(this.columnHeaderTableLayoutPanel, 1, 0);
    71       this.frameTableLayoutPanel.Controls.Add(this.rowHeaderTableLayoutPanel, 0, 1);
    72       this.frameTableLayoutPanel.Controls.Add(this.bodyTableLayoutPanel, 1, 1);
     76      this.frameTableLayoutPanel.Controls.Add(this.columnHeaderScrollPanel, 1, 0);
     77      this.frameTableLayoutPanel.Controls.Add(this.rowHeaderScrollPanel, 0, 1);
     78      this.frameTableLayoutPanel.Controls.Add(this.bodyScrollPanel, 1, 1);
    7379      this.frameTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    7480      this.frameTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     
    8086      this.frameTableLayoutPanel.TabIndex = 0;
    8187      //
     88      // columnHeaderScrollPanel
     89      //
     90      this.columnHeaderScrollPanel.Controls.Add(this.columnHeaderTableLayoutPanel);
     91      this.columnHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     92      this.columnHeaderScrollPanel.Location = new System.Drawing.Point(40, 0);
     93      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
     94      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
     95      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(699, 40);
     96      this.columnHeaderScrollPanel.TabIndex = 3;
     97      //
    8298      // columnHeaderTableLayoutPanel
    8399      //
     100      this.columnHeaderTableLayoutPanel.AutoSize = true;
     101      this.columnHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    84102      this.columnHeaderTableLayoutPanel.ColumnCount = 2;
    85103      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    86104      this.columnHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    87       this.columnHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    88       this.columnHeaderTableLayoutPanel.Location = new System.Drawing.Point(43, 3);
     105      this.columnHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Left;
     106      this.columnHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     107      this.columnHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    89108      this.columnHeaderTableLayoutPanel.Name = "columnHeaderTableLayoutPanel";
    90109      this.columnHeaderTableLayoutPanel.RowCount = 1;
    91110      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    92111      this.columnHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    93       this.columnHeaderTableLayoutPanel.Size = new System.Drawing.Size(693, 34);
     112      this.columnHeaderTableLayoutPanel.Size = new System.Drawing.Size(0, 40);
    94113      this.columnHeaderTableLayoutPanel.TabIndex = 1;
    95114      //
     115      // rowHeaderScrollPanel
     116      //
     117      this.rowHeaderScrollPanel.Controls.Add(this.rowHeaderTableLayoutPanel);
     118      this.rowHeaderScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     119      this.rowHeaderScrollPanel.Location = new System.Drawing.Point(0, 40);
     120      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
     121      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
     122      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 477);
     123      this.rowHeaderScrollPanel.TabIndex = 4;
     124      //
    96125      // rowHeaderTableLayoutPanel
    97126      //
     127      this.rowHeaderTableLayoutPanel.AutoSize = true;
     128      this.rowHeaderTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    98129      this.rowHeaderTableLayoutPanel.ColumnCount = 1;
    99130      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    100131      this.rowHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    101       this.rowHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    102       this.rowHeaderTableLayoutPanel.Location = new System.Drawing.Point(3, 43);
     132      this.rowHeaderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
     133      this.rowHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     134      this.rowHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    103135      this.rowHeaderTableLayoutPanel.Name = "rowHeaderTableLayoutPanel";
    104136      this.rowHeaderTableLayoutPanel.RowCount = 2;
    105137      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    106138      this.rowHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    107       this.rowHeaderTableLayoutPanel.Size = new System.Drawing.Size(34, 471);
     139      this.rowHeaderTableLayoutPanel.Size = new System.Drawing.Size(40, 0);
    108140      this.rowHeaderTableLayoutPanel.TabIndex = 2;
    109141      //
     142      // bodyScrollPanel
     143      //
     144      this.bodyScrollPanel.AutoScroll = true;
     145      this.bodyScrollPanel.Controls.Add(this.bodyTableLayoutPanel);
     146      this.bodyScrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     147      this.bodyScrollPanel.Location = new System.Drawing.Point(40, 40);
     148      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
     149      this.bodyScrollPanel.Name = "bodyScrollPanel";
     150      this.bodyScrollPanel.Size = new System.Drawing.Size(699, 477);
     151      this.bodyScrollPanel.TabIndex = 5;
     152      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
     153      //
    110154      // bodyTableLayoutPanel
    111155      //
     156      this.bodyTableLayoutPanel.AutoSize = true;
     157      this.bodyTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    112158      this.bodyTableLayoutPanel.ColumnCount = 2;
    113159      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    114160      this.bodyTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    115       this.bodyTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    116       this.bodyTableLayoutPanel.Location = new System.Drawing.Point(43, 43);
     161      this.bodyTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     162      this.bodyTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    117163      this.bodyTableLayoutPanel.Name = "bodyTableLayoutPanel";
    118164      this.bodyTableLayoutPanel.RowCount = 2;
    119165      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    120166      this.bodyTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    121       this.bodyTableLayoutPanel.Size = new System.Drawing.Size(693, 471);
     167      this.bodyTableLayoutPanel.Size = new System.Drawing.Size(0, 0);
    122168      this.bodyTableLayoutPanel.TabIndex = 0;
    123       this.bodyTableLayoutPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyTableLayoutPanel_Scroll);
    124169      //
    125170      // ScatterPlotMultiView
     
    134179      this.splitContainer.ResumeLayout(false);
    135180      this.frameTableLayoutPanel.ResumeLayout(false);
     181      this.columnHeaderScrollPanel.ResumeLayout(false);
     182      this.columnHeaderScrollPanel.PerformLayout();
     183      this.rowHeaderScrollPanel.ResumeLayout(false);
     184      this.rowHeaderScrollPanel.PerformLayout();
     185      this.bodyScrollPanel.ResumeLayout(false);
     186      this.bodyScrollPanel.PerformLayout();
    136187      this.ResumeLayout(false);
    137188
     
    144195    private System.Windows.Forms.TableLayoutPanel rowHeaderTableLayoutPanel;
    145196    private System.Windows.Forms.TableLayoutPanel bodyTableLayoutPanel;
     197    private System.Windows.Forms.Panel columnHeaderScrollPanel;
     198    private System.Windows.Forms.Panel rowHeaderScrollPanel;
     199    private System.Windows.Forms.Panel bodyScrollPanel;
    146200  }
    147201}
Note: See TracChangeset for help on using the changeset viewer.