Esempio n. 1
0
 private void axAuthentic_ExecutiveSummary_SelectionChanged(object sender, System.EventArgs e)
 {
     axAuthentic_ExecutiveSummary.Select();
     lblReportContentsSaved.Visible = false;
     if (axAuthentic_ExecutiveSummary.Modified)
     {
         lbUnsavedData.Visible = true;
     }
 }
 private void axAuthentic1_SelectionChanged(object sender, System.EventArgs e)
 {
     axAuthentic_Recomendations.Select();
     lbRecommendationsSaved.Visible = false;
     if (axAuthentic_Recomendations.Modified)
     {
         lbUnsavedData.Visible = true;
     }
 }
Esempio n. 3
0
 private void axAuthentic_Targets_SelectionChanged(object sender, System.EventArgs e)
 {
     axAuthentic_Targets.Select();
     lblTargetsSaved.Visible = false;
     if (axAuthentic_Targets.Modified)
     {
         lbUnsavedData.Visible = true;
         unsavedDataExists     = true;
     }
 }
Esempio n. 4
0
        private void axAuthentic1_SelectionChanged(object sender, System.EventArgs e)
        {
            axAuthentic1.Select();
            AxXMLSPYPLUGINLib.AxAuthentic       axAuth  = (AxXMLSPYPLUGINLib.AxAuthentic)sender;
            XMLSPYPLUGINLib.AuthenticEventClass auEvent = (XMLSPYPLUGINLib.AuthenticEventClass)axAuth.@event;

            txtDebugInformation.Text = auEvent.keyCode + txtDebugInformation.Text;

            return;
        }