Esempio n. 1
0
 private void Cledata()
 {
     this.BeginInvoke(new Action(() =>
     {
         Himg.Filename    = "";
         Himg.RegPage     = 0;
         ImgView.Image    = null;
         ClsTwain.Archid  = 0;
         ClsTwain.ArchPos = "";
         ClsTwain.MaxPage = 0;
         ClsTwain.RegPage = 0;
         Himg.SetpageZero();
         labPagesCrrent.Text   = "第     页";
         labPagesCount.Text    = "共      页";
         labScanUser.Text      = "扫描:";
         labIndexUser.Text     = "排序:";
         labCheckUser.Text     = "质检:";
         labArchNo.Text        = "当前卷号:";
         labQsPages.Text       = "当前卷缺少:";
         ClsTwain.task         = false;
         Himg.UserScanPage     = 0;
         gArch.butLoad.Enabled = true;
     }));
 }