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.Problems.LinearAssignment.Views {
|
---|
23 | partial class LAPAssignmentView {
|
---|
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.qualityView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
48 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
49 | this.assignmentDataGridView = new System.Windows.Forms.DataGridView();
|
---|
50 | this.RowsColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
51 | this.Columns = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
52 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
53 | this.splitContainer.Panel1.SuspendLayout();
|
---|
54 | this.splitContainer.SuspendLayout();
|
---|
55 | ((System.ComponentModel.ISupportInitialize)(this.assignmentDataGridView)).BeginInit();
|
---|
56 | this.SuspendLayout();
|
---|
57 | //
|
---|
58 | // qualityView
|
---|
59 | //
|
---|
60 | this.qualityView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
61 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
62 | this.qualityView.Caption = "StringConvertibleValue View";
|
---|
63 | this.qualityView.Content = null;
|
---|
64 | this.qualityView.LabelVisible = true;
|
---|
65 | this.qualityView.Location = new System.Drawing.Point(0, 3);
|
---|
66 | this.qualityView.Name = "qualityView";
|
---|
67 | this.qualityView.ReadOnly = true;
|
---|
68 | this.qualityView.Size = new System.Drawing.Size(413, 21);
|
---|
69 | this.qualityView.TabIndex = 1;
|
---|
70 | //
|
---|
71 | // splitContainer
|
---|
72 | //
|
---|
73 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
74 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
75 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
76 | this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
---|
77 | this.splitContainer.Location = new System.Drawing.Point(0, 30);
|
---|
78 | this.splitContainer.Name = "splitContainer";
|
---|
79 | //
|
---|
80 | // splitContainer.Panel1
|
---|
81 | //
|
---|
82 | this.splitContainer.Panel1.Controls.Add(this.assignmentDataGridView);
|
---|
83 | this.splitContainer.Size = new System.Drawing.Size(413, 324);
|
---|
84 | this.splitContainer.SplitterDistance = 250;
|
---|
85 | this.splitContainer.TabIndex = 2;
|
---|
86 | //
|
---|
87 | // assignmentDataGridView
|
---|
88 | //
|
---|
89 | this.assignmentDataGridView.AllowUserToAddRows = false;
|
---|
90 | this.assignmentDataGridView.AllowUserToDeleteRows = false;
|
---|
91 | this.assignmentDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
92 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
94 | this.assignmentDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
95 | this.assignmentDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
96 | this.RowsColumn,
|
---|
97 | this.Columns});
|
---|
98 | this.assignmentDataGridView.Location = new System.Drawing.Point(3, 3);
|
---|
99 | this.assignmentDataGridView.Name = "assignmentDataGridView";
|
---|
100 | this.assignmentDataGridView.ReadOnly = true;
|
---|
101 | this.assignmentDataGridView.Size = new System.Drawing.Size(244, 318);
|
---|
102 | this.assignmentDataGridView.TabIndex = 0;
|
---|
103 | //
|
---|
104 | // RowsColumn
|
---|
105 | //
|
---|
106 | this.RowsColumn.HeaderText = "Rows";
|
---|
107 | this.RowsColumn.Name = "RowsColumn";
|
---|
108 | this.RowsColumn.ReadOnly = true;
|
---|
109 | //
|
---|
110 | // Columns
|
---|
111 | //
|
---|
112 | this.Columns.HeaderText = "Columns";
|
---|
113 | this.Columns.Name = "Columns";
|
---|
114 | this.Columns.ReadOnly = true;
|
---|
115 | //
|
---|
116 | // LAPAssignmentView
|
---|
117 | //
|
---|
118 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
119 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
120 | this.Controls.Add(this.splitContainer);
|
---|
121 | this.Controls.Add(this.qualityView);
|
---|
122 | this.Name = "LAPAssignmentView";
|
---|
123 | this.Size = new System.Drawing.Size(413, 354);
|
---|
124 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
125 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
126 | this.splitContainer.ResumeLayout(false);
|
---|
127 | ((System.ComponentModel.ISupportInitialize)(this.assignmentDataGridView)).EndInit();
|
---|
128 | this.ResumeLayout(false);
|
---|
129 |
|
---|
130 | }
|
---|
131 |
|
---|
132 | #endregion
|
---|
133 |
|
---|
134 | private Data.Views.StringConvertibleValueView qualityView;
|
---|
135 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
136 | private System.Windows.Forms.DataGridView assignmentDataGridView;
|
---|
137 | private System.Windows.Forms.DataGridViewTextBoxColumn RowsColumn;
|
---|
138 | private System.Windows.Forms.DataGridViewTextBoxColumn Columns;
|
---|
139 | }
|
---|
140 | }
|
---|