Esempio n. 1
0
        private DataTable m_TransTable = new DataTable(); //承运单位内存表

        #endregion Fields

        #region Constructors

        public MoreBaseInfo(Form parentForm, string DataType, OpeBase op)
        {
            InitializeComponent();
            this.ob = op;
            m_DataType = DataType.Trim();
            m_parentForm = parentForm.Tag.ToString();
        }
Esempio n. 2
0
 public ChangeShift(OpeBase op,string args)
 {
     InitializeComponent();
     this.ob = op;
     _args = args;
 }
Esempio n. 3
0
 public WeightStdManage(OpeBase op)
 {
     this.ob = op;
     _dt = GetWeightStd();
 }
Esempio n. 4
0
 public WeighPointForQC(OpeBase op)
 {
     this.ob = op;
 }
Esempio n. 5
0
 public DataRenew(OpeBase op)
 {
     InitializeComponent();
     this.ob = op;
 }
Esempio n. 6
0
 public DataMamage(OpeBase op)
 {
     this.ob = op;
     getIp();
 }
Esempio n. 7
0
 public WeighDevice(OpeBase op)
 {
     this.ob = op;
 }
Esempio n. 8
0
        private DataTable m_TransTable = new DataTable(); //承运单位内存表

        #endregion Fields

        #region Constructors

        public MoreBaseInfo(Form parentForm,OpeBase op, string DataType)
        {
            InitializeComponent();
            this.ob = op;
            m_DataType = DataType.Trim();
        }
Esempio n. 9
0
        private string s_FS_TRANSNO; //承运方

        #endregion Fields

        #region Constructors

        public QuickPlanInfo(OpeBase op)
        {
            InitializeComponent();
            this.ob = op;
        }
Esempio n. 10
0
 public CarWeightDataManage(OpeBase op)
     : base(op)
 {
 }
Esempio n. 11
0
 public WeightStdManage(OpeBase op)
 {
     this.ob = op;
     _dt     = GetWeightStd();
 }
Esempio n. 12
0
        public string strReturnHelpCode = "";                    //选择项的拼音助记编码


        public MoreBaseInfo(Form parentForm, OpeBase op, string DataType)
        {
            InitializeComponent();
            this.ob    = op;
            m_DataType = DataType.Trim();
        }
Esempio n. 13
0
 public ChangeShift(OpeBase op, string args)
 {
     InitializeComponent();
     this.ob = op;
     _args   = args;
 }
Esempio n. 14
0
 public DataRenew(OpeBase op)
 {
     InitializeComponent();
     this.ob = op;
 }