NSInteger t=NSRunAlertPanel(@"Note:", @"The PDF(s) requiring user password will be skipped. Do you want to continue?", @"No", @"Yes", NULL);

        if (t==1) {

//            [self setSubviewsEnable:YES];

            return;

        }