Exemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.chart2 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 2:
                this.xyRange = ((DevExpress.Xpf.Charts.Range)(target));
                return;

            case 3:
                this.series1 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 4:

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

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ch_estadistica = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.chartControl1 = ((DevExpress.Xpf.Charts.ChartControl)(target));
         return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.devchart1 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

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

            #line 72 "..\..\SociosPorGenero.xaml"
                this.TxtInicio.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.TxtIntro_PreviewTextInput);

            #line default
            #line hidden
                return;

            case 3:
                this.TxtFinal = ((System.Windows.Controls.TextBox)(target));

            #line 88 "..\..\SociosPorGenero.xaml"
                this.TxtFinal.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.TxtIntro_PreviewTextInput);

            #line default
            #line hidden
                return;

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

            #line 104 "..\..\SociosPorGenero.xaml"
                this.BtnBuscar.Click += new System.Windows.RoutedEventHandler(this.BtnBuscar_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.GTotales = ((Telerik.Windows.Controls.RadGridView)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.pivotGridControl = ((DevExpress.Xpf.PivotGrid.PivotGridControl)(target));
                return;

            case 2:
                this.chartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

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

            #line 54 "..\..\..\..\view\OLAP\HandleProject.xaml"
                this.Print.Click += new System.Windows.RoutedEventHandler(this.Pivot_Click);

            #line default
            #line hidden
                return;

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

            #line 55 "..\..\..\..\view\OLAP\HandleProject.xaml"
                this.Chart.Click += new System.Windows.RoutedEventHandler(this.Chart_Click);

            #line default
            #line hidden
                return;

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

            #line 56 "..\..\..\..\view\OLAP\HandleProject.xaml"
                this.Pivot.Click += new System.Windows.RoutedEventHandler(this.Print_Click);

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

            #line 14 "..\..\..\Page\StatisticsControl.xaml"
                ((FireWall.StatisticsControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.QueryDate = ((DevExpress.Xpf.Editors.DateEdit)(target));

            #line 21 "..\..\..\Page\StatisticsControl.xaml"
                this.QueryDate.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

            case 3:
                this.FwName = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 25 "..\..\..\Page\StatisticsControl.xaml"
                this.FwName.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

            case 4:
                this.ProtectedIP = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 29 "..\..\..\Page\StatisticsControl.xaml"
                this.ProtectedIP.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

            case 5:
                this.StateName = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 33 "..\..\..\Page\StatisticsControl.xaml"
                this.StateName.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

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

            #line 36 "..\..\..\Page\StatisticsControl.xaml"
                this.Querybutton.Click += new System.Windows.RoutedEventHandler(this.Querybutton_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.Exportbutton = ((System.Windows.Controls.Button)(target));

            #line 37 "..\..\..\Page\StatisticsControl.xaml"
                this.Exportbutton.Click += new System.Windows.RoutedEventHandler(this.Exportbutton_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.StatisData = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 9:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 42 "..\..\..\Page\StatisticsControl.xaml"
                this.view.RowDoubleClick += new DevExpress.Xpf.Grid.RowDoubleClickEventHandler(this.RowDoubleClick);

            #line default
            #line hidden
                return;

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

            #line 46 "..\..\..\Page\StatisticsControl.xaml"
                this.Returnbutton.Click += new System.Windows.RoutedEventHandler(this.Returnbutton_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.ShowLine = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 47 "..\..\..\Page\StatisticsControl.xaml"
                this.ShowLine.Checked += new System.Windows.RoutedEventHandler(this.ShowLine_Checked);

            #line default
            #line hidden

            #line 47 "..\..\..\Page\StatisticsControl.xaml"
                this.ShowLine.Unchecked += new System.Windows.RoutedEventHandler(this.ShowLine_Unchecked);

            #line default
            #line hidden
                return;

            case 12:
                this.ShowBar = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 48 "..\..\..\Page\StatisticsControl.xaml"
                this.ShowBar.Checked += new System.Windows.RoutedEventHandler(this.ShowBar_Checked);

            #line default
            #line hidden

            #line 48 "..\..\..\Page\StatisticsControl.xaml"
                this.ShowBar.Unchecked += new System.Windows.RoutedEventHandler(this.ShowBar_Unchecked);

            #line default
            #line hidden
                return;

            case 13:
                this.IPchartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 14:
                this.pie = ((DevExpress.Xpf.Charts.PieSeries2D)(target));
                return;

            case 15:
                this.DatechartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 16:
                this.barSeries = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 17:
                this.line = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 7
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ResearcherGrid = ((DevExpress.Xpf.Grid.TreeListControl)(target));
     
     #line 12 "..\..\MainWindow.xaml"
     this.ResearcherGrid.SelectedItemChanged += new DevExpress.Xpf.Grid.SelectedItemChangedEventHandler(this.SelectedItemChanged);
     
     #line default
     #line hidden
     
     #line 12 "..\..\MainWindow.xaml"
     this.ResearcherGrid.SelectionChanged += new DevExpress.Xpf.Grid.TreeList.TreeListSelectionChangedEventHandler(this.SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.rangeControl = ((DevExpress.Xpf.Editors.RangeControl.RangeControl)(target));
     return;
     case 3:
     this.BarChart1 = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 4:
     this.BarSeries1 = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
     return;
     case 5:
     this.BarChart2 = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 6:
     this.BarSeries2 = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
     return;
     case 7:
     this.BarChart3 = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 8:
     this.BarSeries3 = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
     return;
     case 9:
     this.PointChart = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 10:
     this.XYDiagram2D = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
     return;
     case 11:
     this.PointSeries2D = ((DevExpress.Xpf.Charts.PointSeries2D)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.线路 = ((System.Windows.Controls.Canvas)(target));
                return;

            case 2:
                this.矩形_10 = ((System.Windows.Shapes.Path)(target));
                return;

            case 3:
                this.矩形_3 = ((System.Windows.Shapes.Path)(target));
                return;

            case 4:
                this.chkLine = ((System.Windows.Controls.CheckBox)(target));

            #line 51 "..\..\..\..\Pages\TrafficRight.xaml"
                this.chkLine.Click += new System.Windows.RoutedEventHandler(this.chkLine_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.线路1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 7:
                this.stationInoutChart = ((De.TorstenMandelkow.MetroChart.ChartSeries)(target));
                return;

            case 8:
                this.detailchart = ((DevExpress.Xpf.Charts.ChartControl)(target));

            #line 163 "..\..\..\..\Pages\TrafficRight.xaml"
                this.detailchart.MouseMove += new System.Windows.Input.MouseEventHandler(this.chart_MouseMove);

            #line default
            #line hidden

            #line 163 "..\..\..\..\Pages\TrafficRight.xaml"
                this.detailchart.MouseLeave += new System.Windows.Input.MouseEventHandler(this.chart_MouseLeave);

            #line default
            #line hidden
                return;

            case 9:
                this.stationTimeInChart = ((DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D)(target));
                return;

            case 10:
                this.stationTimeOutChart = ((DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D)(target));
                return;

            case 11:
                this.pointTooltip = ((System.Windows.Controls.Primitives.Popup)(target));
                return;

            case 12:
                this.ttContent = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\View\BlotterViewVisual.xaml"
                ((BlotterView.Client.View.BlotterViewVisual)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

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

            case 4:
                this.lblborder4 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 5:
                this.lblborder5 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 6:
                this.cmboDesk = ((System.Windows.Controls.ComboBox)(target));

            #line 139 "..\..\..\View\BlotterViewVisual.xaml"
                this.cmboDesk.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmboDesk_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 7:
                this._dataGrid = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 147 "..\..\..\View\BlotterViewVisual.xaml"
                this._dataGrid.AutoGeneratingColumn += new DevExpress.Xpf.Grid.AutoGeneratingColumnEventHandler(this.grid_AutoGeneratingColumn_1);

            #line default
            #line hidden

            #line 152 "..\..\..\View\BlotterViewVisual.xaml"
                this._dataGrid.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._dataGridModel_MouseDown);

            #line default
            #line hidden
                return;

            case 8:
                this.viewblotterGrid = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 169 "..\..\..\View\BlotterViewVisual.xaml"
                this.viewblotterGrid.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden

            #line 172 "..\..\..\View\BlotterViewVisual.xaml"
                this.viewblotterGrid.CustomRowAppearance += new System.EventHandler <DevExpress.Xpf.Grid.CustomRowAppearanceEventArgs>(this.viewAccountTax_CustomRowAppearance);

            #line default
            #line hidden

            #line 173 "..\..\..\View\BlotterViewVisual.xaml"
                this.viewblotterGrid.CustomCellAppearance += new System.EventHandler <DevExpress.Xpf.Grid.CustomCellAppearanceEventArgs>(this.viewAccountTax_CustomCellAppearance);

            #line default
            #line hidden
                return;

            case 9:
                this.BrokerBar = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 10:
                this._dataGridBroker = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 11:
                this.viewBroker = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 286 "..\..\..\View\BlotterViewVisual.xaml"
                this.viewBroker.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden

            #line 289 "..\..\..\View\BlotterViewVisual.xaml"
                this.viewBroker.CustomRowAppearance += new System.EventHandler <DevExpress.Xpf.Grid.CustomRowAppearanceEventArgs>(this.viewAccountTax_CustomRowAppearance);

            #line default
            #line hidden

            #line 290 "..\..\..\View\BlotterViewVisual.xaml"
                this.viewBroker.CustomCellAppearance += new System.EventHandler <DevExpress.Xpf.Grid.CustomCellAppearanceEventArgs>(this.viewAccountTax_CustomCellAppearance);

            #line default
            #line hidden
                return;

            case 12:
                this.chk1d = ((System.Windows.Controls.RadioButton)(target));

            #line 331 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk1d.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 331 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk1d.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 13:
                this.chk5d = ((System.Windows.Controls.RadioButton)(target));

            #line 332 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk5d.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 332 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk5d.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 14:
                this.chk1M = ((System.Windows.Controls.RadioButton)(target));

            #line 333 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk1M.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 333 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk1M.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 15:
                this.chk3M = ((System.Windows.Controls.RadioButton)(target));

            #line 334 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk3M.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 334 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk3M.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 16:
                this.chk6M = ((System.Windows.Controls.RadioButton)(target));

            #line 335 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk6M.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 335 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk6M.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 17:
                this.chkYTD = ((System.Windows.Controls.RadioButton)(target));

            #line 336 "..\..\..\View\BlotterViewVisual.xaml"
                this.chkYTD.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 336 "..\..\..\View\BlotterViewVisual.xaml"
                this.chkYTD.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 18:
                this.chk1y = ((System.Windows.Controls.RadioButton)(target));

            #line 337 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk1y.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 337 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk1y.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 19:
                this.chk2y = ((System.Windows.Controls.RadioButton)(target));

            #line 338 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk2y.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 338 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk2y.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 20:
                this.chk5y = ((System.Windows.Controls.RadioButton)(target));

            #line 339 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk5y.Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);

            #line default
            #line hidden

            #line 339 "..\..\..\View\BlotterViewVisual.xaml"
                this.chk5y.Unchecked += new System.Windows.RoutedEventHandler(this.RadioButton_Unchecked);

            #line default
            #line hidden
                return;

            case 21:
                this.SecurityComboBoxEdit = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 353 "..\..\..\View\BlotterViewVisual.xaml"
                this.SecurityComboBoxEdit.LostFocus += new System.Windows.RoutedEventHandler(this.SecurityComboBoxEdit_LostFocus_1);

            #line default
            #line hidden

            #line 353 "..\..\..\View\BlotterViewVisual.xaml"
                this.SecurityComboBoxEdit.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.SecurityComboBoxEdit_EditValueChanged_1);

            #line default
            #line hidden
                return;

            case 22:

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

            #line default
            #line hidden
                return;

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

            case 24:
                this.chart = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 25:
                this.chPrice = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 26:
                this.chLow = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 27:
                this.chHigh = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 28:
                this.chVolumne = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 29:
                this.chChange = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 30:
                this.temperaturePane = ((DevExpress.Xpf.Charts.Pane)(target));
                return;

            case 31:
                this.pressurePane = ((DevExpress.Xpf.Charts.Pane)(target));
                return;

            case 32:
                this.humidityPane = ((DevExpress.Xpf.Charts.Pane)(target));
                return;

            case 33:
                this.pressureAxis = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 34:
                this.humidityAxis = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 16 "..\..\..\View\YieldCurveVisual.xaml"
                ((FIDashBoard.Client.View.YieldCurveVisual)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 3:
                this.lblborder = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 4:
                this.lblborder45 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 5:
                this.lblborder1 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 6:
                this.comboBoxEdit1 = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 92 "..\..\..\View\YieldCurveVisual.xaml"
                this.comboBoxEdit1.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.comboBoxEdit1_EditValueChanged);

            #line default
            #line hidden

            #line 99 "..\..\..\View\YieldCurveVisual.xaml"
                this.comboBoxEdit1.LostFocus += new System.Windows.RoutedEventHandler(this.comboBoxEdit1_LostFocus);

            #line default
            #line hidden
                return;

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

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

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

            case 10:
                this.chart = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 11:
                this.chkparallel = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 12:
                this.TxtShiftAmount = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 13:

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

            #line default
            #line hidden
                return;

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

            case 15:
                this.chkCurve2016 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 16:
                this.chkCurve2017 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 17:
                this.chartposition = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 18:
                this.chkDuration = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 19:
                this.chkYield = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 20:
                this.lblborder3 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 21:
                this.lblborder18 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 22:
                this._dataGrid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 23:
                this._viewDataGrid = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 441 "..\..\..\View\YieldCurveVisual.xaml"
                this._viewDataGrid.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 24:
                this.chartDistribution = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 25:
                this.rdoDuration = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 26:
                this.rdoRating = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 27:
                this.rdoSector = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 28:
                this.rdoYield = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 29:
                this.charttop = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 30:
                this.rdoContDuration = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 31:
                this.rdoContYield = ((System.Windows.Controls.RadioButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\Report.xaml"
                ((CRMv2.Report)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

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

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

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

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

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

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

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

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

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

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

            #line 38 "..\..\Report.xaml"
                this.btn_AllTaskReport.Click += new System.Windows.RoutedEventHandler(this.btn_AllTaskReport_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.btn_CompletedTaskReport = ((System.Windows.Controls.Button)(target));

            #line 39 "..\..\Report.xaml"
                this.btn_CompletedTaskReport.Click += new System.Windows.RoutedEventHandler(this.btn_CompletedTaskReport_Click);

            #line default
            #line hidden
                return;

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

            #line 40 "..\..\Report.xaml"
                this.btn_IncompletedTaskReport.Click += new System.Windows.RoutedEventHandler(this.btn_IncompletedTaskReport_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.btn_NewUserReport = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\Report.xaml"
                this.btn_NewUserReport.Click += new System.Windows.RoutedEventHandler(this.btn_NewUserReport_Click);

            #line default
            #line hidden
                return;

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

            #line 42 "..\..\Report.xaml"
                this.btn_NewCustomerReport.Click += new System.Windows.RoutedEventHandler(this.btn_NewCustomerReport_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.btn_DeletedCustomerReport = ((System.Windows.Controls.Button)(target));

            #line 43 "..\..\Report.xaml"
                this.btn_DeletedCustomerReport.Click += new System.Windows.RoutedEventHandler(this.btn_DeletedCustomerReport_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.btn_NewCommentReport = ((System.Windows.Controls.Button)(target));

            #line 44 "..\..\Report.xaml"
                this.btn_NewCommentReport.Click += new System.Windows.RoutedEventHandler(this.btn_NewCommentReport_Click);

            #line default
            #line hidden
                return;

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

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

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

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

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

            case 23:
                this.ChrtMain = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 24:
                this.chrtAllTasks = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 25:
                this.chrtNotificationCount = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 26:
                this.chrtNewUsersCount = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 27:
                this.chrtNewCustomersCount = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 28:
                this.chrtCompletedTasks = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 29:
                this.chrtDeletedCustomersCount = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 30:
                this.chrtIncompleteTAskCount = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 31:
                this.chrtNewCommenetCount = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 32:
                this.dtpStartTime = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 33:
                this.dtpFinishTime = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            #line 133 "..\..\Report.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.btn_MonthlyReport = ((System.Windows.Controls.Button)(target));

            #line 134 "..\..\Report.xaml"
                this.btn_MonthlyReport.Click += new System.Windows.RoutedEventHandler(this.btn_MonthlyReport_Click);

            #line default
            #line hidden
                return;

            case 36:
                this.chrtUser = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 37:
                this.chrtUCreatedTasks = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 38:
                this.chrtUCompletedTasks = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;

            case 39:
                this.chrtUFailedTasks = ((DevExpress.Xpf.Charts.SeriesPoint)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 12
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\..\..\Views\Plots\BoxingPlot2D.xaml"
     ((APIAnt.Views.Plots.BoxingPlot2D)(target)).Closed += new System.EventHandler(this.Window_Closed_1);
     
     #line default
     #line hidden
     return;
     case 2:
     this.boxingPlot = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\View\PMDashBoardVisual.xaml"
                ((PMDashBoard.Client.View.PMDashBoardVisual)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.lblborder3 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 3:
                this.lblborder9 = ((System.Windows.Controls.GridSplitter)(target));
                return;

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

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

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

            case 7:
                this.comboBoxEdit1 = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 223 "..\..\..\View\PMDashBoardVisual.xaml"
                this.comboBoxEdit1.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.comboBoxEdit1_EditValueChanged);

            #line default
            #line hidden

            #line 231 "..\..\..\View\PMDashBoardVisual.xaml"
                this.comboBoxEdit1.LostFocus += new System.Windows.RoutedEventHandler(this.comboBoxEdit1_LostFocus);

            #line default
            #line hidden
                return;

            case 8:

            #line 240 "..\..\..\View\PMDashBoardVisual.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Refresh_Click);

            #line default
            #line hidden
                return;

            case 9:
                this._dataGridSummary = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 273 "..\..\..\View\PMDashBoardVisual.xaml"
                this._dataGridSummary.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._dataGridSummary_MouseDown);

            #line default
            #line hidden
                return;

            case 10:
                this._viewDataGridSummary = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 286 "..\..\..\View\PMDashBoardVisual.xaml"
                this._viewDataGridSummary.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 11:

            #line 297 "..\..\..\View\PMDashBoardVisual.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenReport_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.targetOverlay = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 13:
                this.title2 = ((DevExpress.Xpf.Charts.Title)(target));
                return;

            case 14:
                this.ChartVsBenchmark = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 15:
                this._dataGridHierarchy = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 16:
                this._viewDataGridHierarchy = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 507 "..\..\..\View\PMDashBoardVisual.xaml"
                this._viewDataGridHierarchy.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 17:
                this.TopSecurities = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 18:
                this.TopSecurity = ((DevExpress.Xpf.Charts.Title)(target));
                return;

            case 19:
                this.lblborder = ((System.Windows.Controls.GridSplitter)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.kloonal = ((System.Windows.Controls.RadioButton)(target));
     
     #line 49 "..\..\..\..\views\OLAP\LuasArealProduksi - Copy.xaml"
     this.kloonal.Checked += new System.Windows.RoutedEventHandler(this.kloonal_Checked);
     
     #line default
     #line hidden
     return;
     case 2:
     this.Seeding = ((System.Windows.Controls.RadioButton)(target));
     
     #line 56 "..\..\..\..\views\OLAP\LuasArealProduksi - Copy.xaml"
     this.Seeding.Checked += new System.Windows.RoutedEventHandler(this.Seeding_Checked);
     
     #line default
     #line hidden
     return;
     case 3:
     this.pivotGridControl = ((DevExpress.Xpf.PivotGrid.PivotGridControl)(target));
     return;
     case 4:
     this.dataArea = ((DevExpress.Xpf.PivotGrid.PivotGridField)(target));
     return;
     case 5:
     this.chartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 6:
     this.Print = ((System.Windows.Controls.Button)(target));
     
     #line 84 "..\..\..\..\views\OLAP\LuasArealProduksi - Copy.xaml"
     this.Print.Click += new System.Windows.RoutedEventHandler(this.Print_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.Chart = ((System.Windows.Controls.Button)(target));
     
     #line 85 "..\..\..\..\views\OLAP\LuasArealProduksi - Copy.xaml"
     this.Chart.Click += new System.Windows.RoutedEventHandler(this.Chart_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.Pivot = ((System.Windows.Controls.Button)(target));
     
     #line 86 "..\..\..\..\views\OLAP\LuasArealProduksi - Copy.xaml"
     this.Pivot.Click += new System.Windows.RoutedEventHandler(this.Pivot_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 15
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.convergence2DChart = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 2:
     this.pane = ((DevExpress.Xpf.Charts.Pane)(target));
     return;
     case 3:
     this.Mediana = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
     return;
     case 4:
     this.TheBest = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 16
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 13 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     ((NSPIREIncSystem.LeadManagement.Dashboards.LeadDashboard)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.ccLeadPerYear = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 3:
     this.lblChartPerYear = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.ccLeadPerMonth = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 5:
     this.lblChartPerMonth = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.ccPerSalesStageStatus = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 7:
     this.lblChartPerSalesStageStatus = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 8:
     this.lbeLeads = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     
     #line 299 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.lbeLeads.SelectedIndexChanged += new System.Windows.RoutedEventHandler(this.lbeLeads_SelectedIndexChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.dcActivity = ((DevExpress.Xpf.Grid.GridControl)(target));
     return;
     case 10:
     this.viewActivity = ((DevExpress.Xpf.Grid.TableView)(target));
     return;
     case 11:
     this.lblTotalLead = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.lblTotalLeadActivity = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 13:
     this.lblDate = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 14:
     this.lblEngaged = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 15:
     this.lblNotContinue = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 16:
     this.lblActive = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 17:
     this.lbloverAllLeads = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 18:
     this.canvasLeadMenu = ((System.Windows.Controls.Canvas)(target));
     return;
     case 19:
     this.stackMasterdata = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 20:
     this.btnMasterdata = ((System.Windows.Controls.Button)(target));
     
     #line 366 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnMasterdata.Click += new System.Windows.RoutedEventHandler(this.btnMasterdata_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.stackSalesStage = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 22:
     this.btnSalesStage = ((System.Windows.Controls.Button)(target));
     
     #line 377 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnSalesStage.Click += new System.Windows.RoutedEventHandler(this.btnSalesStage_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.stackBack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 24:
     this.btnBack = ((System.Windows.Controls.Button)(target));
     
     #line 388 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnBack.Click += new System.Windows.RoutedEventHandler(this.btnBack_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.canvasSalesStages = ((System.Windows.Controls.Canvas)(target));
     return;
     case 26:
     this.stackSalesStageMaster = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 27:
     this.btnSalesMaster = ((System.Windows.Controls.Button)(target));
     
     #line 401 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnSalesMaster.Click += new System.Windows.RoutedEventHandler(this.btnSalesMaster_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.stackMarketingStrategy = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 29:
     this.btnMarketingStrategy = ((System.Windows.Controls.Button)(target));
     
     #line 412 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnMarketingStrategy.Click += new System.Windows.RoutedEventHandler(this.btnMarketingStrategy_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.stackGraphReport = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 31:
     this.btnGraphReport = ((System.Windows.Controls.Button)(target));
     
     #line 423 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnGraphReport.Click += new System.Windows.RoutedEventHandler(this.btnGraphReport_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.stackBackToLeadMenu = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 33:
     this.btnBackToLeadMenu = ((System.Windows.Controls.Button)(target));
     
     #line 434 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnBackToLeadMenu.Click += new System.Windows.RoutedEventHandler(this.btnBackToLeadMenu_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.canvasMasterData = ((System.Windows.Controls.Canvas)(target));
     return;
     case 35:
     this.stackLeads = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 36:
     this.btnLeads = ((System.Windows.Controls.Button)(target));
     
     #line 447 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnLeads.Click += new System.Windows.RoutedEventHandler(this.btnLeads_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.stackProdCategory = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 38:
     this.btnProdCategory = ((System.Windows.Controls.Button)(target));
     
     #line 458 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnProdCategory.Click += new System.Windows.RoutedEventHandler(this.btnProdCategory_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.stackProducts = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 40:
     this.btnProducts = ((System.Windows.Controls.Button)(target));
     
     #line 469 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnProducts.Click += new System.Windows.RoutedEventHandler(this.btnProducts_Click);
     
     #line default
     #line hidden
     return;
     case 41:
     
     #line 480 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnBackToLeadMenu_Click);
     
     #line default
     #line hidden
     return;
     case 42:
     this.busyIndicator = ((Xceed.Wpf.Toolkit.BusyIndicator)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 17
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 14 "..\..\..\..\View\TestSampleView.xaml"
                ((Linedata.Client.Widget.TestSampleWidget.View.TestSampleView)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 3:
                this.TopAccountsBar = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 4:
                this.TopIssuers = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 5:
                this.TopSecurities = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 6:
                this.ChartHierarchy = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 7:
                this.ChartHierarchySeries = ((DevExpress.Xpf.Charts.PieSeries2D)(target));
                return;

            case 8:
                this.ChartPerformance = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 9:
                this.ChartTopCmplSecurities = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 10:
                this.AssetAllocationSeries = ((DevExpress.Xpf.Charts.PieSeries2D)(target));
                return;

            case 11:
                this.ChartBreachesBySeverity = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 12:
                this.ComplianceSeverityChart = ((DevExpress.Xpf.Charts.PieSeries2D)(target));
                return;

            case 13:
                this.ChartVsBenchmark = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 14:
                this.AssetUnderBubble = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 15:
                this.ChartMaturities = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 16:
                this.test = ((DevExpress.Xpf.Charts.PointSeries2D)(target));
                return;

            case 17:
                this._dataGrid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 18:
                this._viewDataGrid = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 480 "..\..\..\..\View\TestSampleView.xaml"
                this._viewDataGrid.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

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

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

            case 21:
                this.comboBoxEdit1 = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 552 "..\..\..\..\View\TestSampleView.xaml"
                this.comboBoxEdit1.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.comboBoxEdit1_EditValueChanged);

            #line default
            #line hidden

            #line 559 "..\..\..\..\View\TestSampleView.xaml"
                this.comboBoxEdit1.LostFocus += new System.Windows.RoutedEventHandler(this.comboBoxEdit1_LostFocus_1);

            #line default
            #line hidden
                return;

            case 22:
                this.cmboView = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 576 "..\..\..\..\View\TestSampleView.xaml"
                this.cmboView.SelectedIndexChanged += new System.Windows.RoutedEventHandler(this.cmboView_SelectedIndexChanged);

            #line default
            #line hidden
                return;

            case 23:
                this.lblColorIndicator = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.singleChart = ((DirectConnectionPredictControl.SingleChart)(target));

            #line 11 "..\..\SingleChart.xaml"
                this.singleChart.Closed += new System.EventHandler(this.singleChart_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 24 "..\..\SingleChart.xaml"
                ((System.Windows.Media.Animation.Storyboard)(target)).Completed += new System.EventHandler(this.Storyboard_Completed);

            #line default
            #line hidden
                return;

            case 3:

            #line 72 "..\..\SingleChart.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Grid_MouseLeftButtonDown);

            #line default
            #line hidden
                return;

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

            #line 88 "..\..\SingleChart.xaml"
                this.miniumBtn.Click += new System.Windows.RoutedEventHandler(this.miniumBtn_Click);

            #line default
            #line hidden
                return;

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

            #line 89 "..\..\SingleChart.xaml"
                this.maximunBtn.Click += new System.Windows.RoutedEventHandler(this.maximunBtn_Click);

            #line default
            #line hidden
                return;

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

            #line 90 "..\..\SingleChart.xaml"
                this.closeBtn.Click += new System.Windows.RoutedEventHandler(this.closeBtn_Click);

            #line default
            #line hidden
                return;

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

            #line 101 "..\..\SingleChart.xaml"
                this.openFileItem.Click += new System.Windows.RoutedEventHandler(this.openFileItem_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.chartControlAX1 = ((DevExpress.Xpf.Charts.ChartControl)(target));

            #line 154 "..\..\SingleChart.xaml"
                this.chartControlAX1.MouseMove += new System.Windows.Input.MouseEventHandler(this.chartControlAX1_MouseMove);

            #line default
            #line hidden
                return;

            case 9:
                this.chartDiagramAX1 = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
                return;

            case 10:
                this.y2 = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 11:
                this.speedAX1 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 12:
                this.refSpeedAX1 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 13:
                this.bcp1AX1 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 14:
                this.bcp2AX1 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

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

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

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

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

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

            case 20:
                this.chartControlAX2 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 21:
                this.chartDiagramAX2 = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
                return;

            case 22:
                this.y2_2 = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 23:
                this.speedAX2 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 24:
                this.refSpeedAX2 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 25:
                this.bcp1AX2 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 26:
                this.bcp2AX2 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

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

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

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

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

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

            case 32:
                this.chartControlAX3 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 33:
                this.chartDiagramAX3 = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
                return;

            case 34:
                this.y2_3 = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 35:
                this.speedAX3 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 36:
                this.refSpeedAX3 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 37:
                this.bcp1AX3 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 38:
                this.bcp2AX3 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

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

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

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

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

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

            case 44:
                this.chartControlAX4 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 45:
                this.chartDiagramAX4 = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
                return;

            case 46:
                this.y2_4 = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 47:
                this.speedAX4 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 48:
                this.refSpeedAX4 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 49:
                this.bcp1AX4 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 50:
                this.bcp2AX4 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

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

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

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

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

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

            case 56:
                this.chartControlAX5 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 57:
                this.chartDiagramAX5 = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
                return;

            case 58:
                this.y2_5 = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 59:
                this.speedAX5 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 60:
                this.refSpeedAX5 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 61:
                this.bcp1AX5 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 62:
                this.bcp2AX5 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 63:
                this.row_0_column_1_Ax5 = ((System.Windows.Controls.Label)(target));
                return;

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

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

            case 66:
                this.row_0_column_3_Ax5 = ((System.Windows.Controls.Label)(target));
                return;

            case 67:
                this.row_1_column_3_Ax5 = ((System.Windows.Controls.Label)(target));
                return;

            case 68:
                this.chartControlAX6 = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 69:
                this.chartDiagramAX6 = ((DevExpress.Xpf.Charts.XYDiagram2D)(target));
                return;

            case 70:
                this.y2_6 = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 71:
                this.speedAX6 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 72:
                this.refSpeedAX6 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 73:
                this.bcp1AX6 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 74:
                this.bcp2AX6 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 75:
                this.row_0_column_1_Ax6 = ((System.Windows.Controls.Label)(target));
                return;

            case 76:
                this.row_1_column_1_Ax6 = ((System.Windows.Controls.Label)(target));
                return;

            case 77:
                this.row_2_column_1_Ax6 = ((System.Windows.Controls.Label)(target));
                return;

            case 78:
                this.row_0_column_3_Ax6 = ((System.Windows.Controls.Label)(target));
                return;

            case 79:
                this.row_1_column_3_Ax6 = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 19
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 8 "..\..\ConvergencePlot2D.xaml"
     ((APIAnt.ConvergencePlot2D)(target)).Closed += new System.EventHandler(this.Window_Closed_1);
     
     #line default
     #line hidden
     return;
     case 2:
     this.convergence2DChart = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 3:
     this.pane = ((DevExpress.Xpf.Charts.Pane)(target));
     return;
     case 4:
     this.Mediana = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
     return;
     case 5:
     this.TheBest = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 20
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.us_VisorDocente_control = ((SIC.Objs.Controles.us_VisorDocente)(target));
     return;
     case 2:
     this.grid_contenido_grafica = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.tb_suedos = ((System.Windows.Controls.TabControl)(target));
     return;
     case 4:
     this.grad_paster = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 5:
     this.datagrid12 = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 6:
     this.But_Ingresos = ((System.Windows.Controls.Button)(target));
     
     #line 192 "..\..\..\..\Objs\Controles\us_VisorDocente.xaml"
     this.But_Ingresos.Click += new System.Windows.RoutedEventHandler(this.But_Ingresos_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.But_Descuentos = ((System.Windows.Controls.Button)(target));
     
     #line 198 "..\..\..\..\Objs\Controles\us_VisorDocente.xaml"
     this.But_Descuentos.Click += new System.Windows.RoutedEventHandler(this.But_Descuentos_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.But_IE = ((System.Windows.Controls.Button)(target));
     
     #line 204 "..\..\..\..\Objs\Controles\us_VisorDocente.xaml"
     this.But_IE.Click += new System.Windows.RoutedEventHandler(this.But_IE_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 21
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 14 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     ((NSPIREIncSystem.LeadManagement.Dashboards.SalesDashboard)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.ccSalesFunnel = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 3:
     this.lblTotalSalesFunnel = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.ccEffective = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 5:
     this.lblTotalLeadStrategy = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.lbCustomerAccounts = ((System.Windows.Controls.ListBox)(target));
     return;
     case 7:
     this.lblTotalAccounts = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 8:
     this.dgAccountActivities = ((DevExpress.Xpf.Grid.GridControl)(target));
     return;
     case 9:
     this.lblTotalAccountActivities = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 10:
     this.ccIncome = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 11:
     this.lblTotalIncome = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.ccExpense = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 13:
     this.lblTotalExpense = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 14:
     this.canvasSalesMenu = ((System.Windows.Controls.Canvas)(target));
     return;
     case 15:
     this.stackMasterData = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 16:
     this.btnMasterData = ((System.Windows.Controls.Button)(target));
     
     #line 187 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnMasterData.Click += new System.Windows.RoutedEventHandler(this.btnMasterData_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.stackAccounts = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 18:
     this.btnAccounts = ((System.Windows.Controls.Button)(target));
     
     #line 198 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnAccounts.Click += new System.Windows.RoutedEventHandler(this.btnAccounts_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.stackReports = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 20:
     this.btnReports = ((System.Windows.Controls.Button)(target));
     
     #line 209 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnReports.Click += new System.Windows.RoutedEventHandler(this.btnReports_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.stackBack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 22:
     this.btnBack = ((System.Windows.Controls.Button)(target));
     
     #line 220 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnBack.Click += new System.Windows.RoutedEventHandler(this.btnBack_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.canvasMasterData = ((System.Windows.Controls.Canvas)(target));
     return;
     case 24:
     this.stackCustomers = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 25:
     this.btnCustomers = ((System.Windows.Controls.Button)(target));
     
     #line 232 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnCustomers.Click += new System.Windows.RoutedEventHandler(this.btnCustomers_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.stackAgents = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 27:
     this.btnAgents = ((System.Windows.Controls.Button)(target));
     
     #line 243 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnAgents.Click += new System.Windows.RoutedEventHandler(this.btnAgents_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.stackBackToSalesMenu = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 29:
     this.btnBackToSalesMenu = ((System.Windows.Controls.Button)(target));
     
     #line 254 "..\..\..\..\SalesManagement\Dashboards\SalesDashboard.xaml"
     this.btnBackToSalesMenu.Click += new System.Windows.RoutedEventHandler(this.btnBackToSalesMenu_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.busyIndicator = ((Xceed.Wpf.Toolkit.BusyIndicator)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 22
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 12 "..\..\..\..\Pages\TrafficCenter.xaml"
                ((MonitorPlatform.Pages.TrafficCenter)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.datePicker1 = ((System.Windows.Controls.DatePicker)(target));

            #line 39 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.datePicker1.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.datePicker1_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.line1chart = ((DevExpress.Xpf.Charts.ChartControl)(target));

            #line 177 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.line1chart.MouseMove += new System.Windows.Input.MouseEventHandler(this.chart_MouseMove);

            #line default
            #line hidden

            #line 177 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.line1chart.MouseLeave += new System.Windows.Input.MouseEventHandler(this.chart_MouseLeave);

            #line default
            #line hidden
                return;

            case 4:
                this.line2chart = ((DevExpress.Xpf.Charts.ChartControl)(target));

            #line 237 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.line2chart.MouseMove += new System.Windows.Input.MouseEventHandler(this.chart_MouseMove);

            #line default
            #line hidden

            #line 237 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.line2chart.MouseLeave += new System.Windows.Input.MouseEventHandler(this.chart_MouseLeave);

            #line default
            #line hidden
                return;

            case 5:
                this.rdMonth = ((System.Windows.Controls.RadioButton)(target));

            #line 312 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.rdMonth.Click += new System.Windows.RoutedEventHandler(this.btnMonth_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 315 "..\..\..\..\Pages\TrafficCenter.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.btnQuator_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 318 "..\..\..\..\Pages\TrafficCenter.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.btnYear_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 321 "..\..\..\..\Pages\TrafficCenter.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.btnAll_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 324 "..\..\..\..\Pages\TrafficCenter.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.btnAddup_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.chart = ((DevExpress.Xpf.Charts.ChartControl)(target));

            #line 330 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.chart.MouseMove += new System.Windows.Input.MouseEventHandler(this.chart_MouseMove);

            #line default
            #line hidden

            #line 330 "..\..\..\..\Pages\TrafficCenter.xaml"
                this.chart.MouseLeave += new System.Windows.Input.MouseEventHandler(this.chart_MouseLeave);

            #line default
            #line hidden
                return;

            case 11:
                this.year2005 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 12:
                this.year2004 = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 13:
                this.pointTooltip = ((System.Windows.Controls.Primitives.Popup)(target));
                return;

            case 14:
                this.ttContent = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.userControl = ((BluePrints.Views.PROJECTDashboardCollectionView)(target));
                return;

            case 2:
                this.biCheckUnits = ((DevExpress.Xpf.Bars.BarCheckItem)(target));
                return;

            case 3:
                this.biCheckCosts = ((DevExpress.Xpf.Bars.BarCheckItem)(target));
                return;

            case 4:
                this.LayoutGroupGrid = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 5:
                this.gridControl = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 6:
                this.bandGeneral = ((DevExpress.Xpf.Grid.GridControlBand)(target));
                return;

            case 7:
                this.colCumulativeBudget = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 8:
                this.colCumulativeBudgetText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 9:
                this.bandCumulative = ((DevExpress.Xpf.Grid.GridControlBand)(target));
                return;

            case 10:
                this.colCumulativeEarnedPercentage = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 11:
                this.colCumulativePlanned = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 12:
                this.colCumulativePlannedText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 13:
                this.colCumulativeEarned = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 14:
                this.colCumulativeEarnedText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 15:
                this.colCumulativeBurned = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 16:
                this.colCumulativeBurnedText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 17:
                this.colCumulativeActual = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 18:
                this.colCumulativeActualText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 19:
                this.bandPeriod = ((DevExpress.Xpf.Grid.GridControlBand)(target));
                return;

            case 20:
                this.colPeriodEarnedPercentage = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 21:
                this.colPeriodPlanned = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 22:
                this.colPeriodPlannedText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 23:
                this.colPeriodEarned = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 24:
                this.colPeriodEarnedText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 25:
                this.colPeriodBurned = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 26:
                this.colPeriodBurnedText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 27:
                this.colPeriodActual = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 28:
                this.colPeriodActualText = ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target));
                return;

            case 29:
                this.bandPerformance = ((DevExpress.Xpf.Grid.GridControlBand)(target));
                return;

            case 30:
                this.colInvisibleSummary_CumulativePlannedCost = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 31:
                this.colInvisibleSummary_CumulativeEarnedCost = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 32:
                this.colInvisibleSummary_CumulativeBurnedCost = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 33:
                this.colInvisibleSummary_CumulativeActualCost = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 34:
                this.colGrossProfit = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 35:
                this.colEfficiencyRatio = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 36:
                this.colProgressRatio = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 37:
                this.groupSummaryBudgeted = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 38:
                this.groupSummaryCumulativeEarnedPercentage = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 39:
                this.groupSummaryPeriodEarnedPercentage = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 40:
                this.groupSummaryGrossProfit = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 41:
                this.groupSummaryEfficiencyRatio = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 42:
                this.groupSummaryProgressRatio = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 43:
                this.groupSummaryCumulativePlanned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 44:
                this.groupSummaryCumulativeEarned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 45:
                this.groupSummaryCumulativeBurned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 46:
                this.groupSummaryCumulativeActual = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 47:
                this.groupSummaryPeriodPlanned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 48:
                this.groupSummaryPeriodEarned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 49:
                this.groupSummaryPeriodBurned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 50:
                this.groupSummaryPeriodActual = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 51:
                this.totalSummaryBudgeted = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 52:
                this.totalSummaryCumulativeEarnedPercentage = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 53:
                this.totalSummaryPeriodEarnedPercentage = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 54:
                this.totalSummaryGrossProfit = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 55:
                this.totalSummaryEfficiencyRatio = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 56:
                this.totalSummaryProgressRatio = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 57:
                this.totalSummaryCumulativePlanned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 58:
                this.totalSummaryCumulativeEarned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 59:
                this.totalSummaryCumulativeBurned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 60:
                this.totalSummaryCumulativeActual = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 61:
                this.totalSummaryPeriodPlanned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 62:
                this.totalSummaryPeriodEarned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 63:
                this.totalSummaryPeriodBurned = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 64:
                this.totalSummaryPeriodActual = ((DevExpress.Xpf.Grid.GridSummaryItem)(target));
                return;

            case 65:
                this.tableView = ((DevExpress.Xpf.Grid.TableView)(target));
                return;

            case 66:
                this.LayoutGroupChart = ((DevExpress.Xpf.LayoutControl.LayoutGroup)(target));
                return;

            case 67:
                this.chartSCurve = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 68:
                this.primaryAxisY = ((DevExpress.Xpf.Charts.AxisY2D)(target));
                return;

            case 69:
                this.secondaryAxisY = ((DevExpress.Xpf.Charts.SecondaryAxisY2D)(target));
                return;

            case 70:
                this.barSeriesOriginal = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 71:
                this.barSeriesPlanned = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 72:
                this.barSeriesEarned = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 73:
                this.barSeriesRemainingPlanned = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 74:
                this.barSeriesBurned = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 75:
                this.barSeriesActual = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 76:
                this.lineSeriesOriginal = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 77:
                this.lineSeriesPlanned = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 78:
                this.lineSeriesRemainingPlanned = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 79:
                this.lineSeriesEarned = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 80:
                this.lineSeriesBurned = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 81:
                this.lineSeriesActual = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 24
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 15 "..\..\LogControl.xaml"
                ((FireWall.LogControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.LogData = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 3:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;

            case 4:
                this.StatisData = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 5:
                this.StartDate = ((DevExpress.Xpf.Editors.DateEdit)(target));

            #line 47 "..\..\LogControl.xaml"
                this.StartDate.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

            case 6:
                this.EndDate = ((DevExpress.Xpf.Editors.DateEdit)(target));

            #line 52 "..\..\LogControl.xaml"
                this.EndDate.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

            case 7:
                this.HostName = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 58 "..\..\LogControl.xaml"
                this.HostName.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

            case 8:
                this.StateName = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));

            #line 60 "..\..\LogControl.xaml"
                this.StateName.PopupOpened += new System.Windows.RoutedEventHandler(this.clear);

            #line default
            #line hidden
                return;

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

            #line 61 "..\..\LogControl.xaml"
                this.SealChbutton.Click += new System.Windows.RoutedEventHandler(this.SealChbutton_Click);

            #line default
            #line hidden
                return;

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

            #line 62 "..\..\LogControl.xaml"
                this.Imagebutton.Click += new System.Windows.RoutedEventHandler(this.Imagebutton_Click);

            #line default
            #line hidden
                return;

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

            #line 63 "..\..\LogControl.xaml"
                this.Exportbutton.Click += new System.Windows.RoutedEventHandler(this.Exportbutton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.chartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 13:
                this.barSeries = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(target));
                return;

            case 14:
                this.line = ((DevExpress.Xpf.Charts.LineSeries2D)(target));
                return;

            case 15:
                this.ShowLine = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 115 "..\..\LogControl.xaml"
                this.ShowLine.Checked += new System.Windows.RoutedEventHandler(this.ShowLine_Checked);

            #line default
            #line hidden

            #line 115 "..\..\LogControl.xaml"
                this.ShowLine.Unchecked += new System.Windows.RoutedEventHandler(this.ShowLine_Unchecked);

            #line default
            #line hidden
                return;

            case 16:
                this.ShowBar = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 116 "..\..\LogControl.xaml"
                this.ShowBar.Checked += new System.Windows.RoutedEventHandler(this.ShowBar_Checked);

            #line default
            #line hidden

            #line 116 "..\..\LogControl.xaml"
                this.ShowBar.Unchecked += new System.Windows.RoutedEventHandler(this.ShowBar_Unchecked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 25
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.pivotGridControl = ((DevExpress.Xpf.PivotGrid.PivotGridControl)(target));
                return;

            case 2:
                this.chartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

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

            case 4:
                this.PivotBtn = ((System.Windows.Shapes.Ellipse)(target));

            #line 74 "..\..\..\..\view\OLAP\PengeluaranNonProjek.xaml"
                this.PivotBtn.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.PivotBtn_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 5:
                this.spPivotBtn = ((System.Windows.Controls.StackPanel)(target));

            #line 91 "..\..\..\..\view\OLAP\PengeluaranNonProjek.xaml"
                this.spPivotBtn.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.spPivotBtn_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 6:
                this.chartWrapper = ((System.Windows.Controls.Grid)(target));
                return;

            case 7:
                this.ChartBtn = ((System.Windows.Shapes.Ellipse)(target));

            #line 122 "..\..\..\..\view\OLAP\PengeluaranNonProjek.xaml"
                this.ChartBtn.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.ChartBtn_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 8:
                this.spChartBtn = ((System.Windows.Controls.StackPanel)(target));

            #line 139 "..\..\..\..\view\OLAP\PengeluaranNonProjek.xaml"
                this.spChartBtn.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.spChartBtn_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 9:
                this.printWrapper = ((System.Windows.Controls.Grid)(target));
                return;

            case 10:
                this.printBtn = ((System.Windows.Shapes.Ellipse)(target));

            #line 170 "..\..\..\..\view\OLAP\PengeluaranNonProjek.xaml"
                this.printBtn.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.printBtn_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

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

            #line 187 "..\..\..\..\view\OLAP\PengeluaranNonProjek.xaml"
                this.SpPrintBtn.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.SpPrintBtn_MouseLeftButtonUp);

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

            #line 18 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                ((NavContingentDashBoard.Client.View.NavContingentDashBoardVisual)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 3:
                this.lblborder3 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 4:
                this.lblborder1 = ((System.Windows.Controls.GridSplitter)(target));
                return;

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

            case 6:
                this.start = ((DevExpress.Xpf.Editors.DateEdit)(target));

            #line 197 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                this.start.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.start_EditValueChanged);

            #line default
            #line hidden
                return;

            case 7:
                this._dataGridContingentStatus = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 212 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                this._dataGridContingentStatus.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.GridContingentStatus_MouseDown);

            #line default
            #line hidden
                return;

            case 8:
                this._viewGridContingentStatus = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 226 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                this._viewGridContingentStatus.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 9:
                this.lblborder4 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 10:
                this.lblborder = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 11:
                this.IndicativeGrid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 12:
                this.view = ((DevExpress.Xpf.Grid.CardView)(target));
                return;

            case 13:
                this.lblborder6 = ((System.Windows.Controls.GridSplitter)(target));
                return;

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

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

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

            case 17:
                this.ToggleButtonP = ((System.Windows.Controls.Primitives.ToggleButton)(target));
                return;

            case 18:

            #line 636 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.RdoAll = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 20:
                this.RdoNegitive = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 21:
                this.RdoPositve = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 22:
                this._dataGridSecurity = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 23:
                this._viewDataGridSecurity = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 686 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                this._viewDataGridSecurity.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 24:
                this._dataGridPriceHistory = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 25:
                this._viewGridPriceHistory = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 823 "..\..\..\View\NavContingentDashBoardVisual.xaml"
                this._viewGridPriceHistory.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 26:
                this.targetOverlay = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 27:
                this.title2 = ((DevExpress.Xpf.Charts.Title)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.pivotGridControl = ((DevExpress.Xpf.PivotGrid.PivotGridControl)(target));
     return;
     case 2:
     this.chartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 3:
     this.Print = ((System.Windows.Controls.Button)(target));
     
     #line 59 "..\..\..\..\views\OLAP\Pemupukan - Copy.xaml"
     this.Print.Click += new System.Windows.RoutedEventHandler(this.Print_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.Chart = ((System.Windows.Controls.Button)(target));
     
     #line 60 "..\..\..\..\views\OLAP\Pemupukan - Copy.xaml"
     this.Chart.Click += new System.Windows.RoutedEventHandler(this.Chart_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.Pivot = ((System.Windows.Controls.Button)(target));
     
     #line 61 "..\..\..\..\views\OLAP\Pemupukan - Copy.xaml"
     this.Pivot.Click += new System.Windows.RoutedEventHandler(this.Pivot_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 28
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.HH = ((System.Windows.Controls.RadioButton)(target));
     
     #line 49 "..\..\..\..\views\OLAP\CurahHujan.xaml"
     this.HH.Checked += new System.Windows.RoutedEventHandler(this.hh_Checked);
     
     #line default
     #line hidden
     return;
     case 2:
     this.MM = ((System.Windows.Controls.RadioButton)(target));
     
     #line 56 "..\..\..\..\views\OLAP\CurahHujan.xaml"
     this.MM.Checked += new System.Windows.RoutedEventHandler(this.mm_Checked);
     
     #line default
     #line hidden
     return;
     case 3:
     this.pivotGridControl = ((DevExpress.Xpf.PivotGrid.PivotGridControl)(target));
     return;
     case 4:
     this.dataarea = ((DevExpress.Xpf.PivotGrid.PivotGridField)(target));
     return;
     case 5:
     this.chartControl = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 6:
     this.Print = ((System.Windows.Controls.Button)(target));
     
     #line 83 "..\..\..\..\views\OLAP\CurahHujan.xaml"
     this.Print.Click += new System.Windows.RoutedEventHandler(this.Pivot_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.Chart = ((System.Windows.Controls.Button)(target));
     
     #line 84 "..\..\..\..\views\OLAP\CurahHujan.xaml"
     this.Chart.Click += new System.Windows.RoutedEventHandler(this.Chart_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.Pivot = ((System.Windows.Controls.Button)(target));
     
     #line 85 "..\..\..\..\views\OLAP\CurahHujan.xaml"
     this.Pivot.Click += new System.Windows.RoutedEventHandler(this.Print_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 29
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.chart = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 2:
     this.Mediana = ((DevExpress.Xpf.Charts.PointSeries3D)(target));
     return;
     case 3:
     
     #line 44 "..\..\ConvergencePlot3D.xaml"
     ((System.Windows.Media.Animation.DoubleAnimation)(target)).Completed += new System.EventHandler(this.MarkerSizeAnimationAnimation_Completed);
     
     #line default
     #line hidden
     return;
     case 4:
     this.TheBest = ((DevExpress.Xpf.Charts.PointSeries3D)(target));
     return;
     case 5:
     
     #line 63 "..\..\ConvergencePlot3D.xaml"
     ((System.Windows.Media.Animation.DoubleAnimation)(target)).Completed += new System.EventHandler(this.MarkerSizeAnimationAnimation_Completed);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 18 "..\..\..\View\ModelHelperVisual.xaml"
                ((ModelHelper.Client.View.ModelHelperVisual)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 3:
                this.lblborder3 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 4:
                this.lblborder1 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 5:
                this.lblborder9 = ((System.Windows.Controls.GridSplitter)(target));
                return;

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

            case 7:
                this._dataGridModel = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 209 "..\..\..\View\ModelHelperVisual.xaml"
                this._dataGridModel.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._dataGridModel_MouseDown);

            #line default
            #line hidden
                return;

            case 8:
                this._viewDataGridModel = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 223 "..\..\..\View\ModelHelperVisual.xaml"
                this._viewDataGridModel.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 9:
                this._dataGridModelInfo = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 10:
                this._viewDataGridModelInfo = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 291 "..\..\..\View\ModelHelperVisual.xaml"
                this._viewDataGridModelInfo.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 11:
                this.lblborder4 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 12:
                this.lblborder = ((System.Windows.Controls.GridSplitter)(target));
                return;

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

            case 14:
                this.TxtTarget = ((DevExpress.Xpf.Editors.TextEdit)(target));

            #line 375 "..\..\..\View\ModelHelperVisual.xaml"
                this.TxtTarget.LostFocus += new System.Windows.RoutedEventHandler(this.TextEdit_LostFocus);

            #line default
            #line hidden
                return;

            case 15:
                this._dataGridAccount = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 392 "..\..\..\View\ModelHelperVisual.xaml"
                this._dataGridAccount.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._dataGridAccount_MouseDown);

            #line default
            #line hidden
                return;

            case 16:
                this._viewDataGridAccount = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 410 "..\..\..\View\ModelHelperVisual.xaml"
                this._viewDataGridAccount.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 17:

            #line 549 "..\..\..\View\ModelHelperVisual.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OpenReport_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.TopAccountsBar = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 19:
                this.TopAccounts = ((DevExpress.Xpf.Charts.Title)(target));
                return;

            case 20:
                this.TopSecurities = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 21:
                this.TopSecurity = ((DevExpress.Xpf.Charts.Title)(target));
                return;

            case 22:
                this.lblborder6 = ((System.Windows.Controls.GridSplitter)(target));
                return;

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

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

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

            case 26:
                this.ToggleButtonP = ((System.Windows.Controls.Primitives.ToggleButton)(target));
                return;

            case 27:

            #line 703 "..\..\..\View\ModelHelperVisual.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.PrintSecurity_Click);

            #line default
            #line hidden
                return;

            case 28:

            #line 736 "..\..\..\View\ModelHelperVisual.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.RdoAll = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 30:
                this.RdoNegitive = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 31:
                this.RdoPositve = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 32:
                this._dataGridSecurity = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 33:
                this._viewDataGridSecurity = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 786 "..\..\..\View\ModelHelperVisual.xaml"
                this._viewDataGridSecurity.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 34:
                this._dataGridPriceHistory = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 908 "..\..\..\View\ModelHelperVisual.xaml"
                this._dataGridPriceHistory.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this._dataGridPriceHistory_MouseDown);

            #line default
            #line hidden
                return;

            case 35:
                this._viewGridPriceHistory = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 923 "..\..\..\View\ModelHelperVisual.xaml"
                this._viewGridPriceHistory.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.OnShowGridMenu);

            #line default
            #line hidden
                return;

            case 36:
                this.targetOverlay = ((DevExpress.Xpf.Charts.ChartControl)(target));
                return;

            case 37:
                this.title2 = ((DevExpress.Xpf.Charts.Title)(target));
                return;
            }
            this._contentLoaded = true;
        }