1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
4 | *
|
---|
5 | * This file is part of HeuristicLab.
|
---|
6 | *
|
---|
7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
8 | * it under the terms of the GNU General Public License as published by
|
---|
9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
10 | * (at your option) any later version.
|
---|
11 | *
|
---|
12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
15 | * GNU General Public License for more details.
|
---|
16 | *
|
---|
17 | * You should have received a copy of the GNU General Public License
|
---|
18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
19 | */
|
---|
20 | #endregion
|
---|
21 |
|
---|
22 | namespace HeuristicLab.BioBoost.Views {
|
---|
23 | partial class BioBoostSolutionDetailView {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | /// <summary>
|
---|
30 | /// Clean up any resources being used.
|
---|
31 | /// </summary>
|
---|
32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
33 | protected override void Dispose(bool disposing) {
|
---|
34 | if (disposing && (components != null)) {
|
---|
35 | components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Component Designer generated code
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// Required method for Designer support - do not modify
|
---|
44 | /// the contents of this method with the code editor.
|
---|
45 | /// </summary>
|
---|
46 | private void InitializeComponent() {
|
---|
47 | System.Windows.Forms.GroupBox plantsGroupBox;
|
---|
48 | System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("AT111 (100t/a)");
|
---|
49 | System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("AT112 (200t/a)");
|
---|
50 | System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("FP (1000t/a)", new System.Windows.Forms.TreeNode[] {
|
---|
51 | treeNode1,
|
---|
52 | treeNode2});
|
---|
53 | System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("HTC");
|
---|
54 | System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("CP");
|
---|
55 | this.plantsTreeView = new System.Windows.Forms.TreeView();
|
---|
56 | this.regionNameLabel = new System.Windows.Forms.LinkLabel();
|
---|
57 | this.regionDescriptionLabel = new System.Windows.Forms.Label();
|
---|
58 | plantsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
59 | plantsGroupBox.SuspendLayout();
|
---|
60 | this.SuspendLayout();
|
---|
61 | //
|
---|
62 | // plantsGroupBox
|
---|
63 | //
|
---|
64 | plantsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
66 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
67 | plantsGroupBox.Controls.Add(this.plantsTreeView);
|
---|
68 | plantsGroupBox.Location = new System.Drawing.Point(3, 30);
|
---|
69 | plantsGroupBox.Name = "plantsGroupBox";
|
---|
70 | plantsGroupBox.Size = new System.Drawing.Size(286, 536);
|
---|
71 | plantsGroupBox.TabIndex = 4;
|
---|
72 | plantsGroupBox.TabStop = false;
|
---|
73 | plantsGroupBox.Text = "Plant Configurations";
|
---|
74 | //
|
---|
75 | // plantsTreeView
|
---|
76 | //
|
---|
77 | this.plantsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
78 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
79 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
80 | this.plantsTreeView.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
81 | this.plantsTreeView.HotTracking = true;
|
---|
82 | this.plantsTreeView.Location = new System.Drawing.Point(7, 20);
|
---|
83 | this.plantsTreeView.Name = "plantsTreeView";
|
---|
84 | treeNode1.Name = "Node3";
|
---|
85 | treeNode1.Text = "AT111 (100t/a)";
|
---|
86 | treeNode2.Name = "AT112";
|
---|
87 | treeNode2.Text = "AT112 (200t/a)";
|
---|
88 | treeNode3.Name = "FP";
|
---|
89 | treeNode3.Text = "FP (1000t/a)";
|
---|
90 | treeNode4.Name = "HTC";
|
---|
91 | treeNode4.Text = "HTC";
|
---|
92 | treeNode5.Name = "CP";
|
---|
93 | treeNode5.Text = "CP";
|
---|
94 | this.plantsTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
---|
95 | treeNode3,
|
---|
96 | treeNode4,
|
---|
97 | treeNode5});
|
---|
98 | this.plantsTreeView.Size = new System.Drawing.Size(273, 510);
|
---|
99 | this.plantsTreeView.TabIndex = 0;
|
---|
100 | this.plantsTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.plantsTreeView_NodeMouseDoubleClick);
|
---|
101 | //
|
---|
102 | // regionNameLabel
|
---|
103 | //
|
---|
104 | this.regionNameLabel.ActiveLinkColor = System.Drawing.Color.Red;
|
---|
105 | this.regionNameLabel.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
106 | this.regionNameLabel.Location = new System.Drawing.Point(0, 0);
|
---|
107 | this.regionNameLabel.Name = "regionNameLabel";
|
---|
108 | this.regionNameLabel.Size = new System.Drawing.Size(292, 14);
|
---|
109 | this.regionNameLabel.TabIndex = 0;
|
---|
110 | this.regionNameLabel.TabStop = true;
|
---|
111 | this.regionNameLabel.Text = "AT111";
|
---|
112 | this.regionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
113 | this.regionNameLabel.Click += new System.EventHandler(this.regionNameLabel_Click);
|
---|
114 | //
|
---|
115 | // regionDescriptionLabel
|
---|
116 | //
|
---|
117 | this.regionDescriptionLabel.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
118 | this.regionDescriptionLabel.Location = new System.Drawing.Point(0, 14);
|
---|
119 | this.regionDescriptionLabel.MaximumSize = new System.Drawing.Size(500, 13);
|
---|
120 | this.regionDescriptionLabel.Name = "regionDescriptionLabel";
|
---|
121 | this.regionDescriptionLabel.Size = new System.Drawing.Size(292, 13);
|
---|
122 | this.regionDescriptionLabel.TabIndex = 8;
|
---|
123 | this.regionDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
124 | //
|
---|
125 | // BioBoostSolutionDetailView
|
---|
126 | //
|
---|
127 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
128 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
129 | this.Controls.Add(plantsGroupBox);
|
---|
130 | this.Controls.Add(this.regionDescriptionLabel);
|
---|
131 | this.Controls.Add(this.regionNameLabel);
|
---|
132 | this.Name = "BioBoostSolutionDetailView";
|
---|
133 | this.Size = new System.Drawing.Size(292, 569);
|
---|
134 | plantsGroupBox.ResumeLayout(false);
|
---|
135 | this.ResumeLayout(false);
|
---|
136 |
|
---|
137 | }
|
---|
138 |
|
---|
139 | #endregion
|
---|
140 |
|
---|
141 | private System.Windows.Forms.TreeView plantsTreeView;
|
---|
142 | private System.Windows.Forms.LinkLabel regionNameLabel;
|
---|
143 | private System.Windows.Forms.Label regionDescriptionLabel;
|
---|
144 | }
|
---|
145 | }
|
---|