Example #1
0
        private void rzbutton_Click(object sender, EventArgs e)
        {
            frmLotLog form = new frmLotLog(RigthType, MES_PD_SCRW_LIST.SBBH, MES_PD_SCRW_LIST.RWBH, MES_PD_SCRW_LIST.WLLB);

            show(form);
            SMtextBox.Select();
        }
Example #2
0
        private void rzbutton_Click(object sender, EventArgs e)
        {
            //string gzzx = ini.IniReadValue(ini.Section_UserInfo, "gzzxvalue");
            frmLotLog form = new frmLotLog(RigthType, getUserInfo("gzzxvalue"), "", 11);

            show(form);
        }