Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/14/17 10:29:51 (7 years ago)
Author:
pfleck
Message:

#2709 merged to stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.DataPreprocessing.Views

  • stable/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.Designer.cs

    r14963 r15242  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.dataTableView = new HeuristicLab.DataPreprocessing.Views.PreprocessingDataTableView();
    4847      this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     48      this.sizeGroupBox = new System.Windows.Forms.GroupBox();
     49      this.columnsNumericUpDown = new System.Windows.Forms.NumericUpDown();
     50      this.columnsLabel = new System.Windows.Forms.Label();
     51      this.scrollPanel = new System.Windows.Forms.Panel();
    4952      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5053      this.splitContainer.Panel1.SuspendLayout();
    5154      this.splitContainer.Panel2.SuspendLayout();
    5255      this.splitContainer.SuspendLayout();
    53       this.tableLayoutPanel.SuspendLayout();
     56      this.sizeGroupBox.SuspendLayout();
     57      ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
     58      this.scrollPanel.SuspendLayout();
    5459      this.SuspendLayout();
    5560      //
     
    5762      //
    5863      //
     64      // splitContainer.Panel1
     65      //
     66      this.splitContainer.Panel1.Controls.Add(this.sizeGroupBox);
     67      //
    5968      // splitContainer.Panel2
    6069      //
    61       this.splitContainer.Panel2.Controls.Add(this.tableLayoutPanel);
    62       //
    63       // dataTableView
    64       //
    65       this.dataTableView.AutoScroll = true;
    66       this.dataTableView.Caption = "DataTable View";
    67       this.dataTableView.Classification = null;
    68       this.dataTableView.Content = null;
    69       this.dataTableView.Dock = System.Windows.Forms.DockStyle.Fill;
    70       this.dataTableView.IsDetailedChartViewEnabled = false;
    71       this.dataTableView.Location = new System.Drawing.Point(3, 3);
    72       this.dataTableView.Name = "dataTableView";
    73       this.dataTableView.ReadOnly = false;
    74       this.dataTableView.ShowLegend = true;
    75       this.dataTableView.Size = new System.Drawing.Size(553, 397);
    76       this.dataTableView.TabIndex = 0;
    77       this.dataTableView.XAxisFormat = "";
    78       this.dataTableView.YAxisFormat = "";
     70      this.splitContainer.Panel2.Controls.Add(this.scrollPanel);
     71      this.splitContainer.Panel2.Resize += new System.EventHandler(this.splitContainer_Panel2_Resize);
    7972      //
    8073      // tableLayoutPanel
    8174      //
     75      this.tableLayoutPanel.AutoSize = true;
     76      this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    8277      this.tableLayoutPanel.ColumnCount = 1;
    8378      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    8479      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    85       this.tableLayoutPanel.Controls.Add(this.dataTableView, 0, 0);
    86       this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    8780      this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
    8881      this.tableLayoutPanel.Name = "tableLayoutPanel";
     
    9083      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    9184      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    92       this.tableLayoutPanel.Size = new System.Drawing.Size(559, 403);
     85      this.tableLayoutPanel.Size = new System.Drawing.Size(0, 0);
    9386      this.tableLayoutPanel.TabIndex = 0;
    9487      this.tableLayoutPanel.Layout += new System.Windows.Forms.LayoutEventHandler(this.tableLayoutPanel_Layout);
     88      //
     89      // sizeGroupBox
     90      //
     91      this.sizeGroupBox.Controls.Add(this.columnsNumericUpDown);
     92      this.sizeGroupBox.Controls.Add(this.columnsLabel);
     93      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     94      this.sizeGroupBox.Location = new System.Drawing.Point(0, 359);
     95      this.sizeGroupBox.Name = "sizeGroupBox";
     96      this.sizeGroupBox.Size = new System.Drawing.Size(180, 44);
     97      this.sizeGroupBox.TabIndex = 8;
     98      this.sizeGroupBox.TabStop = false;
     99      this.sizeGroupBox.Text = "Chart Size";
     100      //
     101      // columnsNumericUpDown
     102      //
     103      this.columnsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     104            | System.Windows.Forms.AnchorStyles.Right)));
     105      this.columnsNumericUpDown.Location = new System.Drawing.Point(88, 14);
     106      this.columnsNumericUpDown.Minimum = new decimal(new int[] {
     107            1,
     108            0,
     109            0,
     110            0});
     111      this.columnsNumericUpDown.Name = "columnsNumericUpDown";
     112      this.columnsNumericUpDown.Size = new System.Drawing.Size(86, 20);
     113      this.columnsNumericUpDown.TabIndex = 3;
     114      this.columnsNumericUpDown.Value = new decimal(new int[] {
     115            3,
     116            0,
     117            0,
     118            0});
     119      this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.columnsNumericUpDown_ValueChanged);
     120      //
     121      // columnsLabel
     122      //
     123      this.columnsLabel.AutoSize = true;
     124      this.columnsLabel.Location = new System.Drawing.Point(6, 16);
     125      this.columnsLabel.Name = "columnsLabel";
     126      this.columnsLabel.Size = new System.Drawing.Size(76, 13);
     127      this.columnsLabel.TabIndex = 1;
     128      this.columnsLabel.Text = "Max. Columns:";
     129      //
     130      // scrollPanel
     131      //
     132      this.scrollPanel.AutoScroll = true;
     133      this.scrollPanel.Controls.Add(this.tableLayoutPanel);
     134      this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     135      this.scrollPanel.Location = new System.Drawing.Point(0, 0);
     136      this.scrollPanel.Name = "scrollPanel";
     137      this.scrollPanel.Size = new System.Drawing.Size(470, 403);
     138      this.scrollPanel.TabIndex = 1;
    95139      //
    96140      // PreprocessingChartView
     
    103147      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    104148      this.splitContainer.ResumeLayout(false);
    105       this.tableLayoutPanel.ResumeLayout(false);
     149      this.sizeGroupBox.ResumeLayout(false);
     150      this.sizeGroupBox.PerformLayout();
     151      ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
     152      this.scrollPanel.ResumeLayout(false);
     153      this.scrollPanel.PerformLayout();
    106154      this.ResumeLayout(false);
    107155
     
    110158    #endregion
    111159
    112     private DataPreprocessing.Views.PreprocessingDataTableView dataTableView;
    113     private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     160    protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
     161    private System.Windows.Forms.NumericUpDown columnsNumericUpDown;
     162    private System.Windows.Forms.Label columnsLabel;
     163    private System.Windows.Forms.Panel scrollPanel;
     164    protected System.Windows.Forms.GroupBox sizeGroupBox;
    114165  }
    115166}
Note: See TracChangeset for help on using the changeset viewer.