namespace HeuristicLab.GoalSeeking { partial class GoalSeekingOptimizerView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tabControl = new System.Windows.Forms.TabControl(); this.problemTab = new System.Windows.Forms.TabPage(); this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.algorithmTab = new System.Windows.Forms.TabPage(); this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.dataTab = new System.Windows.Forms.TabPage(); this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.resultsTab = new System.Windows.Forms.TabPage(); this.resultsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.problemTab.SuspendLayout(); this.algorithmTab.SuspendLayout(); this.dataTab.SuspendLayout(); this.resultsTab.SuspendLayout(); this.SuspendLayout(); // // startButton // this.startButton.Location = new System.Drawing.Point(6, 636); this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer"); // // executionTimeTextBox // this.executionTimeTextBox.Location = new System.Drawing.Point(936, 640); // // executionTimeLabel // this.executionTimeLabel.Location = new System.Drawing.Point(847, 643); // // pauseButton // this.pauseButton.Location = new System.Drawing.Point(36, 636); this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer"); // // stopButton // this.stopButton.Location = new System.Drawing.Point(66, 636); this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer"); // // resetButton // this.resetButton.Location = new System.Drawing.Point(96, 636); this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer"); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Size = new System.Drawing.Size(1008, 20); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(995, 3); // // tabControl // this.tabControl.AllowDrop = true; this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.problemTab); this.tabControl.Controls.Add(this.algorithmTab); this.tabControl.Controls.Add(this.dataTab); this.tabControl.Controls.Add(this.resultsTab); this.tabControl.Location = new System.Drawing.Point(3, 26); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(1070, 604); this.tabControl.TabIndex = 0; // // problemTab // this.problemTab.AllowDrop = true; this.problemTab.Controls.Add(this.problemViewHost); this.problemTab.Location = new System.Drawing.Point(4, 22); this.problemTab.Name = "problemTab"; this.problemTab.Padding = new System.Windows.Forms.Padding(3); this.problemTab.Size = new System.Drawing.Size(527, 259); this.problemTab.TabIndex = 0; this.problemTab.Text = "Problem"; this.problemTab.UseVisualStyleBackColor = true; this.problemTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTab_DragDrop); this.problemTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTab_DragEnter); // // problemViewHost // this.problemViewHost.AllowDrop = true; this.problemViewHost.BackColor = System.Drawing.Color.Transparent; this.problemViewHost.Caption = "View"; this.problemViewHost.Content = null; this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.problemViewHost.Enabled = false; this.problemViewHost.Location = new System.Drawing.Point(3, 3); this.problemViewHost.Name = "problemViewHost"; this.problemViewHost.ReadOnly = false; this.problemViewHost.Size = new System.Drawing.Size(521, 253); this.problemViewHost.TabIndex = 0; this.problemViewHost.ViewsLabelVisible = true; this.problemViewHost.ViewType = null; // // algorithmTab // this.algorithmTab.AllowDrop = true; this.algorithmTab.Controls.Add(this.algorithmViewHost); this.algorithmTab.Location = new System.Drawing.Point(4, 22); this.algorithmTab.Name = "algorithmTab"; this.algorithmTab.Padding = new System.Windows.Forms.Padding(3); this.algorithmTab.Size = new System.Drawing.Size(950, 554); this.algorithmTab.TabIndex = 1; this.algorithmTab.Text = "Algorithm"; this.algorithmTab.UseVisualStyleBackColor = true; this.algorithmTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTab_DragDrop); this.algorithmTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTab_DragEnter); // // algorithmViewHost // this.algorithmViewHost.Caption = "View"; this.algorithmViewHost.Content = null; this.algorithmViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.algorithmViewHost.Enabled = false; this.algorithmViewHost.Location = new System.Drawing.Point(3, 3); this.algorithmViewHost.Name = "algorithmViewHost"; this.algorithmViewHost.ReadOnly = false; this.algorithmViewHost.Size = new System.Drawing.Size(944, 548); this.algorithmViewHost.TabIndex = 0; this.algorithmViewHost.ViewsLabelVisible = true; this.algorithmViewHost.ViewType = null; // // dataTab // this.dataTab.AllowDrop = true; this.dataTab.Controls.Add(this.dataViewHost); this.dataTab.Location = new System.Drawing.Point(4, 22); this.dataTab.Name = "dataTab"; this.dataTab.Padding = new System.Windows.Forms.Padding(3); this.dataTab.Size = new System.Drawing.Size(1062, 578); this.dataTab.TabIndex = 2; this.dataTab.Text = "Data"; this.dataTab.UseVisualStyleBackColor = true; this.dataTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataTab_DragDrop); this.dataTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.dataTab_DragEnter); // // dataViewHost // this.dataViewHost.AllowDrop = true; this.dataViewHost.Caption = "View"; this.dataViewHost.Content = null; this.dataViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.dataViewHost.Enabled = false; this.dataViewHost.Location = new System.Drawing.Point(3, 3); this.dataViewHost.Name = "dataViewHost"; this.dataViewHost.ReadOnly = false; this.dataViewHost.Size = new System.Drawing.Size(1056, 572); this.dataViewHost.TabIndex = 0; this.dataViewHost.ViewsLabelVisible = true; this.dataViewHost.ViewType = null; // // resultsTab // this.resultsTab.Controls.Add(this.resultsViewHost); this.resultsTab.Location = new System.Drawing.Point(4, 22); this.resultsTab.Name = "resultsTab"; this.resultsTab.Size = new System.Drawing.Size(950, 554); this.resultsTab.TabIndex = 3; this.resultsTab.Text = "Results"; this.resultsTab.UseVisualStyleBackColor = true; // // resultsViewHost // this.resultsViewHost.Caption = "View"; this.resultsViewHost.Content = null; this.resultsViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.resultsViewHost.Enabled = false; this.resultsViewHost.Location = new System.Drawing.Point(0, 0); this.resultsViewHost.Name = "resultsViewHost"; this.resultsViewHost.ReadOnly = false; this.resultsViewHost.Size = new System.Drawing.Size(950, 554); this.resultsViewHost.TabIndex = 0; this.resultsViewHost.ViewsLabelVisible = true; this.resultsViewHost.ViewType = null; // // GoalSeekingOptimizerView // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "GoalSeekingOptimizerView"; this.Size = new System.Drawing.Size(1076, 663); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.infoLabel, 0); this.Controls.SetChildIndex(this.resetButton, 0); this.Controls.SetChildIndex(this.stopButton, 0); this.Controls.SetChildIndex(this.pauseButton, 0); this.Controls.SetChildIndex(this.executionTimeLabel, 0); this.Controls.SetChildIndex(this.executionTimeTextBox, 0); this.Controls.SetChildIndex(this.startButton, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.problemTab.ResumeLayout(false); this.algorithmTab.ResumeLayout(false); this.dataTab.ResumeLayout(false); this.resultsTab.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage problemTab; private System.Windows.Forms.TabPage algorithmTab; private System.Windows.Forms.TabPage dataTab; private System.Windows.Forms.TabPage resultsTab; private MainForm.WindowsForms.ViewHost problemViewHost; private MainForm.WindowsForms.ViewHost algorithmViewHost; private MainForm.WindowsForms.ViewHost dataViewHost; private MainForm.WindowsForms.ViewHost resultsViewHost; } }