예제 #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 9 "..\..\..\..\..\Modules\Law\PolicePad\PolicePadWindow.xaml"
     ((Invert911.InvertCommon.Modules.Law.PolicePad.PolicePadWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.MainDockPanel = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 3:
     this.UserNameStatusBarItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
     return;
     case 4:
     this.MessageStatusBarItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
     return;
     case 5:
     this.NightModeStatusBarItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
     return;
     case 6:
     this.NightModeButton = ((System.Windows.Controls.Button)(target));
     
     #line 18 "..\..\..\..\..\Modules\Law\PolicePad\PolicePadWindow.xaml"
     this.NightModeButton.Click += new System.Windows.RoutedEventHandler(this.NightModeButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.ShowKeyboardButton = ((System.Windows.Controls.Button)(target));
     
     #line 20 "..\..\..\..\..\Modules\Law\PolicePad\PolicePadWindow.xaml"
     this.ShowKeyboardButton.Click += new System.Windows.RoutedEventHandler(this.ShowKeyboardButton_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.MainKeyBoard = ((Invert911.InvertCommon.StandardGui.psKeyboard)(target));
     return;
     case 9:
     this.ConsoleTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.MenuDockPanel = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 11:
     this.NavigationStackPanel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 12:
     this.MainFrame = ((System.Windows.Controls.Frame)(target));
     return;
     }
     this._contentLoaded = true;
 }
예제 #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 8 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
     ((Invert911.CAD.MobileTerminalPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);
     
     #line default
     #line hidden
     
     #line 8 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
     ((Invert911.CAD.MobileTerminalPage)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);
     
     #line default
     #line hidden
     
     #line 8 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
     ((Invert911.CAD.MobileTerminalPage)(target)).Unloaded += new System.Windows.RoutedEventHandler(this.Page_Unloaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.MainDockPanel = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 3:
     this._mainMenu = ((System.Windows.Controls.Menu)(target));
     return;
     case 4:
     this._fileMenu = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 5:
     
     #line 30 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this._editMenu = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 7:
     this._undo = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 8:
     this._redo = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 9:
     this._cut = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 10:
     this._copy = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 11:
     this._paste = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 12:
     this._delete = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 13:
     this._helpMenu = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 14:
     this.reportIssue = ((System.Windows.Controls.MenuItem)(target));
     return;
     case 15:
     this.ModulesList = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 16:
     this.KeyboardArea = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 17:
     this.MainKeyboard = ((Invert911.InvertCommon.StandardGui.psKeyboard)(target));
     return;
     case 18:
     this.NavigatorTreeView = ((System.Windows.Controls.TreeView)(target));
     return;
     case 19:
     this.psClipboard = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 20:
     this.ClipboardTreeView = ((System.Windows.Controls.TreeView)(target));
     return;
     case 21:
     this.MainBackground = ((System.Windows.Controls.Grid)(target));
     return;
     }
     this._contentLoaded = true;
 }
예제 #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

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

            #line default
            #line hidden
                return;

            case 2:
                this.MainDockPanel = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 3:
                this.UserNameStatusBarItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

            case 4:
                this.MessageStatusBarItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

            case 5:
                this.NightModeStatusBarItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

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

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

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;

            case 8:
                this.MainKeyBoard = ((Invert911.InvertCommon.StandardGui.psKeyboard)(target));
                return;

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

            case 10:
                this.MainFrame = ((System.Windows.Controls.Frame)(target));
                return;
            }
            this._contentLoaded = true;
        }
예제 #4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
                ((Invert911.CAD.MobileTerminalPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden

            #line 8 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
                ((Invert911.CAD.MobileTerminalPage)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);

            #line default
            #line hidden

            #line 8 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
                ((Invert911.CAD.MobileTerminalPage)(target)).Unloaded += new System.Windows.RoutedEventHandler(this.Page_Unloaded);

            #line default
            #line hidden
                return;

            case 2:
                this.MainDockPanel = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 3:
                this._mainMenu = ((System.Windows.Controls.Menu)(target));
                return;

            case 4:
                this._fileMenu = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 5:

            #line 30 "..\..\..\..\Modules\CAD\MobileTerminalPage.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);

            #line default
            #line hidden
                return;

            case 6:
                this._editMenu = ((System.Windows.Controls.MenuItem)(target));
                return;

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

            case 8:
                this._redo = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 9:
                this._cut = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 10:
                this._copy = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 11:
                this._paste = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 12:
                this._delete = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 13:
                this._helpMenu = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 14:
                this.reportIssue = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 15:
                this.ModulesList = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 16:
                this.KeyboardArea = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 17:
                this.MainKeyboard = ((Invert911.InvertCommon.StandardGui.psKeyboard)(target));
                return;

            case 18:
                this.NavigatorTreeView = ((System.Windows.Controls.TreeView)(target));
                return;

            case 19:
                this.psClipboard = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 20:
                this.ClipboardTreeView = ((System.Windows.Controls.TreeView)(target));
                return;

            case 21:
                this.MainBackground = ((System.Windows.Controls.Grid)(target));
                return;
            }
            this._contentLoaded = true;
        }