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

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

            #line 36 "..\..\..\Form\wndItemInformation.xaml"
                this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;

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

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

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

            case 6:
                this.txtWorkingDirectory = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.txtTagName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.txtHotKey = ((Anything_wpf_main_.UserControls.HotKeyVisualItem)(target));
                return;

            case 9:
                this.imgIcon = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 91 "..\..\..\Form\wndItemInformation.xaml"
                this.btnChangeIcon.Click += new System.Windows.RoutedEventHandler(this.btnChangeIcon_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Me = ((Anything_wpf_main_.UserControls.HotKeyVisualItem)(target));
                return;

            case 2:
                this.spMain = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            #line 16 "..\..\..\UserControls\HotKeyVisualItem.xaml"
                this.txtKey.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtKey_KeyDown);

            #line default
            #line hidden

            #line 19 "..\..\..\UserControls\HotKeyVisualItem.xaml"
                this.txtKey.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtKey_KeyUp);

            #line default
            #line hidden
                return;

            case 4:
                this.bdrAC = ((System.Windows.Controls.Border)(target));

            #line 28 "..\..\..\UserControls\HotKeyVisualItem.xaml"
                this.bdrAC.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.bdrAC_MouseLeftButtonUp);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 3
0
        private static void PropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
        {
            HotKeyVisualItem Base = (HotKeyVisualItem)sender;

            Base.GetKeys();
        }
Esempio n. 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\..\Form\wndSettings.xaml"
                ((Anything_wpf_main_.Form.wndSettings)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Window_MouseMove);

            #line default
            #line hidden
                return;

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

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

            #line 24 "..\..\..\Form\wndSettings.xaml"
                this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.spMain = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 5:
                this.exp = ((System.Windows.Controls.Expander)(target));
                return;

            case 6:
                this.sldrMaxOpacity = ((System.Windows.Controls.Slider)(target));

            #line 55 "..\..\..\Form\wndSettings.xaml"
                this.sldrMaxOpacity.MouseMove += new System.Windows.Input.MouseEventHandler(this.sldr_MouseMove);

            #line default
            #line hidden
                return;

            case 7:
                this.sldrMinOpacity = ((System.Windows.Controls.Slider)(target));

            #line 70 "..\..\..\Form\wndSettings.xaml"
                this.sldrMinOpacity.MouseMove += new System.Windows.Input.MouseEventHandler(this.sldr_MouseMove);

            #line default
            #line hidden
                return;

            case 8:
                this.sldrFadein = ((System.Windows.Controls.Slider)(target));

            #line 85 "..\..\..\Form\wndSettings.xaml"
                this.sldrFadein.MouseMove += new System.Windows.Input.MouseEventHandler(this.sldr_MouseMove);

            #line default
            #line hidden
                return;

            case 9:
                this.sldrFadeout = ((System.Windows.Controls.Slider)(target));

            #line 100 "..\..\..\Form\wndSettings.xaml"
                this.sldrFadeout.MouseMove += new System.Windows.Input.MouseEventHandler(this.sldr_MouseMove);

            #line default
            #line hidden
                return;

            case 10:
                this.sldrItemSize = ((System.Windows.Controls.Slider)(target));

            #line 115 "..\..\..\Form\wndSettings.xaml"
                this.sldrItemSize.MouseMove += new System.Windows.Input.MouseEventHandler(this.sldr_MouseMove);

            #line default
            #line hidden
                return;

            case 11:
                this.txtSEName = ((System.Windows.Controls.TextBox)(target));

            #line 149 "..\..\..\Form\wndSettings.xaml"
                this.txtSEName.MouseMove += new System.Windows.Input.MouseEventHandler(this.txtSEName_MouseMove);

            #line default
            #line hidden
                return;

            case 12:
                this.txtSEContent = ((System.Windows.Controls.TextBox)(target));

            #line 153 "..\..\..\Form\wndSettings.xaml"
                this.txtSEContent.MouseMove += new System.Windows.Input.MouseEventHandler(this.txtSEContent_MouseMove);

            #line default
            #line hidden
                return;

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

            #line 157 "..\..\..\Form\wndSettings.xaml"
                this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.HotKeyVisual = ((Anything_wpf_main_.UserControls.HotKeyVisualItem)(target));
                return;

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

            #line 176 "..\..\..\Form\wndSettings.xaml"
                this.btnAddHotKey.Click += new System.Windows.RoutedEventHandler(this.btnAddHotKey_Click);

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