void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;

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

            #line 17 "..\..\..\MainWindow.xaml"
                this.cmbTransitionTypes.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbTransitionTypes_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 18 "..\..\..\MainWindow.xaml"
                this.btnNextPage.Click += new System.Windows.RoutedEventHandler(this.btnNextPage_Click);

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;

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

            #line 21 "..\..\..\MainWindow.xaml"
                this.button_Copy.Click += new System.Windows.RoutedEventHandler(this.button_Copy_Click);

            #line default
            #line hidden
                return;

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

            #line 22 "..\..\..\MainWindow.xaml"
                this.button_Copy1.Click += new System.Windows.RoutedEventHandler(this.button_Copy1_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:

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

            #line default
            #line hidden
                return;

            case 2:
                this.mainWindow = ((System.Windows.Controls.Canvas)(target));
                return;

            case 3:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;

            case 4:
                this.Title = ((System.Windows.Shapes.Rectangle)(target));

            #line 56 "..\..\MainWindow.xaml"
                this.Title.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Title_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 58 "..\..\MainWindow.xaml"
                this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);

            #line default
            #line hidden
                return;

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

            #line 67 "..\..\MainWindow.xaml"
                this.btnMin.Click += new System.Windows.RoutedEventHandler(this.btnMin_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.DS = ((System.Windows.Media.Effects.DropShadowEffect)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
         return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.pageTransition = ((WpfPageTransitions.PageTransition)(target));
                return;

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

            #line 17 "..\..\MainWindow.xaml"
                this.button_seleccionar.Click += new System.Windows.RoutedEventHandler(this.button_seleccionar_Click);

            #line default
            #line hidden
                return;

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

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

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

            #line default
            #line hidden
                return;

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

            #line 20 "..\..\MainWindow.xaml"
                this.button_actualizar.Click += new System.Windows.RoutedEventHandler(this.button_actualizar_Click);

            #line default
            #line hidden
                return;

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

            #line 21 "..\..\MainWindow.xaml"
                this.button_insertar.Click += new System.Windows.RoutedEventHandler(this.button_insertar_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:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;

            case 2:
                this.loader = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 7
0
        public HomePage()
        {
            InitializeComponent();

            _pageTransitionControl = LogicalTreeHelper.FindLogicalNode(Application.Current.MainWindow, "pageTransitionControl") as PageTransition;

            _buttons = new List<Button> { Welcome,Findtoyota,Dynamic,Gesture };

            Loaded += delegate
            {
                var kinectControl = new KinectControl(KinectButton, LayoutRoot.ActualHeight, LayoutRoot.ActualWidth,
                                                   _buttons);
            };
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
     return;
     case 2:
     
     #line 10 "..\..\..\..\Views\ProductivityTrackerView.xaml"
     ((System.Windows.Controls.Primitives.ToggleButton)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        public Main()
        {
            InitializeComponent();
			LoadDatas();
            PageNavigation.CurrentPage = this; // 페이지 네비게이트 현재페이지 저장용
            ft = new FileTransferServer();
            pageNavigation = PageNavi;
            if (!ft.Connect("210.118.69.166"))
            {
                MessageBox.Show("서버 아이피 주소가 틀리거나 작동중이지 않습니다.");
            }
            login loginPage = new login();
            pageFade = pageTransitionControl;
            
            
            pageFade.ShowPage(loginPage);
			
			
			this.MouseLeftButtonDown+=new System.Windows.Input.MouseButtonEventHandler(Main_MouseLeftButtonDown);
    
        }
Exemplo n.º 10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

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

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;

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

            #line 34 "..\..\MainWindow.xaml"
                this.btnStock.Click += new System.Windows.RoutedEventHandler(this.btnStock_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.transition = ((WpfPageTransitions.PageTransition)(target));
                return;

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

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

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

            #line 37 "..\..\..\..\pages\home\Home.xaml"
                this.b1.Click += new System.Windows.RoutedEventHandler(this.b1_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.menu = ((FirstFloor.ModernUI.Windows.Controls.ModernTab)(target));

            #line 48 "..\..\..\..\pages\home\Home.xaml"
                this.menu.SelectedSourceChanged += new System.EventHandler <FirstFloor.ModernUI.Windows.Controls.SourceEventArgs>(this.menu_SelectedSourceChanged);

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

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

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

            case 4:
                this.initialPage_body = ((WpfPageTransitions.PageTransition)(target));
                return;

            case 5:
                this.initialPage_Footer = ((System.Windows.Controls.Grid)(target));
                return;

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

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

            case 8:
                this.PopupContainer = ((ShopInventory.Pages.Common.ModalContainer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.VisualStateGroup = ((System.Windows.VisualStateGroup)(target));
                return;

            case 2:
                this.VisualState = ((System.Windows.VisualState)(target));
                return;

            case 3:
                this.VisualState1 = ((System.Windows.VisualState)(target));
                return;

            case 4:

            #line 40 "..\..\MainPage.xaml"
                ((System.Windows.Shapes.Rectangle)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Rectangle_MouseDown);

            #line default
            #line hidden
                return;

            case 5:
                this.HeaderRectangle = ((System.Windows.Shapes.Rectangle)(target));
                return;

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

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

            #line 52 "..\..\MainPage.xaml"
                this.NewOrderButton.Click += new System.Windows.RoutedEventHandler(this.newOrderButton_Click);

            #line default
            #line hidden
                return;

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

            #line 55 "..\..\MainPage.xaml"
                this.ExistingOrderButton.Click += new System.Windows.RoutedEventHandler(this.ExistingOrderButton_Click);

            #line default
            #line hidden
                return;

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

            #line 56 "..\..\MainPage.xaml"
                this.MenuButton.Click += new System.Windows.RoutedEventHandler(this.menuButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.TransitionFrame = ((WpfPageTransitions.PageTransition)(target));
                return;

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

            #line 60 "..\..\MainPage.xaml"
                this.ManagementButton.Click += new System.Windows.RoutedEventHandler(this.ManagementButton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.MenuImage = ((System.Windows.Controls.Image)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 14
0
		public MainViewModel(DialogService dialogService, ICacheService cacheService)
		{
			_dialogService = dialogService;
			_cacheService = cacheService;

			CurrentPage = new PageTransition();
			HomeView homeView = new HomeView();
			CurrentPage.ShowPage(homeView);

			Task.Run(async () =>
			{
				List<string> folders = await _cacheService.GetFoldersAsync();
				Folders = new ObservableCollection<string>(folders);
			});

		}
        public AssignmentPage(DataRowView d)
        {
            InitializeComponent();
            data = d;
            PageNavigation.CurrentPage = this; // 페이지 네비게이트 현재페이지 저장용
            cpD = d; //연관과제에서 이벤트를 위한 내용 접근용 변수

            //#################연관과제 페이지페이드효과 ####################
            RelationProject rProject = new RelationProject();
            pt = relationPageFade;
            pt.ShowPage(rProject);//연관과제 보여주기 위한 페이지 전환
            // #################페이지페이드효과 ####################

            scon = App.scon;

            ft = Main.ft;
            Main.setAssignPage(this);
            

            if (d.Row[10].Equals("대기중"))
            {
                relationPageFade.IsEnabled = false;
                btnAssignmentAgree.IsEnabled = true;
            }
            else if (d.Row[10].Equals("진행중"))
            {
                relationPageFade.IsEnabled = true;
                btnAssignmentAgree.IsEnabled = false;
            }

           // 서버에 연결해서 경로 탐색 후 파일 이름 가져오기
           // SocketConnection();
            string fileName = System.IO.Path.GetFileNameWithoutExtension(@d.Row[11].ToString());
            string fileExtension = System.IO.Path.GetExtension(@d.Row[11].ToString());
            
            // 총 11개
            // 0            1           2           3               4               5               6               7                    8                   9               10        11     12
            // wi_id    ex_pr_name  ex_pr_type  ex_description  ex_start_date   ex_end_date     ex_pr_status    ex_start_file_idx   ex_end_file_idx     ex_platform     ex_is_used(진행OR대기중)  ex_path  ex_data (과제요약)
            name.Content = d.Row[1];
            type.Content = d.Row[2];
            description.Content = d.Row[3];
            status.Content = d.Row[6];

            tool.Content = d.Row[9];

            used.Content = d.Row[10];

            path = d.Row[11].ToString();
			
            
			
            btnDownload.Content = new TextBlock()
            {
                Text = fileName + fileExtension,
                TextWrapping = TextWrapping.Wrap
            };


            label1.Content = "과제게시판 > 과제 DB > " + d.Row[1];
            Main.relationPage.Change_BtnContent(Main.relationPage.tbCenterText, d.Row[1].ToString()); //중심버튼 이름 바꿔주기
            
            if (data.Row[10].Equals("진행중"))
            {
                cloud.Run();//태그 구름 동작 메소드
                TagCloud();
                del1.Visibility = Visibility.Visible;
                del2.Visibility = Visibility.Visible;
                del3.Visibility = Visibility.Visible;
                del4.Visibility = Visibility.Visible;
                del5.Visibility = Visibility.Visible;
            }
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.grid_AreaX = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.grid_AreaT = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.pag_trans = ((WpfPageTransitions.PageTransition)(target));
     return;
     case 5:
     this.can_AreaM = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.menugeneral = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.border1 = ((System.Windows.Controls.Border)(target));
     return;
     case 8:
     this.Eventos = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.But_Eventos = ((System.Windows.Controls.Button)(target));
     
     #line 160 "..\..\..\UI\areatrabajo_Configuracion.xaml"
     this.But_Eventos.Click += new System.Windows.RoutedEventHandler(this.But_Eventos_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.Reportes = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.But_Reportes = ((System.Windows.Controls.Button)(target));
     return;
     case 12:
     this.Ayuda = ((System.Windows.Controls.Grid)(target));
     return;
     case 13:
     this.border_Copy = ((System.Windows.Controls.Border)(target));
     return;
     case 14:
     this.But_Busqueda = ((System.Windows.Controls.Button)(target));
     return;
     case 15:
     this.But_Inicio = ((System.Windows.Controls.Button)(target));
     return;
     case 16:
     this.Guardar = ((System.Windows.Controls.Canvas)(target));
     return;
     case 17:
     this.But_Guardar = ((System.Windows.Controls.Button)(target));
     return;
     case 18:
     this.Nuevo = ((System.Windows.Controls.Canvas)(target));
     return;
     case 19:
     this.But_Nuevo = ((System.Windows.Controls.Button)(target));
     return;
     case 20:
     this.Declinar = ((System.Windows.Controls.Canvas)(target));
     return;
     case 21:
     this.But_Declinar = ((System.Windows.Controls.Button)(target));
     return;
     case 22:
     this.Imprimir = ((System.Windows.Controls.Canvas)(target));
     return;
     case 23:
     this.But_Imprimir = ((System.Windows.Controls.Button)(target));
     
     #line 245 "..\..\..\UI\areatrabajo_Configuracion.xaml"
     this.But_Imprimir.Click += new System.Windows.RoutedEventHandler(this.But_Imprimir_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 17
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\..\UI\areatrabajo.xaml"
     ((SIC.UI.areatrabajo)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.grid_AreaX = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.grid_AreaT = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.pag_trans = ((WpfPageTransitions.PageTransition)(target));
     return;
     case 6:
     this.can_AreaM = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.usc_buscardocente = ((SIC.Objs.Controles.us_BuscarDocente)(target));
     return;
     case 8:
     this.But_Busqueda = ((System.Windows.Controls.Button)(target));
     return;
     case 9:
     this.But_Inicio = ((System.Windows.Controls.Button)(target));
     return;
     case 10:
     this.Guardar = ((System.Windows.Controls.Canvas)(target));
     return;
     case 11:
     this.But_Guardar = ((System.Windows.Controls.Button)(target));
     
     #line 136 "..\..\..\UI\areatrabajo.xaml"
     this.But_Guardar.Click += new System.Windows.RoutedEventHandler(this.But_Guardar_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.Nuevo = ((System.Windows.Controls.Canvas)(target));
     return;
     case 13:
     this.But_Nuevo = ((System.Windows.Controls.Button)(target));
     
     #line 140 "..\..\..\UI\areatrabajo.xaml"
     this.But_Nuevo.Click += new System.Windows.RoutedEventHandler(this.But_Nuevo_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.Declinar = ((System.Windows.Controls.Canvas)(target));
     return;
     case 15:
     this.But_Declinar = ((System.Windows.Controls.Button)(target));
     
     #line 144 "..\..\..\UI\areatrabajo.xaml"
     this.But_Declinar.Click += new System.Windows.RoutedEventHandler(this.But_Declinar_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.Imprimir = ((System.Windows.Controls.Canvas)(target));
     return;
     case 17:
     this.But_Imprimir = ((System.Windows.Controls.Button)(target));
     
     #line 148 "..\..\..\UI\areatrabajo.xaml"
     this.But_Imprimir.Click += new System.Windows.RoutedEventHandler(this.But_Imprimir_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.metroWindow = ((LoginScreen.MainWindow)(target));
                return;

            case 2:
                this.RegisterNotActive_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 3:
                this.HelpNotActive_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 4:
                this.RegisterActive_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 5:
                this.LoginNotActive_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 6:
                this.HelpNotActive_BeginStoryboard1 = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 7:
                this.HelpActive_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 8:
                this.LoginNotActive_BeginStoryboard1 = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

            case 9:
                this.RegisterNotActive_BeginStoryboard1 = ((System.Windows.Media.Animation.BeginStoryboard)(target));
                return;

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

            #line 80 "..\..\MainWindow.xaml"
                this.image.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.image_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 90 "..\..\MainWindow.xaml"
                this.btnLogin.Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);

            #line default
            #line hidden
                return;

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

            #line 98 "..\..\MainWindow.xaml"
                this.btnRegister.Click += new System.Windows.RoutedEventHandler(this.btnRegister_Click);

            #line default
            #line hidden
                return;

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

            #line 106 "..\..\MainWindow.xaml"
                this.btnHelp.Click += new System.Windows.RoutedEventHandler(this.btnHelp_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.textBlock_Copy = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 15:
                this.textBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.pageTransition = ((WpfPageTransitions.PageTransition)(target));
                return;

            case 17:
                this.textBlock_Copy1 = ((System.Windows.Controls.TextBlock)(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 "..\..\..\UI\MainWindow.xaml"
     ((SIC.MainWindow)(target)).PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Window_PreviewKeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.grid_AreaX = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.grid_AreaT = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.pag_trans = ((WpfPageTransitions.PageTransition)(target));
     return;
     case 6:
     this.can_AreaM = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.usc_buscardocente = ((SIC.Objs.Controles.us_BuscarDocente)(target));
     return;
     case 8:
     this.But_Busqueda = ((System.Windows.Controls.Button)(target));
     return;
     case 9:
     this.But_Inicio = ((System.Windows.Controls.Button)(target));
     return;
     case 10:
     this.But_Guardar1 = ((System.Windows.Controls.Button)(target));
     return;
     case 11:
     this.But_Nuevo = ((System.Windows.Controls.Button)(target));
     return;
     case 12:
     this.But_Declinar = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 20
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Window = ((SIC.inicio)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.us_trangeneral = ((WpfPageTransitions.PageTransition)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 21
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Window = ((SIC.inicio)(target));
     
     #line 13 "..\..\..\UI\inicio.xaml"
     this.Window.Closed += new System.EventHandler(this.Window_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.us_trangeneral = ((WpfPageTransitions.PageTransition)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 22
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.menu1 = ((System.Windows.Controls.Menu)(target));
     return;
     case 2:
     
     #line 30 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.FilterOpen);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 31 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.FilterNew_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.test = ((System.Windows.Controls.MenuItem)(target));
     
     #line 36 "..\..\MainWindow.xaml"
     this.test.Click += new System.Windows.RoutedEventHandler(this.LangChange_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.dk = ((System.Windows.Controls.MenuItem)(target));
     
     #line 37 "..\..\MainWindow.xaml"
     this.dk.Click += new System.Windows.RoutedEventHandler(this.LangChange_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.en = ((System.Windows.Controls.MenuItem)(target));
     
     #line 38 "..\..\MainWindow.xaml"
     this.en.Click += new System.Windows.RoutedEventHandler(this.LangChange_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.de = ((System.Windows.Controls.MenuItem)(target));
     
     #line 39 "..\..\MainWindow.xaml"
     this.de.Click += new System.Windows.RoutedEventHandler(this.LangChange_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 41 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.AdminMenu_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.pageTransition = ((WpfPageTransitions.PageTransition)(target));
     return;
     case 10:
     this.FeedBackLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.Content = ((System.Windows.Controls.Grid)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 23
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\MainWindow.xaml"
                ((PD.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden

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

            #line default
            #line hidden
                return;

            case 2:
                this.border_title = ((System.Windows.Controls.Border)(target));

            #line 54 "..\..\MainWindow.xaml"
                this.border_title.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.border_title_MouseLeftButtonUp);

            #line default
            #line hidden

            #line 55 "..\..\MainWindow.xaml"
                this.border_title.MouseMove += new System.Windows.Input.MouseEventHandler(this.border_title_MouseMove);

            #line default
            #line hidden

            #line 56 "..\..\MainWindow.xaml"
                this.border_title.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.border_title_PreviewMouseLeftButtonDown);

            #line default
            #line hidden
                return;

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

            case 4:
                this.label_ID = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 101 "..\..\MainWindow.xaml"
                this.txt_ID.GotFocus += new System.Windows.RoutedEventHandler(this.Txt_ID_GotFocus);

            #line default
            #line hidden

            #line 102 "..\..\MainWindow.xaml"
                this.txt_ID.LostFocus += new System.Windows.RoutedEventHandler(this.Txt_ID_LostFocus);

            #line default
            #line hidden
                return;

            case 6:
                this.RBtn_Gauge_Page = ((System.Windows.Controls.RadioButton)(target));

            #line 135 "..\..\MainWindow.xaml"
                this.RBtn_Gauge_Page.Checked += new System.Windows.RoutedEventHandler(this.RBtn_Gauge_Page_Checked);

            #line default
            #line hidden
                return;

            case 7:
                this.RBtn_Chart_Page = ((System.Windows.Controls.RadioButton)(target));

            #line 144 "..\..\MainWindow.xaml"
                this.RBtn_Chart_Page.Checked += new System.Windows.RoutedEventHandler(this.RBtn_Chart_Page_Checked);

            #line default
            #line hidden
                return;

            case 8:
                this.RBtn_DataGrid_Page = ((System.Windows.Controls.RadioButton)(target));

            #line 153 "..\..\MainWindow.xaml"
                this.RBtn_DataGrid_Page.Checked += new System.Windows.RoutedEventHandler(this.RBtn_DataGrid_Page_Checked);

            #line default
            #line hidden
                return;

            case 9:
                this.RBtn_Laser_Page = ((System.Windows.Controls.RadioButton)(target));

            #line 162 "..\..\MainWindow.xaml"
                this.RBtn_Laser_Page.Checked += new System.Windows.RoutedEventHandler(this.RBtn_Laser_Page_Checked);

            #line default
            #line hidden
                return;

            case 10:
                this.RBtn_Log = ((System.Windows.Controls.RadioButton)(target));

            #line 171 "..\..\MainWindow.xaml"
                this.RBtn_Log.Checked += new System.Windows.RoutedEventHandler(this.RBtn_Log_Checked);

            #line default
            #line hidden
                return;

            case 11:
                this.RBtn_Setting = ((System.Windows.Controls.RadioButton)(target));

            #line 180 "..\..\MainWindow.xaml"
                this.RBtn_Setting.Checked += new System.Windows.RoutedEventHandler(this.RBtn_Setting_Checked);

            #line default
            #line hidden
                return;

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

            #line 205 "..\..\MainWindow.xaml"
                this.btn_help.Click += new System.Windows.RoutedEventHandler(this.btn_help_Click);

            #line default
            #line hidden
                return;

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

            #line 213 "..\..\MainWindow.xaml"
                this.btn_min.Click += new System.Windows.RoutedEventHandler(this.btn_min_Click);

            #line default
            #line hidden
                return;

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

            #line 221 "..\..\MainWindow.xaml"
                this.btn_max.Click += new System.Windows.RoutedEventHandler(this.btn_max_Click);

            #line default
            #line hidden

            #line 222 "..\..\MainWindow.xaml"
                this.btn_max.Loaded += new System.Windows.RoutedEventHandler(this.btn_max_Loaded);

            #line default
            #line hidden
                return;

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

            #line 230 "..\..\MainWindow.xaml"
                this.btn_close.Click += new System.Windows.RoutedEventHandler(this.btn_close_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.combox_comport = ((System.Windows.Controls.ComboBox)(target));

            #line 320 "..\..\MainWindow.xaml"
                this.combox_comport.DropDownClosed += new System.EventHandler(this.combox_comport_DropDownClosed);

            #line default
            #line hidden

            #line 321 "..\..\MainWindow.xaml"
                this.combox_comport.DropDownOpened += new System.EventHandler(this.combox_comport_DropDownOpened);

            #line default
            #line hidden
                return;

            case 17:
                this.combox_product = ((System.Windows.Controls.ComboBox)(target));

            #line 331 "..\..\MainWindow.xaml"
                this.combox_product.DropDownClosed += new System.EventHandler(this.combox_product_DropDownClosed);

            #line default
            #line hidden
                return;

            case 18:
                this.btn_ID = ((System.Windows.Controls.Button)(target));

            #line 344 "..\..\MainWindow.xaml"
                this.btn_ID.Click += new System.Windows.RoutedEventHandler(this.btn_ID_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.btn_GO = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 352 "..\..\MainWindow.xaml"
                this.btn_GO.Click += new System.Windows.RoutedEventHandler(this.btn_GO_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.grid_cmd = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 21:
                this.txtBox_comment = ((System.Windows.Controls.TextBox)(target));

            #line 388 "..\..\MainWindow.xaml"
                this.txtBox_comment.GotFocus += new System.Windows.RoutedEventHandler(this.txtBox_comment_GotFocus);

            #line default
            #line hidden

            #line 389 "..\..\MainWindow.xaml"
                this.txtBox_comment.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtBox_comment_KeyDown);

            #line default
            #line hidden

            #line 390 "..\..\MainWindow.xaml"
                this.txtBox_comment.LostFocus += new System.Windows.RoutedEventHandler(this.txtBox_comment_LostFocus);

            #line default
            #line hidden

            #line 392 "..\..\MainWindow.xaml"
                this.txtBox_comment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBox_comment_TextChanged);

            #line default
            #line hidden
                return;

            case 22:
                this.Btn_Send = ((System.Windows.Controls.Button)(target));

            #line 398 "..\..\MainWindow.xaml"
                this.Btn_Send.Click += new System.Windows.RoutedEventHandler(this.Btn_Send_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.Btn_cmd_list = ((System.Windows.Controls.Button)(target));

            #line 405 "..\..\MainWindow.xaml"
                this.Btn_cmd_list.Click += new System.Windows.RoutedEventHandler(this.Btn_cmd_list_Click);

            #line default
            #line hidden
                return;

            case 24:

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

            #line default
            #line hidden
                return;

            case 25:

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

            #line default
            #line hidden
                return;

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

            #line 421 "..\..\MainWindow.xaml"
                this.btn_D0.Click += new System.Windows.RoutedEventHandler(this.btn_D0_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.ComBox_Calibration = ((System.Windows.Controls.ComboBox)(target));

            #line 430 "..\..\MainWindow.xaml"
                this.ComBox_Calibration.DropDownClosed += new System.EventHandler(this.ComBox_Calibration_DropDownClosed);

            #line default
            #line hidden

            #line 431 "..\..\MainWindow.xaml"
                this.ComBox_Calibration.DropDownOpened += new System.EventHandler(this.ComBox_Calibration_DropDownOpened);

            #line default
            #line hidden
                return;

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

            #line 442 "..\..\MainWindow.xaml"
                this.btn_K_VOA.Click += new System.Windows.RoutedEventHandler(this.K_VOA_Click);

            #line default
            #line hidden
                return;

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

            #line 450 "..\..\MainWindow.xaml"
                this.btn_K_TF.Click += new System.Windows.RoutedEventHandler(this.K_TF_Click);

            #line default
            #line hidden
                return;

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

            #line 458 "..\..\MainWindow.xaml"
                this.K_WL.Click += new System.Windows.RoutedEventHandler(this.K_WL_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.Btn_Save = ((System.Windows.Controls.Button)(target));

            #line 466 "..\..\MainWindow.xaml"
                this.Btn_Save.Click += new System.Windows.RoutedEventHandler(this.Btn_Save_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.tbtn_switch = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 506 "..\..\MainWindow.xaml"
                this.tbtn_switch.Click += new System.Windows.RoutedEventHandler(this.tbtn_switch_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.Combox_Switch_Laser_Band = ((System.Windows.Controls.ComboBox)(target));

            #line 516 "..\..\MainWindow.xaml"
                this.Combox_Switch_Laser_Band.DropDownClosed += new System.EventHandler(this.Combox_Switch_Laser_Band_DropDownClosed);

            #line default
            #line hidden
                return;

            case 34:
                this.grid_Unit = ((System.Windows.Controls.Grid)(target));
                return;

            case 35:
                this.TBtn_UnitMode = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 542 "..\..\MainWindow.xaml"
                this.TBtn_UnitMode.Click += new System.Windows.RoutedEventHandler(this.TBtn_Unit_Click);

            #line default
            #line hidden
                return;

            case 36:

            #line 551 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.TextBlock)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.grid_Unit_MouseLeftButtonDown);

            #line default
            #line hidden
                return;

            case 37:
                this.run_dBm = ((System.Windows.Documents.Run)(target));
                return;

            case 38:
                this.run_dB = ((System.Windows.Documents.Run)(target));
                return;

            case 39:
                this.btn_Stop = ((System.Windows.Controls.Button)(target));

            #line 569 "..\..\MainWindow.xaml"
                this.btn_Stop.Click += new System.Windows.RoutedEventHandler(this.btn_Stop_Click);

            #line default
            #line hidden
                return;

            case 40:
                this.border_status = ((System.Windows.Controls.Border)(target));
                return;

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

            case 42:

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

            #line default
            #line hidden
                return;

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

            case 44:
                this.grid_All_Ch_Status = ((System.Windows.Controls.Grid)(target));
                return;

            case 45:
                this.grid_clock = ((System.Windows.Controls.Grid)(target));

            #line 702 "..\..\MainWindow.xaml"
                this.grid_clock.Loaded += new System.Windows.RoutedEventHandler(this.Grid_clock_Loaded);

            #line default
            #line hidden
                return;

            case 46:
                this.txt_time = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 47:
                this.txt_date = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 48:
                this.grid_process_schedule = ((System.Windows.Controls.Grid)(target));
                return;

            case 49:
                this.btn_desktop = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 746 "..\..\MainWindow.xaml"
                this.btn_desktop.Click += new System.Windows.RoutedEventHandler(this.btn_desktop_Click);

            #line default
            #line hidden
                return;

            case 50:
                this.Frame_Navigation = ((System.Windows.Controls.Frame)(target));
                return;

            case 51:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;

            case 52:
                this.txtnum = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 24
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.transition = ((WpfPageTransitions.PageTransition)(target));
     return;
     case 2:
     this.Page = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 3:
     this.search = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.b1 = ((System.Windows.Controls.Button)(target));
     
     #line 37 "..\..\..\..\pages\home\Home.xaml"
     this.b1.Click += new System.Windows.RoutedEventHandler(this.b1_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.menu = ((FirstFloor.ModernUI.Windows.Controls.ModernTab)(target));
     
     #line 48 "..\..\..\..\pages\home\Home.xaml"
     this.menu.SelectedSourceChanged += new System.EventHandler<FirstFloor.ModernUI.Windows.Controls.SourceEventArgs>(this.menu_SelectedSourceChanged);
     
     #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:

            #line 17 "..\..\..\Views\CuaHang.xaml"
                ((QLCuaHang.Views.CuaHang)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.igridnen = ((System.Windows.Media.ImageBrush)(target));
                return;

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

            #line 29 "..\..\..\Views\CuaHang.xaml"
                this.btnphucvu.Click += new System.Windows.RoutedEventHandler(this.btnphucvu_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.hinhphucvu = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 35 "..\..\..\Views\CuaHang.xaml"
                this.btnkhuvuc.Click += new System.Windows.RoutedEventHandler(this.btnkhuvuc_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.hinhkhuvuc = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 41 "..\..\..\Views\CuaHang.xaml"
                this.btnban.Click += new System.Windows.RoutedEventHandler(this.btnban_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.hinhban = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 47 "..\..\..\Views\CuaHang.xaml"
                this.btnthucdon.Click += new System.Windows.RoutedEventHandler(this.btnthucdon_Click);

            #line default
            #line hidden
                return;

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

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

            #line 53 "..\..\..\Views\CuaHang.xaml"
                this.btngiamgia.Click += new System.Windows.RoutedEventHandler(this.btngiamgia_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.hinhgiamgia = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 59 "..\..\..\Views\CuaHang.xaml"
                this.btnthongke.Click += new System.Windows.RoutedEventHandler(this.btnthongke_Click);

            #line default
            #line hidden
                return;

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

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

            #line 65 "..\..\..\Views\CuaHang.xaml"
                this.btntaikhoan.Click += new System.Windows.RoutedEventHandler(this.btntaikhoan_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.hinhtaikhoan = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 71 "..\..\..\Views\CuaHang.xaml"
                this.btndangxuat.Click += new System.Windows.RoutedEventHandler(this.btndangxuat_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.hinhdangxuat = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 77 "..\..\..\Views\CuaHang.xaml"
                this.btnthoat.Click += new System.Windows.RoutedEventHandler(this.btnthoat_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.hinhthoat = ((System.Windows.Controls.Image)(target));
                return;

            case 21:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 26
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 13 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                ((PD.NavigationPages.Page_DataGrid)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.pageTransitionControl = ((WpfPageTransitions.PageTransition)(target));
                return;

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

            #line 47 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.Btn_select_all.Click += new System.Windows.RoutedEventHandler(this.Btn_select_all_Click);

            #line default
            #line hidden
                return;

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

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

            #line 64 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_opendialog.Click += new System.Windows.RoutedEventHandler(this.btn_opendialog_Click);

            #line default
            #line hidden
                return;

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

            #line 70 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_show_ref_now.Click += new System.Windows.RoutedEventHandler(this.btn_show_ref_now_Click);

            #line default
            #line hidden
                return;

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

            #line 77 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_show.Click += new System.Windows.RoutedEventHandler(this.Btn_show_Click);

            #line default
            #line hidden
                return;

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

            #line 83 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_show_ref_chart.Click += new System.Windows.RoutedEventHandler(this.Btn_show_ref_chart_Click);

            #line default
            #line hidden
                return;

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

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

            #line 107 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_reload.Click += new System.Windows.RoutedEventHandler(this.btn_reload_Click);

            #line default
            #line hidden
                return;

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

            #line 114 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_board_v.Click += new System.Windows.RoutedEventHandler(this.btn_board_v_Click);

            #line default
            #line hidden
                return;

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

            #line 128 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_board_v1.Click += new System.Windows.RoutedEventHandler(this.btn_board_v123_Click);

            #line default
            #line hidden
                return;

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

            #line 135 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_board_v2.Click += new System.Windows.RoutedEventHandler(this.btn_board_v123_Click);

            #line default
            #line hidden
                return;

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

            #line 142 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_board_v3.Click += new System.Windows.RoutedEventHandler(this.btn_board_v123_Click);

            #line default
            #line hidden
                return;

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

            #line 150 "..\..\..\NavigationPages\Page_DataGrid.xaml"
                this.btn_save_v.Click += new System.Windows.RoutedEventHandler(this.btn_save_v_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }