public PpkConditionSPCModel()
        {
            this._wsSPC      = new WebServiceController <eSPCWebService.eSPCWebService>().Create();
            this._mlthandler = MultiLanguageHandler.getInstance();
            this._comUtil    = new CommonUtility();
            this.ppkDate     = new BISTel.eSPC.Condition.Controls.Date.PpkDateCondition();

            InitializeComponent();
            InitializeLayout();
        }
Example #2
0
        public PpkCondition()
        {
            this._wsSPC      = new WebServiceController <eSPCWebService.eSPCWebService>().Create();
            this._mlthandler = MultiLanguageHandler.getInstance();
            this._comUtil    = new CommonUtility();
            this.sortUC      = new SortingKey();
            this.ppkDate     = new BISTel.eSPC.Condition.Controls.Date.PpkDateCondition();

            InitializeComponent();

            this.blblEQPID.Text       = _mlthandler.GetVariable(Definition.LABEL.EQP_ID);
            this.blblOperation.Text   = _mlthandler.GetVariable(Definition.LABEL.OPERATION_ID);
            this.blblParameter.Text   = _mlthandler.GetVariable(Definition.LABEL.PARAMETER);
            this.blblProduct.Text     = _mlthandler.GetVariable(Definition.LABEL.PRODUCT);
            this.bTPnlSortingKey.Text = _mlthandler.GetVariable(Definition.LABEL.SORTING_KEY);
            InitializeLayout();
        }