|
|
@@ -369,6 +369,11 @@
|
|
|
// output
|
|
|
//
|
|
|
this.output.Location = new System.Drawing.Point(1247, 21);
|
|
|
+ this.output.Maximum = new decimal(new int[] {
|
|
|
+ 5000,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
this.output.Name = "output";
|
|
|
this.output.Size = new System.Drawing.Size(120, 35);
|
|
|
this.output.TabIndex = 222;
|
|
|
@@ -399,7 +404,7 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mancount)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.output)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|