温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:51aspx修正版简单三层留言板源码
当前文件:
LeaveMessageMVC/LeaveMessage.csproj,打开代码结构图
LeaveMessageMVC/LeaveMessage.csproj,打开代码结构图1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5
<ProductVersion>8.0.50727</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{30D3FFD9-1711-4B6E-A2F2-A485F4E6394F}</ProjectGuid> 8
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>LeaveMessageMVC</RootNamespace> 12
<AssemblyName>LeaveMessageMVC</AssemblyName> 13
</PropertyGroup> 14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15
<DebugSymbols>true</DebugSymbols> 16
<DebugType>full</DebugType> 17
<Optimize>false</Optimize> 18
<OutputPath>bin\</OutputPath> 19
<DefineConstants>DEBUG;TRACE</DefineConstants> 20
<ErrorReport>prompt</ErrorReport> 21
<WarningLevel>4</WarningLevel> 22
</PropertyGroup> 23
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24
<DebugType>pdbonly</DebugType> 25
<Optimize>true</Optimize> 26
<OutputPath>bin\</OutputPath> 27
<DefineConstants>TRACE</DefineConstants> 28
<ErrorReport>prompt</ErrorReport> 29
<WarningLevel>4</WarningLevel> 30
</PropertyGroup> 31
<ItemGroup> 32
<Reference Include="System" /> 33
<Reference Include="System.Data" /> 34
<Reference Include="System.Drawing" /> 35
<Reference Include="System.Web" /> 36
<Reference Include="System.Windows.Forms" /> 37
<Reference Include="System.Xml" /> 38
<Reference Include="System.Configuration" /> 39
<Reference Include="System.Web.Services" /> 40
<Reference Include="System.EnterpriseServices" /> 41
<Reference Include="System.Web.Mobile" /> 42
</ItemGroup> 43
<ItemGroup> 44
<Content Include="AdminControlPage.aspx" /> 45
<Content Include="bugs.txt" /> 46
<Content Include="css\LM.css" /> 47
<Content Include="DB_51aspx\LMDB.mdb"> 48
</Content> 49
<Content Include="image\viewAll.gif" /> 50
<Content Include="index.aspx" /> 51
<Content Include="JS\AutoScroll.js" /> 52
<Content Include="JS\ShowFloorAtLMBox.js" /> 53
<Content Include="JS\(外连接失效,奇怪)forLeaveMessagePage.js" /> 54
<Content Include="LMControl\AdministratorControl.ascx" /> 55
<Content Include="LMControl\ShowOneDetailMessage.ascx" /> 56
<Content Include="LMControl\(未用储备)\UserInterfaceControl.ascx" /> 57
<Content Include="LMControl\(未用储备)\WriteBackWeb.ascx" /> 58
<Content Include="LMControl\(未用储备)\说明.txt" /> 59
<Content Include="LMListForPublic.aspx" /> 60
<Content Include="ShowDetail.aspx" /> 61
<Content Include="ShowErrorMsg.aspx" /> 62
<Content Include="Web.config" /> 63
<Content Include="WriteBack.aspx" /> 64
<Content Include="文档\工作流程\回复留言页面WriteBack.txt" /> 65
<Content Include="文档\工作流程\管理员控制 AdministratorControl.txt" /> 66
<Content Include="文档\技巧\DBMS相关说明.txt" /> 67
<Content Include="文档\技巧\错误总结.txt" /> 68
<Content Include="文档\说明.txt" /> 69
</ItemGroup> 70
<ItemGroup> 71
<Compile Include="AdminControlPage.aspx.cs"> 72
<DependentUpon>AdminControlPage.aspx</DependentUpon> 73
<SubType>ASPXCodeBehind</SubType> 74
</Compile> 75
<Compile Include="AdminControlPage.aspx.designer.cs"> 76
<DependentUpon>AdminControlPage.aspx</DependentUpon> 77
</Compile> 78
<Compile Include="Global.asax.cs"> 79
<DependentUpon>Global.asax</DependentUpon> 80
</Compile> 81
<Compile Include="index.aspx.cs"> 82
<DependentUpon>index.aspx</DependentUpon> 83
<SubType>ASPXCodeBehind</SubType> 84
</Compile> 85
<Compile Include="index.aspx.designer.cs"> 86
<DependentUpon>index.aspx</DependentUpon> 87
</Compile> 88
<Compile Include="LMControl\AdministratorControl.ascx.cs"> 89
<DependentUpon>AdministratorControl.ascx</DependentUpon> 90
<SubType>ASPXCodeBehind</SubType> 91
</Compile> 92
<Compile Include="LMControl\AdministratorControl.ascx.designer.cs"> 93
<DependentUpon>AdministratorControl.ascx</DependentUpon> 94
</Compile> 95
<Compile Include="LMControl\ShowOneDetailMessage.ascx.cs"> 96
<DependentUpon>ShowOneDetailMessage.ascx</DependentUpon> 97
<SubType>ASPXCodeBehind</SubType> 98
</Compile> 99
<Compile Include="LMControl\ShowOneDetailMessage.ascx.designer.cs"> 100
<DependentUpon>ShowOneDetailMessage.ascx</DependentUpon> 101
</Compile> 102
<Compile Include="LMControl\(未用储备)\UserInterfaceControl.ascx.cs"> 103
<DependentUpon>UserInterfaceControl.ascx</DependentUpon> 104
<SubType>ASPXCodeBehind</SubType> 105
</Compile> 106
<Compile Include="LMControl\(未用储备)\UserInterfaceControl.ascx.designer.cs"> 107
<DependentUpon>UserInterfaceControl.ascx</DependentUpon> 108
</Compile> 109
<Compile Include="LMControl\(未用储备)\WriteBackWeb.ascx.cs"> 110
<DependentUpon>WriteBackWeb.ascx</DependentUpon> 111
<SubType>ASPXCodeBehind</SubType> 112
</Compile> 113
<Compile Include="LMControl\(未用储备)\WriteBackWeb.ascx.designer.cs"> 114
<DependentUpon>WriteBackWeb.ascx</DependentUpon> 115
</Compile> 116
<Compile Include="LMListForPublic.aspx.cs"> 117
<DependentUpon>LMListForPublic.aspx</DependentUpon> 118
<SubType>ASPXCodeBehind</SubType> 119
</Compile> 120
<Compile Include="LMListForPublic.aspx.designer.cs"> 121
<DependentUpon>LMListForPublic.aspx</DependentUpon> 122
</Compile> 123
<Compile Include="MVC\BusinessLogicLayer\LMManage.cs" /> 124
<Compile Include="MVC\BusinessLogicLayer\ParameterInformation\LeaveMessagePara.cs" /> 125
<Compile Include="MVC\BusinessLogicLayer\SomeFunctions\AutoCreateID.cs" /> 126
<Compile Include="MVC\BusinessLogicLayer\SomeFunctions\FormatString.cs" /> 127
<Compile Include="MVC\DataBaseControlLayer\DBControl.cs" /> 128
<Compile Include="Properties\AssemblyInfo.cs" /> 129
<Compile Include="ShowDetail.aspx.cs"> 130
<DependentUpon>ShowDetail.aspx</DependentUpon> 131
<SubType>ASPXCodeBehind</SubType> 132
</Compile> 133
<Compile Include="ShowDetail.aspx.designer.cs"> 134
<DependentUpon>ShowDetail.aspx</DependentUpon> 135
</Compile> 136
<Compile Include="ShowErrorMsg.aspx.cs"> 137
<DependentUpon>ShowErrorMsg.aspx</DependentUpon> 138
<SubType>ASPXCodeBehind</SubType> 139
</Compile> 140
<Compile Include="ShowErrorMsg.aspx.designer.cs"> 141
<DependentUpon>ShowErrorMsg.aspx</DependentUpon> 142
</Compile> 143
<Compile Include="WriteBack.aspx.cs"> 144
<DependentUpon>WriteBack.aspx</DependentUpon> 145
<SubType>ASPXCodeBehind</SubType> 146
</Compile> 147
<Compile Include="WriteBack.aspx.designer.cs"> 148
<DependentUpon>WriteBack.aspx</DependentUpon> 149
</Compile> 150
</ItemGroup> 151
<ItemGroup> 152
<None Include="MVC\ClassDiagram.cd" /> 153
<None Include="MVC\ClassDiagram2.cd" /> 154
<None Include="DB_51aspx\LM备份还原操作.sql" /> 155
<None Include="DB_51aspx\创建DB和LM01表.sql" /> 156
<Content Include="Global.asax" /> 157
<Content Include="PrecompiledApp.config" /> 158
<None Include="文档\工作流程\工作流程.doc" /> 159
<None Include="文档\工作流程\留言板 程序文档.doc" /> 160
<None Include="文档\技巧\技巧摘要(ASP.NET、JS、SQL).doc" /> 161
<None Include="文档\技巧\类文件摘要.doc" /> 162
</ItemGroup> 163
<ItemGroup> 164
<Folder Include="App_Data\" /> 165
<Folder Include="bin\" /> 166
</ItemGroup> 167
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 168
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" /> 169
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 170
Other similar extension points exist, see Microsoft.Common.targets. 171
<Target Name="BeforeBuild"> 172
</Target> 173
<Target Name="AfterBuild"> 174
</Target> 175
--> 176
<ProjectExtensions> 177
<VisualStudio> 178
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 179
<WebProjectProperties> 180
<UseIIS>False</UseIIS> 181
<AutoAssignPort>True</AutoAssignPort> 182
<DevelopmentServerPort>2343</DevelopmentServerPort> 183
<DevelopmentServerVPath>/</DevelopmentServerVPath> 184
<IISUrl> 185
</IISUrl> 186
<NTLMAuthentication>False</NTLMAuthentication> 187
</WebProjectProperties> 188
</FlavorProperties> 189
</VisualStudio> 190
</ProjectExtensions> 191
</Project>



