|
|
@@ -349,6 +349,7 @@
|
|
|
this.ob_checkno.Size = new System.Drawing.Size(0, 27);
|
|
|
this.ob_checkno.TabIndex = 179;
|
|
|
this.ob_checkno.Visible = false;
|
|
|
+ this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
|
|
|
//
|
|
|
// ob_nowcheckqty
|
|
|
//
|
|
|
@@ -402,7 +403,7 @@
|
|
|
this.SendCheck.Image = null;
|
|
|
this.SendCheck.IsShowBorder = true;
|
|
|
this.SendCheck.Location = new System.Drawing.Point(396, 108);
|
|
|
- this.SendCheck.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
|
|
|
this.SendCheck.Name = "SendCheck";
|
|
|
this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
|
|
|
@@ -453,7 +454,7 @@
|
|
|
// PrinterList
|
|
|
//
|
|
|
this.PrinterList.Location = new System.Drawing.Point(1211, 108);
|
|
|
- this.PrinterList.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
+ this.PrinterList.Margin = new System.Windows.Forms.Padding(5);
|
|
|
this.PrinterList.Name = "PrinterList";
|
|
|
this.PrinterList.Size = new System.Drawing.Size(158, 25);
|
|
|
this.PrinterList.TabIndex = 160;
|