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

📄 图书管理系统.vbproj

📁 图书管理系统 万千可以用于小规模的图书管理拉 用access作为数据库
💻 VBPROJ
字号:
<VisualStudioProject>
    <VisualBasic
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{2B4131AB-6177-499D-9BBB-E6095A359072}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "图书管理系统"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                OptionCompare = "Binary"
                OptionExplicit = "On"
                OptionStrict = "Off"
                RootNamespace = "图书管理系统"
                StartupObject = "图书管理系统.登陆"
            >
                <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 = "Microsoft.Office.Core"
                    Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}"
                    VersionMajor = "2"
                    VersionMinor = "3"
                    Lcid = "0"
                    WrapperTool = "primary"
                />
                <Reference
                    Name = "VBIDE"
                    Guid = "{0002E157-0000-0000-C000-000000000046}"
                    VersionMajor = "5"
                    VersionMinor = "3"
                    Lcid = "0"
                    WrapperTool = "primary"
                />
                <Reference
                    Name = "Excel"
                    Guid = "{00020813-0000-0000-C000-000000000046}"
                    VersionMajor = "1"
                    VersionMinor = "5"
                    Lcid = "0"
                    WrapperTool = "primary"
                />
            </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 = "TextFile1.txt"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "登陆.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "登陆.resx"
                    DependentUpon = "登陆.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "读者管理.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "读者管理.resx"
                    DependentUpon = "读者管理.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "公共变量.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "管理员管理.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "管理员管理.resx"
                    DependentUpon = "管理员管理.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "流通查询.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "流通查询.resx"
                    DependentUpon = "流通查询.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "流通管理.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "流通管理.resx"
                    DependentUpon = "流通管理.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "图书管理系统.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "图书管理系统.resx"
                    DependentUpon = "图书管理系统.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "图书录入.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "图书录入.resx"
                    DependentUpon = "图书录入.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "外文过刊录入.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "外文过刊录入.resx"
                    DependentUpon = "外文过刊录入.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "外文期刊订购.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "外文期刊订购.resx"
                    DependentUpon = "外文期刊订购.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "外文现刊录入.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "外文现刊录入.resx"
                    DependentUpon = "外文现刊录入.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "中文过刊录入.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "中文过刊录入.resx"
                    DependentUpon = "中文过刊录入.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "中文期刊订购.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "中文期刊订购.resx"
                    DependentUpon = "中文期刊订购.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "中文现刊录入.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "中文现刊录入.resx"
                    DependentUpon = "中文现刊录入.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "字典管理.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "字典管理.resx"
                    DependentUpon = "字典管理.vb"
                    BuildAction = "EmbeddedResource"
                />
            </Include>
        </Files>
    </VisualBasic>
</VisualStudioProject>

⌨️ 快捷键说明

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