Loading...
Searching...
No Matches
CutWidthsControl.Designer.cs
1namespace CutStockGUI
2{
3 partial class CutWidthsControl
4 {
8 private System.ComponentModel.IContainer components = null;
9
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Component Designer generated code
24
29 private void InitializeComponent()
30 {
31 this.trackBar = new System.Windows.Forms.TrackBar();
32 this.label = new System.Windows.Forms.Label();
33 this.nud = new System.Windows.Forms.NumericUpDown();
34 this.label1 = new System.Windows.Forms.Label();
35 this.label2 = new System.Windows.Forms.Label();
36 ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
37 ((System.ComponentModel.ISupportInitialize)(this.nud)).BeginInit();
38 this.SuspendLayout();
39 //
40 // trackBar
41 //
42 this.trackBar.Location = new System.Drawing.Point(32, 0);
43 this.trackBar.Maximum = 100;
44 this.trackBar.Minimum = 1;
45 this.trackBar.Name = "trackBar";
46 this.trackBar.Size = new System.Drawing.Size(176, 45);
47 this.trackBar.TabIndex = 0;
48 this.trackBar.TickStyle = System.Windows.Forms.TickStyle.None;
49 this.trackBar.Value = 1;
50 this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged);
51 //
52 // label
53 //
54 this.label.AutoSize = true;
55 this.label.Location = new System.Drawing.Point(212, 3);
56 this.label.Name = "label";
57 this.label.Size = new System.Drawing.Size(35, 13);
58 this.label.TabIndex = 1;
59 this.label.Text = "label1";
60 //
61 // nud
62 //
63 this.nud.Location = new System.Drawing.Point(320, 1);
64 this.nud.Maximum = new decimal(new int[] {
65 1000,
66 0,
67 0,
68 0});
69 this.nud.Name = "nud";
70 this.nud.Size = new System.Drawing.Size(53, 20);
71 this.nud.TabIndex = 10;
72 //
73 // label1
74 //
75 this.label1.AutoSize = true;
76 this.label1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77 this.label1.Location = new System.Drawing.Point(3, 3);
78 this.label1.Name = "label1";
79 this.label1.Size = new System.Drawing.Size(38, 18);
80 this.label1.TabIndex = 17;
81 this.label1.Text = "iXX";
82 //
83 // label2
84 //
85 this.label2.AutoSize = true;
86 this.label2.Location = new System.Drawing.Point(264, 3);
87 this.label2.Name = "label2";
88 this.label2.Size = new System.Drawing.Size(50, 13);
89 this.label2.TabIndex = 18;
90 this.label2.Text = "Demand:";
91 //
92 // CutWidthsControl
93 //
94 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
95 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
96 this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
97 this.Controls.Add(this.label2);
98 this.Controls.Add(this.label1);
99 this.Controls.Add(this.nud);
100 this.Controls.Add(this.trackBar);
101 this.Controls.Add(this.label);
102 this.Name = "CutWidthsControl";
103 this.Size = new System.Drawing.Size(376, 24);
104 ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
105 ((System.ComponentModel.ISupportInitialize)(this.nud)).EndInit();
106 this.ResumeLayout(false);
107 this.PerformLayout();
108
109 }
110
111 #endregion
112
113 private System.Windows.Forms.TrackBar trackBar;
114 private System.Windows.Forms.Label label;
115 private System.Windows.Forms.NumericUpDown nud;
116 private System.Windows.Forms.Label label1;
117 private System.Windows.Forms.Label label2;
118 }
119}
override void Dispose(bool disposing)
Clean up any resources being used.