⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logon.g.cs

📁 经典游戏程序设计:visual c++ 上的杀人游戏源代码
💻 CS
字号:
#pragma checksum "..\..\Logon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C8C69848AF75733CB6EDDAF3F61390BD"
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行库版本:2.0.50727.1433
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;


namespace KillingClientUI {
    
    
    /// <summary>
    /// Logon
    /// </summary>
    public partial class Logon : System.Windows.Window, System.Windows.Markup.IComponentConnector {
        
        
        #line 7 "..\..\Logon.xaml"
        internal System.Windows.Controls.Label label1;
        
        #line default
        #line hidden
        
        
        #line 8 "..\..\Logon.xaml"
        internal System.Windows.Controls.Label LogonNameLabel;
        
        #line default
        #line hidden
        
        
        #line 9 "..\..\Logon.xaml"
        internal System.Windows.Controls.Button LogonButton;
        
        #line default
        #line hidden
        
        
        #line 12 "..\..\Logon.xaml"
        internal System.Windows.Controls.Button CancelButton;
        
        #line default
        #line hidden
        
        
        #line 15 "..\..\Logon.xaml"
        internal System.Windows.Controls.TextBox LogonName;
        
        #line default
        #line hidden
        
        
        #line 16 "..\..\Logon.xaml"
        internal System.Windows.Controls.Image imageTopofLogon;
        
        #line default
        #line hidden
        
        
        #line 17 "..\..\Logon.xaml"
        internal System.Windows.Controls.Image imageRightofLogon;
        
        #line default
        #line hidden
        
        
        #line 18 "..\..\Logon.xaml"
        internal System.Windows.Controls.Label ServiceIPLabel;
        
        #line default
        #line hidden
        
        
        #line 19 "..\..\Logon.xaml"
        internal System.Windows.Controls.TextBox ServiceIP;
        
        #line default
        #line hidden
        
        private bool _contentLoaded;
        
        /// <summary>
        /// InitializeComponent
        /// </summary>
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Uri resourceLocater = new System.Uri("/KillingClientUI;component/logon.xaml", System.UriKind.Relative);
            
            #line 1 "..\..\Logon.xaml"
            System.Windows.Application.LoadComponent(this, resourceLocater);
            
            #line default
            #line hidden
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.label1 = ((System.Windows.Controls.Label)(target));
            return;
            case 2:
            this.LogonNameLabel = ((System.Windows.Controls.Label)(target));
            return;
            case 3:
            this.LogonButton = ((System.Windows.Controls.Button)(target));
            
            #line 9 "..\..\Logon.xaml"
            this.LogonButton.Click += new System.Windows.RoutedEventHandler(this.LogonButton_Click);
            
            #line default
            #line hidden
            
            #line 9 "..\..\Logon.xaml"
            this.LogonButton.MouseEnter += new System.Windows.Input.MouseEventHandler(this.LogonButton_MouseEnter);
            
            #line default
            #line hidden
            
            #line 9 "..\..\Logon.xaml"
            this.LogonButton.MouseLeave += new System.Windows.Input.MouseEventHandler(this.LogonButton_MouseLeave);
            
            #line default
            #line hidden
            return;
            case 4:
            this.CancelButton = ((System.Windows.Controls.Button)(target));
            
            #line 12 "..\..\Logon.xaml"
            this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
            
            #line default
            #line hidden
            
            #line 12 "..\..\Logon.xaml"
            this.CancelButton.MouseEnter += new System.Windows.Input.MouseEventHandler(this.CancelButton_MouseEnter);
            
            #line default
            #line hidden
            
            #line 12 "..\..\Logon.xaml"
            this.CancelButton.MouseLeave += new System.Windows.Input.MouseEventHandler(this.CancelButton_MouseLeave);
            
            #line default
            #line hidden
            return;
            case 5:
            this.LogonName = ((System.Windows.Controls.TextBox)(target));
            
            #line 15 "..\..\Logon.xaml"
            this.LogonName.KeyDown += new System.Windows.Input.KeyEventHandler(this.LogonName_KeyDown);
            
            #line default
            #line hidden
            return;
            case 6:
            this.imageTopofLogon = ((System.Windows.Controls.Image)(target));
            return;
            case 7:
            this.imageRightofLogon = ((System.Windows.Controls.Image)(target));
            return;
            case 8:
            this.ServiceIPLabel = ((System.Windows.Controls.Label)(target));
            return;
            case 9:
            this.ServiceIP = ((System.Windows.Controls.TextBox)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -