namespace HeuristicLab.BioBoost.Views { partial class BioBoostProblemDataView { /// /// 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.dataPage = new System.Windows.Forms.TabPage(); this.splitRegionFactorsImportButton = new System.Windows.Forms.Button(); this.filterButton = new System.Windows.Forms.Button(); this.importDescriptorsButton = new System.Windows.Forms.Button(); this.checkButton = new System.Windows.Forms.Button(); this.importNeighborsButton = new System.Windows.Forms.Button(); this.loadShapeFileButton = new System.Windows.Forms.Button(); this.importDistancesButton = new System.Windows.Forms.Button(); this.importFeedstockButton = new System.Windows.Forms.Button(); this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); this.mapPage = new System.Windows.Forms.TabPage(); this.mapBox = new SharpMap.Forms.MapBox(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.dataPage.SuspendLayout(); this.mapPage.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Size = new System.Drawing.Size(604, 20); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(669, 3); // // tabControl // 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.dataPage); this.tabControl.Controls.Add(this.mapPage); this.tabControl.Location = new System.Drawing.Point(3, 26); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(682, 423); this.tabControl.TabIndex = 3; // // dataPage // this.dataPage.Controls.Add(this.splitRegionFactorsImportButton); this.dataPage.Controls.Add(this.filterButton); this.dataPage.Controls.Add(this.importDescriptorsButton); this.dataPage.Controls.Add(this.checkButton); this.dataPage.Controls.Add(this.importNeighborsButton); this.dataPage.Controls.Add(this.loadShapeFileButton); this.dataPage.Controls.Add(this.importDistancesButton); this.dataPage.Controls.Add(this.importFeedstockButton); this.dataPage.Controls.Add(this.parameterCollectionView); this.dataPage.Location = new System.Drawing.Point(4, 22); this.dataPage.Name = "dataPage"; this.dataPage.Padding = new System.Windows.Forms.Padding(3); this.dataPage.Size = new System.Drawing.Size(674, 397); this.dataPage.TabIndex = 0; this.dataPage.Text = "Data"; this.dataPage.UseVisualStyleBackColor = true; // // splitRegionFactorsImportButton // this.splitRegionFactorsImportButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.Farm_Fresh_arrow_divide; this.splitRegionFactorsImportButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.splitRegionFactorsImportButton.Location = new System.Drawing.Point(166, 7); this.splitRegionFactorsImportButton.Name = "splitRegionFactorsImportButton"; this.splitRegionFactorsImportButton.Size = new System.Drawing.Size(26, 26); this.splitRegionFactorsImportButton.TabIndex = 10; this.toolTip.SetToolTip(this.splitRegionFactorsImportButton, "import descriptors"); this.splitRegionFactorsImportButton.UseVisualStyleBackColor = true; this.splitRegionFactorsImportButton.Click += new System.EventHandler(this.splitRegionFactorsImportButton_Click); // // filterButton // this.filterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.filterButton.Location = new System.Drawing.Point(563, 7); this.filterButton.Name = "filterButton"; this.filterButton.Size = new System.Drawing.Size(51, 23); this.filterButton.TabIndex = 9; this.filterButton.Text = "Filter..."; this.filterButton.UseVisualStyleBackColor = true; this.filterButton.Click += new System.EventHandler(this.filterButton_Click); // // importDescriptorsButton // this.importDescriptorsButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.FoamingBeakerCartoon; this.importDescriptorsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.importDescriptorsButton.Location = new System.Drawing.Point(134, 6); this.importDescriptorsButton.Name = "importDescriptorsButton"; this.importDescriptorsButton.Size = new System.Drawing.Size(26, 26); this.importDescriptorsButton.TabIndex = 8; this.toolTip.SetToolTip(this.importDescriptorsButton, "import descriptors"); this.importDescriptorsButton.UseVisualStyleBackColor = true; this.importDescriptorsButton.Click += new System.EventHandler(this.importConversionsButton_Click); // // checkButton // this.checkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkButton.Location = new System.Drawing.Point(620, 7); this.checkButton.Name = "checkButton"; this.checkButton.Size = new System.Drawing.Size(48, 23); this.checkButton.TabIndex = 7; this.checkButton.Text = "Check"; this.checkButton.UseVisualStyleBackColor = true; this.checkButton.Click += new System.EventHandler(this.checkButton_Click); // // importNeighborsButton // this.importNeighborsButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.neighbors; this.importNeighborsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.importNeighborsButton.Location = new System.Drawing.Point(102, 6); this.importNeighborsButton.Name = "importNeighborsButton"; this.importNeighborsButton.Size = new System.Drawing.Size(26, 26); this.importNeighborsButton.TabIndex = 6; this.toolTip.SetToolTip(this.importNeighborsButton, "Import Neighbors"); this.importNeighborsButton.UseVisualStyleBackColor = true; this.importNeighborsButton.Click += new System.EventHandler(this.importNeighborsButton_Click); // // loadShapeFileButton // this.loadShapeFileButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.ShapefileIcon; this.loadShapeFileButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.loadShapeFileButton.Location = new System.Drawing.Point(6, 6); this.loadShapeFileButton.Name = "loadShapeFileButton"; this.loadShapeFileButton.Size = new System.Drawing.Size(26, 26); this.loadShapeFileButton.TabIndex = 4; this.toolTip.SetToolTip(this.loadShapeFileButton, "Load Shapefile"); this.loadShapeFileButton.UseVisualStyleBackColor = true; this.loadShapeFileButton.Click += new System.EventHandler(this.loadShapeFileButton_Click); // // importDistancesButton // this.importDistancesButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.Transport; this.importDistancesButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.importDistancesButton.Location = new System.Drawing.Point(70, 6); this.importDistancesButton.Name = "importDistancesButton"; this.importDistancesButton.Size = new System.Drawing.Size(26, 26); this.importDistancesButton.TabIndex = 2; this.toolTip.SetToolTip(this.importDistancesButton, "Import Distance Matrix"); this.importDistancesButton.UseVisualStyleBackColor = true; this.importDistancesButton.Click += new System.EventHandler(this.importDistancesButton_Click); // // importFeedstockButton // this.importFeedstockButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.WheatStraw; this.importFeedstockButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.importFeedstockButton.Location = new System.Drawing.Point(38, 6); this.importFeedstockButton.Name = "importFeedstockButton"; this.importFeedstockButton.Size = new System.Drawing.Size(26, 26); this.importFeedstockButton.TabIndex = 1; this.toolTip.SetToolTip(this.importFeedstockButton, "Import Feedstock Potentials"); this.importFeedstockButton.UseVisualStyleBackColor = true; this.importFeedstockButton.Click += new System.EventHandler(this.importFeedstockButton_Click); // // parameterCollectionView // this.parameterCollectionView.AllowEditingOfHiddenParameters = true; this.parameterCollectionView.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.parameterCollectionView.Caption = "ParameterCollection View"; this.parameterCollectionView.Content = null; this.parameterCollectionView.Location = new System.Drawing.Point(6, 38); this.parameterCollectionView.Name = "parameterCollectionView"; this.parameterCollectionView.ReadOnly = false; this.parameterCollectionView.ShowDetails = true; this.parameterCollectionView.Size = new System.Drawing.Size(662, 353); this.parameterCollectionView.TabIndex = 0; // // mapPage // this.mapPage.Controls.Add(this.mapBox); this.mapPage.Location = new System.Drawing.Point(4, 22); this.mapPage.Name = "mapPage"; this.mapPage.Padding = new System.Windows.Forms.Padding(3); this.mapPage.Size = new System.Drawing.Size(674, 397); this.mapPage.TabIndex = 1; this.mapPage.Text = "Map"; this.mapPage.UseVisualStyleBackColor = true; // // mapBox // this.mapBox.ActiveTool = SharpMap.Forms.MapBox.Tools.Pan; this.mapBox.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.mapBox.Cursor = System.Windows.Forms.Cursors.Hand; this.mapBox.FineZoomFactor = 10D; this.mapBox.Location = new System.Drawing.Point(6, 6); this.mapBox.MapQueryMode = SharpMap.Forms.MapBox.MapQueryType.LayerByIndex; this.mapBox.Name = "mapBox"; this.mapBox.PanOnClick = false; this.mapBox.QueryGrowFactor = 5F; this.mapBox.QueryLayerIndex = 0; this.mapBox.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244))))); this.mapBox.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244))))); this.mapBox.ShowProgressUpdate = false; this.mapBox.Size = new System.Drawing.Size(662, 385); this.mapBox.TabIndex = 0; this.mapBox.TabStop = false; this.mapBox.TakeFocusOnHover = true; this.mapBox.Text = "mapBox"; this.mapBox.WheelZoomMagnitude = -2D; this.mapBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mapBox_MouseClick); // // openFileDialog // this.openFileDialog.DefaultExt = "*.csv"; this.openFileDialog.Filter = "All Files|*.*"; this.openFileDialog.Title = "Import File"; // // BioBoostProblemDataView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "BioBoostProblemDataView"; this.Size = new System.Drawing.Size(688, 452); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.infoLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.nameLabel, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.dataPage.ResumeLayout(false); this.mapPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage dataPage; private System.Windows.Forms.TabPage mapPage; private SharpMap.Forms.MapBox mapBox; private Core.Views.ParameterCollectionView parameterCollectionView; private System.Windows.Forms.Button importDistancesButton; private System.Windows.Forms.Button importFeedstockButton; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.Button loadShapeFileButton; private System.Windows.Forms.Button importNeighborsButton; private System.Windows.Forms.Button checkButton; private System.Windows.Forms.Button importDescriptorsButton; private System.Windows.Forms.Button filterButton; private System.Windows.Forms.Button splitRegionFactorsImportButton; } }