Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/DatastreamAnalysisOptimizerView.Designer.cs @ 14536

Last change on this file since 14536 was 14536, checked in by jzenisek, 7 years ago

#2719 added datastream type; updated the optimizer view and control functionality

File size: 11.0 KB
RevLine 
[14488]1namespace HeuristicLab.DatastreamAnalysis {
2  partial class DatastreamAnalysisOptimizerView {
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.tabControl = new System.Windows.Forms.TabControl();
27      this.ensemblesTab = new System.Windows.Forms.TabPage();
28      this.ensemblesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
29      this.datastreamTab = new System.Windows.Forms.TabPage();
30      this.datastreamViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
31      this.resultsTab = new System.Windows.Forms.TabPage();
[14536]32      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
33      this.runsTab = new System.Windows.Forms.TabPage();
34      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
[14488]35      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
36      this.tabControl.SuspendLayout();
37      this.ensemblesTab.SuspendLayout();
38      this.datastreamTab.SuspendLayout();
39      this.resultsTab.SuspendLayout();
[14536]40      this.runsTab.SuspendLayout();
[14488]41      this.SuspendLayout();
42      //
43      // startButton
44      //
45      this.startButton.Location = new System.Drawing.Point(6, 636);
46      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
47      //
48      // executionTimeTextBox
49      //
50      this.executionTimeTextBox.Location = new System.Drawing.Point(936, 640);
51      //
52      // executionTimeLabel
53      //
54      this.executionTimeLabel.Location = new System.Drawing.Point(847, 643);
55      //
56      // pauseButton
57      //
58      this.pauseButton.Location = new System.Drawing.Point(36, 636);
59      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
60      //
61      // stopButton
62      //
63      this.stopButton.Location = new System.Drawing.Point(66, 636);
64      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
65      //
66      // resetButton
67      //
68      this.resetButton.Location = new System.Drawing.Point(96, 636);
69      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
70      //
71      // nameTextBox
72      //
73      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
74      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
75      this.nameTextBox.Size = new System.Drawing.Size(1008, 20);
76      //
77      // infoLabel
78      //
79      this.infoLabel.Location = new System.Drawing.Point(995, 3);
80      //
81      // tabControl
82      //
83      this.tabControl.AllowDrop = true;
84      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85            | System.Windows.Forms.AnchorStyles.Left)
86            | System.Windows.Forms.AnchorStyles.Right)));
87      this.tabControl.Controls.Add(this.ensemblesTab);
88      this.tabControl.Controls.Add(this.datastreamTab);
89      this.tabControl.Controls.Add(this.resultsTab);
[14536]90      this.tabControl.Controls.Add(this.runsTab);
[14488]91      this.tabControl.Location = new System.Drawing.Point(3, 26);
92      this.tabControl.Name = "tabControl";
93      this.tabControl.SelectedIndex = 0;
94      this.tabControl.Size = new System.Drawing.Size(1070, 604);
95      this.tabControl.TabIndex = 0;
96      //
97      // ensemblesTab
98      //
99      this.ensemblesTab.AllowDrop = true;
100      this.ensemblesTab.Controls.Add(this.ensemblesViewHost);
101      this.ensemblesTab.Location = new System.Drawing.Point(4, 22);
102      this.ensemblesTab.Name = "ensemblesTab";
103      this.ensemblesTab.Padding = new System.Windows.Forms.Padding(3);
104      this.ensemblesTab.Size = new System.Drawing.Size(527, 259);
105      this.ensemblesTab.TabIndex = 0;
106      this.ensemblesTab.Text = "Ensembles";
107      this.ensemblesTab.UseVisualStyleBackColor = true;
108      this.ensemblesTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragDrop);
[14536]109      this.ensemblesTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
110      this.ensemblesTab.DragOver += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
[14488]111      //
112      // ensemblesViewHost
113      //
114      this.ensemblesViewHost.AllowDrop = true;
115      this.ensemblesViewHost.BackColor = System.Drawing.Color.Transparent;
116      this.ensemblesViewHost.Caption = "View";
117      this.ensemblesViewHost.Content = null;
118      this.ensemblesViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
119      this.ensemblesViewHost.Enabled = false;
120      this.ensemblesViewHost.Location = new System.Drawing.Point(3, 3);
121      this.ensemblesViewHost.Name = "ensemblesViewHost";
122      this.ensemblesViewHost.ReadOnly = false;
123      this.ensemblesViewHost.Size = new System.Drawing.Size(521, 253);
124      this.ensemblesViewHost.TabIndex = 0;
125      this.ensemblesViewHost.ViewsLabelVisible = true;
126      this.ensemblesViewHost.ViewType = null;
127      //
128      // datastreamTab
129      //
130      this.datastreamTab.AllowDrop = true;
131      this.datastreamTab.Controls.Add(this.datastreamViewHost);
132      this.datastreamTab.Location = new System.Drawing.Point(4, 22);
133      this.datastreamTab.Name = "datastreamTab";
134      this.datastreamTab.Padding = new System.Windows.Forms.Padding(3);
135      this.datastreamTab.Size = new System.Drawing.Size(950, 554);
136      this.datastreamTab.TabIndex = 1;
137      this.datastreamTab.Text = "Datastream";
138      this.datastreamTab.UseVisualStyleBackColor = true;
139      this.datastreamTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragDrop);
[14536]140      this.datastreamTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
141      this.datastreamTab.DragOver += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
[14488]142      //
143      // datastreamViewHost
144      //
145      this.datastreamViewHost.Caption = "View";
146      this.datastreamViewHost.Content = null;
147      this.datastreamViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
148      this.datastreamViewHost.Enabled = false;
149      this.datastreamViewHost.Location = new System.Drawing.Point(3, 3);
150      this.datastreamViewHost.Name = "datastreamViewHost";
151      this.datastreamViewHost.ReadOnly = false;
152      this.datastreamViewHost.Size = new System.Drawing.Size(944, 548);
153      this.datastreamViewHost.TabIndex = 0;
154      this.datastreamViewHost.ViewsLabelVisible = true;
155      this.datastreamViewHost.ViewType = null;
156      //
157      // resultsTab
158      //
[14536]159      this.resultsTab.Controls.Add(this.resultsView);
[14488]160      this.resultsTab.Location = new System.Drawing.Point(4, 22);
161      this.resultsTab.Name = "resultsTab";
162      this.resultsTab.Size = new System.Drawing.Size(950, 554);
163      this.resultsTab.TabIndex = 3;
164      this.resultsTab.Text = "Results";
165      this.resultsTab.UseVisualStyleBackColor = true;
166      //
167      // resultsViewHost
168      //
[14536]169      this.resultsView.Caption = "View";
170      this.resultsView.Content = null;
171      this.resultsView.Dock = System.Windows.Forms.DockStyle.Fill;
172      this.resultsView.Enabled = false;
173      this.resultsView.Location = new System.Drawing.Point(0, 0);
174      this.resultsView.Name = "resultsViewHost";
175      this.resultsView.ReadOnly = false;
176      this.resultsView.Size = new System.Drawing.Size(950, 554);
177      this.resultsView.TabIndex = 0;
178      //
179      // runsTab
180      //
181      //this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
182      this.runsTab.Controls.Add(this.runsView);
183      this.runsTab.Location = new System.Drawing.Point(4, 22);
184      this.runsTab.Name = "runsTabPage";
185      this.runsTab.Padding = new System.Windows.Forms.Padding(3);
186      this.runsTab.Size = new System.Drawing.Size(950, 554);
187      this.runsTab.TabIndex = 3;
188      this.runsTab.Text = "Runs";
189      this.runsTab.UseVisualStyleBackColor = true;
190      //
191      // runsView
192      //
193      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
194      | System.Windows.Forms.AnchorStyles.Left)
195      | System.Windows.Forms.AnchorStyles.Right)));
196      this.runsView.Caption = "RunCollection View";
197      this.runsView.Content = null;
198      this.runsView.Location = new System.Drawing.Point(0, 0);
199      this.runsView.Name = "runsView";
200      this.runsView.ReadOnly = false;
201      this.runsView.Size = new System.Drawing.Size(950, 554);
202      this.runsView.TabIndex = 0;
[14488]203      //
204      // DatastreamAnalysisOptimizerView
205      //
206      this.AllowDrop = true;
207      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
208      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
209      this.Controls.Add(this.tabControl);
210      this.Name = "DatastreamAnalysisOptimizerView";
211      this.Size = new System.Drawing.Size(1076, 663);
212      this.Controls.SetChildIndex(this.tabControl, 0);
213      this.Controls.SetChildIndex(this.nameLabel, 0);
214      this.Controls.SetChildIndex(this.nameTextBox, 0);
215      this.Controls.SetChildIndex(this.infoLabel, 0);
216      this.Controls.SetChildIndex(this.resetButton, 0);
217      this.Controls.SetChildIndex(this.stopButton, 0);
218      this.Controls.SetChildIndex(this.pauseButton, 0);
219      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
220      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
221      this.Controls.SetChildIndex(this.startButton, 0);
222      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
223      this.tabControl.ResumeLayout(false);
224      this.ensemblesTab.ResumeLayout(false);
225      this.datastreamTab.ResumeLayout(false);
226      this.resultsTab.ResumeLayout(false);
227      this.ResumeLayout(false);
228      this.PerformLayout();
229
230    }
231
232    #endregion
233
234    private System.Windows.Forms.TabControl tabControl;
235    private System.Windows.Forms.TabPage ensemblesTab;
236    private System.Windows.Forms.TabPage datastreamTab;
[14536]237    protected System.Windows.Forms.TabPage resultsTab;
238    protected System.Windows.Forms.TabPage runsTab;
[14488]239    private MainForm.WindowsForms.ViewHost ensemblesViewHost;
240    private MainForm.WindowsForms.ViewHost datastreamViewHost;
[14536]241    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
242    protected HeuristicLab.Optimization.Views.RunCollectionView runsView;
[14488]243  }
244}
Note: See TracBrowser for help on using the repository browser.