1 | namespace HeuristicLab.Problems.Knapsack.Views {
|
---|
2 | partial class KnapsackSolutionView {
|
---|
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 Windows Form 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.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
27 | this.label6 = new System.Windows.Forms.Label();
|
---|
28 | this.label5 = new System.Windows.Forms.Label();
|
---|
29 | this.label4 = new System.Windows.Forms.Label();
|
---|
30 | this.label3 = new System.Windows.Forms.Label();
|
---|
31 | this.label2 = new System.Windows.Forms.Label();
|
---|
32 | this.label1 = new System.Windows.Forms.Label();
|
---|
33 | this.pictureBox = new System.Windows.Forms.PictureBox();
|
---|
34 | this.splitContainer.Panel1.SuspendLayout();
|
---|
35 | this.splitContainer.Panel2.SuspendLayout();
|
---|
36 | this.splitContainer.SuspendLayout();
|
---|
37 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
---|
38 | this.SuspendLayout();
|
---|
39 | //
|
---|
40 | // splitContainer
|
---|
41 | //
|
---|
42 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
43 | this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
44 | this.splitContainer.IsSplitterFixed = true;
|
---|
45 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
46 | this.splitContainer.Name = "splitContainer";
|
---|
47 | //
|
---|
48 | // splitContainer.Panel1
|
---|
49 | //
|
---|
50 | this.splitContainer.Panel1.Controls.Add(this.label6);
|
---|
51 | this.splitContainer.Panel1.Controls.Add(this.label5);
|
---|
52 | this.splitContainer.Panel1.Controls.Add(this.label4);
|
---|
53 | this.splitContainer.Panel1.Controls.Add(this.label3);
|
---|
54 | this.splitContainer.Panel1.Controls.Add(this.label2);
|
---|
55 | this.splitContainer.Panel1.Controls.Add(this.label1);
|
---|
56 | //
|
---|
57 | // splitContainer.Panel2
|
---|
58 | //
|
---|
59 | this.splitContainer.Panel2.Controls.Add(this.pictureBox);
|
---|
60 | this.splitContainer.Size = new System.Drawing.Size(392, 310);
|
---|
61 | this.splitContainer.SplitterDistance = 140;
|
---|
62 | this.splitContainer.TabIndex = 0;
|
---|
63 | //
|
---|
64 | // label6
|
---|
65 | //
|
---|
66 | this.label6.AutoSize = true;
|
---|
67 | this.label6.Location = new System.Drawing.Point(2, 37);
|
---|
68 | this.label6.Name = "label6";
|
---|
69 | this.label6.Size = new System.Drawing.Size(116, 13);
|
---|
70 | this.label6.TabIndex = 5;
|
---|
71 | this.label6.Text = "Filled rectangles - items";
|
---|
72 | //
|
---|
73 | // label5
|
---|
74 | //
|
---|
75 | this.label5.AutoSize = true;
|
---|
76 | this.label5.Location = new System.Drawing.Point(2, 23);
|
---|
77 | this.label5.Name = "label5";
|
---|
78 | this.label5.Size = new System.Drawing.Size(125, 13);
|
---|
79 | this.label5.TabIndex = 4;
|
---|
80 | this.label5.Text = "Big rectangle - knapsack";
|
---|
81 | //
|
---|
82 | // label4
|
---|
83 | //
|
---|
84 | this.label4.AutoSize = true;
|
---|
85 | this.label4.Location = new System.Drawing.Point(5, 80);
|
---|
86 | this.label4.Name = "label4";
|
---|
87 | this.label4.Size = new System.Drawing.Size(131, 13);
|
---|
88 | this.label4.TabIndex = 3;
|
---|
89 | this.label4.Text = "Rectangle height = weight";
|
---|
90 | //
|
---|
91 | // label3
|
---|
92 | //
|
---|
93 | this.label3.AutoSize = true;
|
---|
94 | this.label3.Location = new System.Drawing.Point(4, 52);
|
---|
95 | this.label3.Name = "label3";
|
---|
96 | this.label3.Size = new System.Drawing.Size(134, 13);
|
---|
97 | this.label3.TabIndex = 2;
|
---|
98 | this.label3.Text = "Dark color = more valuable";
|
---|
99 | //
|
---|
100 | // label2
|
---|
101 | //
|
---|
102 | this.label2.AutoSize = true;
|
---|
103 | this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
104 | this.label2.Location = new System.Drawing.Point(3, 10);
|
---|
105 | this.label2.Name = "label2";
|
---|
106 | this.label2.Size = new System.Drawing.Size(49, 13);
|
---|
107 | this.label2.TabIndex = 1;
|
---|
108 | this.label2.Text = "Legend";
|
---|
109 | //
|
---|
110 | // label1
|
---|
111 | //
|
---|
112 | this.label1.AutoSize = true;
|
---|
113 | this.label1.Location = new System.Drawing.Point(5, 66);
|
---|
114 | this.label1.Name = "label1";
|
---|
115 | this.label1.Size = new System.Drawing.Size(129, 13);
|
---|
116 | this.label1.TabIndex = 0;
|
---|
117 | this.label1.Text = "Light color = less valuable";
|
---|
118 | //
|
---|
119 | // pictureBox
|
---|
120 | //
|
---|
121 | this.pictureBox.BackColor = System.Drawing.Color.White;
|
---|
122 | this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
123 | this.pictureBox.Location = new System.Drawing.Point(0, 0);
|
---|
124 | this.pictureBox.Name = "pictureBox";
|
---|
125 | this.pictureBox.Size = new System.Drawing.Size(248, 310);
|
---|
126 | this.pictureBox.TabIndex = 1;
|
---|
127 | this.pictureBox.TabStop = false;
|
---|
128 | this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
|
---|
129 | //
|
---|
130 | // KnapsackSolutionView
|
---|
131 | //
|
---|
132 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
133 | this.Controls.Add(this.splitContainer);
|
---|
134 | this.Name = "KnapsackSolutionView";
|
---|
135 | this.Size = new System.Drawing.Size(392, 310);
|
---|
136 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
137 | this.splitContainer.Panel1.PerformLayout();
|
---|
138 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
139 | this.splitContainer.ResumeLayout(false);
|
---|
140 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
---|
141 | this.ResumeLayout(false);
|
---|
142 |
|
---|
143 | }
|
---|
144 |
|
---|
145 | #endregion
|
---|
146 |
|
---|
147 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
148 | private System.Windows.Forms.PictureBox pictureBox;
|
---|
149 | private System.Windows.Forms.Label label4;
|
---|
150 | private System.Windows.Forms.Label label3;
|
---|
151 | private System.Windows.Forms.Label label2;
|
---|
152 | private System.Windows.Forms.Label label1;
|
---|
153 | private System.Windows.Forms.Label label6;
|
---|
154 | private System.Windows.Forms.Label label5;
|
---|
155 |
|
---|
156 | }
|
---|
157 | }
|
---|