3 partial class CutWidthsControl
8 private System.ComponentModel.IContainer components =
null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components !=
null))
20 base.Dispose(disposing);
23 #region Component Designer generated code
29 private void InitializeComponent()
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();
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);
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";
63 this.nud.Location =
new System.Drawing.Point(320, 1);
64 this.nud.Maximum =
new decimal(
new int[] {
69 this.nud.Name =
"nud";
70 this.nud.Size =
new System.Drawing.Size(53, 20);
71 this.nud.TabIndex = 10;
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";
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:";
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();
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;
override void Dispose(bool disposing)
Clean up any resources being used.