Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost.Views/3.3/BioBoostSummaryView.Designer.cs @ 13074

Last change on this file since 13074 was 13074, checked in by gkronber, 9 years ago

#2499: added license header and removed unused usings

File size: 7.9 KB
Line 
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
22namespace HeuristicLab.BioBoost.Views {
23  partial class BioBoostSummaryView {
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      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
48      this.treeView = new System.Windows.Forms.TreeView();
49      this.gridView = new System.Windows.Forms.DataGridView();
50      this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
51      this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
52      this.valueLabel = new System.Windows.Forms.Label();
53      this.regionLabel = new System.Windows.Forms.Label();
54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
55      this.splitContainer1.Panel1.SuspendLayout();
56      this.splitContainer1.Panel2.SuspendLayout();
57      this.splitContainer1.SuspendLayout();
58      ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
59      this.SuspendLayout();
60      //
61      // splitContainer1
62      //
63      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
64      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
65      this.splitContainer1.Name = "splitContainer1";
66      //
67      // splitContainer1.Panel1
68      //
69      this.splitContainer1.Panel1.Controls.Add(this.valueLabel);
70      this.splitContainer1.Panel1.Controls.Add(this.treeView);
71      //
72      // splitContainer1.Panel2
73      //
74      this.splitContainer1.Panel2.Controls.Add(this.regionLabel);
75      this.splitContainer1.Panel2.Controls.Add(this.gridView);
76      this.splitContainer1.Size = new System.Drawing.Size(1041, 624);
77      this.splitContainer1.SplitterDistance = 421;
78      this.splitContainer1.TabIndex = 0;
79      //
80      // treeView
81      //
82      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83            | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.treeView.Location = new System.Drawing.Point(0, 21);
86      this.treeView.Name = "treeView";
87      this.treeView.Size = new System.Drawing.Size(419, 603);
88      this.treeView.TabIndex = 0;
89      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
90      //
91      // gridView
92      //
93      this.gridView.AllowUserToAddRows = false;
94      this.gridView.AllowUserToDeleteRows = false;
95      this.gridView.AllowUserToResizeRows = false;
96      this.gridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
97            | System.Windows.Forms.AnchorStyles.Left)
98            | System.Windows.Forms.AnchorStyles.Right)));
99      this.gridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
100      this.gridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
101      this.gridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
102            this.NameColumn,
103            this.ValueColumn});
104      this.gridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
105      this.gridView.Location = new System.Drawing.Point(0, 21);
106      this.gridView.Name = "gridView";
107      this.gridView.ReadOnly = true;
108      this.gridView.RowHeadersVisible = false;
109      this.gridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
110      this.gridView.Size = new System.Drawing.Size(616, 603);
111      this.gridView.TabIndex = 0;
112      this.gridView.CurrentCellChanged += new System.EventHandler(this.gridView_CurrentCellChanged);
113      //
114      // NameColumn
115      //
116      this.NameColumn.HeaderText = "Name";
117      this.NameColumn.Name = "NameColumn";
118      this.NameColumn.ReadOnly = true;
119      this.NameColumn.Width = 60;
120      //
121      // ValueColumn
122      //
123      this.ValueColumn.HeaderText = "Value";
124      this.ValueColumn.Name = "ValueColumn";
125      this.ValueColumn.ReadOnly = true;
126      this.ValueColumn.Width = 59;
127      //
128      // valueLabel
129      //
130      this.valueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.valueLabel.Location = new System.Drawing.Point(3, 0);
133      this.valueLabel.Name = "valueLabel";
134      this.valueLabel.Size = new System.Drawing.Size(416, 18);
135      this.valueLabel.TabIndex = 1;
136      this.valueLabel.Text = "no value layer selected";
137      this.valueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
138      //
139      // regionLabel
140      //
141      this.regionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
142            | System.Windows.Forms.AnchorStyles.Right)));
143      this.regionLabel.Location = new System.Drawing.Point(3, 0);
144      this.regionLabel.Name = "regionLabel";
145      this.regionLabel.Size = new System.Drawing.Size(610, 18);
146      this.regionLabel.TabIndex = 2;
147      this.regionLabel.Text = "no region selected";
148      this.regionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
149      //
150      // BioBoostSummaryView
151      //
152      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
153      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
154      this.Controls.Add(this.splitContainer1);
155      this.Name = "BioBoostSummaryView";
156      this.Size = new System.Drawing.Size(1041, 624);
157      this.splitContainer1.Panel1.ResumeLayout(false);
158      this.splitContainer1.Panel2.ResumeLayout(false);
159      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
160      this.splitContainer1.ResumeLayout(false);
161      ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
162      this.ResumeLayout(false);
163
164    }
165
166    #endregion
167
168    private System.Windows.Forms.SplitContainer splitContainer1;
169    private System.Windows.Forms.TreeView treeView;
170    private System.Windows.Forms.DataGridView gridView;
171    private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
172    private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn;
173    private System.Windows.Forms.Label valueLabel;
174    private System.Windows.Forms.Label regionLabel;
175  }
176}
Note: See TracBrowser for help on using the repository browser.