public frmPersonDetails(cBeauty cBeauty, int BID, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _menuList = menuList;
     _BID      = BID;
 }
 public frmCheckPersonSaleOrder(cBeauty cBeauty, int whcode, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _menuList = menuList;
     _wh       = whcode;
 }
 public frmCheckPerson_byDay(cBeauty cBeauty, int BID, int FP, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _menuList = menuList;
     _BID      = BID;
     _FP       = FP;
 }
 public frmCheckWholeSale(cBeauty cBeauty, int BID, int whcode, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _BID      = BID;
     _menuList = menuList;
     _wh       = whcode;
 }
Exemplo n.º 5
0
 public frmLOG_WholeSale(cBeauty cBeauty, string DVAL, string CFLAG, string ID, string BID, string PRCODE)
 {
     InitializeComponent();
     _ID      = ID;
     _CFLAG   = CFLAG;
     _DVAL    = DVAL;
     _BID     = BID;
     _cBeauty = cBeauty;
     _PRCODE  = PRCODE;
 }
Exemplo n.º 6
0
 public frmLOG_CN(cBeauty cBeauty, string docno, string whcode, string stcode, string net, string TYID, string BID, int ID)
 {
     InitializeComponent();
     _docno   = docno;
     _whcode  = whcode;
     _stcode  = stcode;
     _net     = net;
     _TYID    = TYID;
     _BID     = BID;
     _ID      = ID;
     _cBeauty = cBeauty;
 }
Exemplo n.º 7
0
 public frmLOG_WholeSale(cBeauty cBeauty, string docno, string TYID, string BID, string chack)
 {
     InitializeComponent();
     _docno            = docno;
     _TYPE_N           = TYID;
     _BID              = BID;
     _chack            = chack;
     _cBeauty          = cBeauty;
     txtwhcode.Enabled = true;
     txtnet.Enabled    = true;
     txtTYID.Visible   = false;
     txtBID.Visible    = false;
     txtDVAL.Enabled   = true;
 }
Exemplo n.º 8
0
 public frmLOG_WholeSale(cBeauty cBeauty, string docno, string whcode, string net, string TYID, string BID, string DVAL, int ID, string chack)
 {
     InitializeComponent();
     _docno         = docno;
     _whcode        = whcode;
     _net           = net;
     _TYPE_N        = TYID;
     _BID           = BID;
     _ID            = ID;
     _chack         = chack;
     _DVAL          = DVAL;
     _cBeauty       = cBeauty;
     cmbBID.Visible = false;
 }
Exemplo n.º 9
0
        /// </summary>
        ///

        public frmMain()
        {
            InitializeComponent();
            _cBeauty  = new cBeauty();
            _menulist = new ArrayList();

            if (ApplicationDeployment.IsNetworkDeployed)
            {
                //รันโปรแกรมจากการติดตั้งของ Clickonce
                //ดึงเวอร์ชั่นไปแสดงบนไตเติ้ล ของฟอร์ม และป้ายชื่อ(Label)
                verion    = ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString();
                this.Text = " Version : " + verion;
            }
            else
            {
                //รันจากการ Debug โปรแกรมบน VS2008
                //ให้แสดงข้อมความอื่น บนไตเติ้ล ของฟอร์ม และป้ายชื่อ
                verion    = "Debug";
                this.Text = " Version " + verion + " [not deployed via ClickOnce]";
                //lblVersion.Text = "Version : [not deployed via ClickOnce]";
            }
        }
 public frmWholeSale_MASTER(cBeauty cBeauty, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _menuList = menuList;
 }
 public frmTaget_Online_ImportDialog(cBeauty cBeauty)
 {
     InitializeComponent();
     _cBeauty = cBeauty;
 }
 public frmCom_RetailReport(cBeauty cBeauty, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _menuList = menuList;
 }
Exemplo n.º 13
0
 public frmSale(cBeauty cBeauty, ref ArrayList menuList)
 {
     InitializeComponent();
     _cBeauty  = cBeauty;
     _menuList = menuList;
 }
 public frmNumDay_ImportDialog(cBeauty cBeauty)
 {
     InitializeComponent();
     _cBeauty = cBeauty;
 }
Exemplo n.º 15
0
 public frmMainLogin(cBeauty cBeauty)
 {
     InitializeComponent();
     _cBeauty = cBeauty;
 }
Exemplo n.º 16
0
 public frmLogin(cBeauty cBeauty, string DPCODE)
 {
     InitializeComponent();
     _cBeauty = cBeauty;
     _DPCODE  = DPCODE;
 }