示例#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;
 }
示例#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;
 }
示例#3
0
 public CustomerinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     this.formmode = mode;
 }
示例#4
0
 public QuotationinfoForm(frmmodetype type, int qid)
 {
     InitializeComponent();
     base.formmode = type;
     m_qid = qid;
 }
示例#5
0
 public SaleOrderinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#6
0
 public SaleOrderinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#7
0
 public ProductinfoForm(frmmodetype type, int pid)
 {
     InitializeComponent();
     base.formmode = type;
     m_pid = pid;
 }
示例#8
0
 public ProductinfoForm(frmmodetype type, int pid)
 {
     InitializeComponent();
     base.formmode = type;
     m_pid         = pid;
 }
示例#9
0
 public ApplyUseOrderInfoForm(frmmodetype type, T_ApplyUseOrder applyUseOrder)
 {
     InitializeComponent();
     base.formmode      = type;
     this.ApplyUseOrder = applyUseOrder;
 }
示例#10
0
 public SupplierinfoForm(frmmodetype mode, int sid)
 {
     InitializeComponent();
     base.formmode = mode;
     m_supplierid  = sid;
 }
示例#11
0
 public ProductinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#12
0
 public SupplierinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     base.formmode = mode;
 }
示例#13
0
 public ApplyUseOrderInfoForm(frmmodetype type, T_ApplyUseOrder applyUseOrder)
 {
     InitializeComponent();
     base.formmode = type;
     this.ApplyUseOrder = applyUseOrder;
 }
示例#14
0
 public POInfoForm(frmmodetype type, T_PurchaseOrder po)
 {
     InitializeComponent();
     base.formmode = type;
     this.PO = po;
 }
示例#15
0
 public StandardMaterailInfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#16
0
 public QuotationinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#17
0
 public CustomerinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     this.formmode = mode;
 }
示例#18
0
 public QuotationinfoForm(frmmodetype type, int qid)
 {
     InitializeComponent();
     base.formmode = type;
     m_qid         = qid;
 }
示例#19
0
 public ProductinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#20
0
 public SupplierinfoForm(frmmodetype mode)
 {
     InitializeComponent();
     base.formmode = mode;
 }
示例#21
0
 public POInfoForm(frmmodetype type, T_PurchaseOrder po)
 {
     InitializeComponent();
     base.formmode = type;
     this.PO       = po;
 }
示例#22
0
 public SupplierinfoForm(frmmodetype mode, int sid)
 {
     InitializeComponent();
     base.formmode = mode;
     m_supplierid = sid;
 }
示例#23
0
 public SaleOrderinfoForm(frmmodetype type, int soid)
 {
     InitializeComponent();
     base.formmode = type;
     m_soid        = soid;
 }
示例#24
0
 public StandardMaterailInfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }
示例#25
0
 public SaleOrderinfoForm(frmmodetype type,int soid)
 {
     InitializeComponent();
     base.formmode = type;
     m_soid = soid;
 }
示例#26
0
 public QuotationinfoForm(frmmodetype type)
 {
     InitializeComponent();
     base.formmode = type;
 }