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

📄 人员管理系统.vbproj

📁 用VB.NET写的人员管理系统,可用于二次开发.
💻 VBPROJ
字号:
<VisualStudioProject>
    <VisualBasic
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{BE6E48C0-CE39-456B-9749-1D3008856383}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "WindowsApplication1"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                OptionCompare = "Binary"
                OptionExplicit = "On"
                OptionStrict = "Off"
                RootNamespace = "WindowsApplication1"
                StartupObject = "WindowsApplication1.Login"
            >
                <Config
                    Name = "Debug"
                    BaseAddress = "285212672"
                    ConfigurationOverrideFile = ""
                    DefineConstants = ""
                    DefineDebug = "true"
                    DefineTrace = "true"
                    DebugSymbols = "true"
                    IncrementalBuild = "true"
                    Optimize = "false"
                    OutputPath = "bin\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
                <Config
                    Name = "Release"
                    BaseAddress = "285212672"
                    ConfigurationOverrideFile = ""
                    DefineConstants = ""
                    DefineDebug = "false"
                    DefineTrace = "true"
                    DebugSymbols = "false"
                    IncrementalBuild = "false"
                    Optimize = "true"
                    OutputPath = "bin\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                />
                <Reference
                    Name = "DAO"
                    Guid = "{00025E01-0000-0000-C000-000000000046}"
                    VersionMajor = "5"
                    VersionMinor = "0"
                    Lcid = "0"
                    WrapperTool = "tlbimp"
                />
            </References>
            <Imports>
                <Import Namespace = "Microsoft.VisualBasic" />
                <Import Namespace = "System" />
                <Import Namespace = "System.Collections" />
                <Import Namespace = "System.Data" />
                <Import Namespace = "System.Drawing" />
                <Import Namespace = "System.Diagnostics" />
                <Import Namespace = "System.Windows.Forms" />
            </Imports>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "AssemblyInfo.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dcustomer.xsd"
                    BuildAction = "Content"
                    Generator = "MSDataSetGenerator"
                    LastGenOutput = "Dcustomer.vb"
                />
                <File
                    RelPath = "Dcustomer.vb"
                    DependentUpon = "Dcustomer.xsd"
                    SubType = "code"
                    BuildAction = "Compile"
                    DesignTime = "True"
                    AutoGen = "True"
                />
                <File
                    RelPath = "dscustomers.xsd"
                    BuildAction = "Content"
                    Generator = "MSDataSetGenerator"
                    LastGenOutput = "dscustomers.vb"
                />
                <File
                    RelPath = "dscustomers.vb"
                    DependentUpon = "dscustomers.xsd"
                    SubType = "code"
                    BuildAction = "Compile"
                    DesignTime = "True"
                    AutoGen = "True"
                />
                <File
                    RelPath = "dscustomers.xsx"
                    DependentUpon = "dscustomers.xsd"
                    BuildAction = "None"
                />
                <File
                    RelPath = "FrmAddManager.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmAddManager.resx"
                    DependentUpon = "FrmAddManager.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmCal.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmCal.resx"
                    DependentUpon = "FrmCal.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmCanlender.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmCanlender.resx"
                    DependentUpon = "FrmCanlender.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmCustomer.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmCustomer.resx"
                    DependentUpon = "FrmCustomer.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmDelManager.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmDelManager.resx"
                    DependentUpon = "FrmDelManager.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmEmployeeChange.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmEmployeeChange.resx"
                    DependentUpon = "FrmEmployeeChange.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmEmployeeView.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmEmployeeView.resx"
                    DependentUpon = "FrmEmployeeView.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmLockScreen.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmLockScreen.resx"
                    DependentUpon = "FrmLockScreen.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmMain.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmMain.resx"
                    DependentUpon = "FrmMain.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FrmModMPwd.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FrmModMPwd.resx"
                    DependentUpon = "FrmModMPwd.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Login.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Login.resx"
                    DependentUpon = "Login.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "PublicVar.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
            </Include>
        </Files>
    </VisualBasic>
</VisualStudioProject>

⌨️ 快捷键说明

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