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

            case 2:
                this.ProBar = ((DevExpress.Xpf.Editors.ProgressBarEdit)(target));
                return;

            case 3:
                this.Info = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 32 "..\..\UpdateProgressBar.xaml"
                this.btnInfo.Click += new System.Windows.RoutedEventHandler(this.btnInfo_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.txtInfo = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.splashWindow = ((NextBO.Wpf.SplashScreenWindow)(target));
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.Splash = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.Back = ((System.Windows.Controls.Grid)(target));
                return;

            case 5:
                this.Content_Area = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:
                this.Info = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.progressBar = ((DevExpress.Xpf.Editors.ProgressBarEdit)(target));
                return;

            case 8:
                this.Footer = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 9:
                this.Footer_Text = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 19 "..\..\MainWindow.xaml"
                ((RDP_Uploader.MainWindow)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.DXWindow_SizeChanged);

            #line default
            #line hidden

            #line 20 "..\..\MainWindow.xaml"
                ((RDP_Uploader.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.DXWindow_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.UploadTab = ((DevExpress.Xpf.Core.DXTabItem)(target));
                return;

            case 3:
                this.richTextBox_Upload_AccountList = ((DevExpress.Xpf.Editors.TextEdit)(target));

            #line 62 "..\..\MainWindow.xaml"
                this.richTextBox_Upload_AccountList.PreviewDragEnter += new System.Windows.DragEventHandler(this.Upload_Accounts_PreviewDragEnter);

            #line default
            #line hidden

            #line 63 "..\..\MainWindow.xaml"
                this.richTextBox_Upload_AccountList.PreviewDragOver += new System.Windows.DragEventHandler(this.Upload_Accounts_PreviewDragEnter);

            #line default
            #line hidden

            #line 64 "..\..\MainWindow.xaml"
                this.richTextBox_Upload_AccountList.PreviewDrop += new System.Windows.DragEventHandler(this.Upload_Accounts_PreviewDrop);

            #line default
            #line hidden
                return;

            case 4:
                this.checkBox_Upload_UseDRIVE = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 5:
                this.checkBox_Upload_UseCLIPBOARD = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 6:
                this.checkBox_Upload_UseHTTP_BA = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 7:
                this.checkBox_Upload_UseHTTP_PS = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 8:
                this.checkBox_Upload_UseFTP = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

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

            #line 125 "..\..\MainWindow.xaml"
                this.button_Upload_OpenFile.Click += new System.Windows.RoutedEventHandler(this.button_Upload_OpenFile_Click);

            #line default
            #line hidden
                return;

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

            #line 142 "..\..\MainWindow.xaml"
                this.button_Upload_OpenFile_Power_Shell_Script.Click += new System.Windows.RoutedEventHandler(this.button_Upload_OpenFile_Power_Shell_Script_Click);

            #line default
            #line hidden
                return;

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

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

            case 13:
                this.textBox_Upload_FTPPort = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.textBox_Upload_FTPLogin = ((System.Windows.Controls.TextBox)(target));
                return;

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

            case 16:
                this.textBox_Upload_FTPFilePath = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.numericUpDown_Upload_ThreadCount = ((DevExpress.Xpf.Editors.SpinEdit)(target));
                return;

            case 18:
                this.numericUpDown_Upload_Timeout = ((DevExpress.Xpf.Editors.SpinEdit)(target));
                return;

            case 19:
                this.numericUpDown_Upload_LoadTimeout = ((DevExpress.Xpf.Editors.SpinEdit)(target));
                return;

            case 20:
                this.numericUpDown_Upload_ConnectTimeout = ((DevExpress.Xpf.Editors.SpinEdit)(target));
                return;

            case 21:
                this.checkBox_Upload_Debug = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 22:
                this.label_Upload_Count_Accounts = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 23:
                this.label_Upload_Count_Good = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 24:
                this.label_Upload_Count_Error = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 25:
                this.label_Upload_Count_ThisIP = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 26:
                this.label_Upload_Count_LastIP = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 27:
                this.label_Upload_Count_Time = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

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

            #line 346 "..\..\MainWindow.xaml"
                this.button_Upload_Start.Click += new System.Windows.RoutedEventHandler(this.button_Upload_Start_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.Upload_Pause_Border = ((System.Windows.Controls.Border)(target));
                return;

            case 30:
                this.button_Upload_Pause = ((System.Windows.Controls.Button)(target));

            #line 349 "..\..\MainWindow.xaml"
                this.button_Upload_Pause.Click += new System.Windows.RoutedEventHandler(this.button_Upload_Pause_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.button_Upload_Stop = ((System.Windows.Controls.Button)(target));

            #line 352 "..\..\MainWindow.xaml"
                this.button_Upload_Stop.Click += new System.Windows.RoutedEventHandler(this.button_Upload_Stop_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.Upload_ProgressBar = ((DevExpress.Xpf.Editors.ProgressBarEdit)(target));
                return;

            case 33:
                this.Upload_ProgressBarText = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }