1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
2 | partial class ProblemDataView {
|
---|
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.FeatureCorrelationButton = new System.Windows.Forms.Button();
|
---|
27 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
28 | this.SuspendLayout();
|
---|
29 | //
|
---|
30 | // parameterCollectionView
|
---|
31 | //
|
---|
32 | this.parameterCollectionView.AllowDrop = true;
|
---|
33 | this.parameterCollectionView.DragDrop += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragDrop);
|
---|
34 | this.parameterCollectionView.DragEnter += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragEnterOver);
|
---|
35 | this.parameterCollectionView.DragOver += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragEnterOver);
|
---|
36 | //
|
---|
37 | // nameTextBox
|
---|
38 | //
|
---|
39 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
40 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
41 | //
|
---|
42 | // FeatureCorrelationButton
|
---|
43 | //
|
---|
44 | this.FeatureCorrelationButton.Location = new System.Drawing.Point(184, 45);
|
---|
45 | this.FeatureCorrelationButton.Name = "FeatureCorrelationButton";
|
---|
46 | this.FeatureCorrelationButton.Size = new System.Drawing.Size(121, 24);
|
---|
47 | this.FeatureCorrelationButton.TabIndex = 4;
|
---|
48 | this.FeatureCorrelationButton.Text = "Feature Correlation";
|
---|
49 | this.FeatureCorrelationButton.UseVisualStyleBackColor = true;
|
---|
50 | this.FeatureCorrelationButton.Click += new System.EventHandler(this.FeatureCorrelationButton_Click);
|
---|
51 | //
|
---|
52 | // ProblemDataView
|
---|
53 | //
|
---|
54 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
55 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
56 | this.Controls.Add(this.FeatureCorrelationButton);
|
---|
57 | this.Name = "ProblemDataView";
|
---|
58 | this.Controls.SetChildIndex(this.parameterCollectionView, 0);
|
---|
59 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
60 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
61 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
62 | this.Controls.SetChildIndex(this.FeatureCorrelationButton, 0);
|
---|
63 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
64 | this.ResumeLayout(false);
|
---|
65 | this.PerformLayout();
|
---|
66 |
|
---|
67 | }
|
---|
68 |
|
---|
69 | #endregion
|
---|
70 |
|
---|
71 | protected System.Windows.Forms.Button FeatureCorrelationButton;
|
---|
72 |
|
---|
73 | }
|
---|
74 | }
|
---|