Ejemplo n.º 1
0
        public W50120(string programID, string programName) : base(programID, programName)
        {
            InitializeComponent();
            this.Text = _ProgramID + "─" + _ProgramName;
            GridHelper.SetCommonGrid(gvMain);

            txtMonth.DateTimeValue = GlobalInfo.OCF_DATE;
            txtMonth.Focus();
            txtMonth.ImeMode = ImeMode.Disable;
            dao50120         = new D50120();
            daoABRK          = new ABRK();
            daoAPDK          = new APDK();
            dtInsertUse      = daoAPDK.ListAll2();
            dtInsertUse.Columns.Add("TEMP_PROD_TYPE");
            _IsPreventFlowPrint = false;
        }