杨乐
2022-01-14 fc39ad22a6bda069d53d9aff1c83a69579737d44
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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)
        {
 
        }
    }
}