You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
7.2 KiB
154 lines
7.2 KiB
namespace QMAPP.WinForm.Forms.WarehouseManage
|
|
{
|
|
partial class SendCodeForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tsb_close = new System.Windows.Forms.Button();
|
|
this.labelError = new System.Windows.Forms.Label();
|
|
this.labelOutReason = new System.Windows.Forms.Label();
|
|
this.comboBoxOutReason = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tsb_submit = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtCode.Location = new System.Drawing.Point(119, 86);
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(226, 32);
|
|
this.txtCode.TabIndex = 7;
|
|
this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(58, 93);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(37, 15);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "条码";
|
|
//
|
|
// tsb_close
|
|
//
|
|
this.tsb_close.Location = new System.Drawing.Point(270, 133);
|
|
this.tsb_close.Name = "tsb_close";
|
|
this.tsb_close.Size = new System.Drawing.Size(75, 23);
|
|
this.tsb_close.TabIndex = 8;
|
|
this.tsb_close.Text = "关闭";
|
|
this.tsb_close.UseVisualStyleBackColor = true;
|
|
this.tsb_close.Click += new System.EventHandler(this.tsb_close_Click);
|
|
//
|
|
// labelError
|
|
//
|
|
this.labelError.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelError.ForeColor = System.Drawing.Color.Red;
|
|
this.labelError.Location = new System.Drawing.Point(73, 162);
|
|
this.labelError.Name = "labelError";
|
|
this.labelError.Size = new System.Drawing.Size(286, 65);
|
|
this.labelError.TabIndex = 9;
|
|
//
|
|
// labelOutReason
|
|
//
|
|
this.labelOutReason.AutoSize = true;
|
|
this.labelOutReason.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelOutReason.Location = new System.Drawing.Point(46, 33);
|
|
this.labelOutReason.Name = "labelOutReason";
|
|
this.labelOutReason.Size = new System.Drawing.Size(67, 15);
|
|
this.labelOutReason.TabIndex = 10;
|
|
this.labelOutReason.Text = "出库原因";
|
|
//
|
|
// comboBoxOutReason
|
|
//
|
|
this.comboBoxOutReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxOutReason.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.comboBoxOutReason.FormattingEnabled = true;
|
|
this.comboBoxOutReason.Location = new System.Drawing.Point(119, 30);
|
|
this.comboBoxOutReason.Name = "comboBoxOutReason";
|
|
this.comboBoxOutReason.Size = new System.Drawing.Size(226, 37);
|
|
this.comboBoxOutReason.TabIndex = 12;
|
|
this.comboBoxOutReason.SelectedIndexChanged += new System.EventHandler(this.comboBoxOutReason_SelectedIndexChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(29, 36);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(11, 12);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "*";
|
|
//
|
|
// tsb_submit
|
|
//
|
|
this.tsb_submit.Location = new System.Drawing.Point(119, 133);
|
|
this.tsb_submit.Name = "tsb_submit";
|
|
this.tsb_submit.Size = new System.Drawing.Size(75, 23);
|
|
this.tsb_submit.TabIndex = 14;
|
|
this.tsb_submit.Text = "提交";
|
|
this.tsb_submit.UseVisualStyleBackColor = true;
|
|
this.tsb_submit.Click += new System.EventHandler(this.submit_Click);
|
|
//
|
|
// SendCodeForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(408, 234);
|
|
this.Controls.Add(this.tsb_submit);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.comboBoxOutReason);
|
|
this.Controls.Add(this.labelOutReason);
|
|
this.Controls.Add(this.labelError);
|
|
this.Controls.Add(this.tsb_close);
|
|
this.Controls.Add(this.txtCode);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "SendCodeForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "出库";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SendCodeForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.Form_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtCode;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button tsb_close;
|
|
private System.Windows.Forms.Label labelError;
|
|
private System.Windows.Forms.Label labelOutReason;
|
|
private System.Windows.Forms.ComboBox comboBoxOutReason;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button tsb_submit;
|
|
}
|
|
}
|