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

            case 2:
                this.RoomIDComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

            case 3:
                this.GuestIDComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

            case 4:
                this.StartDateDatePicker = ((HandyControl.Controls.DatePicker)(target));
                return;

            case 5:
                this.EndDateDatePicker = ((HandyControl.Controls.DatePicker)(target));
                return;

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

            case 7:
                this.reservationDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

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

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

            #line 77 "..\..\..\Reservation\ReservationDetailWindow.xaml"
                this.Done.Click += new System.Windows.RoutedEventHandler(this.Done_Click);

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

            case 2:
                this.InvoiceTextBox = ((HandyControl.Controls.TextBox)(target));
                return;

            case 3:
                this.CustomerComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

            case 4:
                this.DateDatePicker = ((HandyControl.Controls.DatePicker)(target));
                return;

            case 5:
                this.StatusComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

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

            case 7:
                this.invoiceDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

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

            #line 78 "..\..\..\Invoice\InvoiceDetailWindow.xaml"
                this.Done.Click += new System.Windows.RoutedEventHandler(this.Done_Click);

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

            case 2:
                this.RoomIDComboBox = ((HandyControl.Controls.ComboBox)(target));

            #line 33 "..\..\..\Reservation\AddReservationWindow.xaml"
                this.RoomIDComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.RoomIDComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.GuestIDComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

            case 4:
                this.StartDateDatePicker = ((HandyControl.Controls.DatePicker)(target));
                return;

            case 5:
                this.EndDateDatePicker = ((HandyControl.Controls.DatePicker)(target));

            #line 48 "..\..\..\Reservation\AddReservationWindow.xaml"
                this.EndDateDatePicker.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.EndDateDatePicker_SelectedDateChanged);

            #line default
            #line hidden
                return;

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

            case 7:
                this.ServiceComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

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

            #line 67 "..\..\..\Reservation\AddReservationWindow.xaml"
                this.AddServiceButton.Click += new System.Windows.RoutedEventHandler(this.AddServiceButton_Click);

            #line default
            #line hidden
                return;

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

            #line 68 "..\..\..\Reservation\AddReservationWindow.xaml"
                this.RemoveServiceButton.Click += new System.Windows.RoutedEventHandler(this.RemoveButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.reservationDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 11:

            #line 77 "..\..\..\Reservation\AddReservationWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RemoveButton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.TotalTextBox = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 104 "..\..\..\Reservation\AddReservationWindow.xaml"
                this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.Cancel = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Information = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.InvoiceTextBox = ((HandyControl.Controls.TextBox)(target));
                return;

            case 3:
                this.CustomerComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

            case 4:
                this.DateDatePicker = ((HandyControl.Controls.DatePicker)(target));
                return;

            case 5:
                this.StatusComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

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

            case 7:
                this.ProductComboBox = ((HandyControl.Controls.ComboBox)(target));
                return;

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

            #line 69 "..\..\..\Invoice\AddInvoiceWindow.xaml"
                this.AddProductButton.Click += new System.Windows.RoutedEventHandler(this.AddProductButton_Click);

            #line default
            #line hidden
                return;

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

            #line 70 "..\..\..\Invoice\AddInvoiceWindow.xaml"
                this.RemoveProductButton.Click += new System.Windows.RoutedEventHandler(this.RemoveButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.invoiceDataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 11:

            #line 79 "..\..\..\Invoice\AddInvoiceWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RemoveButton_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.TotalTextBox = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 113 "..\..\..\Invoice\AddInvoiceWindow.xaml"
                this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.Cancel = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btn_notif = ((System.Windows.Controls.Image)(target));
                return;

            case 2:
                this.btn_msg = ((System.Windows.Controls.Image)(target));
                return;

            case 3:
                this.pic = ((System.Windows.Controls.Image)(target));
                return;

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

            case 5:
                this.btn_dashboard = ((HandyControl.Controls.SideMenuItem)(target));

            #line 48 "..\..\Secretaire.xaml"
                this.btn_dashboard.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_dashboard_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 6:
                this.btn_C = ((HandyControl.Controls.SideMenuItem)(target));

            #line 58 "..\..\Secretaire.xaml"
                this.btn_C.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_C_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 7:
                this.btn_JEE = ((HandyControl.Controls.SideMenuItem)(target));

            #line 66 "..\..\Secretaire.xaml"
                this.btn_JEE.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_JEE_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 8:
                this.btn_FEBE = ((HandyControl.Controls.SideMenuItem)(target));

            #line 71 "..\..\Secretaire.xaml"
                this.btn_FEBE.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_FEBE_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 9:
                this.btn_Classe1 = ((HandyControl.Controls.SideMenuItem)(target));

            #line 76 "..\..\Secretaire.xaml"
                this.btn_Classe1.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_Classe1_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 10:
                this.btn_Classe2 = ((HandyControl.Controls.SideMenuItem)(target));

            #line 81 "..\..\Secretaire.xaml"
                this.btn_Classe2.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_Classe2_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 11:
                this.btn_Classe3 = ((HandyControl.Controls.SideMenuItem)(target));

            #line 86 "..\..\Secretaire.xaml"
                this.btn_Classe3.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_Classe3_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 12:
                this.btn_Classe4 = ((HandyControl.Controls.SideMenuItem)(target));

            #line 91 "..\..\Secretaire.xaml"
                this.btn_Classe4.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_Classe4_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 13:
                this.btn_ret = ((HandyControl.Controls.SideMenuItem)(target));

            #line 97 "..\..\Secretaire.xaml"
                this.btn_ret.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_ret_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 14:
                this.btn_abs = ((HandyControl.Controls.SideMenuItem)(target));

            #line 104 "..\..\Secretaire.xaml"
                this.btn_abs.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.btn_abs_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 15:
                this.dg = ((System.Windows.Controls.DataGrid)(target));
                return;

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

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

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

            case 19:
                this.dg_Dash = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 20:
                this.dg_ABS = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 21:
                this.abs_v = ((System.Windows.Controls.DataGridTemplateColumn)(target));
                return;

            case 23:
                this.abs_nv = ((System.Windows.Controls.DataGridTemplateColumn)(target));
                return;

            case 25:
                this.dg_RE = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 26:
                this.ret_v = ((System.Windows.Controls.DataGridTemplateColumn)(target));
                return;

            case 28:
                this.ret_nv = ((System.Windows.Controls.DataGridTemplateColumn)(target));
                return;

            case 30:
                this.dg_C = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 31:
                this.check_V4 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 32:
                this.check_NV4 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 33:
                this.dg_JEE = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 34:
                this.check_V5 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 35:
                this.check_NV5 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 36:
                this.dg_FEBE = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 37:
                this.check_V6 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 38:
                this.check_NV6 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 39:
                this.dg_Classe1 = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 40:
                this.check_V8 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 41:
                this.check_NV8 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 42:
                this.dg_Classe2 = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 43:
                this.check_V9 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 44:
                this.check_NV9 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 45:
                this.dg_Classe3 = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 46:
                this.check_V10 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 47:
                this.check_NV10 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 48:
                this.dg_Classe4 = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 49:
                this.check_V11 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 50:
                this.check_NV11 = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;

            case 51:
                this.btn_presents = ((System.Windows.Controls.Button)(target));

            #line 266 "..\..\Secretaire.xaml"
                this.btn_presents.Click += new System.Windows.RoutedEventHandler(this.btn_presents_Click);

            #line default
            #line hidden
                return;

            case 52:
                this.btn_retards = ((System.Windows.Controls.Button)(target));

            #line 267 "..\..\Secretaire.xaml"
                this.btn_retards.Click += new System.Windows.RoutedEventHandler(this.btn_retards_Click);

            #line default
            #line hidden
                return;

            case 53:
                this.btn_absents = ((System.Windows.Controls.Button)(target));

            #line 268 "..\..\Secretaire.xaml"
                this.btn_absents.Click += new System.Windows.RoutedEventHandler(this.btn_absents_Click);

            #line default
            #line hidden
                return;

            case 54:
                this.rec_Ab = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 55:
                this.rec_Js = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 56:
                this.rec_V = ((System.Windows.Shapes.Rectangle)(target));
                return;

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

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

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

            case 60:
                this.cer_Ab = ((System.Windows.Shapes.Ellipse)(target));
                return;

            case 61:
                this.cer_Js = ((System.Windows.Shapes.Ellipse)(target));
                return;

            case 62:
                this.cer_V = ((System.Windows.Shapes.Ellipse)(target));
                return;

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

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

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

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

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

            case 68:
                this.datetimepicker = ((HandyControl.Controls.DatePicker)(target));

            #line 285 "..\..\Secretaire.xaml"
                this.datetimepicker.KeyUp += new System.Windows.Input.KeyEventHandler(this.datetimepicker1);

            #line default
            #line hidden
                return;

            case 69:
                this.textboxSearch = ((System.Windows.Controls.TextBox)(target));

            #line 288 "..\..\Secretaire.xaml"
                this.textboxSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);

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