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 @ 15912

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

#2913:

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