|
|
@@ -38,7 +38,7 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.note = new System.Windows.Forms.TextBox();
|
|
|
this.cu_name = new System.Windows.Forms.TextBox();
|
|
|
- this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.autogener = new System.Windows.Forms.CheckBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// headBar1
|
|
|
@@ -115,7 +115,7 @@
|
|
|
this.pi_inoutno.Location = new System.Drawing.Point(84, 50);
|
|
|
this.pi_inoutno.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pi_inoutno.Name = "pi_inoutno";
|
|
|
- this.pi_inoutno.Size = new System.Drawing.Size(124, 21);
|
|
|
+ this.pi_inoutno.Size = new System.Drawing.Size(115, 21);
|
|
|
this.pi_inoutno.TabIndex = 223;
|
|
|
this.pi_inoutno.TextChanged += new System.EventHandler(this.pi_inoutno_TextChanged);
|
|
|
//
|
|
|
@@ -145,30 +145,24 @@
|
|
|
this.cu_name.Size = new System.Drawing.Size(90, 21);
|
|
|
this.cu_name.TabIndex = 226;
|
|
|
//
|
|
|
- // normalButton1
|
|
|
- //
|
|
|
- this.normalButton1.AllPower = null;
|
|
|
- this.normalButton1.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
|
|
|
- this.normalButton1.Image = null;
|
|
|
- this.normalButton1.IsShowBorder = true;
|
|
|
- this.normalButton1.Location = new System.Drawing.Point(217, 45);
|
|
|
- this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
|
|
|
- this.normalButton1.Name = "normalButton1";
|
|
|
- this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
|
|
|
- this.normalButton1.Power = null;
|
|
|
- this.normalButton1.Size = new System.Drawing.Size(75, 28);
|
|
|
- this.normalButton1.TabIndex = 227;
|
|
|
- this.normalButton1.Text = "生成出货单";
|
|
|
- this.normalButton1.UseVisualStyleBackColor = false;
|
|
|
- this.normalButton1.Click += new System.EventHandler(this.MakeButton_Click);
|
|
|
+ // autogener
|
|
|
+ //
|
|
|
+ this.autogener.AutoSize = true;
|
|
|
+ this.autogener.Checked = true;
|
|
|
+ this.autogener.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.autogener.Location = new System.Drawing.Point(206, 55);
|
|
|
+ this.autogener.Name = "autogener";
|
|
|
+ this.autogener.Size = new System.Drawing.Size(96, 16);
|
|
|
+ this.autogener.TabIndex = 228;
|
|
|
+ this.autogener.Text = "自动生成单号";
|
|
|
+ this.autogener.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// Warehouse_NewPiInOut
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(304, 207);
|
|
|
- this.Controls.Add(this.normalButton1);
|
|
|
+ this.Controls.Add(this.autogener);
|
|
|
this.Controls.Add(this.cu_name);
|
|
|
this.Controls.Add(this.note);
|
|
|
this.Controls.Add(this.label1);
|
|
|
@@ -184,7 +178,7 @@
|
|
|
this.Tag = "ShowDialogWindow";
|
|
|
this.Text = "Warehouse_NewPiInOut";
|
|
|
this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load);
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -200,6 +194,6 @@
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.TextBox note;
|
|
|
private System.Windows.Forms.TextBox cu_name;
|
|
|
- private CustomControl.ButtonUtil.NormalButton normalButton1;
|
|
|
+ private System.Windows.Forms.CheckBox autogener;
|
|
|
}
|
|
|
}
|