Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2499: added license header and removed unused usings

File size: 7.5 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 BioBoostSolutionCostsView {
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.costsGroupBox = new System.Windows.Forms.GroupBox();
48      this.costsTextBox1 = new System.Windows.Forms.TextBox();
49      this.costsTextBox1Label = new System.Windows.Forms.Label();
50      this.costsDataGridView = new System.Windows.Forms.DataGridView();
51      this.costsColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
52      this.costsColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
53      this.costsGroupBox.SuspendLayout();
54      ((System.ComponentModel.ISupportInitialize)(this.costsDataGridView)).BeginInit();
55      this.SuspendLayout();
56      //
57      // costsGroupBox
58      //
59      this.costsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
60            | System.Windows.Forms.AnchorStyles.Left)
61            | System.Windows.Forms.AnchorStyles.Right)));
62      this.costsGroupBox.Controls.Add(this.costsTextBox1);
63      this.costsGroupBox.Controls.Add(this.costsTextBox1Label);
64      this.costsGroupBox.Controls.Add(this.costsDataGridView);
65      this.costsGroupBox.Location = new System.Drawing.Point(0, 0);
66      this.costsGroupBox.Name = "costsGroupBox";
67      this.costsGroupBox.Size = new System.Drawing.Size(349, 417);
68      this.costsGroupBox.TabIndex = 3;
69      this.costsGroupBox.TabStop = false;
70      this.costsGroupBox.Text = "Costs Summary";
71      //
72      // costsTextBox1
73      //
74      this.costsTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
75      this.costsTextBox1.BackColor = System.Drawing.SystemColors.Window;
76      this.costsTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
77      this.costsTextBox1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
78      this.costsTextBox1.Location = new System.Drawing.Point(209, 399);
79      this.costsTextBox1.Name = "costsTextBox1";
80      this.costsTextBox1.ReadOnly = true;
81      this.costsTextBox1.Size = new System.Drawing.Size(134, 11);
82      this.costsTextBox1.TabIndex = 4;
83      this.costsTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
84      //
85      // costsTextBox1Label
86      //
87      this.costsTextBox1Label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
88      this.costsTextBox1Label.AutoSize = true;
89      this.costsTextBox1Label.Location = new System.Drawing.Point(120, 397);
90      this.costsTextBox1Label.Name = "costsTextBox1Label";
91      this.costsTextBox1Label.Size = new System.Drawing.Size(89, 13);
92      this.costsTextBox1Label.TabIndex = 3;
93      this.costsTextBox1Label.Text = "Total Costs (€/a):";
94      //
95      // costsDataGridView
96      //
97      this.costsDataGridView.AllowUserToAddRows = false;
98      this.costsDataGridView.AllowUserToDeleteRows = false;
99      this.costsDataGridView.AllowUserToResizeRows = false;
100      this.costsDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
101            | System.Windows.Forms.AnchorStyles.Left)
102            | System.Windows.Forms.AnchorStyles.Right)));
103      this.costsDataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
104      this.costsDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
105      this.costsDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
106      this.costsDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
107      this.costsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
108      this.costsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
109            this.costsColumn1,
110            this.costsColumn2});
111      this.costsDataGridView.Location = new System.Drawing.Point(6, 19);
112      this.costsDataGridView.Name = "costsDataGridView";
113      this.costsDataGridView.ReadOnly = true;
114      this.costsDataGridView.RowHeadersVisible = false;
115      this.costsDataGridView.RowTemplate.Height = 16;
116      this.costsDataGridView.Size = new System.Drawing.Size(337, 374);
117      this.costsDataGridView.TabIndex = 0;
118      //
119      // costsColumn1
120      //
121      this.costsColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
122      this.costsColumn1.HeaderText = "Item";
123      this.costsColumn1.Name = "costsColumn1";
124      this.costsColumn1.ReadOnly = true;
125      //
126      // costsColumn2
127      //
128      this.costsColumn2.HeaderText = "€/a";
129      this.costsColumn2.MinimumWidth = 50;
130      this.costsColumn2.Name = "costsColumn2";
131      this.costsColumn2.ReadOnly = true;
132      this.costsColumn2.Width = 120;
133      //
134      // BioBoostSolutionCostsView
135      //
136      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
137      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
138      this.Controls.Add(this.costsGroupBox);
139      this.Name = "BioBoostSolutionCostsView";
140      this.Size = new System.Drawing.Size(349, 417);
141      this.costsGroupBox.ResumeLayout(false);
142      this.costsGroupBox.PerformLayout();
143      ((System.ComponentModel.ISupportInitialize)(this.costsDataGridView)).EndInit();
144      this.ResumeLayout(false);
145
146    }
147
148    #endregion
149
150    private System.Windows.Forms.GroupBox costsGroupBox;
151    private System.Windows.Forms.DataGridView costsDataGridView;
152    private System.Windows.Forms.DataGridViewTextBoxColumn costsColumn1;
153    private System.Windows.Forms.DataGridViewTextBoxColumn costsColumn2;
154    private System.Windows.Forms.TextBox costsTextBox1;
155    private System.Windows.Forms.Label costsTextBox1Label;
156
157  }
158}
Note: See TracBrowser for help on using the repository browser.