Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.GoalSeekingProblem/HeuristicLab.GoalSeekingProblem.Views/3.4/GoalSeekingOptimizerView.Designer.cs @ 15304

Last change on this file since 15304 was 14380, checked in by bburlacu, 8 years ago

#2679: Add GoalSeekingOptimizer and GoalSeekingOptimizerView.

File size: 10.9 KB
Line 
1namespace HeuristicLab.GoalSeeking {
2  partial class GoalSeekingOptimizerView {
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.problemTab = new System.Windows.Forms.TabPage();
28      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
29      this.algorithmTab = new System.Windows.Forms.TabPage();
30      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
31      this.dataTab = new System.Windows.Forms.TabPage();
32      this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
33      this.resultsTab = new System.Windows.Forms.TabPage();
34      this.resultsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
35      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
36      this.tabControl.SuspendLayout();
37      this.problemTab.SuspendLayout();
38      this.algorithmTab.SuspendLayout();
39      this.dataTab.SuspendLayout();
40      this.resultsTab.SuspendLayout();
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.problemTab);
88      this.tabControl.Controls.Add(this.algorithmTab);
89      this.tabControl.Controls.Add(this.dataTab);
90      this.tabControl.Controls.Add(this.resultsTab);
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      // problemTab
98      //
99      this.problemTab.AllowDrop = true;
100      this.problemTab.Controls.Add(this.problemViewHost);
101      this.problemTab.Location = new System.Drawing.Point(4, 22);
102      this.problemTab.Name = "problemTab";
103      this.problemTab.Padding = new System.Windows.Forms.Padding(3);
104      this.problemTab.Size = new System.Drawing.Size(527, 259);
105      this.problemTab.TabIndex = 0;
106      this.problemTab.Text = "Problem";
107      this.problemTab.UseVisualStyleBackColor = true;
108      this.problemTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTab_DragDrop);
109      this.problemTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTab_DragEnter);
110      //
111      // problemViewHost
112      //
113      this.problemViewHost.AllowDrop = true;
114      this.problemViewHost.BackColor = System.Drawing.Color.Transparent;
115      this.problemViewHost.Caption = "View";
116      this.problemViewHost.Content = null;
117      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
118      this.problemViewHost.Enabled = false;
119      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
120      this.problemViewHost.Name = "problemViewHost";
121      this.problemViewHost.ReadOnly = false;
122      this.problemViewHost.Size = new System.Drawing.Size(521, 253);
123      this.problemViewHost.TabIndex = 0;
124      this.problemViewHost.ViewsLabelVisible = true;
125      this.problemViewHost.ViewType = null;
126      //
127      // algorithmTab
128      //
129      this.algorithmTab.AllowDrop = true;
130      this.algorithmTab.Controls.Add(this.algorithmViewHost);
131      this.algorithmTab.Location = new System.Drawing.Point(4, 22);
132      this.algorithmTab.Name = "algorithmTab";
133      this.algorithmTab.Padding = new System.Windows.Forms.Padding(3);
134      this.algorithmTab.Size = new System.Drawing.Size(950, 554);
135      this.algorithmTab.TabIndex = 1;
136      this.algorithmTab.Text = "Algorithm";
137      this.algorithmTab.UseVisualStyleBackColor = true;
138      this.algorithmTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTab_DragDrop);
139      this.algorithmTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTab_DragEnter);
140      //
141      // algorithmViewHost
142      //
143      this.algorithmViewHost.Caption = "View";
144      this.algorithmViewHost.Content = null;
145      this.algorithmViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
146      this.algorithmViewHost.Enabled = false;
147      this.algorithmViewHost.Location = new System.Drawing.Point(3, 3);
148      this.algorithmViewHost.Name = "algorithmViewHost";
149      this.algorithmViewHost.ReadOnly = false;
150      this.algorithmViewHost.Size = new System.Drawing.Size(944, 548);
151      this.algorithmViewHost.TabIndex = 0;
152      this.algorithmViewHost.ViewsLabelVisible = true;
153      this.algorithmViewHost.ViewType = null;
154      //
155      // dataTab
156      //
157      this.dataTab.AllowDrop = true;
158      this.dataTab.Controls.Add(this.dataViewHost);
159      this.dataTab.Location = new System.Drawing.Point(4, 22);
160      this.dataTab.Name = "dataTab";
161      this.dataTab.Padding = new System.Windows.Forms.Padding(3);
162      this.dataTab.Size = new System.Drawing.Size(1062, 578);
163      this.dataTab.TabIndex = 2;
164      this.dataTab.Text = "Data";
165      this.dataTab.UseVisualStyleBackColor = true;
166      this.dataTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataTab_DragDrop);
167      this.dataTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.dataTab_DragEnter);
168      //
169      // dataViewHost
170      //
171      this.dataViewHost.AllowDrop = true;
172      this.dataViewHost.Caption = "View";
173      this.dataViewHost.Content = null;
174      this.dataViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
175      this.dataViewHost.Enabled = false;
176      this.dataViewHost.Location = new System.Drawing.Point(3, 3);
177      this.dataViewHost.Name = "dataViewHost";
178      this.dataViewHost.ReadOnly = false;
179      this.dataViewHost.Size = new System.Drawing.Size(1056, 572);
180      this.dataViewHost.TabIndex = 0;
181      this.dataViewHost.ViewsLabelVisible = true;
182      this.dataViewHost.ViewType = null;
183      //
184      // resultsTab
185      //
186      this.resultsTab.Controls.Add(this.resultsViewHost);
187      this.resultsTab.Location = new System.Drawing.Point(4, 22);
188      this.resultsTab.Name = "resultsTab";
189      this.resultsTab.Size = new System.Drawing.Size(950, 554);
190      this.resultsTab.TabIndex = 3;
191      this.resultsTab.Text = "Results";
192      this.resultsTab.UseVisualStyleBackColor = true;
193      //
194      // resultsViewHost
195      //
196      this.resultsViewHost.Caption = "View";
197      this.resultsViewHost.Content = null;
198      this.resultsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
199      this.resultsViewHost.Enabled = false;
200      this.resultsViewHost.Location = new System.Drawing.Point(0, 0);
201      this.resultsViewHost.Name = "resultsViewHost";
202      this.resultsViewHost.ReadOnly = false;
203      this.resultsViewHost.Size = new System.Drawing.Size(950, 554);
204      this.resultsViewHost.TabIndex = 0;
205      this.resultsViewHost.ViewsLabelVisible = true;
206      this.resultsViewHost.ViewType = null;
207      //
208      // GoalSeekingOptimizerView
209      //
210      this.AllowDrop = true;
211      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
212      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
213      this.Controls.Add(this.tabControl);
214      this.Name = "GoalSeekingOptimizerView";
215      this.Size = new System.Drawing.Size(1076, 663);
216      this.Controls.SetChildIndex(this.tabControl, 0);
217      this.Controls.SetChildIndex(this.nameLabel, 0);
218      this.Controls.SetChildIndex(this.nameTextBox, 0);
219      this.Controls.SetChildIndex(this.infoLabel, 0);
220      this.Controls.SetChildIndex(this.resetButton, 0);
221      this.Controls.SetChildIndex(this.stopButton, 0);
222      this.Controls.SetChildIndex(this.pauseButton, 0);
223      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
224      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
225      this.Controls.SetChildIndex(this.startButton, 0);
226      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
227      this.tabControl.ResumeLayout(false);
228      this.problemTab.ResumeLayout(false);
229      this.algorithmTab.ResumeLayout(false);
230      this.dataTab.ResumeLayout(false);
231      this.resultsTab.ResumeLayout(false);
232      this.ResumeLayout(false);
233      this.PerformLayout();
234
235    }
236
237    #endregion
238
239    private System.Windows.Forms.TabControl tabControl;
240    private System.Windows.Forms.TabPage problemTab;
241    private System.Windows.Forms.TabPage algorithmTab;
242    private System.Windows.Forms.TabPage dataTab;
243    private System.Windows.Forms.TabPage resultsTab;
244    private MainForm.WindowsForms.ViewHost problemViewHost;
245    private MainForm.WindowsForms.ViewHost algorithmViewHost;
246    private MainForm.WindowsForms.ViewHost dataViewHost;
247    private MainForm.WindowsForms.ViewHost resultsViewHost;
248  }
249}
Note: See TracBrowser for help on using the repository browser.