コード例 #1
0
        public void Initialize()
        {
            Title = "LogProperties - " + Analysis.KeyCode;

            LogPropertiesDetail.Log = Analysis.Log as LogMeter;
            LogPropertiesDetail.Initialize();
        }
コード例 #2
0
        void buttonLog_MouseEnter(object sender, MouseEventArgs e)
        {
            var logPropertiesDetail = new LogPropertiesDetail();

            logPropertiesDetail.Log = log;
            logPropertiesDetail.Initialize();

            ButtonLog.ToolTip = logPropertiesDetail;
        }
コード例 #3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.LogPropertiesDetail = ((TraceWizard.TwApp.LogPropertiesDetail)(target));
         return;
     }
     this._contentLoaded = true;
 }
コード例 #4
0
        public void Initialize()
        {
            GeneralProperties.Analysis = Analysis;
            GeneralProperties.Initialize();

            HourlyTotalsDetail.Analysis = Analysis;
            HourlyTotalsDetail.Initialize();

            DailyTotalsDetail.Analysis = Analysis;
            DailyTotalsDetail.Initialize();

            LogMeter log = Analysis.Log as LogMeter;

            if (log != null)
            {
                LogPropertiesDetail.Log = log;
                LogPropertiesDetail.Initialize();
            }
        }
コード例 #5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.GeneralProperties = ((TraceWizard.TwApp.ReportGeneralProperties)(target));
                return;

            case 2:
                this.HourlyTotalsDetail = ((TraceWizard.TwApp.HourlyTotalsDetail)(target));
                return;

            case 3:
                this.LogPropertiesDetail = ((TraceWizard.TwApp.LogPropertiesDetail)(target));
                return;

            case 4:
                this.DailyTotalsDetail = ((TraceWizard.TwApp.DailyTotalsDetail)(target));
                return;
            }
            this._contentLoaded = true;
        }