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

📄 bookborrowms.vbproj

📁 vb.net写的图书管理系统,功能完备,能正常使用,可用于二次开发.
💻 VBPROJ
字号:
<VisualStudioProject>
    <VisualBasic
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{CF654570-1DF4-49A2-8CCF-2CE7DF355C18}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "AtwellBookBorrowMS"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                OptionCompare = "Binary"
                OptionExplicit = "On"
                OptionStrict = "Off"
                RootNamespace = "AtwellBookBorrowMS"
                StartupObject = "AtwellBookBorrowMS.MDImain"
            >
                <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"
                />
            </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 = "About.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "About.resx"
                    DependentUpon = "About.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "AssemblyInfo.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookAdd.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookAdd.resx"
                    DependentUpon = "BookAdd.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookEdit.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookEdit.resx"
                    DependentUpon = "BookEdit.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookInfoSimulation.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookInfoSimulation.resx"
                    DependentUpon = "BookInfoSimulation.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookSearch.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookSearch.resx"
                    DependentUpon = "BookSearch.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BookTypeManage.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BookTypeManage.resx"
                    DependentUpon = "BookTypeManage.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BorrowManage.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BorrowManage.resx"
                    DependentUpon = "BorrowManage.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "BorrowSearch.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "BorrowSearch.resx"
                    DependentUpon = "BorrowSearch.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "CommonFunctions.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "DBManager.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MDImain.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MDImain.resx"
                    DependentUpon = "MDImain.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "PrintTable.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ReaderAdd.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ReaderAdd.resx"
                    DependentUpon = "ReaderAdd.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ReaderEdit.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ReaderEdit.resx"
                    DependentUpon = "ReaderEdit.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ReaderSearch.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ReaderSearch.resx"
                    DependentUpon = "ReaderSearch.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ReadSelect.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ReadSelect.resx"
                    DependentUpon = "ReadSelect.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ResultList.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ResultList.resx"
                    DependentUpon = "ResultList.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ViewHistory.vb"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ViewHistory.resx"
                    DependentUpon = "ViewHistory.vb"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "dataStrcture\codeDescription.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "dataStrcture\dbAttributeDescription.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "dataStrcture\dbFieldDescription.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "dataStrcture\dbSetDescription.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "dataStrcture\QueryDescription.vb"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
            </Include>
        </Files>
    </VisualBasic>
</VisualStudioProject>

⌨️ 快捷键说明

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