void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.formLiveStreamerPlus = ((LiveStreamerPlus.MainWindow)(target));

            #line 9 "..\..\LiveStreamerPlus.xaml"
                this.formLiveStreamerPlus.Loaded += new System.Windows.RoutedEventHandler(this.formLiveStreamerPlus_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.rtb_Console = ((System.Windows.Controls.RichTextBox)(target));
                return;

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

            case 5:
                this.cb_StreamQuality = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            #line 31 "..\..\LiveStreamerPlus.xaml"
                this.btn_Go.Click += new System.Windows.RoutedEventHandler(this.btn_Go_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.checkBox_doChat = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            #line 38 "..\..\LiveStreamerPlus.xaml"
                this.btn_SaveSettings.Click += new System.Windows.RoutedEventHandler(this.btn_SaveSettings_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.formLiveStreamerPlus = ((LiveStreamerPlus.MainWindow)(target));
     
     #line 9 "..\..\LiveStreamerPlus.xaml"
     this.formLiveStreamerPlus.Loaded += new System.Windows.RoutedEventHandler(this.formLiveStreamerPlus_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.cb_StreamSource = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 3:
     this.rtb_Console = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 4:
     this.tb_Channel = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.cb_StreamQuality = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.btn_Go = ((System.Windows.Controls.Button)(target));
     
     #line 31 "..\..\LiveStreamerPlus.xaml"
     this.btn_Go.Click += new System.Windows.RoutedEventHandler(this.btn_Go_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.lbl_contentGetStreamer = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.lbl_contentGetTitle = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.btn_PollStreamer = ((System.Windows.Controls.Button)(target));
     
     #line 40 "..\..\LiveStreamerPlus.xaml"
     this.btn_PollStreamer.Click += new System.Windows.RoutedEventHandler(this.btn_PollStreamer_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.tb_PollStreamer = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.lbl_StreamerStatus = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.lbl_contentGetGame = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.lbl_contentGetViewerCount = ((System.Windows.Controls.Label)(target));
     return;
     case 14:
     this.img_streamerOffline = ((System.Windows.Controls.Image)(target));
     return;
     case 15:
     this.checkBox_doChat = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 16:
     this.checkBox_doChatty = ((System.Windows.Controls.CheckBox)(target));
     
     #line 54 "..\..\LiveStreamerPlus.xaml"
     this.checkBox_doChatty.Checked += new System.Windows.RoutedEventHandler(this.checkBox_doChatty_Checked);
     
     #line default
     #line hidden
     return;
     case 17:
     this.btn_SaveSettings = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\LiveStreamerPlus.xaml"
     this.btn_SaveSettings.Click += new System.Windows.RoutedEventHandler(this.btn_SaveSettings_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.btn_forceUpdate = ((System.Windows.Controls.Button)(target));
     
     #line 56 "..\..\LiveStreamerPlus.xaml"
     this.btn_forceUpdate.Click += new System.Windows.RoutedEventHandler(this.btn_forceUpdate_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.checkbox_doStats = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 20:
     this.checkbox_getAvatar = ((System.Windows.Controls.CheckBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.formLiveStreamerPlus = ((LiveStreamerPlus.MainWindow)(target));
     
     #line 9 "..\..\LiveStreamerPlus.xaml"
     this.formLiveStreamerPlus.Loaded += new System.Windows.RoutedEventHandler(this.formLiveStreamerPlus_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.tabController = ((System.Windows.Controls.TabControl)(target));
     return;
     case 3:
     this.cb_StreamSource = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 4:
     this.rtb_Console = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 5:
     this.tb_Channel = ((System.Windows.Controls.TextBox)(target));
     
     #line 24 "..\..\LiveStreamerPlus.xaml"
     this.tb_Channel.KeyDown += new System.Windows.Input.KeyEventHandler(this.btn_Enter_Handler);
     
     #line default
     #line hidden
     return;
     case 6:
     this.cb_StreamQuality = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 7:
     this.btn_Go = ((System.Windows.Controls.Button)(target));
     return;
     case 8:
     this.lbl_contentGetStreamer = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.lbl_contentGetTitle = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.btn_PollStreamer = ((System.Windows.Controls.Button)(target));
     
     #line 40 "..\..\LiveStreamerPlus.xaml"
     this.btn_PollStreamer.Click += new System.Windows.RoutedEventHandler(this.btn_PollStreamer_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.tb_PollStreamer = ((System.Windows.Controls.TextBox)(target));
     
     #line 41 "..\..\LiveStreamerPlus.xaml"
     this.tb_PollStreamer.KeyDown += new System.Windows.Input.KeyEventHandler(this.pollStreamer_Enter);
     
     #line default
     #line hidden
     return;
     case 12:
     this.lbl_StreamerStatus = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.lbl_contentGetGame = ((System.Windows.Controls.Label)(target));
     return;
     case 14:
     this.lbl_contentGetViewerCount = ((System.Windows.Controls.Label)(target));
     return;
     case 15:
     this.img_streamerOffline = ((System.Windows.Controls.Image)(target));
     return;
     case 16:
     this.lbl_ErrorMessage = ((System.Windows.Controls.Label)(target));
     return;
     case 17:
     this.addStreamBtn = ((System.Windows.Controls.Button)(target));
     
     #line 57 "..\..\LiveStreamerPlus.xaml"
     this.addStreamBtn.Click += new System.Windows.RoutedEventHandler(this.addStreamBtn_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.favStreamGrid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 58 "..\..\LiveStreamerPlus.xaml"
     this.favStreamGrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.favStreamGrid_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 19:
     this.btn_RemoveFavStream = ((System.Windows.Controls.Button)(target));
     
     #line 90 "..\..\LiveStreamerPlus.xaml"
     this.btn_RemoveFavStream.Click += new System.Windows.RoutedEventHandler(this.btn_RemoveFavStream_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.streamToAdd = ((System.Windows.Controls.TextBox)(target));
     
     #line 91 "..\..\LiveStreamerPlus.xaml"
     this.streamToAdd.GotFocus += new System.Windows.RoutedEventHandler(this.streamToAdd_GotFocus);
     
     #line default
     #line hidden
     
     #line 91 "..\..\LiveStreamerPlus.xaml"
     this.streamToAdd.KeyDown += new System.Windows.Input.KeyEventHandler(this.streamToAdd_KeyDown);
     
     #line default
     #line hidden
     return;
     case 21:
     this.checkBox_doChat = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 22:
     this.btn_SaveSettings = ((System.Windows.Controls.Button)(target));
     
     #line 97 "..\..\LiveStreamerPlus.xaml"
     this.btn_SaveSettings.Click += new System.Windows.RoutedEventHandler(this.btn_SaveSettings_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.btn_forceUpdate = ((System.Windows.Controls.Button)(target));
     
     #line 98 "..\..\LiveStreamerPlus.xaml"
     this.btn_forceUpdate.Click += new System.Windows.RoutedEventHandler(this.btn_forceUpdate_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.checkbox_doStats = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 25:
     this.checkbox_getAvatar = ((System.Windows.Controls.CheckBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.formLiveStreamerPlus = ((LiveStreamerPlus.MainWindow)(target));

            #line 9 "..\..\LiveStreamerPlus.xaml"
                this.formLiveStreamerPlus.Loaded += new System.Windows.RoutedEventHandler(this.formLiveStreamerPlus_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.tabController = ((System.Windows.Controls.TabControl)(target));
                return;

            case 3:
                this.cb_StreamSource = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 4:
                this.rtb_Console = ((System.Windows.Controls.RichTextBox)(target));
                return;

            case 5:

            #line 21 "..\..\LiveStreamerPlus.xaml"
                ((System.Windows.Documents.Hyperlink)(target)).RequestNavigate += new System.Windows.Navigation.RequestNavigateEventHandler(this.Hyperlink_RequestNavigate);

            #line default
            #line hidden
                return;

            case 6:

            #line 27 "..\..\LiveStreamerPlus.xaml"
                ((System.Windows.Documents.Hyperlink)(target)).RequestNavigate += new System.Windows.Navigation.RequestNavigateEventHandler(this.Hyperlink_RequestNavigate);

            #line default
            #line hidden
                return;

            case 7:

            #line 33 "..\..\LiveStreamerPlus.xaml"
                ((System.Windows.Documents.Hyperlink)(target)).RequestNavigate += new System.Windows.Navigation.RequestNavigateEventHandler(this.Hyperlink_RequestNavigate);

            #line default
            #line hidden
                return;

            case 8:

            #line 39 "..\..\LiveStreamerPlus.xaml"
                ((System.Windows.Documents.Hyperlink)(target)).RequestNavigate += new System.Windows.Navigation.RequestNavigateEventHandler(this.Hyperlink_RequestNavigate);

            #line default
            #line hidden
                return;

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

            #line 48 "..\..\LiveStreamerPlus.xaml"
                this.tb_Channel.KeyDown += new System.Windows.Input.KeyEventHandler(this.btn_Enter_Handler);

            #line default
            #line hidden
                return;

            case 10:
                this.cb_StreamQuality = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            #line 55 "..\..\LiveStreamerPlus.xaml"
                this.btn_Go.Click += new System.Windows.RoutedEventHandler(this.btn_Go_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.lbl_contentGetStreamer = ((System.Windows.Controls.Label)(target));
                return;

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

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

            #line 64 "..\..\LiveStreamerPlus.xaml"
                this.btn_PollStreamer.Click += new System.Windows.RoutedEventHandler(this.btn_PollStreamer_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.tb_PollStreamer = ((System.Windows.Controls.TextBox)(target));

            #line 65 "..\..\LiveStreamerPlus.xaml"
                this.tb_PollStreamer.KeyDown += new System.Windows.Input.KeyEventHandler(this.pollStreamer_Enter);

            #line default
            #line hidden
                return;

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

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

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

            case 19:
                this.img_streamerOffline = ((System.Windows.Controls.Image)(target));
                return;

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

            case 21:
                this.addStreamBtn = ((System.Windows.Controls.Button)(target));

            #line 81 "..\..\LiveStreamerPlus.xaml"
                this.addStreamBtn.Click += new System.Windows.RoutedEventHandler(this.addStreamBtn_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.favStreamGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 82 "..\..\LiveStreamerPlus.xaml"
                this.favStreamGrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.favStreamGrid_MouseDoubleClick);

            #line default
            #line hidden

            #line 82 "..\..\LiveStreamerPlus.xaml"
                this.favStreamGrid.MouseMove += new System.Windows.Input.MouseEventHandler(this.favStreamGrid_MouseMove);

            #line default
            #line hidden
                return;

            case 23:
                this.tt = ((System.Windows.Controls.ToolTip)(target));
                return;

            case 24:
                this.btn_RemoveFavStream = ((System.Windows.Controls.Button)(target));

            #line 117 "..\..\LiveStreamerPlus.xaml"
                this.btn_RemoveFavStream.Click += new System.Windows.RoutedEventHandler(this.btn_RemoveFavStream_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.streamToAdd = ((System.Windows.Controls.TextBox)(target));

            #line 118 "..\..\LiveStreamerPlus.xaml"
                this.streamToAdd.GotFocus += new System.Windows.RoutedEventHandler(this.streamToAdd_GotFocus);

            #line default
            #line hidden

            #line 118 "..\..\LiveStreamerPlus.xaml"
                this.streamToAdd.KeyDown += new System.Windows.Input.KeyEventHandler(this.streamToAdd_KeyDown);

            #line default
            #line hidden
                return;

            case 26:
                this.fav_CbBox = ((System.Windows.Controls.ComboBox)(target));
                return;

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

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

            #line 134 "..\..\LiveStreamerPlus.xaml"
                this.btn_SaveSettings.Click += new System.Windows.RoutedEventHandler(this.btn_SaveSettings_Click);

            #line default
            #line hidden
                return;

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

            #line 135 "..\..\LiveStreamerPlus.xaml"
                this.btn_forceUpdate.Click += new System.Windows.RoutedEventHandler(this.btn_forceUpdate_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.checkbox_doStats = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 31:
                this.checkbox_getAvatar = ((System.Windows.Controls.CheckBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.formLiveStreamerPlus = ((LiveStreamerPlus.MainWindow)(target));
     
     #line 9 "..\..\LiveStreamerPlus.xaml"
     this.formLiveStreamerPlus.Loaded += new System.Windows.RoutedEventHandler(this.formLiveStreamerPlus_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.cb_StreamSource = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 3:
     this.rtb_Console = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 4:
     this.tb_Channel = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.cb_StreamQuality = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.btn_Go = ((System.Windows.Controls.Button)(target));
     
     #line 31 "..\..\LiveStreamerPlus.xaml"
     this.btn_Go.Click += new System.Windows.RoutedEventHandler(this.btn_Go_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.checkBox_doChat = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 8:
     this.btn_SaveSettings = ((System.Windows.Controls.Button)(target));
     
     #line 38 "..\..\LiveStreamerPlus.xaml"
     this.btn_SaveSettings.Click += new System.Windows.RoutedEventHandler(this.btn_SaveSettings_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.formLiveStreamerPlus = ((LiveStreamerPlus.MainWindow)(target));

            #line 9 "..\..\LiveStreamerPlus.xaml"
                this.formLiveStreamerPlus.Loaded += new System.Windows.RoutedEventHandler(this.formLiveStreamerPlus_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.rtb_Console = ((System.Windows.Controls.RichTextBox)(target));
                return;

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

            case 5:
                this.cb_StreamQuality = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            #line 31 "..\..\LiveStreamerPlus.xaml"
                this.btn_Go.Click += new System.Windows.RoutedEventHandler(this.btn_Go_Click);

            #line default
            #line hidden
                return;

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

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

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

            #line 40 "..\..\LiveStreamerPlus.xaml"
                this.btn_PollStreamer.Click += new System.Windows.RoutedEventHandler(this.btn_PollStreamer_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.tb_PollStreamer = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.lbl_StreamerStatus = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.lbl_contentGetGame = ((System.Windows.Controls.Label)(target));
                return;

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

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

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

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

            #line 54 "..\..\LiveStreamerPlus.xaml"
                this.checkBox_doChatty.Checked += new System.Windows.RoutedEventHandler(this.checkBox_doChatty_Checked);

            #line default
            #line hidden
                return;

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

            #line 55 "..\..\LiveStreamerPlus.xaml"
                this.btn_SaveSettings.Click += new System.Windows.RoutedEventHandler(this.btn_SaveSettings_Click);

            #line default
            #line hidden
                return;

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

            #line 56 "..\..\LiveStreamerPlus.xaml"
                this.btn_forceUpdate.Click += new System.Windows.RoutedEventHandler(this.btn_forceUpdate_Click);

            #line default
            #line hidden
                return;

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

            case 20:
                this.checkbox_getAvatar = ((System.Windows.Controls.CheckBox)(target));
                return;
            }
            this._contentLoaded = true;
        }