예제 #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
파일: POInfoForm.cs 프로젝트: eseawind/MEMS
 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;
 }