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.
102 lines
4.0 KiB
102 lines
4.0 KiB
namespace PDAForm.Bill.VDA
|
|
{
|
|
partial class frmBarCodeSelect
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
private System.Windows.Forms.MainMenu mainMenu1;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.mainMenu1 = new System.Windows.Forms.MainMenu();
|
|
this.txt_barcode = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_vda = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_barcode
|
|
//
|
|
this.txt_barcode.Location = new System.Drawing.Point(3, 158);
|
|
this.txt_barcode.MaxLength = 40;
|
|
this.txt_barcode.Multiline = true;
|
|
this.txt_barcode.Name = "txt_barcode";
|
|
this.txt_barcode.ReadOnly = true;
|
|
this.txt_barcode.Size = new System.Drawing.Size(228, 72);
|
|
this.txt_barcode.TabIndex = 22;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(3, 136);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(127, 20);
|
|
this.label2.Text = "内部标签参考号:";
|
|
//
|
|
// txt_vda
|
|
//
|
|
this.txt_vda.Location = new System.Drawing.Point(5, 52);
|
|
this.txt_vda.MaxLength = 40;
|
|
this.txt_vda.Multiline = true;
|
|
this.txt_vda.Name = "txt_vda";
|
|
this.txt_vda.Size = new System.Drawing.Size(228, 64);
|
|
this.txt_vda.TabIndex = 21;
|
|
this.txt_vda.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_vda_KeyPress);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(5, 31);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(121, 20);
|
|
this.label3.Text = "VDA标签扫描:";
|
|
//
|
|
// frmBarCodeSelect
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.ClientSize = new System.Drawing.Size(238, 275);
|
|
this.Controls.Add(this.txt_barcode);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txt_vda);
|
|
this.Controls.Add(this.label3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.Menu = this.mainMenu1;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmBarCodeSelect";
|
|
this.Text = "内部参考号查询";
|
|
this.Load += new System.EventHandler(this.frmBarCodeSelect_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txt_barcode;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_vda;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|