温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:asp.net漂亮弹出对话框控件源码及示例
当前文件:
U3PILEHVJGM55/EeekSoft.PopupTest.csproj,打开代码结构图
U3PILEHVJGM55/EeekSoft.PopupTest.csproj,打开代码结构图1<VisualStudioProject> 2
<CSHARP 3
ProjectType = "Web" 4
ProductVersion = "7.10.3077" 5
SchemaVersion = "2.0" 6
ProjectGuid = "{D80C3D5F-E7B9-4868-B924-68C22B6ECCBE}" 7
> 8
<Build> 9
<Settings 10
ApplicationIcon = "" 11
AssemblyKeyContainerName = "" 12
AssemblyName = "EeekSoft.PopupTest" 13
AssemblyOriginatorKeyFile = "" 14
DefaultClientScript = "JScript" 15
DefaultHTMLPageLayout = "Grid" 16
DefaultTargetSchema = "IE50" 17
DelaySign = "false" 18
OutputType = "Library" 19
PreBuildEvent = "" 20
PostBuildEvent = "" 21
RootNamespace = "EeekSoft.PopupTest" 22
RunPostBuildEvent = "OnBuildSuccess" 23
StartupObject = "" 24
> 25
<Config 26
Name = "Debug" 27
AllowUnsafeBlocks = "false" 28
BaseAddress = "285212672" 29
CheckForOverflowUnderflow = "false" 30
ConfigurationOverrideFile = "" 31
DefineConstants = "DEBUG;TRACE" 32
DocumentationFile = "" 33
DebugSymbols = "true" 34
FileAlignment = "4096" 35
IncrementalBuild = "false" 36
NoStdLib = "false" 37
NoWarn = "" 38
Optimize = "false" 39
OutputPath = "bin\" 40
RegisterForComInterop = "false" 41
RemoveIntegerChecks = "false" 42
TreatWarningsAsErrors = "false" 43
WarningLevel = "4" 44
/> 45
<Config 46
Name = "Release" 47
AllowUnsafeBlocks = "false" 48
BaseAddress = "285212672" 49
CheckForOverflowUnderflow = "false" 50
ConfigurationOverrideFile = "" 51
DefineConstants = "TRACE" 52
DocumentationFile = "" 53
DebugSymbols = "false" 54
FileAlignment = "4096" 55
IncrementalBuild = "false" 56
NoStdLib = "false" 57
NoWarn = "" 58
Optimize = "true" 59
OutputPath = "bin\" 60
RegisterForComInterop = "false" 61
RemoveIntegerChecks = "false" 62
TreatWarningsAsErrors = "false" 63
WarningLevel = "4" 64
/> 65
</Settings> 66
<References> 67
<Reference 68
Name = "System" 69
AssemblyName = "System" 70
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" 71
/> 72
<Reference 73
Name = "System.Drawing" 74
AssemblyName = "System.Drawing" 75
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" 76
/> 77
<Reference 78
Name = "System.Data" 79
AssemblyName = "System.Data" 80
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" 81
/> 82
<Reference 83
Name = "System.Web" 84
AssemblyName = "System.Web" 85
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll" 86
/> 87
<Reference 88
Name = "System.XML" 89
AssemblyName = "System.Xml" 90
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 91
/> 92
<Reference 93
Name = "EeekSoft.Web.PopupWin" 94
Project = "{DFCEFC0C-96F6-40D4-9666-78E315973B97}" 95
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 96
/> 97
<Reference 98
Name = "System.Design" 99
AssemblyName = "System.Design" 100
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Design.dll" 101
/> 102
<Reference 103
Name = "System.Windows.Forms" 104
AssemblyName = "System.Windows.Forms" 105
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll" 106
/> 107
</References> 108
</Build> 109
<Files> 110
<Include> 111
<File 112
RelPath = "anchor.aspx" 113
SubType = "Form" 114
BuildAction = "Content" 115
/> 116
<File 117
RelPath = "anchor.aspx.cs" 118
DependentUpon = "anchor.aspx" 119
SubType = "ASPXCodeBehind" 120
BuildAction = "Compile" 121
/> 122
<File 123
RelPath = "anchor.aspx.resx" 124
DependentUpon = "anchor.aspx.cs" 125
BuildAction = "EmbeddedResource" 126
/> 127
<File 128
RelPath = "AssemblyInfo.cs" 129
SubType = "Code" 130
BuildAction = "Compile" 131
/> 132
<File 133
RelPath = "bob.gif" 134
BuildAction = "Content" 135
/> 136
<File 137
RelPath = "default.aspx" 138
SubType = "Form" 139
BuildAction = "Content" 140
/> 141
<File 142
RelPath = "default.aspx.cs" 143
DependentUpon = "default.aspx" 144
SubType = "ASPXCodeBehind" 145
BuildAction = "Compile" 146
/> 147
<File 148
RelPath = "default.aspx.resx" 149
DependentUpon = "default.aspx.cs" 150
BuildAction = "EmbeddedResource" 151
/> 152
<File 153
RelPath = "dynamictest.aspx" 154
SubType = "Form" 155
BuildAction = "Content" 156
/> 157
<File 158
RelPath = "dynamictest.aspx.cs" 159
DependentUpon = "dynamictest.aspx" 160
SubType = "ASPXCodeBehind" 161
BuildAction = "Compile" 162
/> 163
<File 164
RelPath = "dynamictest.aspx.resx" 165
DependentUpon = "dynamictest.aspx.cs" 166
BuildAction = "EmbeddedResource" 167
/> 168
<File 169
RelPath = "Global.asax" 170
SubType = "Component" 171
BuildAction = "Content" 172
/> 173
<File 174
RelPath = "Global.asax.cs" 175
DependentUpon = "Global.asax" 176
SubType = "Code" 177
BuildAction = "Compile" 178
/> 179
<File 180
RelPath = "Global.asax.resx" 181
DependentUpon = "Global.asax.cs" 182
BuildAction = "EmbeddedResource" 183
/> 184
<File 185
RelPath = "licenses.licx" 186
BuildAction = "EmbeddedResource" 187
/> 188
<File 189
RelPath = "simple.aspx" 190
SubType = "Form" 191
BuildAction = "Content" 192
/> 193
<File 194
RelPath = "simple.aspx.cs" 195
DependentUpon = "simple.aspx" 196
SubType = "ASPXCodeBehind" 197
BuildAction = "Compile" 198
/> 199
<File 200
RelPath = "simple.aspx.resx" 201
DependentUpon = "simple.aspx.cs" 202
BuildAction = "EmbeddedResource" 203
/> 204
<File 205
RelPath = "Web.config" 206
BuildAction = "Content" 207
/> 208
</Include> 209
</Files> 210
</CSHARP> 211
</VisualStudioProject> 212
213


