Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2719 initializing ticket: adding optimizer + views for datastream analysis

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