Beispiel #1
0
        public void getInformation()
        {
            OvenDataEditList OvenList = null;

            OvenList.LOT_FROMPORTNO  = this.lblLot_FromPortNo.Text;
            OvenList.LOT_FROMSLOTNO  = this.lblLot_FromSlotNo.Text;
            OvenList.LOT_PPID        = this.lblLot_PPID.Text;
            OvenList.LOT_LOTID       = this.txtLotID.Text;
            OvenList.LOT_PRODID      = this.txtLot_ProdID.Text;
            OvenList.LOT_OPERID      = this.txtLot_OperID.Text;
            OvenList.LOT_LOTJUDGE    = this.txtLotJudge.Text;
            OvenList.LOT_LOTSORTTYPE = this.txtLotSortType.Text;

            OvenList.SLOT_SLOTID      = this.lblSlotID.Text;
            OvenList.SLOT_GLSID       = this.txtSlot_GlsID.Text;
            OvenList.SLOT_RWKCNT      = this.txtSlot_RWKCNT.Text;
            OvenList.SLOT_GLSEXIST    = this.cmbSlot_GlsExist.Text;
            OvenList.SLOT_SMPLFLAG    = this.cmbSlot_SMPLFLAG.Text;
            OvenList.SLOT_GLSTYPE     = this.txtSlot_GlsType.Text;
            OvenList.SLOT_GLSJUDGE    = this.txtSlot_GlsJudge.Text;
            OvenList.SLOT_GLSSORTTYPE = this.txtSlot_GlsSortType.Text;
            OvenList.SLOT_PPID        = this.txtSlot_PPID.Text;
            OvenList.SLOT_CFGLSID     = this.txtSlot_CFGLSID.Text;
            OvenList.SLOT_GLSPNLDATA  = this.cmbSlot_GlsPnlData.Text;
            OvenList.SLOT_GLSPROCFLAG = this.cmbSlot_GlsProcFlag.Text;
            OvenList.SLOT_GLSPNLJUDGE = this.txtSlot_GlsPnlJudge.Text;
            OvenList.SLOT_GLSPNLGRADE = this.txtSlot_GlsPnlGrade.Text;
            OvenList.SLOT_FROMEQPNO   = this.txtSlot_FromEqpNo.Text;
            OvenList.SLOT_FROMPORTNO  = this.txtSlot_FromPortNo.Text;
            OvenList.SLOT_FROMSLOTNO  = this.txtSlot_FromPortNo.Text;
            OvenList.SLOT_INPUTGLSID  = this.txtSlot_InpuGlsID.Text;
        }
Beispiel #2
0
        private void btnGetGlassData_Click(object sender, EventArgs e)
        {
            OvenDataEditList OvenDataList = null;

            Log_Converter("UI", "GetGlassData Button Click");
            //추가 해야 할 사항
            //db에서 InputGlsID를 검색하여 데이터를 OvenDataList를 넣음.
            setInformation(OvenDataList);
        }
Beispiel #3
0
        private void btnUpdate_Click(object sender, EventArgs e)
        {
            OvenDataEditList ovenDataList = null;

            Log_Converter("UI", "Update Button Click");
            getInformation();
            //추가 해야 할 사항
            //BUFFER데이터 입력
            //UI 갱신.frmBufferInfo UI 갱신.
        }