Esempio n. 1
0
 private void PhaseShiftPrep_Shown(object sender, EventArgs e)
 {
     if (Tools.IsAuthorized())
     {
         chkRAR.Checked = true;
         if (Tools.IsAuthorized(true))
         {
             chkNoC3.Visible = true;
         }
     }
     Log("Welcome to " + Text);
     Log("Drag and drop the CON /LIVE file(s) to be converted here");
     Log("Or click 'Change Input Folder' to select the files");
     Log("Ready to begin");
     txtFolder.Text = inputDir;
 }
Esempio n. 2
0
        private void videoPrep_Shown(object sender, EventArgs e)
        {
            Log("Welcome to " + Text);
            Log("Drag and drop the CON /LIVE file(s) to be packaged here");
            Log("Or click 'Change Input Folder' to select the files");
            Log("Ready to begin");


            txtFolder.Text = inputDir;
            txtTitle.Text  = "Video Recording Pack";

            if (!Tools.IsAuthorized())
            {
                return;
            }
            c3WeeklyPreviewTool.Enabled = true;
            c3WeeklyPreviewTool.PerformClick();
            txtTitle.Text = "Video Preview Pack - Week of " + PackDate;
        }