using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WarM.仓库管理 { public partial class Gy_BarCodeBill_ChaiMa : Form { public Gy_BarCodeBill_ChaiMa() { InitializeComponent(); } //定义列 public const Int16 HTagCol = 0; public const Int16 HBarCode = 1; public const Int16 HQty = 2; public const Int16 HNum = 3; public const Int16 HMaterCol = 4; public const Int16 HMaterName = 5; public const Int16 HMaterMould = 6; public const Int16 HBatchNo = 7; // private void txtHBillNo_TextChanged(object sender, EventArgs e) { } private void Gy_BarCodeBill_ChaiMa_Load(object sender, EventArgs e) { } } }