Exemple #1
0
        public Page GetModulePage(string ModuleKey)
        {

            Page PageModule = (Page)this.GetModuleItem(ModuleKey).Instance;
            if (PageModule == null)
            {
                try
                {
                    ObjectHandle handle = Activator.CreateInstanceFrom(Assembly.GetExecutingAssembly().Location, this.GetModuleItem(ModuleKey).ClassName);
                    PageModule = (Page)handle.Unwrap();
                    this.GetModuleItem(ModuleKey).Instance = PageModule;
                }
                catch (Exception ex)
                {
                    //If error that means the page is under construction.
                    LogManager.Instance.LogMessage("Unable to load page: " + ModuleKey, ex);
                    
                    PageModule = new Page();
                    i9Label l = new i9Label();
                    l.Content = ModuleKey + " Coming Soon";
                    l.FontSize = 18;
                    l.HorizontalContentAlignment = HorizontalAlignment.Center;
                    l.VerticalAlignment = VerticalAlignment.Center;
                    PageModule.Content = l;

                    this.GetModuleItem(ModuleKey).Instance = PageModule;
                }
            }

            return PageModule;
        }
Exemple #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SaveButton = ((System.Windows.Controls.Button)(target));

            #line 34 "..\..\..\..\Modules\Admin\ConfidentialityPage.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);

            #line default
            #line hidden
                return;

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

            #line 40 "..\..\..\..\Modules\Admin\ConfidentialityPage.xaml"
                this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.AgencyLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 4:
                this.AgencyComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

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

            case 6:
                this.DynamicEntryControlsListBox = ((System.Windows.Controls.ListBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.GeneralGroupBox = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 2:
                this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 3:
                this.ActivityCategoryLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 4:
                this.ActivityCategoryTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 5:
                this.DispatcherLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 6:
                this.DispatcherTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 7:
                this.DispatchLocationLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 8:
                this.DispatchLocationTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 9:
                this.DispatchLocationOwnerNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 10:
                this.DispatchLocationOwnerNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 11:
                this.EmailAddressLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 12:
                this.EmailAddressTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 13:
                this.OperatorLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 14:
                this.OperatorTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 15:
                this.PriorityCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 16:
                this.PriorityCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 17:
                this.ServiceCallDateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 18:
                this.ServiceCallDateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 19:
                this.ServiceCallerLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 20:
                this.ServiceCallerTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 21:
                this.ServiceCallORILabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 22:
                this.ServiceCallORITextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 23:
                this.ServiceCallOtherContactAddressLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 24:
                this.ServiceCallOtherContactAddressTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 25:
                this.ServiceCallTimeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 26:
                this.ServiceCallTimeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 27:
                this.SourceCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 28:
                this.SourceCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 29:
                this.SourceTextLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 30:
                this.SourceTextTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 31:
                this.TelephoneNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 32:
                this.TelephoneNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.GeneralGroupBox = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 2:
     this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 3:
     this.ActivityCategoryLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 4:
     this.ActivityCategoryTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 5:
     this.DispatcherLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 6:
     this.DispatcherTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 7:
     this.DispatchLocationLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 8:
     this.DispatchLocationTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 9:
     this.DispatchLocationOwnerNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 10:
     this.DispatchLocationOwnerNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 11:
     this.EmailAddressLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 12:
     this.EmailAddressTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 13:
     this.OperatorLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 14:
     this.OperatorTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 15:
     this.PriorityCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 16:
     this.PriorityCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 17:
     this.ServiceCallDateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 18:
     this.ServiceCallDateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 19:
     this.ServiceCallerLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 20:
     this.ServiceCallerTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 21:
     this.ServiceCallORILabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 22:
     this.ServiceCallORITextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 23:
     this.ServiceCallOtherContactAddressLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 24:
     this.ServiceCallOtherContactAddressTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 25:
     this.ServiceCallTimeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 26:
     this.ServiceCallTimeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 27:
     this.SourceCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 28:
     this.SourceCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 29:
     this.SourceTextLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 30:
     this.SourceTextTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 31:
     this.TelephoneNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 32:
     this.TelephoneNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #5
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LocationRemarksTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 2:
     this.PredirectioTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 3:
     this.LocationRemarksLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 4:
     this.PredirectionLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 5:
     this.CityLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 6:
     this.StateComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 7:
     this.CityTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 8:
     this.ZipTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 9:
     this.StateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 10:
     this.ZipLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 11:
     this.BeatComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 12:
     this.BeatLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 13:
     this.comboBox3 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 14:
     this.comboBox4 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 15:
     this.HighwayTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 16:
     this.comboBox6 = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 17:
     this.LatitudeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 18:
     this.LongitudeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 19:
     this.HighwayLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 20:
     this.MileMarkerLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 21:
     this.StreetNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 22:
     this.StreetNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 23:
     this.StreetTypeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 24:
     this.StreetNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 25:
     this.StreetTypeComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 26:
     this.label1 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 27:
     this.StreetNumberextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 28:
     this.PostdirectionComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 29:
     this.ApartmentLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 30:
     this.ApartmenTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 31:
     this.LotNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 32:
     this.LotNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 33:
     this.LocationTypeComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 34:
     this.LocationTypeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                ((Invert911.InvertCommon.Modules.Admin.CodeAdminPage)(target)).Initialized += new System.EventHandler(this.Page_Initialized);

            #line default
            #line hidden
                return;

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

            #line 13 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.RefreshButton.Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);

            #line default
            #line hidden
                return;

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

            #line 20 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.ExportButton.Click += new System.Windows.RoutedEventHandler(this.ExportButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.AgencyLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 5:
                this.AgencyComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 6:
                this.CodeTypesListBox = ((System.Windows.Controls.ListBox)(target));

            #line 33 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.CodeTypesListBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CodeTypesListBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
                return;

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

            #line 76 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);

            #line default
            #line hidden
                return;

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

            #line 82 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.DeleteButton.Click += new System.Windows.RoutedEventHandler(this.DeleteButton_Click);

            #line default
            #line hidden
                return;

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

            #line 89 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);

            #line default
            #line hidden
                return;

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

            #line 95 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);

            #line default
            #line hidden
                return;

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

            #line 103 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
                this.CodeSetExportButton.Click += new System.Windows.RoutedEventHandler(this.CodeSetExportButton_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.CodeListView = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     ((Invert911.InvertCommon.Modules.Admin.CodeAdminPage)(target)).Initialized += new System.EventHandler(this.Page_Initialized);
     
     #line default
     #line hidden
     return;
     case 2:
     this.RefreshButton = ((System.Windows.Controls.Button)(target));
     
     #line 13 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.RefreshButton.Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.ExportButton = ((System.Windows.Controls.Button)(target));
     
     #line 20 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.ExportButton.Click += new System.Windows.RoutedEventHandler(this.ExportButton_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.AgencyLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 5:
     this.AgencyComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 6:
     this.CodeTypesListBox = ((System.Windows.Controls.ListBox)(target));
     
     #line 33 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.CodeTypesListBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CodeTypesListBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 7:
     this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 8:
     this.AddButton = ((System.Windows.Controls.Button)(target));
     
     #line 76 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.DeleteButton = ((System.Windows.Controls.Button)(target));
     
     #line 82 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.DeleteButton.Click += new System.Windows.RoutedEventHandler(this.DeleteButton_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.SaveButton = ((System.Windows.Controls.Button)(target));
     
     #line 89 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.CancelButton = ((System.Windows.Controls.Button)(target));
     
     #line 95 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.CodeSetExportButton = ((System.Windows.Controls.Button)(target));
     
     #line 103 "..\..\..\..\Modules\Admin\CodeAdminPage.xaml"
     this.CodeSetExportButton.Click += new System.Windows.RoutedEventHandler(this.CodeSetExportButton_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.CodeListView = ((System.Windows.Controls.ListView)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.AttachmentNew = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\..\..\Modules\Common\Attachments.xaml"
                this.AttachmentNew.Click += new System.Windows.RoutedEventHandler(this.AttachmentNew_Click);

            #line default
            #line hidden
                return;

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

            #line 13 "..\..\..\..\Modules\Common\Attachments.xaml"
                this.AttachmentRemove.Click += new System.Windows.RoutedEventHandler(this.AttachmentRemove_Click);

            #line default
            #line hidden
                return;

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

            #line 14 "..\..\..\..\Modules\Common\Attachments.xaml"
                this.AttachmentOpen.Click += new System.Windows.RoutedEventHandler(this.AttachmentOpen_Click);

            #line default
            #line hidden
                return;

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

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

            case 6:
                this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 7:
                this.NameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 8:
                this.AttachmentNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 9:
                this.NotesLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 10:
                this.AttachmentNotesTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 11:
                this.CapturedateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 12:
                this.CapturedateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 13:
                this.ImageTypeCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 14:
                this.ImageTypeCodeComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

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

            case 16:
                this.AttachmentListView = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.GeneralGroupBox = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 2:
     this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 3:
     this.AgencyLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 4:
     this.AgencyTextBox = ((Invert911.InvertCommon.StandardGui.i9MultiComboBox)(target));
     return;
     case 5:
     this.ReportNoLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 6:
     this.ReportNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 7:
     this.SupplementNoLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 8:
     this.SupplementNoTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 9:
     this.StatusLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 10:
     this.StatusTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 11:
     this.ReportedDateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 12:
     this.ReportedDateTextBox = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 13:
     this.NatureOfCallLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 14:
     this.NatureOfCallTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 15:
     this.psLabel34 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 16:
     this.BeginDateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 17:
     this.EndDateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 18:
     this.EndDateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 19:
     this.EvidenceHeldIndicatorLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 20:
     this.EvidenceHeldIndicatorTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 21:
     this.psLabel38 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 22:
     this.psTextBox19 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 23:
     this.psLabel39 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 24:
     this.psTextBox20 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 25:
     this.psLabel40 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 26:
     this.psTextBox21 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 27:
     this.label1 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 28:
     this.ORITextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 29:
     this.psLabel41 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 30:
     this.psTextBox22 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 31:
     this.psLabel37 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 32:
     this.psTextBox18 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 33:
     this.psLabel42 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 34:
     this.psTextBox23 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 35:
     this.psLabel43 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 36:
     this.psTextBox24 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 37:
     this.psLabel45 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 38:
     this.psTextBox26 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 39:
     this.psLabel46 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 40:
     this.psTextBox27 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 41:
     this.psLabel44 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 42:
     this.psTextBox25 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 43:
     this.psLabel47 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 44:
     this.psTextBox28 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 45:
     this.psLabel48 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 46:
     this.psTextBox29 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 47:
     this.psLabel49 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 48:
     this.psTextBox30 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 49:
     this.psLabel50 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 50:
     this.psTextBox31 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 51:
     this.IncidentLocation = ((Invert911.InvertCommon.Modules.Location.Location)(target));
     return;
     case 52:
     this.IncidentTabControl = ((System.Windows.Controls.TabControl)(target));
     return;
     case 53:
     this.IncidentCADServiceCall = ((Invert911.InvertCommon.Modules.CAD.CADServiceCall)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.GeneralGroupBox = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 2:
                this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 3:
                this.AgencyLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 4:
                this.AgencyTextBox = ((Invert911.InvertCommon.StandardGui.i9MultiComboBox)(target));
                return;

            case 5:
                this.ReportNoLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 6:
                this.ReportNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 7:
                this.SupplementNoLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 8:
                this.SupplementNoTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 9:
                this.StatusLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 10:
                this.StatusTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 11:
                this.ReportedDateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 12:
                this.ReportedDateTextBox = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 13:
                this.NatureOfCallLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 14:
                this.NatureOfCallTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 15:
                this.psLabel34 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 16:
                this.BeginDateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 17:
                this.EndDateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 18:
                this.EndDateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 19:
                this.EvidenceHeldIndicatorLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 20:
                this.EvidenceHeldIndicatorTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 21:
                this.psLabel38 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 22:
                this.psTextBox19 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 23:
                this.psLabel39 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 24:
                this.psTextBox20 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 25:
                this.psLabel40 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 26:
                this.psTextBox21 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 27:
                this.label1 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 28:
                this.ORITextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 29:
                this.psLabel41 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 30:
                this.psTextBox22 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 31:
                this.psLabel37 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 32:
                this.psTextBox18 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 33:
                this.psLabel42 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 34:
                this.psTextBox23 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 35:
                this.psLabel43 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 36:
                this.psTextBox24 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 37:
                this.psLabel45 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 38:
                this.psTextBox26 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 39:
                this.psLabel46 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 40:
                this.psTextBox27 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 41:
                this.psLabel44 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 42:
                this.psTextBox25 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 43:
                this.psLabel47 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 44:
                this.psTextBox28 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 45:
                this.psLabel48 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 46:
                this.psTextBox29 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 47:
                this.psLabel49 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 48:
                this.psTextBox30 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 49:
                this.psLabel50 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 50:
                this.psTextBox31 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 51:
                this.IncidentLocation = ((Invert911.InvertCommon.Modules.Location.Location)(target));
                return;

            case 52:
                this.IncidentTabControl = ((System.Windows.Controls.TabControl)(target));
                return;

            case 53:
                this.IncidentCADServiceCall = ((Invert911.InvertCommon.Modules.CAD.CADServiceCall)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                ((Invert911.InvertCommon.Modules.Admin.PersonnelPage)(target)).Initialized += new System.EventHandler(this.Page_Initialized);

            #line default
            #line hidden
                return;

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

            #line 23 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.RefreshButton.Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);

            #line default
            #line hidden
                return;

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

            #line 30 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);

            #line default
            #line hidden
                return;

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

            #line 36 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.DeleteButton.Click += new System.Windows.RoutedEventHandler(this.DeleteButton_Click);

            #line default
            #line hidden
                return;

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

            #line 43 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);

            #line default
            #line hidden
                return;

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

            #line 49 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);

            #line default
            #line hidden
                return;

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

            #line 56 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.ExportButton.Click += new System.Windows.RoutedEventHandler(this.ExportButton_Click);

            #line default
            #line hidden
                return;

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

            case 9:
                this.AgencyComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

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

            #line 82 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
                this.PersonnelListView.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.PersonnelListView_SelectionChanged);

            #line default
            #line hidden
                return;

            case 11:
                this.FirstNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 12:
                this.FirstNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 13:
                this.LastNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 14:
                this.LastNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 15:
                this.MiddleNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 16:
                this.MiddleNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 17:
                this.BadgeNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 18:
                this.BadgeNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 19:
                this.OfficerORITextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 20:
                this.OfficerORILabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 21:
                this.PasswordTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 22:
                this.PasswordLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 23:
                this.OfficerAssignmentTypeCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 24:
                this.OfficerAssignmentTypeCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 25:
                this.OfficerActivityTypeCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 26:
                this.OfficerActivityTypeCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 27:
                this.EnabledCheckBox = ((Invert911.InvertCommon.StandardGui.i9CheckBox)(target));
                return;

            case 28:
                this.EmailTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 29:
                this.EmailLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 30:
                this.ModuleNamesListView = ((System.Windows.Controls.ListView)(target));
                return;

            case 31:
                this.TaskNameListView = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 7 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
                ((Invert911.InvertCommon.Modules.Admin.AgencyPage)(target)).Initialized += new System.EventHandler(this.Page_Initialized);

            #line default
            #line hidden
                return;

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

            #line 19 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
                this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);

            #line default
            #line hidden
                return;

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

            #line 25 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
                this.DeleteButton.Click += new System.Windows.RoutedEventHandler(this.DeleteButton_Click);

            #line default
            #line hidden
                return;

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

            #line 32 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);

            #line default
            #line hidden
                return;

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

            #line 38 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
                this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);

            #line default
            #line hidden
                return;

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

            case 7:
                this.AgencyListListBox = ((System.Windows.Controls.ListBox)(target));
                return;

            case 8:
                this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 9:
                this.AgencyDescLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 10:
                this.AgencyDescTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 11:
                this.AgencyNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 12:
                this.AgencyNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 13:
                this.Address1Label = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 14:
                this.Address1TextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 15:
                this.Address2Label = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 16:
                this.Address2TextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 17:
                this.CityLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 18:
                this.CityTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 19:
                this.PhoneNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 20:
                this.PhoneNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 21:
                this.FaxNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 22:
                this.FaxNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 23:
                this.StateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 24:
                this.StateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 25:
                this.ZipLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 26:
                this.ZipTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #13
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
     ((Invert911.InvertCommon.Modules.Admin.AgencyPage)(target)).Initialized += new System.EventHandler(this.Page_Initialized);
     
     #line default
     #line hidden
     return;
     case 2:
     this.AddButton = ((System.Windows.Controls.Button)(target));
     
     #line 19 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
     this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.DeleteButton = ((System.Windows.Controls.Button)(target));
     
     #line 25 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
     this.DeleteButton.Click += new System.Windows.RoutedEventHandler(this.DeleteButton_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.SaveButton = ((System.Windows.Controls.Button)(target));
     
     #line 32 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
     this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.CancelButton = ((System.Windows.Controls.Button)(target));
     
     #line 38 "..\..\..\..\Modules\Admin\AgencyPage.xaml"
     this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.ErrorMsgLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.AgencyListListBox = ((System.Windows.Controls.ListBox)(target));
     return;
     case 8:
     this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 9:
     this.AgencyDescLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 10:
     this.AgencyDescTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 11:
     this.AgencyNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 12:
     this.AgencyNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 13:
     this.Address1Label = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 14:
     this.Address1TextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 15:
     this.Address2Label = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 16:
     this.Address2TextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 17:
     this.CityLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 18:
     this.CityTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 19:
     this.PhoneNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 20:
     this.PhoneNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 21:
     this.FaxNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 22:
     this.FaxNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 23:
     this.StateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 24:
     this.StateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 25:
     this.ZipLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 26:
     this.ZipTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LocationRemarksTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 2:
                this.PredirectioTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 3:
                this.LocationRemarksLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 4:
                this.PredirectionLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 5:
                this.CityLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 6:
                this.StateComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 7:
                this.CityTextBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 8:
                this.ZipTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 9:
                this.StateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 10:
                this.ZipLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 11:
                this.BeatComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 12:
                this.BeatLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 13:
                this.comboBox3 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 14:
                this.comboBox4 = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 15:
                this.HighwayTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 16:
                this.comboBox6 = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 17:
                this.LatitudeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 18:
                this.LongitudeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 19:
                this.HighwayLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 20:
                this.MileMarkerLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 21:
                this.StreetNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 22:
                this.StreetNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 23:
                this.StreetTypeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 24:
                this.StreetNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 25:
                this.StreetTypeComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 26:
                this.label1 = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 27:
                this.StreetNumberextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 28:
                this.PostdirectionComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 29:
                this.ApartmentLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 30:
                this.ApartmenTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 31:
                this.LotNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;

            case 32:
                this.LotNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
                return;

            case 33:
                this.LocationTypeComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
                return;

            case 34:
                this.LocationTypeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.AttachmentNew = ((System.Windows.Controls.Button)(target));
     
     #line 12 "..\..\..\..\Modules\Common\Attachments.xaml"
     this.AttachmentNew.Click += new System.Windows.RoutedEventHandler(this.AttachmentNew_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.AttachmentRemove = ((System.Windows.Controls.Button)(target));
     
     #line 13 "..\..\..\..\Modules\Common\Attachments.xaml"
     this.AttachmentRemove.Click += new System.Windows.RoutedEventHandler(this.AttachmentRemove_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.AttachmentOpen = ((System.Windows.Controls.Button)(target));
     
     #line 14 "..\..\..\..\Modules\Common\Attachments.xaml"
     this.AttachmentOpen.Click += new System.Windows.RoutedEventHandler(this.AttachmentOpen_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.AttachmentDataAdd = ((System.Windows.Controls.Button)(target));
     return;
     case 5:
     this.AttachmentDataRemove = ((System.Windows.Controls.Button)(target));
     return;
     case 6:
     this.MainWrapPanel = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 7:
     this.NameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 8:
     this.AttachmentNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 9:
     this.NotesLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 10:
     this.AttachmentNotesTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 11:
     this.CapturedateLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 12:
     this.CapturedateTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 13:
     this.ImageTypeCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 14:
     this.ImageTypeCodeComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 15:
     this.AttachmentImage = ((System.Windows.Controls.Image)(target));
     return;
     case 16:
     this.AttachmentListView = ((System.Windows.Controls.ListView)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.SaveButton = ((System.Windows.Controls.Button)(target));
     
     #line 34 "..\..\..\..\Modules\Admin\ConfidentialityPage.xaml"
     this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.CancelButton = ((System.Windows.Controls.Button)(target));
     
     #line 40 "..\..\..\..\Modules\Admin\ConfidentialityPage.xaml"
     this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.AgencyLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 4:
     this.AgencyComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 5:
     this.ErrorMsgLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.DynamicEntryControlsListBox = ((System.Windows.Controls.ListBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     ((Invert911.InvertCommon.Modules.Admin.PersonnelPage)(target)).Initialized += new System.EventHandler(this.Page_Initialized);
     
     #line default
     #line hidden
     return;
     case 2:
     this.RefreshButton = ((System.Windows.Controls.Button)(target));
     
     #line 23 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.RefreshButton.Click += new System.Windows.RoutedEventHandler(this.RefreshButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.AddButton = ((System.Windows.Controls.Button)(target));
     
     #line 30 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.AddButton.Click += new System.Windows.RoutedEventHandler(this.AddButton_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.DeleteButton = ((System.Windows.Controls.Button)(target));
     
     #line 36 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.DeleteButton.Click += new System.Windows.RoutedEventHandler(this.DeleteButton_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.SaveButton = ((System.Windows.Controls.Button)(target));
     
     #line 43 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.CancelButton = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.ExportButton = ((System.Windows.Controls.Button)(target));
     
     #line 56 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.ExportButton.Click += new System.Windows.RoutedEventHandler(this.ExportButton_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.AgencyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.AgencyComboBox = ((Invert911.InvertCommon.StandardGui.i9ComboBox)(target));
     return;
     case 10:
     this.PersonnelListView = ((System.Windows.Controls.ListView)(target));
     
     #line 82 "..\..\..\..\Modules\Admin\PersonnelPage.xaml"
     this.PersonnelListView.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.PersonnelListView_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.FirstNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 12:
     this.FirstNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 13:
     this.LastNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 14:
     this.LastNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 15:
     this.MiddleNameTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 16:
     this.MiddleNameLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 17:
     this.BadgeNumberTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 18:
     this.BadgeNumberLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 19:
     this.OfficerORITextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 20:
     this.OfficerORILabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 21:
     this.PasswordTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 22:
     this.PasswordLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 23:
     this.OfficerAssignmentTypeCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 24:
     this.OfficerAssignmentTypeCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 25:
     this.OfficerActivityTypeCodeTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 26:
     this.OfficerActivityTypeCodeLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 27:
     this.EnabledCheckBox = ((Invert911.InvertCommon.StandardGui.i9CheckBox)(target));
     return;
     case 28:
     this.EmailTextBox = ((Invert911.InvertCommon.StandardGui.i9TextBox)(target));
     return;
     case 29:
     this.EmailLabel = ((Invert911.InvertCommon.StandardGui.i9Label)(target));
     return;
     case 30:
     this.ModuleNamesListView = ((System.Windows.Controls.ListView)(target));
     return;
     case 31:
     this.TaskNameListView = ((System.Windows.Controls.ListView)(target));
     return;
     }
     this._contentLoaded = true;
 }