Example #1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="idx">客户id</param>
 /// <param name="mode">窗体模式</param>
 public CustomerinfoForm(int idx, frmmodetype mode)
 {
     InitializeComponent();
     // TODO: Complete member initialization
     this.m_cid = idx;
     this.formmode = mode;
 }
Example #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="idx">客户id</param>
 /// <param name="mode">窗体模式</param>
 public CustomerinfoForm(int idx, frmmodetype mode)
 {
     InitializeComponent();
     // TODO: Complete member initialization
     this.m_cid    = idx;
     this.formmode = mode;
 }
Example #3
0
 public CustomerinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     this.formmode = mode;
 }
Example #4
0
 public QuotationinfoForm(frmmodetype type, int qid)
 {
     InitializeComponent();
     base.formmode = type;
     m_qid = qid;
 }
Example #5
0
 public SaleOrderinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #6
0
 public SaleOrderinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #7
0
 public ProductinfoForm(frmmodetype type, int pid)
 {
     InitializeComponent();
     base.formmode = type;
     m_pid = pid;
 }
Example #8
0
 public ProductinfoForm(frmmodetype type, int pid)
 {
     InitializeComponent();
     base.formmode = type;
     m_pid         = pid;
 }
Example #9
0
 public ApplyUseOrderInfoForm(frmmodetype type, T_ApplyUseOrder applyUseOrder)
 {
     InitializeComponent();
     base.formmode      = type;
     this.ApplyUseOrder = applyUseOrder;
 }
Example #10
0
 public SupplierinfoForm(frmmodetype mode, int sid)
 {
     InitializeComponent();
     base.formmode = mode;
     m_supplierid  = sid;
 }
Example #11
0
 public ProductinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #12
0
 public SupplierinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     base.formmode = mode;
 }
Example #13
0
 public ApplyUseOrderInfoForm(frmmodetype type, T_ApplyUseOrder applyUseOrder)
 {
     InitializeComponent();
     base.formmode = type;
     this.ApplyUseOrder = applyUseOrder;
 }
Example #14
0
 public POInfoForm(frmmodetype type, T_PurchaseOrder po)
 {
     InitializeComponent();
     base.formmode = type;
     this.PO = po;
 }
Example #15
0
 public StandardMaterailInfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #16
0
 public QuotationinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #17
0
 public CustomerinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     this.formmode = mode;
 }
Example #18
0
 public QuotationinfoForm(frmmodetype type, int qid)
 {
     InitializeComponent();
     base.formmode = type;
     m_qid         = qid;
 }
Example #19
0
 public ProductinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #20
0
 public SupplierinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     base.formmode = mode;
 }
Example #21
0
 public POInfoForm(frmmodetype type, T_PurchaseOrder po)
 {
     InitializeComponent();
     base.formmode = type;
     this.PO       = po;
 }
Example #22
0
 public SupplierinfoForm(frmmodetype mode, int sid)
 {
     InitializeComponent();
     base.formmode = mode;
     m_supplierid = sid;
 }
Example #23
0
 public SaleOrderinfoForm(frmmodetype type, int soid)
 {
     InitializeComponent();
     base.formmode = type;
     m_soid        = soid;
 }
Example #24
0
 public StandardMaterailInfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
Example #25
0
 public SaleOrderinfoForm(frmmodetype type,int soid)
 {
     InitializeComponent();
     base.formmode = type;
     m_soid = soid;
 }
Example #26
0
 public QuotationinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }