namespace HeuristicLab.OKB.AlgorithmHost { partial class AlgorithmContainerView { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmContainerView)); this.resultMappingPage = new System.Windows.Forms.TabPage(); this.resultMappingView = new HeuristicLab.OKB.AlgorithmHost.MappingView(); this.stripButton = new System.Windows.Forms.Button(); this.tabControl.SuspendLayout(); this.resultMappingPage.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.resultMappingPage); this.tabControl.Controls.SetChildIndex(this.resultMappingPage, 0); // // openItemButton // this.toolTip.SetToolTip(this.openItemButton, "Open Item"); // // progressBar // this.progressBar.Location = new System.Drawing.Point(63, 229); this.progressBar.Size = new System.Drawing.Size(338, 24); // // refreshButton // this.refreshButton.Location = new System.Drawing.Point(33, 229); // // resultMappingPage // this.resultMappingPage.Controls.Add(this.resultMappingView); this.resultMappingPage.Location = new System.Drawing.Point(4, 22); this.resultMappingPage.Name = "resultMappingPage"; this.resultMappingPage.Padding = new System.Windows.Forms.Padding(3); this.resultMappingPage.Size = new System.Drawing.Size(396, 197); this.resultMappingPage.TabIndex = 2; this.resultMappingPage.Text = "Result Mapping"; this.resultMappingPage.UseVisualStyleBackColor = true; // // resultMappingView // this.resultMappingView.Caption = "Mapping View"; this.resultMappingView.Content = null; this.resultMappingView.Dock = System.Windows.Forms.DockStyle.Fill; this.resultMappingView.Location = new System.Drawing.Point(3, 3); this.resultMappingView.Name = "resultMappingView"; this.resultMappingView.ReadOnly = false; this.resultMappingView.Size = new System.Drawing.Size(390, 191); this.resultMappingView.TabIndex = 0; // // stripButton // this.stripButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.stripButton.Image = ((System.Drawing.Image)(resources.GetObject("stripButton.Image"))); this.stripButton.Location = new System.Drawing.Point(3, 229); this.stripButton.Name = "stripButton"; this.stripButton.Size = new System.Drawing.Size(24, 24); this.stripButton.TabIndex = 3; this.toolTip.SetToolTip(this.stripButton, "Strip algorithm for shipping"); this.stripButton.UseVisualStyleBackColor = true; this.stripButton.Click += new System.EventHandler(this.stripButton_Click); // // AlgorithmContainerView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.stripButton); this.Name = "AlgorithmContainerView"; this.Controls.SetChildIndex(this.refreshButton, 0); this.Controls.SetChildIndex(this.stripButton, 0); this.Controls.SetChildIndex(this.progressBar, 0); this.Controls.SetChildIndex(this.tabControl, 0); this.tabControl.ResumeLayout(false); this.resultMappingPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage resultMappingPage; private MappingView resultMappingView; private System.Windows.Forms.Button stripButton; } }