Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2913_MatlabScriptProblemInstanceProvider/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/Regression/Matlab/RegressionMatlabImportDialog.Designer.cs @ 15919

Last change on this file since 15919 was 15919, checked in by rhanghof, 6 years ago

#2913: The import does now work with Matlab timeseries datatypes.

File size: 16.8 KB
Line 
1namespace HeuristicLab.Problems.Instances.DataAnalysis.Views.Regression.Matlab {
2  partial class RegressionMatlabImportDialog {
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 Windows Form 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.components = new System.ComponentModel.Container();
27            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegressionMatlabImportDialog));
28            this.ProblemTextBox = new System.Windows.Forms.TextBox();
29            this.OpenFileButton = new System.Windows.Forms.Button();
30            this.ProblemFileLabel = new System.Windows.Forms.Label();
31            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
32            this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
33            this.ProblemDataSettingsGroupBox = new System.Windows.Forms.GroupBox();
34            this.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
35            this.ErrorTextBox = new System.Windows.Forms.TextBox();
36            this.PreviewLabel = new System.Windows.Forms.Label();
37            this.TestLabel = new System.Windows.Forms.Label();
38            this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
39            this.TrainingLabel = new System.Windows.Forms.Label();
40            this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
41            this.CancellationButton = new System.Windows.Forms.Button();
42            this.OkButton = new System.Windows.Forms.Button();
43            this.MatlabVariablesGroupBox = new System.Windows.Forms.GroupBox();
44            this.LoadValuesButton = new System.Windows.Forms.Button();
45            this.VariablesListBox = new System.Windows.Forms.CheckedListBox();
46            this.label1 = new System.Windows.Forms.Label();
47            this.StatusLabel = new System.Windows.Forms.Label();
48            this.ProblemDataSettingsGroupBox.SuspendLayout();
49            ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
50            this.MatlabVariablesGroupBox.SuspendLayout();
51            this.SuspendLayout();
52            //
53            // ProblemTextBox
54            //
55            this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
56            | System.Windows.Forms.AnchorStyles.Right)));
57            this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
58            this.ProblemTextBox.Name = "ProblemTextBox";
59            this.ProblemTextBox.ReadOnly = true;
60            this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
61            this.ProblemTextBox.TabIndex = 12;
62            //
63            // OpenFileButton
64            //
65            this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
66            this.OpenFileButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenFileButton.Image")));
67            this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
68            this.OpenFileButton.Name = "OpenFileButton";
69            this.OpenFileButton.Size = new System.Drawing.Size(24, 24);
70            this.OpenFileButton.TabIndex = 11;
71            this.OpenFileButton.UseVisualStyleBackColor = true;
72            //
73            // ProblemFileLabel
74            //
75            this.ProblemFileLabel.AutoSize = true;
76            this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
77            this.ProblemFileLabel.Name = "ProblemFileLabel";
78            this.ProblemFileLabel.Size = new System.Drawing.Size(61, 13);
79            this.ProblemFileLabel.TabIndex = 10;
80            this.ProblemFileLabel.Text = "Matlab File:";
81            //
82            // openFileDialog
83            //
84            this.openFileDialog.Filter = "Matlab files (*.m)|*.m|All files (*.*)|*.*";
85            //
86            // ProblemDataSettingsGroupBox
87            //
88            this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
89            | System.Windows.Forms.AnchorStyles.Left)
90            | System.Windows.Forms.AnchorStyles.Right)));
91            this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
92            this.ProblemDataSettingsGroupBox.Controls.Add(this.label1);
93            this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
94            this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewLabel);
95            this.ProblemDataSettingsGroupBox.Controls.Add(this.TestLabel);
96            this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewDatasetMatrix);
97            this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingLabel);
98            this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar);
99            this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 191);
100            this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
101            this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 225);
102            this.ProblemDataSettingsGroupBox.TabIndex = 20;
103            this.ProblemDataSettingsGroupBox.TabStop = false;
104            this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings";
105            //
106            // TargetVariableComboBox
107            //
108            this.TargetVariableComboBox.BackColor = System.Drawing.SystemColors.Control;
109            this.TargetVariableComboBox.FormattingEnabled = true;
110            this.TargetVariableComboBox.Location = new System.Drawing.Point(256, 19);
111            this.TargetVariableComboBox.Name = "TargetVariableComboBox";
112            this.TargetVariableComboBox.Size = new System.Drawing.Size(185, 21);
113            this.TargetVariableComboBox.TabIndex = 8;
114            //
115            // ErrorTextBox
116            //
117            this.ErrorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
119            this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
120            this.ErrorTextBox.Multiline = true;
121            this.ErrorTextBox.Name = "ErrorTextBox";
122            this.ErrorTextBox.ReadOnly = true;
123            this.ErrorTextBox.Size = new System.Drawing.Size(435, 204);
124            this.ErrorTextBox.TabIndex = 0;
125            this.ErrorTextBox.Text = "Open a Matlab File";
126            //
127            // PreviewLabel
128            //
129            this.PreviewLabel.AutoSize = true;
130            this.PreviewLabel.Location = new System.Drawing.Point(9, 89);
131            this.PreviewLabel.Name = "PreviewLabel";
132            this.PreviewLabel.Size = new System.Drawing.Size(45, 13);
133            this.PreviewLabel.TabIndex = 7;
134            this.PreviewLabel.Text = "Preview";
135            //
136            // TestLabel
137            //
138            this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
139            this.TestLabel.AutoSize = true;
140            this.TestLabel.Location = new System.Drawing.Point(303, 68);
141            this.TestLabel.Name = "TestLabel";
142            this.TestLabel.Size = new System.Drawing.Size(57, 13);
143            this.TestLabel.TabIndex = 6;
144            this.TestLabel.Text = "Test: 34 %";
145            //
146            // PreviewDatasetMatrix
147            //
148            this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
149            | System.Windows.Forms.AnchorStyles.Left)
150            | System.Windows.Forms.AnchorStyles.Right)));
151            this.PreviewDatasetMatrix.Caption = "Dataset Preview";
152            this.PreviewDatasetMatrix.Content = null;
153            this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108);
154            this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix";
155            this.PreviewDatasetMatrix.ReadOnly = true;
156            this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
157            this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
158            this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 111);
159            this.PreviewDatasetMatrix.TabIndex = 0;
160            //
161            // TrainingLabel
162            //
163            this.TrainingLabel.AutoSize = true;
164            this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
165            this.TrainingLabel.Name = "TrainingLabel";
166            this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
167            this.TrainingLabel.TabIndex = 5;
168            this.TrainingLabel.Text = "Training: 66 %";
169            //
170            // TrainingTestTrackBar
171            //
172            this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
173            | System.Windows.Forms.AnchorStyles.Right)));
174            this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
175            this.TrainingTestTrackBar.Maximum = 100;
176            this.TrainingTestTrackBar.Minimum = 1;
177            this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
178            this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
179            this.TrainingTestTrackBar.TabIndex = 4;
180            this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
181            this.TrainingTestTrackBar.Value = 66;
182            //
183            // CancellationButton
184            //
185            this.CancellationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
186            this.CancellationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
187            this.CancellationButton.Location = new System.Drawing.Point(384, 422);
188            this.CancellationButton.Name = "CancellationButton";
189            this.CancellationButton.Size = new System.Drawing.Size(75, 23);
190            this.CancellationButton.TabIndex = 19;
191            this.CancellationButton.Text = "&Cancel";
192            this.CancellationButton.UseVisualStyleBackColor = true;
193            //
194            // OkButton
195            //
196            this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
197            this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
198            this.OkButton.Enabled = false;
199            this.OkButton.Location = new System.Drawing.Point(303, 422);
200            this.OkButton.Name = "OkButton";
201            this.OkButton.Size = new System.Drawing.Size(75, 23);
202            this.OkButton.TabIndex = 18;
203            this.OkButton.Text = "&Ok";
204            this.OkButton.UseVisualStyleBackColor = true;
205            //
206            // MatlabVariablesGroupBox
207            //
208            this.MatlabVariablesGroupBox.Controls.Add(this.LoadValuesButton);
209            this.MatlabVariablesGroupBox.Controls.Add(this.VariablesListBox);
210            this.MatlabVariablesGroupBox.Location = new System.Drawing.Point(12, 32);
211            this.MatlabVariablesGroupBox.Name = "MatlabVariablesGroupBox";
212            this.MatlabVariablesGroupBox.Size = new System.Drawing.Size(447, 153);
213            this.MatlabVariablesGroupBox.TabIndex = 22;
214            this.MatlabVariablesGroupBox.TabStop = false;
215            this.MatlabVariablesGroupBox.Text = "Matlab variables";
216            //
217            // LoadValuesButton
218            //
219            this.LoadValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
220            this.LoadValuesButton.Enabled = false;
221            this.LoadValuesButton.Location = new System.Drawing.Point(366, 124);
222            this.LoadValuesButton.Name = "LoadValuesButton";
223            this.LoadValuesButton.Size = new System.Drawing.Size(75, 23);
224            this.LoadValuesButton.TabIndex = 23;
225            this.LoadValuesButton.Text = "&Load";
226            this.LoadValuesButton.UseVisualStyleBackColor = true;
227            //
228            // VariablesListBox
229            //
230            this.VariablesListBox.FormattingEnabled = true;
231            this.VariablesListBox.Location = new System.Drawing.Point(6, 18);
232            this.VariablesListBox.Name = "VariablesListBox";
233            this.VariablesListBox.Size = new System.Drawing.Size(435, 94);
234            this.VariablesListBox.TabIndex = 22;
235            //
236            // label1
237            //
238            this.label1.AutoSize = true;
239            this.label1.Location = new System.Drawing.Point(168, 22);
240            this.label1.Name = "label1";
241            this.label1.Size = new System.Drawing.Size(82, 13);
242            this.label1.TabIndex = 9;
243            this.label1.Text = "Target Variable:";
244            //
245            // StatusLabel
246            //
247            this.StatusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
248            this.StatusLabel.AutoSize = true;
249            this.StatusLabel.Location = new System.Drawing.Point(9, 427);
250            this.StatusLabel.Name = "StatusLabel";
251            this.StatusLabel.Size = new System.Drawing.Size(37, 13);
252            this.StatusLabel.TabIndex = 23;
253            this.StatusLabel.Text = "Status";
254            //
255            // RegressionMatlabImportDialog
256            //
257            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
258            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
259            this.ClientSize = new System.Drawing.Size(471, 457);
260            this.Controls.Add(this.StatusLabel);
261            this.Controls.Add(this.MatlabVariablesGroupBox);
262            this.Controls.Add(this.ProblemDataSettingsGroupBox);
263            this.Controls.Add(this.CancellationButton);
264            this.Controls.Add(this.OkButton);
265            this.Controls.Add(this.ProblemTextBox);
266            this.Controls.Add(this.OpenFileButton);
267            this.Controls.Add(this.ProblemFileLabel);
268            this.Name = "RegressionMatlabImportDialog";
269            this.ShowIcon = false;
270            this.Text = "Regression Matlab Import";
271            this.ProblemDataSettingsGroupBox.ResumeLayout(false);
272            this.ProblemDataSettingsGroupBox.PerformLayout();
273            ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
274            this.MatlabVariablesGroupBox.ResumeLayout(false);
275            this.ResumeLayout(false);
276            this.PerformLayout();
277
278    }
279
280    #endregion
281
282    protected System.Windows.Forms.TextBox ProblemTextBox;
283    protected System.Windows.Forms.Button OpenFileButton;
284    protected System.Windows.Forms.Label ProblemFileLabel;
285    protected System.Windows.Forms.OpenFileDialog openFileDialog;
286    protected System.Windows.Forms.ToolTip ToolTip;
287    protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox;
288    protected System.Windows.Forms.TextBox ErrorTextBox;
289    protected System.Windows.Forms.Label PreviewLabel;
290    protected System.Windows.Forms.Label TestLabel;
291    protected Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix;
292    protected System.Windows.Forms.Label TrainingLabel;
293    protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
294    protected System.Windows.Forms.Button CancellationButton;
295    protected System.Windows.Forms.Button OkButton;
296    private System.Windows.Forms.GroupBox MatlabVariablesGroupBox;
297    protected System.Windows.Forms.Button LoadValuesButton;
298    private System.Windows.Forms.CheckedListBox VariablesListBox;
299    private System.Windows.Forms.ComboBox TargetVariableComboBox;
300    protected System.Windows.Forms.Label label1;
301    protected System.Windows.Forms.Label StatusLabel;
302  }
303}
Note: See TracBrowser for help on using the repository browser.