void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.exitButton = ((System.Windows.Controls.Button)(target));

            #line 32 "..\..\..\GUI\YearSummaryWindow.xaml"
                this.exitButton.Click += new System.Windows.RoutedEventHandler(this.exitButton_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.monthsummaryChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 3:
                this.captionChart = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 4:
                this.okButton = ((System.Windows.Controls.Button)(target));

            #line 53 "..\..\..\GUI\YearSummaryWindow.xaml"
                this.okButton.Click += new System.Windows.RoutedEventHandler(this.okButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.dtpDateRecd = ((ProcessDesigner.UserControls.DatePickerCus)(target));
                return;

            case 2:
                this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 3:
                this.Line1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 4:
                this.Line2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.DataGridResult = ((System.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 2:
                this.XLinearAxis = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));
                return;

            case 3:
                this.YLinearAxis = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));
                return;

            case 4:
                this.SimPlotLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.RtmPlotLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.pieChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 2:
                this.piechart = ((System.Windows.Controls.DataVisualization.Charting.PieSeries)(target));
                return;

            case 3:
                this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 4:
                this.linechart = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.barChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 6:
                this.columnchart = ((System.Windows.Controls.DataVisualization.Charting.BarSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.myChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 2:
                this.lineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 3:
                this.XLinearAxis = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));
                return;

            case 4:
                this.linearAxis = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));
                return;

            case 5:
                this.btnMarkerOn = ((System.Windows.Controls.Primitives.ToggleButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.lbinfo = ((System.Windows.Controls.ListBox)(target));
                return;

            case 2:
                this.waitingtasks = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));

            #line 254 "..\..\EvoStCheck.xaml"
                this.waitingtasks.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.waitingtasks_MouseWheel);

            #line default
            #line hidden
                return;

            case 3:
                this.tm1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 4:
                this.tm2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.MapCanvas = ((System.Windows.Controls.Canvas)(target));
                return;

            case 6:

            #line 280 "..\..\EvoStCheck.xaml"
                ((System.Windows.Controls.Slider)(target)).ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.Slider_ValueChanged);

            #line default
            #line hidden
                return;

            case 7:

            #line 285 "..\..\EvoStCheck.xaml"
                ((System.Windows.Controls.CheckBox)(target)).Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);

            #line default
            #line hidden

            #line 285 "..\..\EvoStCheck.xaml"
                ((System.Windows.Controls.CheckBox)(target)).Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Wiz;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.lineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(this.FindName("lineSeries")));
     this.urlTextBox = ((System.Windows.Controls.TextBlock)(this.FindName("urlTextBox")));
 }
示例#8
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
         return;
     }
     this._contentLoaded = true;
 }
示例#9
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DataVisualizationOnWindowsPhone;component/Chart.xaml", System.UriKind.Relative));
     this.CcfChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("CcfChart")));
     this.CcfLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(this.FindName("CcfLineSeries")));
     this.CcfPredictSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(this.FindName("CcfPredictSeries")));
     this.Button1 = ((System.Windows.Controls.Button)(this.FindName("Button1")));
 }
示例#10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 21 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 2:

            #line 22 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);

            #line default
            #line hidden
                return;

            case 3:

            #line 23 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

            case 4:
                this.TextBox_Insert = ((System.Windows.Controls.TextBox)(target));

            #line 27 "..\..\MainWindow.xaml"
                this.TextBox_Insert.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TextBox_Insert_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 5:
                this.BetterThanAnyGraph = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 6:
                this.series = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ColumnChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 2:
                this.AreaChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 3:
                this.LineChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 4:
                this.Line1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.Line2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 6:
                this.PieChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 7:

            #line 55 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.btnCancel = ((System.Windows.Controls.Button)(target));

            #line 56 "..\..\MainWindow.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.BtnCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.symbolTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 2:
                this.GoButton = ((System.Windows.Controls.Button)(target));

            #line 19 "..\..\MainWindow.xaml"
                this.GoButton.Click += new System.Windows.RoutedEventHandler(this.GoButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.StockPriceDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 4:
                this.chart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 5:
                this.stockPriceLineGraph = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 6:
                this.stockPriceLineGraph2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 7:
                this.stockPriceLineGraph3 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 8:
                this.TheGreeksDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 9:
                this.BlackScholesDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.gridChart = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.columnChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 3:
                this.Cinquieme = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 4:
                this.Sixieme = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 5:
                this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 6:
                this.Cinquieme1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 7:
                this.Sixieme1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 8:
                this.cmdImprimer = ((System.Windows.Controls.Button)(target));

            #line 19 "..\..\..\..\UI\TestStatUI.xaml"
                this.cmdImprimer.Click += new System.Windows.RoutedEventHandler(this.cmdImprimer_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Totalehaltes = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 2:
                this.Haltes = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 3:
                this.OV = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 4:
                this.Main = ((System.Windows.Controls.Frame)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LineChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 2:
                this.Mensen_Met_Auto = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 3:
                this.Mensen_Zonder_Auto = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 4:
                this.Main = ((System.Windows.Controls.Frame)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#16
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainWD = ((SHIV_PhongCachAm.MainWindow)(target));

            #line 10 "..\..\..\MainWindow.xaml"
                this.mainWD.Closing += new System.ComponentModel.CancelEventHandler(this.mainWD_Closing);

            #line default
            #line hidden
                return;

            case 2:

            #line 175 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EventF1Push_Process);

            #line default
            #line hidden
                return;

            case 3:

            #line 176 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EventF8Push_Process);

            #line default
            #line hidden
                return;

            case 4:

            #line 177 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EventF10Push_Process);

            #line default
            #line hidden
                return;

            case 5:

            #line 178 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EventSPush_Process);

            #line default
            #line hidden
                return;

            case 6:

            #line 179 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EventOPush_Process);

            #line default
            #line hidden
                return;

            case 7:
                this.lblTimerCycle = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.lblStatus = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lblDatetime = ((System.Windows.Controls.Label)(target));

            #line 213 "..\..\..\MainWindow.xaml"
                this.lblDatetime.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblDatetime_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 10:
                this.lblLanguage = ((System.Windows.Controls.Label)(target));

            #line 215 "..\..\..\MainWindow.xaml"
                this.lblLanguage.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblLanguage_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 11:
                this.lblNguoiVanhanh = ((System.Windows.Controls.Label)(target));

            #line 250 "..\..\..\MainWindow.xaml"
                this.lblNguoiVanhanh.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblNguoiVanhanh_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 12:
                this.lblPID = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.lblMaOrder = ((System.Windows.Controls.Label)(target));

            #line 272 "..\..\..\MainWindow.xaml"
                this.lblMaOrder.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblMaOrder_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 14:
                this.chk1PhaOrder = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 15:
                this.lblMotaSanpham = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.lblSTTSanpham = ((System.Windows.Controls.Label)(target));

            #line 295 "..\..\..\MainWindow.xaml"
                this.lblSTTSanpham.DataContextChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.lblSTTSanpham_DataContextChanged);

            #line default
            #line hidden

            #line 296 "..\..\..\MainWindow.xaml"
                this.lblSTTSanpham.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblSTTSanpham_MouseDown);

            #line default
            #line hidden
                return;

            case 17:
                this.lblGiamtoc = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.lblDienapChuan = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.lblDienapThucte = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.lblTansoChuan = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.lblTansoThucte = ((System.Windows.Controls.Label)(target));
                return;

            case 22:
                this.lblTcVongquay = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.lblVongquayFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.lblVongquayBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.lblVongquayLech = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.lblOKVongquay = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.lblNGVongquay = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.lblHuongquayMax = ((System.Windows.Controls.Label)(target));
                return;

            case 29:
                this.lblOKXuatluc = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.lblNGXuatluc = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.lblTcDongdien = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.lblDongdienFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.lblDongdienBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.lblDongdienLech = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.lblOKDongdien = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.lblNGDongdien = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.lblTCNhapluc = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.lblNhaplucFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.lblNhaplucBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 40:
                this.lblNhaplucLech = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.lblOKNhapluc = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.lblNGNhapluc = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.lblTcDorung = ((System.Windows.Controls.Label)(target));
                return;

            case 44:
                this.lblDorungFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 45:
                this.lblDorungBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 46:
                this.lblDorungLech = ((System.Windows.Controls.Label)(target));
                return;

            case 47:
                this.lblOKDorung = ((System.Windows.Controls.Label)(target));
                return;

            case 48:
                this.lblNGDorung = ((System.Windows.Controls.Label)(target));
                return;

            case 49:
                this.lblTcTiengon = ((System.Windows.Controls.Label)(target));
                return;

            case 50:
                this.lblTiengonFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 51:
                this.lblTiengonBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 52:
                this.lblTiengonLech = ((System.Windows.Controls.Label)(target));
                return;

            case 53:
                this.lblOKTiengon = ((System.Windows.Controls.Label)(target));
                return;

            case 54:
                this.lblNGTiengon = ((System.Windows.Controls.Label)(target));
                return;

            case 55:
                this.lblAmsacThuan = ((System.Windows.Controls.Label)(target));
                return;

            case 56:
                this.lblAmsacNghich = ((System.Windows.Controls.Label)(target));
                return;

            case 57:
                this.lblOKAmsac = ((System.Windows.Controls.Label)(target));
                return;

            case 58:
                this.lblNGAmsac = ((System.Windows.Controls.Label)(target));
                return;

            case 59:
                this.LineChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 60:
                this.LineChartChild = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 61:
                this.valueSettingYRange = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));
                return;

            case 62:
                this.LineChartChild_TempTiengon = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 63:
                this.LineChartMax = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 64:
                this.btnF1 = ((System.Windows.Controls.Label)(target));

            #line 660 "..\..\..\MainWindow.xaml"
                this.btnF1.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnF1_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 65:
                this.btnF3 = ((System.Windows.Controls.Label)(target));

            #line 663 "..\..\..\MainWindow.xaml"
                this.btnF3.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnF3_MouseDown);

            #line default
            #line hidden
                return;

            case 66:

            #line 666 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Label)(target)).PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.EventF10Push_Process_Mouse);

            #line default
            #line hidden
                return;

            case 67:

            #line 669 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Label)(target)).PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.LabelF9_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 68:

            #line 672 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Label)(target)).PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.EventF8Push_Process);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#17
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 5 "..\..\..\MainWindow.xaml"
                ((GoldAnalyse.MainWindow)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);

            #line default
            #line hidden

            #line 5 "..\..\..\MainWindow.xaml"
                ((GoldAnalyse.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.tabControl1 = ((System.Windows.Controls.TabControl)(target));

            #line 12 "..\..\..\MainWindow.xaml"
                this.tabControl1.MouseMove += new System.Windows.Input.MouseEventHandler(this.tabControl1_MouseMove);

            #line default
            #line hidden
                return;

            case 3:
                this.tabItem1 = ((System.Windows.Controls.TabItem)(target));
                return;

            case 4:
                this.stockChart = ((AmCharts.Windows.Stock.StockChart)(target));

            #line 20 "..\..\..\MainWindow.xaml"
                this.stockChart.MouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.stockChart_MouseRightButtonDown);

            #line default
            #line hidden

            #line 20 "..\..\..\MainWindow.xaml"
                this.stockChart.MouseMove += new System.Windows.Input.MouseEventHandler(this.stockChart_MouseMove);

            #line default
            #line hidden
                return;

            case 5:
                this.stockSet1 = ((AmCharts.Windows.Stock.Data.DataSet)(target));
                return;

            case 6:
                this.cm = ((System.Windows.Controls.ContextMenu)(target));
                return;

            case 7:
                this.MenuItem_Lock = ((System.Windows.Controls.MenuItem)(target));

            #line 32 "..\..\..\MainWindow.xaml"
                this.MenuItem_Lock.Click += new System.Windows.RoutedEventHandler(this.MenuItem_Lock_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 33 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 41 "..\..\..\MainWindow.xaml"
                ((AmCharts.Windows.Stock.Chart)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Chart_MouseMove);

            #line default
            #line hidden

            #line 41 "..\..\..\MainWindow.xaml"
                ((AmCharts.Windows.Stock.Chart)(target)).MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.Chart_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 10:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.contentControl1 = ((System.Windows.Controls.ContentControl)(target));
                return;

            case 12:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.dataGrid_Record = ((System.Windows.Controls.DataGrid)(target));

            #line 85 "..\..\..\MainWindow.xaml"
                this.dataGrid_Record.PreviewMouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dataGrid_Record_PreviewMouseDoubleClick);

            #line default
            #line hidden
                return;

            case 14:
                this.tabItem2 = ((System.Windows.Controls.TabItem)(target));
                return;

            case 15:
                this.chart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 16:
                this.LineSeries1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));

            #line 99 "..\..\..\MainWindow.xaml"
                this.LineSeries1.PreviewMouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.LineSeries1_PreviewMouseRightButtonDown);

            #line default
            #line hidden

            #line 99 "..\..\..\MainWindow.xaml"
                this.LineSeries1.PreviewMouseMove += new System.Windows.Input.MouseEventHandler(this.LineSeries1_PreviewMouseMove);

            #line default
            #line hidden

            #line 99 "..\..\..\MainWindow.xaml"
                this.LineSeries1.MouseMove += new System.Windows.Input.MouseEventHandler(this.LineSeries1_MouseMove);

            #line default
            #line hidden
                return;

            case 17:
                this.LineSeries2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 18:
                this.LineSeries3 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 19:
                this.LineSeries4 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 20:
                this.LineSeries5 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 21:
                this.LineSeries6 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 22:
                this.LineSeries7 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 23:
                this.LineSeries8 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));

            #line 161 "..\..\..\MainWindow.xaml"
                this.LineSeries8.PreviewMouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.LineSeries8_PreviewMouseRightButtonDown);

            #line default
            #line hidden
                return;

            case 24:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 172 "..\..\..\MainWindow.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.chart2 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 26:
                this.LineSeries10 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 27:
                this.LineSeries11 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 28:
                this.label3 = ((System.Windows.Controls.Label)(target));
                return;

            case 29:
                this.label4 = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.label5 = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.label6 = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.label7 = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.label8 = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.label9 = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.label_DJI = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.label_CCMP = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.label_SCIN = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.label_DJI_Change = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.label_CCMP_Change = ((System.Windows.Controls.Label)(target));
                return;

            case 40:
                this.label_SCIN_Change = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.label_DJI_ChangePer = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.label_CCMP_ChangePer = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.label_SCIN_ChangePer = ((System.Windows.Controls.Label)(target));
                return;

            case 44:
                this.label_DJI_Time = ((System.Windows.Controls.Label)(target));
                return;

            case 45:
                this.label_CCMP_Time = ((System.Windows.Controls.Label)(target));
                return;

            case 46:
                this.label_SCIN_Time = ((System.Windows.Controls.Label)(target));
                return;

            case 47:
                this.label10 = ((System.Windows.Controls.Label)(target));
                return;

            case 48:
                this.label11 = ((System.Windows.Controls.Label)(target));
                return;

            case 49:
                this.label12 = ((System.Windows.Controls.Label)(target));
                return;

            case 50:
                this.label13 = ((System.Windows.Controls.Label)(target));
                return;

            case 51:
                this.label14 = ((System.Windows.Controls.Label)(target));
                return;

            case 52:
                this.label15 = ((System.Windows.Controls.Label)(target));
                return;

            case 53:
                this.label16 = ((System.Windows.Controls.Label)(target));
                return;

            case 54:
                this.label_Price_Buy = ((System.Windows.Controls.Label)(target));
                return;

            case 55:
                this.label_IntPrice_Buy = ((System.Windows.Controls.Label)(target));
                return;

            case 56:
                this.label_Price_Sell = ((System.Windows.Controls.Label)(target));
                return;

            case 57:
                this.label_IntPrice_Sell = ((System.Windows.Controls.Label)(target));
                return;

            case 58:
                this.label_Price_Change = ((System.Windows.Controls.Label)(target));
                return;

            case 59:
                this.label_IntPrice_Change = ((System.Windows.Controls.Label)(target));
                return;

            case 60:
                this.label17 = ((System.Windows.Controls.Label)(target));
                return;

            case 61:
                this.label_Price_ChangePer = ((System.Windows.Controls.Label)(target));
                return;

            case 62:
                this.label_IntPrice_ChangePer = ((System.Windows.Controls.Label)(target));
                return;

            case 63:
                this.grid1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 64:
                this.label18 = ((System.Windows.Controls.Label)(target));
                return;

            case 65:
                this.button_Compute = ((System.Windows.Controls.Button)(target));

            #line 237 "..\..\..\MainWindow.xaml"
                this.button_Compute.Click += new System.Windows.RoutedEventHandler(this.button_Compute_Click);

            #line default
            #line hidden
                return;

            case 66:
                this.button_Compare = ((System.Windows.Controls.Button)(target));

            #line 238 "..\..\..\MainWindow.xaml"
                this.button_Compare.Click += new System.Windows.RoutedEventHandler(this.button_Compare_Click);

            #line default
            #line hidden
                return;

            case 67:
                this.chart3 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 68:
                this.LineSeries13 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 69:
                this.LineSeries14 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.inputRateLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 2:
                this.inputRate = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.avgTimeLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.avgTime = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.workersCountLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.workersCount = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.maxLengthLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.maxLength = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.timeLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.time = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.button = ((System.Windows.Controls.Button)(target));

            #line 27 "..\..\MainWindow.xaml"
                this.button.Click += new System.Windows.RoutedEventHandler(this.Calculate);

            #line default
            #line hidden
                return;

            case 12:
                this.data = ((System.Windows.Controls.ListView)(target));
                return;

            case 13:
                this.Chart0 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 14:
                this.served = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 15:
                this.refused = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 16:
                this.inQueue = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#19
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));

            #line 12 "..\..\..\MonitoringChild.xaml"
                this.LineChart.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.LineChart_MouseWheel);

            #line default
            #line hidden

            #line 12 "..\..\..\MonitoringChild.xaml"
                this.LineChart.MouseMove += new System.Windows.Input.MouseEventHandler(this.LineChart_MouseMove);

            #line default
            #line hidden

            #line 12 "..\..\..\MonitoringChild.xaml"
                this.LineChart.Unloaded += new System.Windows.RoutedEventHandler(this.LineChart_Unloaded);

            #line default
            #line hidden
                return;

            case 2:
                this.XLinearAxis = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));

            #line 14 "..\..\..\MonitoringChild.xaml"
                this.XLinearAxis.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.XLinearAxis_MouseWheel);

            #line default
            #line hidden
                return;

            case 3:
                this.YLinearAxis = ((System.Windows.Controls.DataVisualization.Charting.LinearAxis)(target));

            #line 15 "..\..\..\MonitoringChild.xaml"
                this.YLinearAxis.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.YLinearAxis_MouseWheel);

            #line default
            #line hidden
                return;

            case 4:
                this.SimPlotLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.RtmPlotLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 6:
                this.ResetButton = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\..\MonitoringChild.xaml"
                this.ResetButton.Click += new System.Windows.RoutedEventHandler(this.ResetButton_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.MarkCheckBox = ((System.Windows.Controls.CheckBox)(target));

            #line 44 "..\..\..\MonitoringChild.xaml"
                this.MarkCheckBox.Checked += new System.Windows.RoutedEventHandler(this.MarkCheckBox_Checked);

            #line default
            #line hidden

            #line 44 "..\..\..\MonitoringChild.xaml"
                this.MarkCheckBox.Unchecked += new System.Windows.RoutedEventHandler(this.MarkCheckBox_Unchecked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.symbolTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 2:
     this.GoButton = ((System.Windows.Controls.Button)(target));
     
     #line 19 "..\..\MainWindow.xaml"
     this.GoButton.Click += new System.Windows.RoutedEventHandler(this.GoButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.StockPriceDataGrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 4:
     this.chart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 5:
     this.stockPriceLineGraph = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 6:
     this.stockPriceLineGraph2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 7:
     this.stockPriceLineGraph3 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 8:
     this.TheGreeksDataGrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 9:
     this.BlackScholesDataGrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#21
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ReadButton_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.DataList = ((System.Windows.Controls.ListView)(target));
                return;

            case 3:
                this.ChartPlot = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 4:
                this.ChartOne = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 5:
                this.CharDelta1 = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 6:
                this.CharDelta2 = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 7:

            #line 68 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.HourButton_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.inputData = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.inputHour = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:

            #line 71 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.FreqButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 72 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Freq2Button_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 73 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.DeltaButton_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.viewstartDay = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.viewstartHour = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.viewstartMinute = ((System.Windows.Controls.TextBox)(target));
                return;

            case 16:
                this.viewendDay = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.viewendHour = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.viewendMinute = ((System.Windows.Controls.TextBox)(target));
                return;

            case 19:

            #line 86 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Delta2Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LineChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 2:
     this.line1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 3:
     this.line2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#23
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\User_Window.xaml"
     ((CWLOTPH.Visuality.UserWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.menuToolStrip = ((System.Windows.Controls.Menu)(target));
     return;
     case 3:
     this.fileMenuItem = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 4:
     this.createSettingSetToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 28 "..\..\User_Window.xaml"
     this.createSettingSetToolstripItem.Click += new System.Windows.RoutedEventHandler(this.createSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.saveSettingSetToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 29 "..\..\User_Window.xaml"
     this.saveSettingSetToolstripItem.Click += new System.Windows.RoutedEventHandler(this.saveSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.saveAsSettingSetToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 30 "..\..\User_Window.xaml"
     this.saveAsSettingSetToolstripItem.Click += new System.Windows.RoutedEventHandler(this.saveAsSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.openSettingSetToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 31 "..\..\User_Window.xaml"
     this.openSettingSetToolstripItem.Click += new System.Windows.RoutedEventHandler(this.openSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.quitToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 9:
     this.startMenuItem = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 10:
     this.startExperimentToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 36 "..\..\User_Window.xaml"
     this.startExperimentToolstripItem.Click += new System.Windows.RoutedEventHandler(this.startExperimentToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.pauseExperimentToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 37 "..\..\User_Window.xaml"
     this.pauseExperimentToolstripItem.Click += new System.Windows.RoutedEventHandler(this.pauseExperimentToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.stopExperimentToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 38 "..\..\User_Window.xaml"
     this.stopExperimentToolstripItem.Click += new System.Windows.RoutedEventHandler(this.stopExperimentToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.helpMenuItem = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 14:
     this.helpToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 41 "..\..\User_Window.xaml"
     this.helpToolstripItem.Click += new System.Windows.RoutedEventHandler(this.helpToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.aboutProgramToolstripItem = ((System.Windows.Controls.MenuItem)(target));
     
     #line 42 "..\..\User_Window.xaml"
     this.aboutProgramToolstripItem.Click += new System.Windows.RoutedEventHandler(this.aboutProgramToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.toolBar = ((System.Windows.Controls.ToolBar)(target));
     return;
     case 17:
     this.newButton = ((System.Windows.Controls.Button)(target));
     
     #line 46 "..\..\User_Window.xaml"
     this.newButton.Click += new System.Windows.RoutedEventHandler(this.createSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.openButton = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\User_Window.xaml"
     this.openButton.Click += new System.Windows.RoutedEventHandler(this.openSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.saveButton = ((System.Windows.Controls.Button)(target));
     
     #line 52 "..\..\User_Window.xaml"
     this.saveButton.Click += new System.Windows.RoutedEventHandler(this.saveSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.saveAsButton = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\User_Window.xaml"
     this.saveAsButton.Click += new System.Windows.RoutedEventHandler(this.saveAsSettingSetToolstripItem_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     
     #line 59 "..\..\User_Window.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.titleBar_MouseLeftButtonDown);
     
     #line default
     #line hidden
     return;
     case 22:
     this.titleLable = ((System.Windows.Controls.Label)(target));
     return;
     case 23:
     this.exitButton = ((System.Windows.Controls.Button)(target));
     
     #line 74 "..\..\User_Window.xaml"
     this.exitButton.Click += new System.Windows.RoutedEventHandler(this.exitButton_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.turnButton = ((System.Windows.Controls.Button)(target));
     
     #line 103 "..\..\User_Window.xaml"
     this.turnButton.Click += new System.Windows.RoutedEventHandler(this.turnButton_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.FirstChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 26:
     this.UpperChart = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 27:
     this.SecondChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 28:
     this.LowerChart = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 29:
     this.geometryParamsLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 30:
     this.lengthLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 31:
     this.widthLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 32:
     this.heightLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 33:
     this.mTypeLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 34:
     this.lengthTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 35:
     this.widthTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 36:
     this.heightTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 37:
     this.mTypeComboBox = ((System.Windows.Controls.ComboBox)(target));
     
     #line 163 "..\..\User_Window.xaml"
     this.mTypeComboBox.Loaded += new System.Windows.RoutedEventHandler(this.ComboBox_Loaded);
     
     #line default
     #line hidden
     
     #line 163 "..\..\User_Window.xaml"
     this.mTypeComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.mTypeComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 38:
     this.velocityLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 39:
     this.velocityTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 40:
     this.temperatureLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 41:
     this.temperatureTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 42:
     this.modeParamsLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 43:
     this.productViscosityLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 44:
     this.productViscosityTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 45:
     this.productConsumptionLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 46:
     this.productConsumptionTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 47:
     this.productTemperatureLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 48:
     this.productTemperatureTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 49:
     this.outputDataLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 50:
     this.outputDataGrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 51:
     this.stepLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 52:
     this.stepTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 53:
     this.codePerfomingTimeLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 54:
     this.updateButton = ((System.Windows.Controls.Button)(target));
     
     #line 181 "..\..\User_Window.xaml"
     this.updateButton.Click += new System.Windows.RoutedEventHandler(this.updateButton_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#24
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.textBoxEnd = ((System.Windows.Controls.TextBox)(target));
                return;

            case 2:
                this.textBoxLD = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.Show = ((System.Windows.Controls.Button)(target));

            #line 26 "..\..\MainWindow.xaml"
                this.Show.Click += new System.Windows.RoutedEventHandler(this.Show_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.textBoxReport = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.textBoxStart = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.textBoxStart2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.textBoxEnd2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.textBoxLD2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.Draw = ((System.Windows.Controls.Button)(target));

            #line 49 "..\..\MainWindow.xaml"
                this.Draw.Click += new System.Windows.RoutedEventHandler(this.Draw_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.dataChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 11:
                this.series = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 12:
                this.textBoxStartRadniSati = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.textBoxEndRadniSati = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.textBoxLDRadniSati = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.buttonShow = ((System.Windows.Controls.Button)(target));

            #line 72 "..\..\MainWindow.xaml"
                this.buttonShow.Click += new System.Windows.RoutedEventHandler(this.buttonShow_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.textBoxReportRadniSati = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.textBox4 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.textBoxNameLC = ((System.Windows.Controls.TextBox)(target));
                return;

            case 19:
                this.textBoxLimit = ((System.Windows.Controls.TextBox)(target));
                return;

            case 20:

            #line 90 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Show4_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.BrRadnihSati = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 22:
                this.BrPromjena = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 23:
                this.cbAMS = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 24:
                this.cbLC = ((System.Windows.Controls.CheckBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Plot_Chart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     
     #line 11 "..\..\UserControl1.xaml"
     this.Plot_Chart.Loaded += new System.Windows.RoutedEventHandler(this.Plot_Chart_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.Graph = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#26
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lbinfo = ((System.Windows.Controls.ListBox)(target));
     return;
     case 2:
     this.waitingtasks = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     
     #line 231 "..\..\EvoStCheck.xaml"
     this.waitingtasks.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.waitingtasks_MouseWheel);
     
     #line default
     #line hidden
     return;
     case 3:
     this.tm1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 4:
     this.tm2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 5:
     this.MapCanvas = ((System.Windows.Controls.Canvas)(target));
     return;
     case 6:
     
     #line 257 "..\..\EvoStCheck.xaml"
     ((System.Windows.Controls.Slider)(target)).ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.Slider_ValueChanged);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 261 "..\..\EvoStCheck.xaml"
     ((System.Windows.Controls.CheckBox)(target)).Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);
     
     #line default
     #line hidden
     
     #line 261 "..\..\EvoStCheck.xaml"
     ((System.Windows.Controls.CheckBox)(target)).Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#27
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Canvas = ((System.Windows.Controls.Canvas)(target));
     return;
     case 2:
     this.buttonDesordenar = ((System.Windows.Controls.Button)(target));
     
     #line 8 "..\..\..\MainWindow.xaml"
     this.buttonDesordenar.Click += new System.Windows.RoutedEventHandler(this.buttonDesordenar_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.buttonOrdenar = ((System.Windows.Controls.Button)(target));
     
     #line 9 "..\..\..\MainWindow.xaml"
     this.buttonOrdenar.Click += new System.Windows.RoutedEventHandler(this.buttonOrdenar_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.progressBar1 = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 5:
     this.chartManhattan = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 6:
     this.distanciasSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 7:
     this.buttonGraficar = ((System.Windows.Controls.Button)(target));
     
     #line 15 "..\..\..\MainWindow.xaml"
     this.buttonGraficar.Click += new System.Windows.RoutedEventHandler(this.buttonGraficar_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#28
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.myGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.httpComboBox = ((System.Windows.Controls.ComboBox)(target));

            #line 44 "..\..\ServerView.xaml"
                this.httpComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.httpComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.ServerHealthChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 4:
                this.AccessTime = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 5:
                this.InfoChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 6:
                this.Cpu = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 7:
                this.RAM = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 8:
                this.serverCount = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.disksListView = ((System.Windows.Controls.ListView)(target));

            #line 124 "..\..\ServerView.xaml"
                this.disksListView.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.disksListView_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 10:
                this.SqlPerfListView = ((System.Windows.Controls.ListView)(target));

            #line 142 "..\..\ServerView.xaml"
                this.SqlPerfListView.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.sqlSelect);

            #line default
            #line hidden
                return;

            case 11:
                this.AppPoolListView = ((System.Windows.Controls.ListView)(target));
                return;

            case 12:
                this.ULSViewList = ((System.Windows.Controls.ListView)(target));

            #line 190 "..\..\ServerView.xaml"
                this.ULSViewList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.ULSView_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 13:
                this.EventsViewList = ((System.Windows.Controls.ListView)(target));

            #line 213 "..\..\ServerView.xaml"
                this.EventsViewList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.EventsViewList_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 14:
                this.ServicesListView = ((System.Windows.Controls.ListView)(target));
                return;

            case 15:
                this.RebootIcon = ((System.Windows.Controls.Image)(target));
                return;

            case 16:
                this.RebootRequiredBox = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.ConnectionLostBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.ApplicationPoolsInfo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.AppPoolsButton = ((System.Windows.Controls.Button)(target));

            #line 267 "..\..\ServerView.xaml"
                this.AppPoolsButton.Click += new System.Windows.RoutedEventHandler(this.AppPoolsButton_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.ServicesInfo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 21:
                this.ServicesButton = ((System.Windows.Controls.Button)(target));

            #line 280 "..\..\ServerView.xaml"
                this.ServicesButton.Click += new System.Windows.RoutedEventHandler(this.ServicesButton_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.DisksInfo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 23:
                this.SqlPerformanceInfo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 24:
                this.serverName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 25:
                this.serverIP = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 26:
                this.backButton = ((System.Windows.Controls.Button)(target));

            #line 302 "..\..\ServerView.xaml"
                this.backButton.Click += new System.Windows.RoutedEventHandler(this.backButton_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.support = ((System.Windows.Controls.Button)(target));

            #line 312 "..\..\ServerView.xaml"
                this.support.Click += new System.Windows.RoutedEventHandler(this.support_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.cpuDetails = ((System.Windows.Controls.Button)(target));

            #line 318 "..\..\ServerView.xaml"
                this.cpuDetails.Click += new System.Windows.RoutedEventHandler(this.cpuDetails_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.emailConfigButton = ((System.Windows.Controls.Button)(target));

            #line 329 "..\..\ServerView.xaml"
                this.emailConfigButton.Click += new System.Windows.RoutedEventHandler(this.emailConfigButton_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.URLconfig = ((System.Windows.Controls.Button)(target));

            #line 339 "..\..\ServerView.xaml"
                this.URLconfig.Click += new System.Windows.RoutedEventHandler(this.URLconfig_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#29
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.VStats = ((VStatsXAML.MainWindow)(target));
     return;
     case 2:
     
     #line 8 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.TabControl)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged_1);
     
     #line default
     #line hidden
     return;
     case 3:
     this.dataSourceTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.fileParamsBorders = ((System.Windows.Controls.Border)(target));
     return;
     case 5:
     this.fileOptionsGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.fileTextBox = ((System.Windows.Controls.TextBox)(target));
     
     #line 26 "..\..\MainWindow.xaml"
     this.fileTextBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged_1);
     
     #line default
     #line hidden
     return;
     case 7:
     this.fileButton = ((System.Windows.Controls.Button)(target));
     
     #line 31 "..\..\MainWindow.xaml"
     this.fileButton.Click += new System.Windows.RoutedEventHandler(this.fileButton_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.headerCheckbox = ((System.Windows.Controls.CheckBox)(target));
     
     #line 32 "..\..\MainWindow.xaml"
     this.headerCheckbox.Checked += new System.Windows.RoutedEventHandler(this.headerCheckbox_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.trainButton = ((System.Windows.Controls.Button)(target));
     
     #line 35 "..\..\MainWindow.xaml"
     this.trainButton.Click += new System.Windows.RoutedEventHandler(this.trainButton_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.logTextBlock = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 11:
     this.accuracyChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 12:
     this.holdoutSetLine = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 13:
     this.trainingSetLine = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 14:
     this.bestLine = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 15:
     this.modelParamsTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 16:
     this.fileParamsGrid = ((System.Windows.Controls.Grid)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#30
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\..\..\Pages\Chart\RevenueProfitChart.xaml"
                ((CashierRegister.Pages.Chart.RevenueProfitChart)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.grdRevenueProfitYear = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.ctRevenueProfitYear = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 4:
                this.ctcRevenueYear = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 5:
                this.ctlProfitYear = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 6:
                this.tblRevenueYear = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.tblProfitYear = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.grdTableRevenueProfitYear = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.mprRevenueProfitYear = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 10:
                this.imgSaveRevenueProfitYearPNG = ((System.Windows.Controls.Image)(target));

            #line 67 "..\..\..\..\Pages\Chart\RevenueProfitChart.xaml"
                this.imgSaveRevenueProfitYearPNG.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgSaveRevenueProfitYearPNG_MouseDown);

            #line default
            #line hidden
                return;

            case 11:
                this.stpYearRevenueProfittMonth = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 12:
                this.grdRevenueProfitMonthPar = ((System.Windows.Controls.Grid)(target));
                return;

            case 13:
                this.grdRevenueProfitMonthChil = ((System.Windows.Controls.Grid)(target));
                return;

            case 14:
                this.ctRevenueProfitMonth = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 15:
                this.ctcRevenueMonth = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 16:
                this.ctlProfitMonth = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 17:
                this.tblRevenueMonth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this.tblProfitMonth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.grdTableRevenueProfitMonth = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.mprRevenueProfitMonth = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 21:
                this.imgSaveRevenueProfitMonthPNG = ((System.Windows.Controls.Image)(target));

            #line 125 "..\..\..\..\Pages\Chart\RevenueProfitChart.xaml"
                this.imgSaveRevenueProfitMonthPNG.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgSaveRevenueProfitMonthPNG_MouseDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#31
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.label = ((System.Windows.Controls.Label)(target));
                return;

            case 2:
                this.label_Copy = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.label_Copy1 = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.label_Copy2 = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.label_Copy3 = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.lblUserName = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.txtSearch = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 18 "..\..\Window1.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.Search);

            #line default
            #line hidden
                return;

            case 9:
                this.lstSearch = ((System.Windows.Controls.ListBox)(target));

            #line 19 "..\..\Window1.xaml"
                this.lstSearch.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Select);

            #line default
            #line hidden
                return;

            case 10:
                this.lblSignout = ((System.Windows.Controls.Label)(target));

            #line 20 "..\..\Window1.xaml"
                this.lblSignout.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.SignOut);

            #line default
            #line hidden
                return;

            case 11:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 13:
                this.lnsStock1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 14:
                this.lnstock2 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 15:
                this.btnpopulate = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\Window1.xaml"
                this.btnpopulate.Click += new System.Windows.RoutedEventHandler(this.Populate);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#32
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 8 "..\..\Graph.xaml"
     ((WpfApplication1.Graph)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.graph1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#33
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.stackpanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 2:
                this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 3:
                this.grid1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.lblAnnee = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.txtAnnee = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.txtAnneeScolaire = ((System.Windows.Controls.TextBox)(target));

            #line 24 "..\..\..\..\UI\StatComparatifMatiereClasseUI.xaml"
                this.txtAnneeScolaire.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtAnneeScolaire_TextChanged);

            #line default
            #line hidden

            #line 24 "..\..\..\..\UI\StatComparatifMatiereClasseUI.xaml"
                this.txtAnneeScolaire.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.txtAnneeScolaire_PreviewTextInput);

            #line default
            #line hidden
                return;

            case 7:
                this.lblClasse = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.cmbClasse = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 9:
                this.cmdOK = ((System.Windows.Controls.Button)(target));

            #line 27 "..\..\..\..\UI\StatComparatifMatiereClasseUI.xaml"
                this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.cmdAnnuler = ((System.Windows.Controls.Button)(target));

            #line 28 "..\..\..\..\UI\StatComparatifMatiereClasseUI.xaml"
                this.cmdAnnuler.Click += new System.Windows.RoutedEventHandler(this.cmdAnnuler_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.cmbExamen = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 13:
                this.cmdImprimer = ((System.Windows.Controls.Button)(target));

            #line 31 "..\..\..\..\UI\StatComparatifMatiereClasseUI.xaml"
                this.cmdImprimer.Click += new System.Windows.RoutedEventHandler(this.cmdImprimer_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 15:
                this.gridChartColumn = ((System.Windows.Controls.Grid)(target));
                return;

            case 16:
                this.columnChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 17:
                this.matieres = ((System.Windows.Controls.DataVisualization.Charting.ColumnSeries)(target));
                return;

            case 18:
                this.gridChartLine = ((System.Windows.Controls.Grid)(target));
                return;

            case 19:
                this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 20:
                this.matieresLine = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\..\MainWindow.xaml"
     ((HLTAssignment.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.RootTabControl = ((System.Windows.Controls.TabControl)(target));
     return;
     case 3:
     this.SetupTabItem = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.ClassesListBox = ((System.Windows.Controls.ListBox)(target));
     return;
     case 5:
     this.CorpusTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.CorpusButton = ((System.Windows.Controls.Button)(target));
     
     #line 179 "..\..\..\MainWindow.xaml"
     this.CorpusButton.Click += new System.Windows.RoutedEventHandler(this.CorpusButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.MinRangeTextBox = ((HLTAssignment.NumberTextBox)(target));
     return;
     case 8:
     this.MaxRangeTextBox = ((HLTAssignment.NumberTextBox)(target));
     return;
     case 9:
     this.TrainingDataTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.TrainingDataButton = ((System.Windows.Controls.Button)(target));
     
     #line 205 "..\..\..\MainWindow.xaml"
     this.TrainingDataButton.Click += new System.Windows.RoutedEventHandler(this.TrainingDataButton_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.ClassifierComboBox = ((System.Windows.Controls.ComboBox)(target));
     
     #line 214 "..\..\..\MainWindow.xaml"
     this.ClassifierComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ClassifierComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     this.KNNControls = ((System.Windows.Controls.Border)(target));
     return;
     case 13:
     this.SimilarityMeasureComboBox = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 14:
     this.KTextBox = ((HLTAssignment.NumberTextBox)(target));
     return;
     case 15:
     this.PerceptronControls = ((System.Windows.Controls.Border)(target));
     return;
     case 16:
     this.LearningRateTextBox = ((HLTAssignment.NumberTextBox)(target));
     return;
     case 17:
     this.StartButton = ((System.Windows.Controls.Button)(target));
     
     #line 271 "..\..\..\MainWindow.xaml"
     this.StartButton.Click += new System.Windows.RoutedEventHandler(this.StartButton_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.FeaturesTabItem = ((System.Windows.Controls.TabItem)(target));
     return;
     case 19:
     this.NumberOfFeaturesTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 20:
     this.NumberOfDocumentsTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 21:
     this.MinDocFrequencyTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 22:
     this.MaxDocFrequencyTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 23:
     this.FeaturesListView = ((System.Windows.Controls.ListView)(target));
     return;
     case 24:
     this.ZipfGraphTabItem = ((System.Windows.Controls.TabItem)(target));
     return;
     case 25:
     this.ZipfGraphChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 26:
     this.ZipfGraphAreaSeries = ((System.Windows.Controls.DataVisualization.Charting.AreaSeries)(target));
     return;
     case 27:
     this.RangeMinGraphLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 28:
     this.RangeMaxGraphLineSeries = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 29:
     this.ResultsTabItem = ((System.Windows.Controls.TabItem)(target));
     return;
     case 30:
     this.SetupControlGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 31:
     this.SetupTaskTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 32:
     this.ParsingSpeedTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 33:
     this.EstimatedTimeLeftTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 34:
     this.SetupProgressBar = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 35:
     this.SetupProgressTextBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 36:
     this.ResultsListView = ((System.Windows.Controls.ListView)(target));
     
     #line 420 "..\..\..\MainWindow.xaml"
     this.ResultsListView.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.ResultsListView_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 37:
     this.OutputTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 38:
     this.CountButton = ((System.Windows.Controls.Button)(target));
     
     #line 470 "..\..\..\MainWindow.xaml"
     this.CountButton.Click += new System.Windows.RoutedEventHandler(this.CountButton_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.pieChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 2:
     this.piechart = ((System.Windows.Controls.DataVisualization.Charting.PieSeries)(target));
     return;
     case 3:
     this.lineChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 4:
     this.linechart = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
     return;
     case 5:
     this.barChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
     return;
     case 6:
     this.columnchart = ((System.Windows.Controls.DataVisualization.Charting.BarSeries)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#36
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainWD = ((SHIV_PhongCachAm.MainWindow)(target));

            #line 10 "..\..\MainWindow.xaml"
                this.mainWD.Closing += new System.ComponentModel.CancelEventHandler(this.mainWD_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.lblDatetime = ((System.Windows.Controls.Label)(target));

            #line 139 "..\..\MainWindow.xaml"
                this.lblDatetime.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblDatetime_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 3:
                this.lblLanguage = ((System.Windows.Controls.Label)(target));

            #line 142 "..\..\MainWindow.xaml"
                this.lblLanguage.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblLanguage_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 4:
                this.lblPID = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.lblMaOrder = ((System.Windows.Controls.Label)(target));

            #line 200 "..\..\MainWindow.xaml"
                this.lblMaOrder.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblMaOrder_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 6:
                this.lblMotaSanpham = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.lblSTTSanpham = ((System.Windows.Controls.Label)(target));

            #line 222 "..\..\MainWindow.xaml"
                this.lblSTTSanpham.DataContextChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.lblSTTSanpham_DataContextChanged);

            #line default
            #line hidden

            #line 223 "..\..\MainWindow.xaml"
                this.lblSTTSanpham.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblSTTSanpham_MouseDown);

            #line default
            #line hidden
                return;

            case 8:
                this.lblGiamtoc = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lblDienapChuan = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.lblTansoChuan = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.lblTcVongquay = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.lblVongquayFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.lblVongquayBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.lblVongquayLech = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.lblOKVongquay = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.lblNGVongquay = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.lblHuongquayMax = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.lblOKXuatluc = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.lblNGXuatluc = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.lblTcDongdien = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.lblDongdienFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 22:
                this.lblDongdienBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.lblDongdienLech = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.lblOKDongdien = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.lblNGDongdien = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.lblTCNhapluc = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.lblNhaplucFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.lblNhaplucBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 29:
                this.lblNhaplucLech = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.lblOKNhapluc = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.lblNGNhapluc = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.lblTcDorung = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.lblDorungFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.lblDorungBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.lblDorungLech = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.lblOKDorung = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.lblNGDorung = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.lblTcTiengon = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.lblTiengonFwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 40:
                this.lblTiengonBwdMax = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.lblTiengonLech = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.lblOKTiengon = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.lblNGTiengon = ((System.Windows.Controls.Label)(target));
                return;

            case 44:
                this.lblAmsacThuan = ((System.Windows.Controls.Label)(target));
                return;

            case 45:
                this.lblAmsacNghich = ((System.Windows.Controls.Label)(target));
                return;

            case 46:
                this.lblOKAmsac = ((System.Windows.Controls.Label)(target));
                return;

            case 47:
                this.lblNGAmsac = ((System.Windows.Controls.Label)(target));
                return;

            case 48:
                this.LineChart1 = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 49:
                this.LineChartChild = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 50:
                this.btnF1 = ((System.Windows.Controls.Label)(target));

            #line 553 "..\..\MainWindow.xaml"
                this.btnF1.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnF1_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 51:
                this.btnF3 = ((System.Windows.Controls.Label)(target));

            #line 556 "..\..\MainWindow.xaml"
                this.btnF3.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnF3_MouseDown);

            #line default
            #line hidden
                return;

            case 52:

            #line 562 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Label)(target)).PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.LabelF9_PreviewMouseDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#37
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.StatisticUserControl = ((Management_Application.ViewStatistic.Statistics)(target));
                return;

            case 2:
                this.comboboxSelection = ((System.Windows.Controls.ComboBox)(target));

            #line 37 "..\..\..\ViewStatistic\Statistics.xaml"
                this.comboboxSelection.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboboxSelection_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.gridDate = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.datepickerDate = ((System.Windows.Controls.DatePicker)(target));

            #line 56 "..\..\..\ViewStatistic\Statistics.xaml"
                this.datepickerDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.datepickerDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.buttonDate = ((System.Windows.Controls.Button)(target));

            #line 59 "..\..\..\ViewStatistic\Statistics.xaml"
                this.buttonDate.Click += new System.Windows.RoutedEventHandler(this.buttonDate_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.datepickerDateTo = ((System.Windows.Controls.DatePicker)(target));

            #line 70 "..\..\..\ViewStatistic\Statistics.xaml"
                this.datepickerDateTo.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.datepickerDateTo_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.txtblocimportkDate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.txtblocsoldkDate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.txtblocrevenuekDate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.amountDateChartColumn = ((De.TorstenMandelkow.MetroChart.ClusteredColumnChart)(target));
                return;

            case 11:
                this.amountDateChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 12:
                this.revenueDateChartPieChart = ((De.TorstenMandelkow.MetroChart.PieChart)(target));
                return;

            case 13:
                this.revenueDateChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 14:
                this.amountDateChartLine = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 15:
                this.amountDateChart1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 16:
                this.revenueDateChartColumn = ((De.TorstenMandelkow.MetroChart.ClusteredColumnChart)(target));
                return;

            case 17:
                this.revenueDateChart1 = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 18:
                this.gridMonth = ((System.Windows.Controls.Grid)(target));
                return;

            case 19:
                this.month1 = ((System.Windows.Controls.ComboBox)(target));

            #line 175 "..\..\..\ViewStatistic\Statistics.xaml"
                this.month1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.month1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 20:
                this.year1 = ((System.Windows.Controls.ComboBox)(target));

            #line 184 "..\..\..\ViewStatistic\Statistics.xaml"
                this.year1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.month1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 21:
                this.buttonMonth = ((System.Windows.Controls.Button)(target));

            #line 187 "..\..\..\ViewStatistic\Statistics.xaml"
                this.buttonMonth.Click += new System.Windows.RoutedEventHandler(this.buttonMonth_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.month2 = ((System.Windows.Controls.ComboBox)(target));

            #line 198 "..\..\..\ViewStatistic\Statistics.xaml"
                this.month2.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.month2_SelectionChanged);

            #line default
            #line hidden
                return;

            case 23:
                this.year2 = ((System.Windows.Controls.ComboBox)(target));

            #line 208 "..\..\..\ViewStatistic\Statistics.xaml"
                this.year2.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.month2_SelectionChanged);

            #line default
            #line hidden
                return;

            case 24:
                this.txtblocimportkMonth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 25:
                this.txtblocsoldkMonth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 26:
                this.txtblocrevenuekMonth = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 27:
                this.amountMonthChartColumn = ((De.TorstenMandelkow.MetroChart.ClusteredColumnChart)(target));
                return;

            case 28:
                this.amountMonthChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 29:
                this.revenueMonthChartPieChart = ((De.TorstenMandelkow.MetroChart.PieChart)(target));
                return;

            case 30:
                this.revenueMonthChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 31:
                this.amountMonthChartLine = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 32:
                this.amountMonthChart1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 33:
                this.revenueMonthChartColumn = ((De.TorstenMandelkow.MetroChart.ClusteredColumnChart)(target));
                return;

            case 34:
                this.revenueMonthChart1 = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 35:
                this.gridYear = ((System.Windows.Controls.Grid)(target));
                return;

            case 36:
                this.Year1 = ((System.Windows.Controls.ComboBox)(target));

            #line 314 "..\..\..\ViewStatistic\Statistics.xaml"
                this.Year1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Year1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 37:
                this.buttonYear = ((System.Windows.Controls.Button)(target));

            #line 317 "..\..\..\ViewStatistic\Statistics.xaml"
                this.buttonYear.Click += new System.Windows.RoutedEventHandler(this.buttonYear_Click);

            #line default
            #line hidden
                return;

            case 38:
                this.Year2 = ((System.Windows.Controls.ComboBox)(target));

            #line 328 "..\..\..\ViewStatistic\Statistics.xaml"
                this.Year2.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Year2_SelectionChanged);

            #line default
            #line hidden
                return;

            case 39:
                this.txtblocimportkYear = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 40:
                this.txtblocsoldkYear = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 41:
                this.txtblocrevenuekYear = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 42:
                this.amountYearChartColumn = ((De.TorstenMandelkow.MetroChart.ClusteredColumnChart)(target));
                return;

            case 43:
                this.amountYearChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 44:
                this.revenueYearChartPieChart = ((De.TorstenMandelkow.MetroChart.PieChart)(target));
                return;

            case 45:
                this.revenueYearChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 46:
                this.amountYearChartLine = ((System.Windows.Controls.DataVisualization.Charting.Chart)(target));
                return;

            case 47:
                this.amountYearChart1 = ((System.Windows.Controls.DataVisualization.Charting.LineSeries)(target));
                return;

            case 48:
                this.revenueYearChartColumn = ((De.TorstenMandelkow.MetroChart.ClusteredColumnChart)(target));
                return;

            case 49:
                this.revenueYearChart1 = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;
            }
            this._contentLoaded = true;
        }