Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost.Views/3.3/BioBoostProblemDataView.Designer.cs @ 13072

Last change on this file since 13072 was 13072, checked in by gkronber, 8 years ago

#2499: added code from HeuristicLab.BioBoost.Views (from private repository) nothing much has been changed

File size: 14.6 KB
Line 
1namespace HeuristicLab.BioBoost.Views {
2  partial class BioBoostProblemDataView {
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.dataPage = new System.Windows.Forms.TabPage();
28      this.splitRegionFactorsImportButton = new System.Windows.Forms.Button();
29      this.filterButton = new System.Windows.Forms.Button();
30      this.importDescriptorsButton = new System.Windows.Forms.Button();
31      this.checkButton = new System.Windows.Forms.Button();
32      this.importNeighborsButton = new System.Windows.Forms.Button();
33      this.loadShapeFileButton = new System.Windows.Forms.Button();
34      this.importDistancesButton = new System.Windows.Forms.Button();
35      this.importFeedstockButton = new System.Windows.Forms.Button();
36      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
37      this.mapPage = new System.Windows.Forms.TabPage();
38      this.mapBox = new SharpMap.Forms.MapBox();
39      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
40      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
41      this.tabControl.SuspendLayout();
42      this.dataPage.SuspendLayout();
43      this.mapPage.SuspendLayout();
44      this.SuspendLayout();
45      //
46      // nameTextBox
47      //
48      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
49      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
50      this.nameTextBox.Size = new System.Drawing.Size(604, 20);
51      //
52      // infoLabel
53      //
54      this.infoLabel.Location = new System.Drawing.Point(669, 3);
55      //
56      // tabControl
57      //
58      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
59            | System.Windows.Forms.AnchorStyles.Left)
60            | System.Windows.Forms.AnchorStyles.Right)));
61      this.tabControl.Controls.Add(this.dataPage);
62      this.tabControl.Controls.Add(this.mapPage);
63      this.tabControl.Location = new System.Drawing.Point(3, 26);
64      this.tabControl.Name = "tabControl";
65      this.tabControl.SelectedIndex = 0;
66      this.tabControl.Size = new System.Drawing.Size(682, 423);
67      this.tabControl.TabIndex = 3;
68      //
69      // dataPage
70      //
71      this.dataPage.Controls.Add(this.splitRegionFactorsImportButton);
72      this.dataPage.Controls.Add(this.filterButton);
73      this.dataPage.Controls.Add(this.importDescriptorsButton);
74      this.dataPage.Controls.Add(this.checkButton);
75      this.dataPage.Controls.Add(this.importNeighborsButton);
76      this.dataPage.Controls.Add(this.loadShapeFileButton);
77      this.dataPage.Controls.Add(this.importDistancesButton);
78      this.dataPage.Controls.Add(this.importFeedstockButton);
79      this.dataPage.Controls.Add(this.parameterCollectionView);
80      this.dataPage.Location = new System.Drawing.Point(4, 22);
81      this.dataPage.Name = "dataPage";
82      this.dataPage.Padding = new System.Windows.Forms.Padding(3);
83      this.dataPage.Size = new System.Drawing.Size(674, 397);
84      this.dataPage.TabIndex = 0;
85      this.dataPage.Text = "Data";
86      this.dataPage.UseVisualStyleBackColor = true;
87      //
88      // splitRegionFactorsImportButton
89      //
90      this.splitRegionFactorsImportButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.Farm_Fresh_arrow_divide;
91      this.splitRegionFactorsImportButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
92      this.splitRegionFactorsImportButton.Location = new System.Drawing.Point(166, 7);
93      this.splitRegionFactorsImportButton.Name = "splitRegionFactorsImportButton";
94      this.splitRegionFactorsImportButton.Size = new System.Drawing.Size(26, 26);
95      this.splitRegionFactorsImportButton.TabIndex = 10;
96      this.toolTip.SetToolTip(this.splitRegionFactorsImportButton, "import descriptors");
97      this.splitRegionFactorsImportButton.UseVisualStyleBackColor = true;
98      this.splitRegionFactorsImportButton.Click += new System.EventHandler(this.splitRegionFactorsImportButton_Click);
99      //
100      // filterButton
101      //
102      this.filterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
103      this.filterButton.Location = new System.Drawing.Point(563, 7);
104      this.filterButton.Name = "filterButton";
105      this.filterButton.Size = new System.Drawing.Size(51, 23);
106      this.filterButton.TabIndex = 9;
107      this.filterButton.Text = "Filter...";
108      this.filterButton.UseVisualStyleBackColor = true;
109      this.filterButton.Click += new System.EventHandler(this.filterButton_Click);
110      //
111      // importDescriptorsButton
112      //
113      this.importDescriptorsButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.FoamingBeakerCartoon;
114      this.importDescriptorsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
115      this.importDescriptorsButton.Location = new System.Drawing.Point(134, 6);
116      this.importDescriptorsButton.Name = "importDescriptorsButton";
117      this.importDescriptorsButton.Size = new System.Drawing.Size(26, 26);
118      this.importDescriptorsButton.TabIndex = 8;
119      this.toolTip.SetToolTip(this.importDescriptorsButton, "import descriptors");
120      this.importDescriptorsButton.UseVisualStyleBackColor = true;
121      this.importDescriptorsButton.Click += new System.EventHandler(this.importConversionsButton_Click);
122      //
123      // checkButton
124      //
125      this.checkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
126      this.checkButton.Location = new System.Drawing.Point(620, 7);
127      this.checkButton.Name = "checkButton";
128      this.checkButton.Size = new System.Drawing.Size(48, 23);
129      this.checkButton.TabIndex = 7;
130      this.checkButton.Text = "Check";
131      this.checkButton.UseVisualStyleBackColor = true;
132      this.checkButton.Click += new System.EventHandler(this.checkButton_Click);
133      //
134      // importNeighborsButton
135      //
136      this.importNeighborsButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.neighbors;
137      this.importNeighborsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
138      this.importNeighborsButton.Location = new System.Drawing.Point(102, 6);
139      this.importNeighborsButton.Name = "importNeighborsButton";
140      this.importNeighborsButton.Size = new System.Drawing.Size(26, 26);
141      this.importNeighborsButton.TabIndex = 6;
142      this.toolTip.SetToolTip(this.importNeighborsButton, "Import Neighbors");
143      this.importNeighborsButton.UseVisualStyleBackColor = true;
144      this.importNeighborsButton.Click += new System.EventHandler(this.importNeighborsButton_Click);
145      //
146      // loadShapeFileButton
147      //
148      this.loadShapeFileButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.ShapefileIcon;
149      this.loadShapeFileButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
150      this.loadShapeFileButton.Location = new System.Drawing.Point(6, 6);
151      this.loadShapeFileButton.Name = "loadShapeFileButton";
152      this.loadShapeFileButton.Size = new System.Drawing.Size(26, 26);
153      this.loadShapeFileButton.TabIndex = 4;
154      this.toolTip.SetToolTip(this.loadShapeFileButton, "Load Shapefile");
155      this.loadShapeFileButton.UseVisualStyleBackColor = true;
156      this.loadShapeFileButton.Click += new System.EventHandler(this.loadShapeFileButton_Click);
157      //
158      // importDistancesButton
159      //
160      this.importDistancesButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.Transport;
161      this.importDistancesButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
162      this.importDistancesButton.Location = new System.Drawing.Point(70, 6);
163      this.importDistancesButton.Name = "importDistancesButton";
164      this.importDistancesButton.Size = new System.Drawing.Size(26, 26);
165      this.importDistancesButton.TabIndex = 2;
166      this.toolTip.SetToolTip(this.importDistancesButton, "Import Distance Matrix");
167      this.importDistancesButton.UseVisualStyleBackColor = true;
168      this.importDistancesButton.Click += new System.EventHandler(this.importDistancesButton_Click);
169      //
170      // importFeedstockButton
171      //
172      this.importFeedstockButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.WheatStraw;
173      this.importFeedstockButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
174      this.importFeedstockButton.Location = new System.Drawing.Point(38, 6);
175      this.importFeedstockButton.Name = "importFeedstockButton";
176      this.importFeedstockButton.Size = new System.Drawing.Size(26, 26);
177      this.importFeedstockButton.TabIndex = 1;
178      this.toolTip.SetToolTip(this.importFeedstockButton, "Import Feedstock Potentials");
179      this.importFeedstockButton.UseVisualStyleBackColor = true;
180      this.importFeedstockButton.Click += new System.EventHandler(this.importFeedstockButton_Click);
181      //
182      // parameterCollectionView
183      //
184      this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
185      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
186            | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188      this.parameterCollectionView.Caption = "ParameterCollection View";
189      this.parameterCollectionView.Content = null;
190      this.parameterCollectionView.Location = new System.Drawing.Point(6, 38);
191      this.parameterCollectionView.Name = "parameterCollectionView";
192      this.parameterCollectionView.ReadOnly = false;
193      this.parameterCollectionView.ShowDetails = true;
194      this.parameterCollectionView.Size = new System.Drawing.Size(662, 353);
195      this.parameterCollectionView.TabIndex = 0;
196      //
197      // mapPage
198      //
199      this.mapPage.Controls.Add(this.mapBox);
200      this.mapPage.Location = new System.Drawing.Point(4, 22);
201      this.mapPage.Name = "mapPage";
202      this.mapPage.Padding = new System.Windows.Forms.Padding(3);
203      this.mapPage.Size = new System.Drawing.Size(674, 397);
204      this.mapPage.TabIndex = 1;
205      this.mapPage.Text = "Map";
206      this.mapPage.UseVisualStyleBackColor = true;
207      //
208      // mapBox
209      //
210      this.mapBox.ActiveTool = SharpMap.Forms.MapBox.Tools.Pan;
211      this.mapBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
212            | System.Windows.Forms.AnchorStyles.Left)
213            | System.Windows.Forms.AnchorStyles.Right)));
214      this.mapBox.Cursor = System.Windows.Forms.Cursors.Hand;
215      this.mapBox.FineZoomFactor = 10D;
216      this.mapBox.Location = new System.Drawing.Point(6, 6);
217      this.mapBox.MapQueryMode = SharpMap.Forms.MapBox.MapQueryType.LayerByIndex;
218      this.mapBox.Name = "mapBox";
219      this.mapBox.PanOnClick = false;
220      this.mapBox.QueryGrowFactor = 5F;
221      this.mapBox.QueryLayerIndex = 0;
222      this.mapBox.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
223      this.mapBox.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
224      this.mapBox.ShowProgressUpdate = false;
225      this.mapBox.Size = new System.Drawing.Size(662, 385);
226      this.mapBox.TabIndex = 0;
227      this.mapBox.TabStop = false;
228      this.mapBox.TakeFocusOnHover = true;
229      this.mapBox.Text = "mapBox";
230      this.mapBox.WheelZoomMagnitude = -2D;
231      this.mapBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mapBox_MouseClick);
232      //
233      // openFileDialog
234      //
235      this.openFileDialog.DefaultExt = "*.csv";
236      this.openFileDialog.Filter = "All Files|*.*";
237      this.openFileDialog.Title = "Import File";
238      //
239      // BioBoostProblemDataView
240      //
241      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
242      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
243      this.Controls.Add(this.tabControl);
244      this.Name = "BioBoostProblemDataView";
245      this.Size = new System.Drawing.Size(688, 452);
246      this.Controls.SetChildIndex(this.tabControl, 0);
247      this.Controls.SetChildIndex(this.infoLabel, 0);
248      this.Controls.SetChildIndex(this.nameTextBox, 0);
249      this.Controls.SetChildIndex(this.nameLabel, 0);
250      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
251      this.tabControl.ResumeLayout(false);
252      this.dataPage.ResumeLayout(false);
253      this.mapPage.ResumeLayout(false);
254      this.ResumeLayout(false);
255      this.PerformLayout();
256
257    }
258
259    #endregion
260
261    private System.Windows.Forms.TabControl tabControl;
262    private System.Windows.Forms.TabPage dataPage;
263    private System.Windows.Forms.TabPage mapPage;
264    private SharpMap.Forms.MapBox mapBox;
265    private Core.Views.ParameterCollectionView parameterCollectionView;
266    private System.Windows.Forms.Button importDistancesButton;
267    private System.Windows.Forms.Button importFeedstockButton;
268    private System.Windows.Forms.OpenFileDialog openFileDialog;
269    private System.Windows.Forms.Button loadShapeFileButton;
270    private System.Windows.Forms.Button importNeighborsButton;
271    private System.Windows.Forms.Button checkButton;
272    private System.Windows.Forms.Button importDescriptorsButton;
273    private System.Windows.Forms.Button filterButton;
274    private System.Windows.Forms.Button splitRegionFactorsImportButton;
275
276  }
277}
Note: See TracBrowser for help on using the repository browser.