1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
2 | partial class RegressionSolutionTargetResponseGradientView {
|
---|
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.variableListView = new System.Windows.Forms.ListView();
|
---|
27 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
28 | this.gradientChartTableLayout = new System.Windows.Forms.TableLayoutPanel();
|
---|
29 | this.panel1.SuspendLayout();
|
---|
30 | this.SuspendLayout();
|
---|
31 | //
|
---|
32 | // variableListView
|
---|
33 | //
|
---|
34 | this.variableListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
35 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
36 | this.variableListView.CheckBoxes = true;
|
---|
37 | this.variableListView.Location = new System.Drawing.Point(4, 4);
|
---|
38 | this.variableListView.Name = "variableListView";
|
---|
39 | this.variableListView.Size = new System.Drawing.Size(152, 332);
|
---|
40 | this.variableListView.TabIndex = 0;
|
---|
41 | this.variableListView.UseCompatibleStateImageBehavior = false;
|
---|
42 | this.variableListView.View = System.Windows.Forms.View.List;
|
---|
43 | //
|
---|
44 | // panel1
|
---|
45 | //
|
---|
46 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
47 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
48 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
49 | this.panel1.AutoScroll = true;
|
---|
50 | this.panel1.Controls.Add(this.gradientChartTableLayout);
|
---|
51 | this.panel1.Location = new System.Drawing.Point(162, 4);
|
---|
52 | this.panel1.Name = "panel1";
|
---|
53 | this.panel1.Size = new System.Drawing.Size(868, 693);
|
---|
54 | this.panel1.TabIndex = 1;
|
---|
55 | //
|
---|
56 | // gradientChartTableLayout
|
---|
57 | //
|
---|
58 | this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
59 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
60 | this.gradientChartTableLayout.AutoSize = true;
|
---|
61 | this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
62 | this.gradientChartTableLayout.ColumnCount = 4;
|
---|
63 | this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
---|
64 | this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
---|
65 | this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
---|
66 | this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
---|
67 | this.gradientChartTableLayout.Location = new System.Drawing.Point(3, 3);
|
---|
68 | this.gradientChartTableLayout.Name = "gradientChartTableLayout";
|
---|
69 | this.gradientChartTableLayout.RowCount = 1;
|
---|
70 | this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 693F));
|
---|
71 | this.gradientChartTableLayout.Size = new System.Drawing.Size(848, 693);
|
---|
72 | this.gradientChartTableLayout.TabIndex = 2;
|
---|
73 | //
|
---|
74 | // RegressionSolutionTargetResponseGradientView
|
---|
75 | //
|
---|
76 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
77 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
78 | this.Controls.Add(this.panel1);
|
---|
79 | this.Controls.Add(this.variableListView);
|
---|
80 | this.Name = "RegressionSolutionTargetResponseGradientView";
|
---|
81 | this.Size = new System.Drawing.Size(1033, 700);
|
---|
82 | this.panel1.ResumeLayout(false);
|
---|
83 | this.panel1.PerformLayout();
|
---|
84 | this.ResumeLayout(false);
|
---|
85 |
|
---|
86 | }
|
---|
87 |
|
---|
88 | #endregion
|
---|
89 |
|
---|
90 | private System.Windows.Forms.ListView variableListView;
|
---|
91 | private System.Windows.Forms.Panel panel1;
|
---|
92 | private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
|
---|
93 | }
|
---|
94 | }
|
---|