ComboBoxTree Demo.vbproj
资源名称:combobox.zip [点击查看]
上传用户:hbmarket
上传日期:2022-08-01
资源大小:45k
文件大小:5k
源码类别:
组合框控件
开发平台:
Visual Basic
- <VisualStudioProject>
- <VisualBasic
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{0306215C-7104-4F0B-9B0D-26F61033CC05}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "ComboBoxTree Demo"
- AssemblyOriginatorKeyFile = ""
- AssemblyOriginatorKeyMode = "None"
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "WinExe"
- OptionCompare = "Binary"
- OptionExplicit = "On"
- OptionStrict = "Off"
- RootNamespace = "ComboBoxTree_Demo"
- 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"
- />
- </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 = "ComboBoxTree.vb"
- SubType = "UserControl"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ComboBoxTree.resx"
- DependentUpon = "ComboBoxTree.vb"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "ComboBoxTree_ComboBox.vb"
- SubType = "Component"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ComboBoxTree_TreeView.vb"
- SubType = "Component"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ComboBoxTreeClass.vb"
- SubType = "Component"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ComboBoxTreeClass.resx"
- DependentUpon = "ComboBoxTreeClass.vb"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "Form1.vb"
- SubType = "Form"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Form1.resx"
- DependentUpon = "Form1.vb"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "StartModule.vb"
- SubType = "Code"
- BuildAction = "Compile"
- />
- </Include>
- </Files>
- </VisualBasic>
- </VisualStudioProject>