Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs @ 11724

Last change on this file since 11724 was 10987, checked in by aesterer, 10 years ago

Refactored scatter plot

File size: 2.5 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views {
2  partial class ScatterPlotMultiView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
27      this.SuspendLayout();
28      //
29      // tableLayoutPanel
30      //
31      this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
32            | System.Windows.Forms.AnchorStyles.Left)
33            | System.Windows.Forms.AnchorStyles.Right)));
34      this.tableLayoutPanel.AutoScroll = true;
35      this.tableLayoutPanel.ColumnCount = 1;
36      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
37      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
38      this.tableLayoutPanel.Location = new System.Drawing.Point(3, 3);
39      this.tableLayoutPanel.Name = "tableLayoutPanel";
40      this.tableLayoutPanel.RowCount = 1;
41      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
42      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 514F));
43      this.tableLayoutPanel.Size = new System.Drawing.Size(860, 514);
44      this.tableLayoutPanel.TabIndex = 1;
45      //
46      // MultiScatterPlotView
47      //
48      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
49      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50      this.Controls.Add(this.tableLayoutPanel);
51      this.Name = "MultiScatterPlotView";
52      this.Size = new System.Drawing.Size(863, 517);
53      this.ResumeLayout(false);
54
55    }
56
57    #endregion
58
59    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
60
61  }
62}
Note: See TracBrowser for help on using the repository browser.