1 | namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
|
---|
2 | partial class DataAnalysisImportTypeDialog {
|
---|
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.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
|
---|
27 | this.OkButton = new System.Windows.Forms.Button();
|
---|
28 | this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
|
---|
29 | this.TrainingTestGroupBox = new System.Windows.Forms.GroupBox();
|
---|
30 | this.TestLabel = new System.Windows.Forms.Label();
|
---|
31 | this.TrainingLabel = new System.Windows.Forms.Label();
|
---|
32 | this.CancelButton = new System.Windows.Forms.Button();
|
---|
33 | this.openFileButton = new System.Windows.Forms.Button();
|
---|
34 | this.ProblemFileLabel = new System.Windows.Forms.Label();
|
---|
35 | this.ProblemTextBox = new System.Windows.Forms.TextBox();
|
---|
36 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
37 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
|
---|
38 | this.TrainingTestGroupBox.SuspendLayout();
|
---|
39 | this.SuspendLayout();
|
---|
40 | //
|
---|
41 | // ShuffleDataCheckbox
|
---|
42 | //
|
---|
43 | this.ShuffleDataCheckbox.AutoSize = true;
|
---|
44 | this.ShuffleDataCheckbox.Location = new System.Drawing.Point(12, 38);
|
---|
45 | this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox";
|
---|
46 | this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17);
|
---|
47 | this.ShuffleDataCheckbox.TabIndex = 1;
|
---|
48 | this.ShuffleDataCheckbox.Text = "Shuffle Data?";
|
---|
49 | this.ShuffleDataCheckbox.UseVisualStyleBackColor = true;
|
---|
50 | //
|
---|
51 | // OkButton
|
---|
52 | //
|
---|
53 | this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
54 | this.OkButton.Enabled = false;
|
---|
55 | this.OkButton.Location = new System.Drawing.Point(61, 147);
|
---|
56 | this.OkButton.Name = "OkButton";
|
---|
57 | this.OkButton.Size = new System.Drawing.Size(75, 23);
|
---|
58 | this.OkButton.TabIndex = 2;
|
---|
59 | this.OkButton.Text = "&Ok";
|
---|
60 | this.OkButton.UseVisualStyleBackColor = true;
|
---|
61 | //
|
---|
62 | // TrainingTestTrackBar
|
---|
63 | //
|
---|
64 | this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
66 | this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 19);
|
---|
67 | this.TrainingTestTrackBar.Maximum = 100;
|
---|
68 | this.TrainingTestTrackBar.Minimum = 1;
|
---|
69 | this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
|
---|
70 | this.TrainingTestTrackBar.Size = new System.Drawing.Size(303, 45);
|
---|
71 | this.TrainingTestTrackBar.TabIndex = 4;
|
---|
72 | this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
73 | this.TrainingTestTrackBar.Value = 66;
|
---|
74 | this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged);
|
---|
75 | //
|
---|
76 | // TrainingTestGroupBox
|
---|
77 | //
|
---|
78 | this.TrainingTestGroupBox.Controls.Add(this.TestLabel);
|
---|
79 | this.TrainingTestGroupBox.Controls.Add(this.TrainingLabel);
|
---|
80 | this.TrainingTestGroupBox.Controls.Add(this.TrainingTestTrackBar);
|
---|
81 | this.TrainingTestGroupBox.Location = new System.Drawing.Point(12, 61);
|
---|
82 | this.TrainingTestGroupBox.Name = "TrainingTestGroupBox";
|
---|
83 | this.TrainingTestGroupBox.Size = new System.Drawing.Size(315, 80);
|
---|
84 | this.TrainingTestGroupBox.TabIndex = 5;
|
---|
85 | this.TrainingTestGroupBox.TabStop = false;
|
---|
86 | this.TrainingTestGroupBox.Text = "Training/Test";
|
---|
87 | //
|
---|
88 | // TestLabel
|
---|
89 | //
|
---|
90 | this.TestLabel.AutoSize = true;
|
---|
91 | this.TestLabel.Location = new System.Drawing.Point(188, 51);
|
---|
92 | this.TestLabel.Name = "TestLabel";
|
---|
93 | this.TestLabel.Size = new System.Drawing.Size(57, 13);
|
---|
94 | this.TestLabel.TabIndex = 6;
|
---|
95 | this.TestLabel.Text = "Test: 34 %";
|
---|
96 | //
|
---|
97 | // TrainingLabel
|
---|
98 | //
|
---|
99 | this.TrainingLabel.AutoSize = true;
|
---|
100 | this.TrainingLabel.Location = new System.Drawing.Point(50, 51);
|
---|
101 | this.TrainingLabel.Name = "TrainingLabel";
|
---|
102 | this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
|
---|
103 | this.TrainingLabel.TabIndex = 5;
|
---|
104 | this.TrainingLabel.Text = "Training: 66 %";
|
---|
105 | //
|
---|
106 | // CancelButton
|
---|
107 | //
|
---|
108 | this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
109 | this.CancelButton.Location = new System.Drawing.Point(182, 147);
|
---|
110 | this.CancelButton.Name = "CancelButton";
|
---|
111 | this.CancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
112 | this.CancelButton.TabIndex = 3;
|
---|
113 | this.CancelButton.Text = "&Cancel";
|
---|
114 | this.CancelButton.UseVisualStyleBackColor = true;
|
---|
115 | //
|
---|
116 | // openFileButton
|
---|
117 | //
|
---|
118 | this.openFileButton.Location = new System.Drawing.Point(303, 12);
|
---|
119 | this.openFileButton.Name = "openFileButton";
|
---|
120 | this.openFileButton.Size = new System.Drawing.Size(24, 24);
|
---|
121 | this.openFileButton.TabIndex = 8;
|
---|
122 | this.openFileButton.UseVisualStyleBackColor = true;
|
---|
123 | this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click);
|
---|
124 | //
|
---|
125 | // ProblemFileLabel
|
---|
126 | //
|
---|
127 | this.ProblemFileLabel.AutoSize = true;
|
---|
128 | this.ProblemFileLabel.Location = new System.Drawing.Point(12, 15);
|
---|
129 | this.ProblemFileLabel.Name = "ProblemFileLabel";
|
---|
130 | this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13);
|
---|
131 | this.ProblemFileLabel.TabIndex = 6;
|
---|
132 | this.ProblemFileLabel.Text = "Problem File:";
|
---|
133 | //
|
---|
134 | // ProblemTextBox
|
---|
135 | //
|
---|
136 | this.ProblemTextBox.Location = new System.Drawing.Point(85, 12);
|
---|
137 | this.ProblemTextBox.Name = "ProblemTextBox";
|
---|
138 | this.ProblemTextBox.ReadOnly = true;
|
---|
139 | this.ProblemTextBox.Size = new System.Drawing.Size(212, 20);
|
---|
140 | this.ProblemTextBox.TabIndex = 9;
|
---|
141 | //
|
---|
142 | // openFileDialog
|
---|
143 | //
|
---|
144 | this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*";
|
---|
145 | //
|
---|
146 | // DataAnalysisImportTypeDialog
|
---|
147 | //
|
---|
148 | this.AcceptButton = this.OkButton;
|
---|
149 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
150 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
151 | this.ClientSize = new System.Drawing.Size(339, 179);
|
---|
152 | this.ControlBox = false;
|
---|
153 | this.Controls.Add(this.ProblemTextBox);
|
---|
154 | this.Controls.Add(this.openFileButton);
|
---|
155 | this.Controls.Add(this.ProblemFileLabel);
|
---|
156 | this.Controls.Add(this.CancelButton);
|
---|
157 | this.Controls.Add(this.OkButton);
|
---|
158 | this.Controls.Add(this.ShuffleDataCheckbox);
|
---|
159 | this.Controls.Add(this.TrainingTestGroupBox);
|
---|
160 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
---|
161 | this.MaximizeBox = false;
|
---|
162 | this.MinimizeBox = false;
|
---|
163 | this.Name = "DataAnalysisImportTypeDialog";
|
---|
164 | this.ShowIcon = false;
|
---|
165 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
166 | this.Text = "CSV Import";
|
---|
167 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
|
---|
168 | this.TrainingTestGroupBox.ResumeLayout(false);
|
---|
169 | this.TrainingTestGroupBox.PerformLayout();
|
---|
170 | this.ResumeLayout(false);
|
---|
171 | this.PerformLayout();
|
---|
172 |
|
---|
173 | }
|
---|
174 |
|
---|
175 | #endregion
|
---|
176 |
|
---|
177 | protected System.Windows.Forms.CheckBox ShuffleDataCheckbox;
|
---|
178 | protected System.Windows.Forms.Button OkButton;
|
---|
179 | protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
|
---|
180 | protected System.Windows.Forms.GroupBox TrainingTestGroupBox;
|
---|
181 | protected System.Windows.Forms.Label TestLabel;
|
---|
182 | protected System.Windows.Forms.Label TrainingLabel;
|
---|
183 | protected System.Windows.Forms.Button CancelButton;
|
---|
184 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
185 | protected System.Windows.Forms.Label ProblemFileLabel;
|
---|
186 | protected System.Windows.Forms.Button openFileButton;
|
---|
187 | protected System.Windows.Forms.TextBox ProblemTextBox;
|
---|
188 |
|
---|
189 | }
|
---|
190 | } |
---|