Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelationView.Designer.cs @ 8492

Last change on this file since 8492 was 8492, checked in by sforsten, 12 years ago

#1292:

  • added TimeframeFeatureCorrelationView
File size: 10.4 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Views {
2  partial class FeatureCorrelationView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeatureCorrelationView));
27      this.DataGridView = new System.Windows.Forms.DataGridView();
28      this.HeatMapProgressBar = new System.Windows.Forms.ProgressBar();
29      this.PartitionComboBox = new System.Windows.Forms.ComboBox();
30      this.CorrelationCalcLabel = new System.Windows.Forms.Label();
31      this.CorrelationCalcComboBox = new System.Windows.Forms.ComboBox();
32      this.PartitionLabel = new System.Windows.Forms.Label();
33      this.minimumLabel = new System.Windows.Forms.Label();
34      this.maximumLabel = new System.Windows.Forms.Label();
35      this.PictureBox = new System.Windows.Forms.PictureBox();
36      this.SplitContainer = new System.Windows.Forms.SplitContainer();
37      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
38      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).BeginInit();
39      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
40      this.SplitContainer.Panel1.SuspendLayout();
41      this.SplitContainer.Panel2.SuspendLayout();
42      this.SplitContainer.SuspendLayout();
43      this.SuspendLayout();
44      //
45      // DataGridView
46      //
47      this.DataGridView.AllowUserToAddRows = false;
48      this.DataGridView.AllowUserToDeleteRows = false;
49      this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
50      this.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
51      this.DataGridView.Location = new System.Drawing.Point(0, 0);
52      this.DataGridView.Name = "DataGridView";
53      this.DataGridView.ReadOnly = true;
54      this.DataGridView.Size = new System.Drawing.Size(475, 301);
55      this.DataGridView.TabIndex = 0;
56      this.DataGridView.VirtualMode = true;
57      this.DataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.DataGridView_CellValueNeeded);
58      this.DataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView_ColumnHeaderMouseClick);
59      this.DataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DataGridView_KeyDown);
60      //
61      // HeatMapProgressBar
62      //
63      this.HeatMapProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
64                  | System.Windows.Forms.AnchorStyles.Right)));
65      this.HeatMapProgressBar.Location = new System.Drawing.Point(490, 6);
66      this.HeatMapProgressBar.Name = "HeatMapProgressBar";
67      this.HeatMapProgressBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
68      this.HeatMapProgressBar.Size = new System.Drawing.Size(76, 21);
69      this.HeatMapProgressBar.TabIndex = 9;
70      this.HeatMapProgressBar.Visible = false;
71      //
72      // PartitionComboBox
73      //
74      this.PartitionComboBox.FormattingEnabled = true;
75      this.PartitionComboBox.Location = new System.Drawing.Point(348, 3);
76      this.PartitionComboBox.Name = "PartitionComboBox";
77      this.PartitionComboBox.Size = new System.Drawing.Size(124, 21);
78      this.PartitionComboBox.TabIndex = 8;
79      this.PartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.PartitionComboBox_SelectedIndexChanged);
80      //
81      // CorrelationCalcLabel
82      //
83      this.CorrelationCalcLabel.AutoSize = true;
84      this.CorrelationCalcLabel.Location = new System.Drawing.Point(0, 6);
85      this.CorrelationCalcLabel.Name = "CorrelationCalcLabel";
86      this.CorrelationCalcLabel.Size = new System.Drawing.Size(104, 13);
87      this.CorrelationCalcLabel.TabIndex = 7;
88      this.CorrelationCalcLabel.Text = "Correlation Measure:";
89      //
90      // CorrelationCalcComboBox
91      //
92      this.CorrelationCalcComboBox.FormattingEnabled = true;
93      this.CorrelationCalcComboBox.Location = new System.Drawing.Point(110, 3);
94      this.CorrelationCalcComboBox.Name = "CorrelationCalcComboBox";
95      this.CorrelationCalcComboBox.Size = new System.Drawing.Size(163, 21);
96      this.CorrelationCalcComboBox.TabIndex = 6;
97      this.CorrelationCalcComboBox.SelectedIndexChanged += new System.EventHandler(this.CorrelationMeasureComboBox_SelectedIndexChanged);
98      //
99      // PartitionLabel
100      //
101      this.PartitionLabel.AutoSize = true;
102      this.PartitionLabel.Location = new System.Drawing.Point(279, 6);
103      this.PartitionLabel.Name = "PartitionLabel";
104      this.PartitionLabel.Size = new System.Drawing.Size(48, 13);
105      this.PartitionLabel.TabIndex = 10;
106      this.PartitionLabel.Text = "Partition:";
107      //
108      // minimumLabel
109      //
110      this.minimumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
111      this.minimumLabel.BackColor = System.Drawing.Color.Transparent;
112      this.minimumLabel.Location = new System.Drawing.Point(487, 314);
113      this.minimumLabel.Name = "minimumLabel";
114      this.minimumLabel.Size = new System.Drawing.Size(73, 19);
115      this.minimumLabel.TabIndex = 13;
116      this.minimumLabel.Text = "0.0";
117      this.minimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
118      //
119      // maximumLabel
120      //
121      this.maximumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
122      this.maximumLabel.BackColor = System.Drawing.Color.Transparent;
123      this.maximumLabel.Location = new System.Drawing.Point(487, 30);
124      this.maximumLabel.Name = "maximumLabel";
125      this.maximumLabel.Size = new System.Drawing.Size(73, 25);
126      this.maximumLabel.TabIndex = 12;
127      this.maximumLabel.Text = "1.0";
128      this.maximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
129      //
130      // PictureBox
131      //
132      this.PictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
133                  | System.Windows.Forms.AnchorStyles.Right)));
134      this.PictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
135      this.PictureBox.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox.Image")));
136      this.PictureBox.Location = new System.Drawing.Point(507, 58);
137      this.PictureBox.Name = "PictureBox";
138      this.PictureBox.Size = new System.Drawing.Size(35, 253);
139      this.PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
140      this.PictureBox.TabIndex = 15;
141      this.PictureBox.TabStop = false;
142      //
143      // SplitContainer
144      //
145      this.SplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
146                  | System.Windows.Forms.AnchorStyles.Left)
147                  | System.Windows.Forms.AnchorStyles.Right)));
148      this.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
149      this.SplitContainer.IsSplitterFixed = true;
150      this.SplitContainer.Location = new System.Drawing.Point(3, 3);
151      this.SplitContainer.Name = "SplitContainer";
152      this.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
153      //
154      // SplitContainer.Panel1
155      //
156      this.SplitContainer.Panel1.Controls.Add(this.CorrelationCalcLabel);
157      this.SplitContainer.Panel1.Controls.Add(this.CorrelationCalcComboBox);
158      this.SplitContainer.Panel1.Controls.Add(this.PartitionComboBox);
159      this.SplitContainer.Panel1.Controls.Add(this.PartitionLabel);
160      //
161      // SplitContainer.Panel2
162      //
163      this.SplitContainer.Panel2.Controls.Add(this.DataGridView);
164      this.SplitContainer.Size = new System.Drawing.Size(475, 330);
165      this.SplitContainer.SplitterDistance = 25;
166      this.SplitContainer.TabIndex = 16;
167      //
168      // FeatureCorrelationView
169      //
170      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
171      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
172      this.Controls.Add(this.SplitContainer);
173      this.Controls.Add(this.minimumLabel);
174      this.Controls.Add(this.HeatMapProgressBar);
175      this.Controls.Add(this.PictureBox);
176      this.Controls.Add(this.maximumLabel);
177      this.Name = "FeatureCorrelationView";
178      this.Size = new System.Drawing.Size(569, 336);
179      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
180      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).EndInit();
181      this.SplitContainer.Panel1.ResumeLayout(false);
182      this.SplitContainer.Panel1.PerformLayout();
183      this.SplitContainer.Panel2.ResumeLayout(false);
184      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
185      this.SplitContainer.ResumeLayout(false);
186      this.ResumeLayout(false);
187
188    }
189
190    #endregion
191
192    protected System.Windows.Forms.DataGridView DataGridView;
193    protected System.Windows.Forms.ProgressBar HeatMapProgressBar;
194    protected System.Windows.Forms.ComboBox PartitionComboBox;
195    protected System.Windows.Forms.Label CorrelationCalcLabel;
196    protected System.Windows.Forms.ComboBox CorrelationCalcComboBox;
197    protected System.Windows.Forms.Label PartitionLabel;
198    protected System.Windows.Forms.Label minimumLabel;
199    protected System.Windows.Forms.Label maximumLabel;
200    protected System.Windows.Forms.PictureBox PictureBox;
201    protected System.Windows.Forms.SplitContainer SplitContainer;
202
203  }
204}
Note: See TracBrowser for help on using the repository browser.