Ejemplo n.º 1
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();
        }
Ejemplo n.º 2
0
        public MultiDataCondition()
        {
            this._wsSPC          = new WebServiceController <eSPCWebService.eSPCWebService>().Create();
            this._mlthandler     = MultiLanguageHandler.getInstance();
            this._comUtil        = new CommonUtility();
            this._Initialization = new Initialization();
            this._bspreadutility = new BSpreadUtility();

            InitializeComponent();
            this.dateCondition1      = new BISTel.eSPC.Condition.Controls.Date.DateCondition();
            this.dateCondition1.Dock = DockStyle.Fill;
            this.bTPnlPeriod.Controls.Add(dateCondition1);

            this.sortUC      = new SortingKey();
            this.sortUC.Dock = DockStyle.Fill;
            this.bTPnlSortingKey.Controls.Add(sortUC);
            this.PROC_BindSortingKey();
            this.bTPnlPeriod.Title     = _mlthandler.GetVariable(Definition.LABEL.PERIOD);
            this.bTPnlSortingKey.Title = _mlthandler.GetVariable(Definition.Analysis.LABEL_SORTING_KEY);

            InitializePage();
        }