Answered by:
CS0433: The type 'bleh' exists in two autogenerated DLLs

Question
-
User-1381977882 posted
This crops up very, very occasionally, and a recompile in visual studio sorts the problem out, but it's still often enough to wonder what's going on. It is usually triggered by a change in the ASCX markup, and then reloading the page. Is this a known bug?
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'ASP.usercontrols_contenteditor_ascx' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_9nagbunm.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_4eaenpar.dll'
Source Error:
Line 270: } Line 271: Line 272: private global::ASP.usercontrols_contenteditor_ascx @__BuildControl__control6() { Line 273: global::ASP.usercontrols_contenteditor_ascx @__ctrl; Line 274:
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_wpframework.ascx.6bb32623.wamtwiph.0.cs Line: 272
Show Detailed Compiler Output:
C:\WINDOWS\system32> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_movie.ascx.6bb32623.chr18y6i.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_global.asax.163hlxdb.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\assembly\dl3\66131abd\001afc51_4b4dc601\FreeTextBox.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_9nagbunm.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_4eaenpar.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\assembly\dl3\d4e6c5fd\58734fef_678ec601\Nivot.WebControls.RollOverLink.DLL" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Code.xhhn10no.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_wpframework.ascx.6bb32623.wamtwiph.dll" /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_wpframework.ascx.6bb32623.wamtwiph.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_wpframework.ascx.6bb32623.wamtwiph.1.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_wpframework.ascx.6bb32623.wamtwiph.2.cs" Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved. c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_wpframework.ascx.6bb32623.wamtwiph.0.cs(272,29): error CS0433: The type 'ASP.usercontrols_contenteditor_ascx' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_9nagbunm.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_4eaenpar.dll' c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_9nagbunm.dll: (Location of symbol related to previous error) c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\c657138e\4c024206\App_Web_4eaenpar.dll: (Location of symbol related to previous error)
Show Complete Compilation Source:<script type=text/javascript> function OnToggleTOCLevel1(level2ID) { var elemLevel2 = document.getElementById(level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; } else { elemLevel2.style.display = 'none'; } } </script>
Line 1: #pragma checksum "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "A105889404196224FAA7FF6D5B2CC82A" Line 2: //------------------------------------------------------------------------------ Line 3: // <auto-generated> Line 4: // This code was generated by a tool. Line 5: // Runtime Version:2.0.50727.42 Line 6: // Line 7: // Changes to this file may cause incorrect behavior and will be lost if Line 8: // the code is regenerated. Line 9: // </auto-generated> Line 10: //------------------------------------------------------------------------------ Line 11: Line 12: Line 13: Line 14: public partial class UserControls_WPFramework { Line 15: Line 16: Line 17: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 18: protected global::System.Web.UI.WebControls.WebParts.WebPartManager wpManager; Line 19: Line 20: #line default Line 21: #line hidden Line 22: Line 23: Line 24: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 25: protected global::System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart DeclarativeCatalogPart1; Line 26: Line 27: #line default Line 28: #line hidden Line 29: Line 30: Line 31: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 32: protected global::System.Web.UI.WebControls.WebParts.CatalogZone CatalogZone1; Line 33: Line 34: #line default Line 35: #line hidden Line 36: Line 37: Line 38: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 39: protected global::System.Web.UI.WebControls.WebParts.EditorZone EditorZone1; Line 40: Line 41: #line default Line 42: #line hidden Line 43: Line 44: Line 45: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 46: protected global::System.Web.UI.WebControls.WebParts.WebPartZone ContentWebPartZone; Line 47: Line 48: #line default Line 49: #line hidden Line 50: Line 51: Line 52: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 53: protected global::System.Web.UI.WebControls.LoginView LoginView1; Line 54: Line 55: #line default Line 56: #line hidden Line 57: Line 58: protected System.Web.Profile.DefaultProfile Profile { Line 59: get { Line 60: return ((System.Web.Profile.DefaultProfile)(this.Context.Profile)); Line 61: } Line 62: } Line 63: Line 64: protected ASP.global_asax ApplicationInstance { Line 65: get { Line 66: return ((ASP.global_asax)(this.Context.ApplicationInstance)); Line 67: } Line 68: } Line 69: } Line 70: namespace ASP { Line 71: Line 72: #line 367 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 73: using System.Web.Security; Line 74: Line 75: #line default Line 76: #line hidden Line 77: Line 78: #line 364 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 79: using System.Web; Line 80: Line 81: #line default Line 82: #line hidden Line 83: Line 84: #line 366 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 85: using System.Web.SessionState; Line 86: Line 87: #line default Line 88: #line hidden Line 89: Line 90: #line 362 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 91: using System.Text; Line 92: Line 93: #line default Line 94: #line hidden Line 95: Line 96: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 97: using System.Web.UI.WebControls; Line 98: Line 99: #line default Line 100: #line hidden Line 101: Line 102: #line 368 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 103: using System.Web.Profile; Line 104: Line 105: #line default Line 106: #line hidden Line 107: Line 108: #line 359 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 109: using System.Collections; Line 110: Line 111: #line default Line 112: #line hidden Line 113: Line 114: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 115: using System.Web.UI.WebControls.WebParts; Line 116: Line 117: #line default Line 118: #line hidden Line 119: Line 120: #line 361 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 121: using System.Configuration; Line 122: Line 123: #line default Line 124: #line hidden Line 125: Line 126: #line 358 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 127: using System; Line 128: Line 129: #line default Line 130: #line hidden Line 131: Line 132: #line 4 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 133: using ASP; Line 134: Line 135: #line default Line 136: #line hidden Line 137: Line 138: #line 365 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 139: using System.Web.Caching; Line 140: Line 141: #line default Line 142: #line hidden Line 143: Line 144: #line 369 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 145: using System.Web.UI; Line 146: Line 147: #line default Line 148: #line hidden Line 149: Line 150: #line 360 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 151: using System.Collections.Specialized; Line 152: Line 153: #line default Line 154: #line hidden Line 155: Line 156: #line 363 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 157: using System.Text.RegularExpressions; Line 158: Line 159: #line default Line 160: #line hidden Line 161: Line 162: #line 372 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config" Line 163: using System.Web.UI.HtmlControls; Line 164: Line 165: #line default Line 166: #line hidden Line 167: Line 168: Line 169: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()] Line 170: public class usercontrols_wpframework_ascx : global::UserControls_WPFramework { Line 171: Line 172: private static bool @__initialized; Line 173: Line 174: public usercontrols_wpframework_ascx() { Line 175: Line 176: #line 912304 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx.cs" Line 177: ((System.Web.UI.UserControl)(this)).AppRelativeVirtualPath = "~/UserControls/WPFramework.ascx"; Line 178: Line 179: #line default Line 180: #line hidden Line 181: if ((global::ASP.usercontrols_wpframework_ascx.@__initialized == false)) { Line 182: global::ASP.usercontrols_wpframework_ascx.@__initialized = true; Line 183: } Line 184: } Line 185: Line 186: private void @__BuildControl__control2(System.Web.UI.WebControls.WebParts.WebPartPersonalization @__ctrl) { Line 187: Line 188: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 189: @__ctrl.Enabled = true; Line 190: Line 191: #line default Line 192: #line hidden Line 193: Line 194: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 195: @__ctrl.InitialScope = System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared; Line 196: Line 197: #line default Line 198: #line hidden Line 199: } Line 200: Line 201: private global::System.Web.UI.WebControls.WebParts.WebPartManager @__BuildControlwpManager() { Line 202: global::System.Web.UI.WebControls.WebParts.WebPartManager @__ctrl; Line 203: Line 204: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 205: @__ctrl = new global::System.Web.UI.WebControls.WebParts.WebPartManager(); Line 206: Line 207: #line default Line 208: #line hidden Line 209: this.wpManager = @__ctrl; Line 210: Line 211: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 212: @__ctrl.ID = "wpManager"; Line 213: Line 214: #line default Line 215: #line hidden Line 216: Line 217: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 218: this.@__BuildControl__control2(@__ctrl.Personalization); Line 219: Line 220: #line default Line 221: #line hidden Line 222: return @__ctrl; Line 223: } Line 224: Line 225: private global::ASP.usercontrols_project_ascx @__BuildControl__control5() { Line 226: global::ASP.usercontrols_project_ascx @__ctrl; Line 227: Line 228: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 229: @__ctrl = new global::ASP.usercontrols_project_ascx(); Line 230: Line 231: #line default Line 232: #line hidden Line 233: Line 234: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 235: @__ctrl.InitializeAsUserControl(this.Page); Line 236: Line 237: #line default Line 238: #line hidden Line 239: Line 240: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 241: @__ctrl.ID = "Project1"; Line 242: Line 243: #line default Line 244: #line hidden Line 245: Line 246: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 247: @__ctrl.Title = "New Project Template"; Line 248: Line 249: #line default Line 250: #line hidden Line 251: Line 252: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 253: @__ctrl.TitleIconImageUrl = "~/Images/Icons/application_form.gif"; Line 254: Line 255: #line default Line 256: #line hidden Line 257: Line 258: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 259: @__ctrl.CatalogIconImageUrl = "~/Images/Icons/application_form_add.gif"; Line 260: Line 261: #line default Line 262: #line hidden Line 263: Line 264: #line 23 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 265: @__ctrl.Description = "(description)"; Line 266: Line 267: #line default Line 268: #line hidden Line 269: return @__ctrl; Line 270: } Line 271: Line 272: private global::ASP.usercontrols_contenteditor_ascx @__BuildControl__control6() { Line 273: global::ASP.usercontrols_contenteditor_ascx @__ctrl; Line 274: Line 275: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 276: @__ctrl = new global::ASP.usercontrols_contenteditor_ascx(); Line 277: Line 278: #line default Line 279: #line hidden Line 280: Line 281: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 282: @__ctrl.InitializeAsUserControl(this.Page); Line 283: Line 284: #line default Line 285: #line hidden Line 286: Line 287: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 288: @__ctrl.ID = "ContentEditor1"; Line 289: Line 290: #line default Line 291: #line hidden Line 292: Line 293: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 294: @__ctrl.Title = "New Content Template"; Line 295: Line 296: #line default Line 297: #line hidden Line 298: Line 299: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 300: @__ctrl.TitleIconImageUrl = "~/Images/Icons/application_form.gif"; Line 301: Line 302: #line default Line 303: #line hidden Line 304: Line 305: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 306: @__ctrl.CatalogIconImageUrl = "~/Images/Icons/application_form_add.gif"; Line 307: Line 308: #line default Line 309: #line hidden Line 310: Line 311: #line 28 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 312: @__ctrl.Description = "(description)"; Line 313: Line 314: #line default Line 315: #line hidden Line 316: return @__ctrl; Line 317: } Line 318: Line 319: private global::ASP.usercontrols_movie_ascx @__BuildControl__control7() { Line 320: global::ASP.usercontrols_movie_ascx @__ctrl; Line 321: Line 322: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 323: @__ctrl = new global::ASP.usercontrols_movie_ascx(); Line 324: Line 325: #line default Line 326: #line hidden Line 327: Line 328: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 329: @__ctrl.InitializeAsUserControl(this.Page); Line 330: Line 331: #line default Line 332: #line hidden Line 333: Line 334: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 335: @__ctrl.ID = "Movie1"; Line 336: Line 337: #line default Line 338: #line hidden Line 339: Line 340: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 341: @__ctrl.Title = "New Movie Template"; Line 342: Line 343: #line default Line 344: #line hidden Line 345: Line 346: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 347: @__ctrl.TitleIconImageUrl = "~/Images/Icons/application_form.gif"; Line 348: Line 349: #line default Line 350: #line hidden Line 351: Line 352: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 353: @__ctrl.CatalogIconImageUrl = "~/Images/Icons/application_form_add.gif"; Line 354: Line 355: #line default Line 356: #line hidden Line 357: Line 358: #line 33 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 359: @__ctrl.Description = "(description)"; Line 360: Line 361: #line default Line 362: #line hidden Line 363: return @__ctrl; Line 364: } Line 365: Line 366: private void @__BuildControl__control4(System.Web.UI.Control @__ctrl) { Line 367: System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl)); Line 368: Line 369: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 370: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t\t\t\t")); Line 371: Line 372: #line default Line 373: #line hidden Line 374: global::ASP.usercontrols_project_ascx @__ctrl1; Line 375: Line 376: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 377: @__ctrl1 = this.@__BuildControl__control5(); Line 378: Line 379: #line default Line 380: #line hidden Line 381: Line 382: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 383: @__parser.AddParsedSubObject(@__ctrl1); Line 384: Line 385: #line default Line 386: #line hidden Line 387: Line 388: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 389: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t\t\t\t")); Line 390: Line 391: #line default Line 392: #line hidden Line 393: global::ASP.usercontrols_contenteditor_ascx @__ctrl2; Line 394: Line 395: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 396: @__ctrl2 = this.@__BuildControl__control6(); Line 397: Line 398: #line default Line 399: #line hidden Line 400: Line 401: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 402: @__parser.AddParsedSubObject(@__ctrl2); Line 403: Line 404: #line default Line 405: #line hidden Line 406: Line 407: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 408: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t\t\t\t")); Line 409: Line 410: #line default Line 411: #line hidden Line 412: global::ASP.usercontrols_movie_ascx @__ctrl3; Line 413: Line 414: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 415: @__ctrl3 = this.@__BuildControl__control7(); Line 416: Line 417: #line default Line 418: #line hidden Line 419: Line 420: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 421: @__parser.AddParsedSubObject(@__ctrl3); Line 422: Line 423: #line default Line 424: #line hidden Line 425: Line 426: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 427: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t\t\t")); Line 428: Line 429: #line default Line 430: #line hidden Line 431: } Line 432: Line 433: private global::System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart @__BuildControlDeclarativeCatalogPart1() { Line 434: global::System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart @__ctrl; Line 435: Line 436: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 437: @__ctrl = new global::System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart(); Line 438: Line 439: #line default Line 440: #line hidden Line 441: this.DeclarativeCatalogPart1 = @__ctrl; Line 442: @__ctrl.TemplateControl = this; Line 443: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 444: Line 445: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 446: @__ctrl.WebPartsTemplate = new System.Web.UI.CompiledTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control4)); Line 447: Line 448: #line default Line 449: #line hidden Line 450: Line 451: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 452: @__ctrl.ID = "DeclarativeCatalogPart1"; Line 453: Line 454: #line default Line 455: #line hidden Line 456: Line 457: #line 21 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 458: @__ctrl.Title = "New WebParts"; Line 459: Line 460: #line default Line 461: #line hidden Line 462: return @__ctrl; Line 463: } Line 464: Line 465: private void @__BuildControl__control3(System.Web.UI.Control @__ctrl) { Line 466: System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl)); Line 467: Line 468: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 469: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t\t")); Line 470: Line 471: #line default Line 472: #line hidden Line 473: global::System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart @__ctrl1; Line 474: Line 475: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 476: @__ctrl1 = this.@__BuildControlDeclarativeCatalogPart1(); Line 477: Line 478: #line default Line 479: #line hidden Line 480: Line 481: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 482: @__parser.AddParsedSubObject(@__ctrl1); Line 483: Line 484: #line default Line 485: #line hidden Line 486: Line 487: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 488: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t")); Line 489: Line 490: #line default Line 491: #line hidden Line 492: } Line 493: Line 494: private void @__BuildControl__control8(System.Web.UI.WebControls.Style @__ctrl) { Line 495: Line 496: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 497: @__ctrl.Font.Bold = false; Line 498: Line 499: #line default Line 500: #line hidden Line 501: Line 502: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 503: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 504: Line 505: #line default Line 506: #line hidden Line 507: Line 508: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 509: @__ctrl.Font.Underline = false; Line 510: Line 511: #line default Line 512: #line hidden Line 513: Line 514: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 515: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 516: Line 517: #line default Line 518: #line hidden Line 519: } Line 520: Line 521: private void @__BuildControl__control9(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 522: Line 523: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 524: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(193, 119, 212))); Line 525: Line 526: #line default Line 527: #line hidden Line 528: Line 529: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 530: @__ctrl.Font.Bold = true; Line 531: Line 532: #line default Line 533: #line hidden Line 534: Line 535: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 536: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 537: Line 538: #line default Line 539: #line hidden Line 540: Line 541: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 542: @__ctrl.ForeColor = System.Drawing.Color.White; Line 543: Line 544: #line default Line 545: #line hidden Line 546: } Line 547: Line 548: private void @__BuildControl__control10(System.Web.UI.WebControls.Style @__ctrl) { Line 549: Line 550: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 551: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 552: Line 553: #line default Line 554: #line hidden Line 555: Line 556: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 557: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid; Line 558: Line 559: #line default Line 560: #line hidden Line 561: Line 562: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 563: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 564: Line 565: #line default Line 566: #line hidden Line 567: } Line 568: Line 569: private void @__BuildControl__control11(System.Web.UI.WebControls.Style @__ctrl) { Line 570: Line 571: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 572: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 573: Line 574: #line default Line 575: #line hidden Line 576: Line 577: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 578: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 579: Line 580: #line default Line 581: #line hidden Line 582: } Line 583: Line 584: private void @__BuildControl__control12(System.Web.UI.WebControls.Style @__ctrl) { Line 585: Line 586: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 587: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 588: Line 589: #line default Line 590: #line hidden Line 591: } Line 592: Line 593: private void @__BuildControl__control13(System.Web.UI.WebControls.Style @__ctrl) { Line 594: Line 595: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 596: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 597: Line 598: #line default Line 599: #line hidden Line 600: Line 601: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 602: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 603: Line 604: #line default Line 605: #line hidden Line 606: } Line 607: Line 608: private void @__BuildControl__control14(System.Web.UI.WebControls.Style @__ctrl) { Line 609: Line 610: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 611: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 612: Line 613: #line default Line 614: #line hidden Line 615: Line 616: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 617: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 618: Line 619: #line default Line 620: #line hidden Line 621: } Line 622: Line 623: private void @__BuildControl__control15(System.Web.UI.WebControls.Style @__ctrl) { Line 624: Line 625: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 626: @__ctrl.Font.Names = new string[] { Line 627: "Verdana"}; Line 628: Line 629: #line default Line 630: #line hidden Line 631: Line 632: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 633: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 634: Line 635: #line default Line 636: #line hidden Line 637: Line 638: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 639: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 640: Line 641: #line default Line 642: #line hidden Line 643: } Line 644: Line 645: private void @__BuildControl__control16(System.Web.UI.WebControls.TableStyle @__ctrl) { Line 646: Line 647: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 648: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(247, 246, 243))); Line 649: Line 650: #line default Line 651: #line hidden Line 652: Line 653: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 654: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(0, System.Web.UI.WebControls.UnitType.Pixel); Line 655: Line 656: #line default Line 657: #line hidden Line 658: } Line 659: Line 660: private void @__BuildControl__control17(System.Web.UI.WebControls.Style @__ctrl) { Line 661: Line 662: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 663: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 664: Line 665: #line default Line 666: #line hidden Line 667: Line 668: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 669: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(193, 119, 212))); Line 670: Line 671: #line default Line 672: #line hidden Line 673: Line 674: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 675: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid; Line 676: Line 677: #line default Line 678: #line hidden Line 679: Line 680: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 681: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(2, System.Web.UI.WebControls.UnitType.Pixel); Line 682: Line 683: #line default Line 684: #line hidden Line 685: } Line 686: Line 687: private void @__BuildControl__control18(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 688: Line 689: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 690: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 691: Line 692: #line default Line 693: #line hidden Line 694: Line 695: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 696: @__ctrl.HorizontalAlign = System.Web.UI.WebControls.HorizontalAlign.Right; Line 697: Line 698: #line default Line 699: #line hidden Line 700: } Line 701: Line 702: private void @__BuildControl__control19(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 703: Line 704: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 705: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 706: Line 707: #line default Line 708: #line hidden Line 709: Line 710: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 711: @__ctrl.Font.Bold = true; Line 712: Line 713: #line default Line 714: #line hidden Line 715: Line 716: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 717: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 718: Line 719: #line default Line 720: #line hidden Line 721: Line 722: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 723: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 724: Line 725: #line default Line 726: #line hidden Line 727: } Line 728: Line 729: private void @__BuildControl__control20(System.Web.UI.WebControls.Style @__ctrl) { Line 730: Line 731: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 732: @__ctrl.Font.Names = new string[] { Line 733: "Verdana"}; Line 734: Line 735: #line default Line 736: #line hidden Line 737: Line 738: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 739: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 740: Line 741: #line default Line 742: #line hidden Line 743: Line 744: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 745: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 746: Line 747: #line default Line 748: #line hidden Line 749: } Line 750: Line 751: private global::System.Web.UI.WebControls.WebParts.CatalogZone @__BuildControlCatalogZone1() { Line 752: global::System.Web.UI.WebControls.WebParts.CatalogZone @__ctrl; Line 753: Line 754: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 755: @__ctrl = new global::System.Web.UI.WebControls.WebParts.CatalogZone(); Line 756: Line 757: #line default Line 758: #line hidden Line 759: this.CatalogZone1 = @__ctrl; Line 760: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 761: Line 762: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 763: @__ctrl.ZoneTemplate = new System.Web.UI.CompiledTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control3)); Line 764: Line 765: #line default Line 766: #line hidden Line 767: Line 768: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 769: @__ctrl.InstructionText = "Choose a WebPart to add to this page"; Line 770: Line 771: #line default Line 772: #line hidden Line 773: Line 774: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 775: @__ctrl.ID = "CatalogZone1"; Line 776: Line 777: #line default Line 778: #line hidden Line 779: Line 780: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 781: @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage); Line 782: Line 783: #line default Line 784: #line hidden Line 785: Line 786: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 787: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(247, 246, 243))); Line 788: Line 789: #line default Line 790: #line hidden Line 791: Line 792: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 793: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(204, 204, 204))); Line 794: Line 795: #line default Line 796: #line hidden Line 797: Line 798: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 799: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 800: Line 801: #line default Line 802: #line hidden Line 803: Line 804: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 805: @__ctrl.Font.Names = new string[] { Line 806: "Verdana"}; Line 807: Line 808: #line default Line 809: #line hidden Line 810: Line 811: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 812: @__ctrl.Padding = 6; Line 813: Line 814: #line default Line 815: #line hidden Line 816: Line 817: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 818: this.@__BuildControl__control8(@__ctrl.HeaderVerbStyle); Line 819: Line 820: #line default Line 821: #line hidden Line 822: Line 823: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 824: this.@__BuildControl__control9(@__ctrl.PartTitleStyle); Line 825: Line 826: #line default Line 827: #line hidden Line 828: Line 829: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 830: this.@__BuildControl__control10(@__ctrl.PartChromeStyle); Line 831: Line 832: #line default Line 833: #line hidden Line 834: Line 835: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 836: this.@__BuildControl__control11(@__ctrl.InstructionTextStyle); Line 837: Line 838: #line default Line 839: #line hidden Line 840: Line 841: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 842: this.@__BuildControl__control12(@__ctrl.PartLinkStyle); Line 843: Line 844: #line default Line 845: #line hidden Line 846: Line 847: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 848: this.@__BuildControl__control13(@__ctrl.EmptyZoneTextStyle); Line 849: Line 850: #line default Line 851: #line hidden Line 852: Line 853: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 854: this.@__BuildControl__control14(@__ctrl.LabelStyle); Line 855: Line 856: #line default Line 857: #line hidden Line 858: Line 859: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 860: this.@__BuildControl__control15(@__ctrl.VerbStyle); Line 861: Line 862: #line default Line 863: #line hidden Line 864: Line 865: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 866: this.@__BuildControl__control16(@__ctrl.PartStyle); Line 867: Line 868: #line default Line 869: #line hidden Line 870: Line 871: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 872: this.@__BuildControl__control17(@__ctrl.SelectedPartLinkStyle); Line 873: Line 874: #line default Line 875: #line hidden Line 876: Line 877: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 878: this.@__BuildControl__control18(@__ctrl.FooterStyle); Line 879: Line 880: #line default Line 881: #line hidden Line 882: Line 883: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 884: this.@__BuildControl__control19(@__ctrl.HeaderStyle); Line 885: Line 886: #line default Line 887: #line hidden Line 888: Line 889: #line 5 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 890: this.@__BuildControl__control20(@__ctrl.EditUIStyle); Line 891: Line 892: #line default Line 893: #line hidden Line 894: return @__ctrl; Line 895: } Line 896: Line 897: private void @__BuildControl__control21(System.Web.UI.Control @__ctrl) { Line 898: System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl)); Line 899: Line 900: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 901: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t\t")); Line 902: Line 903: #line default Line 904: #line hidden Line 905: } Line 906: Line 907: private void @__BuildControl__control22(System.Web.UI.WebControls.Style @__ctrl) { Line 908: Line 909: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 910: @__ctrl.CssClass = "editor"; Line 911: Line 912: #line default Line 913: #line hidden Line 914: Line 915: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 916: @__ctrl.Font.Names = new string[] { Line 917: "Verdana"}; Line 918: Line 919: #line default Line 920: #line hidden Line 921: Line 922: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 923: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 924: Line 925: #line default Line 926: #line hidden Line 927: Line 928: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 929: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 930: Line 931: #line default Line 932: #line hidden Line 933: } Line 934: Line 935: private void @__BuildControl__control23(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 936: Line 937: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 938: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(193, 119, 212))); Line 939: Line 940: #line default Line 941: #line hidden Line 942: Line 943: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 944: @__ctrl.Font.Bold = true; Line 945: Line 946: #line default Line 947: #line hidden Line 948: Line 949: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 950: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 951: Line 952: #line default Line 953: #line hidden Line 954: Line 955: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 956: @__ctrl.ForeColor = System.Drawing.Color.White; Line 957: Line 958: #line default Line 959: #line hidden Line 960: } Line 961: Line 962: private void @__BuildControl__control24(System.Web.UI.WebControls.Style @__ctrl) { Line 963: Line 964: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 965: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 966: Line 967: #line default Line 968: #line hidden Line 969: Line 970: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 971: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 972: Line 973: #line default Line 974: #line hidden Line 975: } Line 976: Line 977: private void @__BuildControl__control25(System.Web.UI.WebControls.Style @__ctrl) { Line 978: Line 979: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 980: @__ctrl.Font.Bold = false; Line 981: Line 982: #line default Line 983: #line hidden Line 984: Line 985: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 986: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 987: Line 988: #line default Line 989: #line hidden Line 990: Line 991: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 992: @__ctrl.Font.Underline = false; Line 993: Line 994: #line default Line 995: #line hidden Line 996: Line 997: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 998: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 999: Line 1000: #line default Line 1001: #line hidden Line 1002: } Line 1003: Line 1004: private void @__BuildControl__control26(System.Web.UI.WebControls.Style @__ctrl) { Line 1005: Line 1006: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1007: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 1008: Line 1009: #line default Line 1010: #line hidden Line 1011: Line 1012: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1013: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid; Line 1014: Line 1015: #line default Line 1016: #line hidden Line 1017: Line 1018: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1019: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 1020: Line 1021: #line default Line 1022: #line hidden Line 1023: } Line 1024: Line 1025: private void @__BuildControl__control27(System.Web.UI.WebControls.TableStyle @__ctrl) { Line 1026: Line 1027: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1028: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(247, 246, 243))); Line 1029: Line 1030: #line default Line 1031: #line hidden Line 1032: Line 1033: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1034: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(5, System.Web.UI.WebControls.UnitType.Pixel); Line 1035: Line 1036: #line default Line 1037: #line hidden Line 1038: } Line 1039: Line 1040: private void @__BuildControl__control28(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 1041: Line 1042: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1043: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 1044: Line 1045: #line default Line 1046: #line hidden Line 1047: Line 1048: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1049: @__ctrl.HorizontalAlign = System.Web.UI.WebControls.HorizontalAlign.Right; Line 1050: Line 1051: #line default Line 1052: #line hidden Line 1053: } Line 1054: Line 1055: private void @__BuildControl__control29(System.Web.UI.WebControls.Style @__ctrl) { Line 1056: Line 1057: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1058: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1059: Line 1060: #line default Line 1061: #line hidden Line 1062: Line 1063: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1064: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 1065: Line 1066: #line default Line 1067: #line hidden Line 1068: } Line 1069: Line 1070: private void @__BuildControl__control30(System.Web.UI.WebControls.Style @__ctrl) { Line 1071: Line 1072: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1073: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1074: Line 1075: #line default Line 1076: #line hidden Line 1077: } Line 1078: Line 1079: private void @__BuildControl__control31(System.Web.UI.WebControls.Style @__ctrl) { Line 1080: Line 1081: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1082: @__ctrl.CssClass = "button"; Line 1083: Line 1084: #line default Line 1085: #line hidden Line 1086: Line 1087: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1088: @__ctrl.Font.Names = new string[] { Line 1089: "Verdana"}; Line 1090: Line 1091: #line default Line 1092: #line hidden Line 1093: Line 1094: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1095: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1096: Line 1097: #line default Line 1098: #line hidden Line 1099: Line 1100: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1101: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 1102: Line 1103: #line default Line 1104: #line hidden Line 1105: } Line 1106: Line 1107: private void @__BuildControl__control32(System.Web.UI.WebControls.Style @__ctrl) { Line 1108: Line 1109: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1110: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1111: Line 1112: #line default Line 1113: #line hidden Line 1114: Line 1115: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1116: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 1117: Line 1118: #line default Line 1119: #line hidden Line 1120: } Line 1121: Line 1122: private void @__BuildControl__control33(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 1123: Line 1124: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1125: @__ctrl.Font.Bold = true; Line 1126: Line 1127: #line default Line 1128: #line hidden Line 1129: Line 1130: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1131: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1132: Line 1133: #line default Line 1134: #line hidden Line 1135: Line 1136: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1137: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 1138: Line 1139: #line default Line 1140: #line hidden Line 1141: } Line 1142: Line 1143: private global::System.Web.UI.WebControls.WebParts.EditorZone @__BuildControlEditorZone1() { Line 1144: global::System.Web.UI.WebControls.WebParts.EditorZone @__ctrl; Line 1145: Line 1146: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1147: @__ctrl = new global::System.Web.UI.WebControls.WebParts.EditorZone(); Line 1148: Line 1149: #line default Line 1150: #line hidden Line 1151: this.EditorZone1 = @__ctrl; Line 1152: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 1153: Line 1154: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1155: @__ctrl.ZoneTemplate = new System.Web.UI.CompiledTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control21)); Line 1156: Line 1157: #line default Line 1158: #line hidden Line 1159: Line 1160: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1161: @__ctrl.ID = "EditorZone1"; Line 1162: Line 1163: #line default Line 1164: #line hidden Line 1165: Line 1166: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1167: @__ctrl.Width = new System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Percentage); Line 1168: Line 1169: #line default Line 1170: #line hidden Line 1171: Line 1172: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1173: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(247, 246, 243))); Line 1174: Line 1175: #line default Line 1176: #line hidden Line 1177: Line 1178: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1179: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(204, 204, 204))); Line 1180: Line 1181: #line default Line 1182: #line hidden Line 1183: Line 1184: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1185: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 1186: Line 1187: #line default Line 1188: #line hidden Line 1189: Line 1190: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1191: @__ctrl.Font.Names = new string[] { Line 1192: "Verdana"}; Line 1193: Line 1194: #line default Line 1195: #line hidden Line 1196: Line 1197: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1198: @__ctrl.Padding = 6; Line 1199: Line 1200: #line default Line 1201: #line hidden Line 1202: Line 1203: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1204: this.@__BuildControl__control22(@__ctrl.EditUIStyle); Line 1205: Line 1206: #line default Line 1207: #line hidden Line 1208: Line 1209: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1210: this.@__BuildControl__control23(@__ctrl.HeaderStyle); Line 1211: Line 1212: #line default Line 1213: #line hidden Line 1214: Line 1215: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1216: this.@__BuildControl__control24(@__ctrl.LabelStyle); Line 1217: Line 1218: #line default Line 1219: #line hidden Line 1220: Line 1221: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1222: this.@__BuildControl__control25(@__ctrl.HeaderVerbStyle); Line 1223: Line 1224: #line default Line 1225: #line hidden Line 1226: Line 1227: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1228: this.@__BuildControl__control26(@__ctrl.PartChromeStyle); Line 1229: Line 1230: #line default Line 1231: #line hidden Line 1232: Line 1233: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1234: this.@__BuildControl__control27(@__ctrl.PartStyle); Line 1235: Line 1236: #line default Line 1237: #line hidden Line 1238: Line 1239: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1240: this.@__BuildControl__control28(@__ctrl.FooterStyle); Line 1241: Line 1242: #line default Line 1243: #line hidden Line 1244: Line 1245: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1246: this.@__BuildControl__control29(@__ctrl.InstructionTextStyle); Line 1247: Line 1248: #line default Line 1249: #line hidden Line 1250: Line 1251: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1252: this.@__BuildControl__control30(@__ctrl.ErrorStyle); Line 1253: Line 1254: #line default Line 1255: #line hidden Line 1256: Line 1257: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1258: this.@__BuildControl__control31(@__ctrl.VerbStyle); Line 1259: Line 1260: #line default Line 1261: #line hidden Line 1262: Line 1263: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1264: this.@__BuildControl__control32(@__ctrl.EmptyZoneTextStyle); Line 1265: Line 1266: #line default Line 1267: #line hidden Line 1268: Line 1269: #line 41 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1270: this.@__BuildControl__control33(@__ctrl.PartTitleStyle); Line 1271: Line 1272: #line default Line 1273: #line hidden Line 1274: return @__ctrl; Line 1275: } Line 1276: Line 1277: private void @__BuildControl__control34(System.Web.UI.WebControls.Style @__ctrl) { Line 1278: Line 1279: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1280: @__ctrl.BackColor = System.Drawing.Color.White; Line 1281: Line 1282: #line default Line 1283: #line hidden Line 1284: Line 1285: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1286: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 1287: Line 1288: #line default Line 1289: #line hidden Line 1290: Line 1291: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1292: @__ctrl.Font.Names = new string[] { Line 1293: "Verdana"}; Line 1294: Line 1295: #line default Line 1296: #line hidden Line 1297: Line 1298: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1299: @__ctrl.ForeColor = System.Drawing.Color.White; Line 1300: Line 1301: #line default Line 1302: #line hidden Line 1303: } Line 1304: Line 1305: private void @__BuildControl__control35(System.Web.UI.WebControls.Style @__ctrl) { Line 1306: Line 1307: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1308: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(226, 222, 214))); Line 1309: Line 1310: #line default Line 1311: #line hidden Line 1312: } Line 1313: Line 1314: private void @__BuildControl__control36(System.Web.UI.WebControls.Style @__ctrl) { Line 1315: Line 1316: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1317: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1318: Line 1319: #line default Line 1320: #line hidden Line 1321: } Line 1322: Line 1323: private void @__BuildControl__control37(System.Web.UI.WebControls.Style @__ctrl) { Line 1324: Line 1325: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1326: @__ctrl.ForeColor = System.Drawing.Color.White; Line 1327: Line 1328: #line default Line 1329: #line hidden Line 1330: } Line 1331: Line 1332: private void @__BuildControl__control38(System.Web.UI.WebControls.Style @__ctrl) { Line 1333: Line 1334: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1335: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(112, 128, 24))); Line 1336: Line 1337: #line default Line 1338: #line hidden Line 1339: Line 1340: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1341: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(204, 204, 204))); Line 1342: Line 1343: #line default Line 1344: #line hidden Line 1345: Line 1346: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1347: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid; Line 1348: Line 1349: #line default Line 1350: #line hidden Line 1351: Line 1352: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1353: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 1354: Line 1355: #line default Line 1356: #line hidden Line 1357: Line 1358: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1359: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 1360: Line 1361: #line default Line 1362: #line hidden Line 1363: } Line 1364: Line 1365: private void @__BuildControl__control39(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 1366: Line 1367: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1368: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.699999988079071, System.Web.UI.WebControls.UnitType.Em)); Line 1369: Line 1370: #line default Line 1371: #line hidden Line 1372: Line 1373: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1374: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(204, 204, 204))); Line 1375: Line 1376: #line default Line 1377: #line hidden Line 1378: Line 1379: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1380: @__ctrl.HorizontalAlign = System.Web.UI.WebControls.HorizontalAlign.Center; Line 1381: Line 1382: #line default Line 1383: #line hidden Line 1384: } Line 1385: Line 1386: private void @__BuildControl__control40(System.Web.UI.WebControls.Style @__ctrl) { Line 1387: Line 1388: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1389: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(101, 115, 22))); Line 1390: Line 1391: #line default Line 1392: #line hidden Line 1393: Line 1394: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1395: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid; Line 1396: Line 1397: #line default Line 1398: #line hidden Line 1399: Line 1400: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1401: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 1402: Line 1403: #line default Line 1404: #line hidden Line 1405: Line 1406: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1407: @__ctrl.ForeColor = System.Drawing.Color.White; Line 1408: Line 1409: #line default Line 1410: #line hidden Line 1411: } Line 1412: Line 1413: private void @__BuildControl__control41(System.Web.UI.WebControls.TableStyle @__ctrl) { Line 1414: Line 1415: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1416: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1417: Line 1418: #line default Line 1419: #line hidden Line 1420: Line 1421: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1422: @__ctrl.CssClass = "wpzPartStyle"; Line 1423: Line 1424: #line default Line 1425: #line hidden Line 1426: Line 1427: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1428: @__ctrl.ForeColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(51, 51, 51))); Line 1429: Line 1430: #line default Line 1431: #line hidden Line 1432: Line 1433: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1434: @__ctrl.CellPadding = 0; Line 1435: Line 1436: #line default Line 1437: #line hidden Line 1438: Line 1439: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1440: @__ctrl.CellSpacing = 0; Line 1441: Line 1442: #line default Line 1443: #line hidden Line 1444: Line 1445: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1446: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(0, System.Web.UI.WebControls.UnitType.Pixel); Line 1447: Line 1448: #line default Line 1449: #line hidden Line 1450: } Line 1451: Line 1452: private void @__BuildControl__control42(System.Web.UI.WebControls.Style @__ctrl) { Line 1453: Line 1454: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1455: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1456: Line 1457: #line default Line 1458: #line hidden Line 1459: Line 1460: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1461: @__ctrl.Font.Underline = false; Line 1462: Line 1463: #line default Line 1464: #line hidden Line 1465: Line 1466: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1467: @__ctrl.ForeColor = System.Drawing.Color.White; Line 1468: Line 1469: #line default Line 1470: #line hidden Line 1471: } Line 1472: Line 1473: private void @__BuildControl__control43(System.Web.UI.WebControls.WebParts.WebPartMenuStyle @__ctrl) { Line 1474: Line 1475: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1476: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(101, 115, 22))); Line 1477: Line 1478: #line default Line 1479: #line hidden Line 1480: Line 1481: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1482: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(204, 204, 204))); Line 1483: Line 1484: #line default Line 1485: #line hidden Line 1486: Line 1487: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1488: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 1489: Line 1490: #line default Line 1491: #line hidden Line 1492: Line 1493: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1494: @__ctrl.Font.Names = new string[] { Line 1495: "Verdana"}; Line 1496: Line 1497: #line default Line 1498: #line hidden Line 1499: Line 1500: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1501: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.60000002384185791, System.Web.UI.WebControls.UnitType.Em)); Line 1502: Line 1503: #line default Line 1504: #line hidden Line 1505: } Line 1506: Line 1507: private void @__BuildControl__control44(System.Web.UI.WebControls.WebParts.TitleStyle @__ctrl) { Line 1508: Line 1509: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1510: @__ctrl.BackColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(101, 115, 22))); Line 1511: Line 1512: #line default Line 1513: #line hidden Line 1514: Line 1515: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1516: @__ctrl.Font.Bold = true; Line 1517: Line 1518: #line default Line 1519: #line hidden Line 1520: Line 1521: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1522: @__ctrl.Font.Size = new System.Web.UI.WebControls.FontUnit(new System.Web.UI.WebControls.Unit(0.800000011920929, System.Web.UI.WebControls.UnitType.Em)); Line 1523: Line 1524: #line default Line 1525: #line hidden Line 1526: Line 1527: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1528: @__ctrl.ForeColor = System.Drawing.Color.White; Line 1529: Line 1530: #line default Line 1531: #line hidden Line 1532: Line 1533: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1534: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.None; Line 1535: Line 1536: #line default Line 1537: #line hidden Line 1538: Line 1539: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1540: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(0, System.Web.UI.WebControls.UnitType.Pixel); Line 1541: Line 1542: #line default Line 1543: #line hidden Line 1544: } Line 1545: Line 1546: private void @__BuildControl__control45(System.Web.UI.WebControls.WebParts.WebPartVerb @__ctrl) { Line 1547: Line 1548: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1549: @__ctrl.Visible = false; Line 1550: Line 1551: #line default Line 1552: #line hidden Line 1553: } Line 1554: Line 1555: private void @__BuildControl__control46(System.Web.UI.WebControls.WebParts.WebPartVerb @__ctrl) { Line 1556: Line 1557: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1558: @__ctrl.Visible = false; Line 1559: Line 1560: #line default Line 1561: #line hidden Line 1562: } Line 1563: Line 1564: private void @__BuildControl__control47(System.Web.UI.WebControls.Style @__ctrl) { Line 1565: Line 1566: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1567: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(193, 119, 212))); Line 1568: Line 1569: #line default Line 1570: #line hidden Line 1571: Line 1572: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1573: @__ctrl.BorderStyle = System.Web.UI.WebControls.BorderStyle.Dashed; Line 1574: Line 1575: #line default Line 1576: #line hidden Line 1577: Line 1578: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1579: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(2, System.Web.UI.WebControls.UnitType.Pixel); Line 1580: Line 1581: #line default Line 1582: #line hidden Line 1583: } Line 1584: Line 1585: private global::System.Web.UI.WebControls.WebParts.WebPartZone @__BuildControlContentWebPartZone() { Line 1586: global::System.Web.UI.WebControls.WebParts.WebPartZone @__ctrl; Line 1587: Line 1588: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1589: @__ctrl = new global::System.Web.UI.WebControls.WebParts.WebPartZone(); Line 1590: Line 1591: #line default Line 1592: #line hidden Line 1593: this.ContentWebPartZone = @__ctrl; Line 1594: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 1595: Line 1596: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1597: @__ctrl.MinimizeVerb.Visible = false; Line 1598: Line 1599: #line default Line 1600: #line hidden Line 1601: Line 1602: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1603: @__ctrl.CloseVerb.Visible = false; Line 1604: Line 1605: #line default Line 1606: #line hidden Line 1607: Line 1608: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1609: @__ctrl.EditVerb.Enabled = true; Line 1610: Line 1611: #line default Line 1612: #line hidden Line 1613: Line 1614: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1615: @__ctrl.DeleteVerb.Enabled = true; Line 1616: Line 1617: #line default Line 1618: #line hidden Line 1619: Line 1620: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1621: @__ctrl.PartChromeType = System.Web.UI.WebControls.WebParts.PartChromeType.None; Line 1622: Line 1623: #line default Line 1624: #line hidden Line 1625: Line 1626: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1627: @__ctrl.BorderWidth = new System.Web.UI.WebControls.Unit(1, System.Web.UI.WebControls.UnitType.Pixel); Line 1628: Line 1629: #line default Line 1630: #line hidden Line 1631: Line 1632: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1633: @__ctrl.ID = "ContentWebPartZone"; Line 1634: Line 1635: #line default Line 1636: #line hidden Line 1637: Line 1638: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1639: @__ctrl.Width = new System.Web.UI.WebControls.Unit(800, System.Web.UI.WebControls.UnitType.Pixel); Line 1640: Line 1641: #line default Line 1642: #line hidden Line 1643: Line 1644: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1645: @__ctrl.BorderColor = ((System.Drawing.Color)(System.Drawing.Color.FromArgb(204, 204, 204))); Line 1646: Line 1647: #line default Line 1648: #line hidden Line 1649: Line 1650: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1651: @__ctrl.Font.Names = new string[] { Line 1652: "Arial", Line 1653: "Helvetica", Line 1654: "Sans-Serif"}; Line 1655: Line 1656: #line default Line 1657: #line hidden Line 1658: Line 1659: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1660: @__ctrl.Padding = 0; Line 1661: Line 1662: #line default Line 1663: #line hidden Line 1664: Line 1665: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1666: @__ctrl.HeaderText = "Content Zone"; Line 1667: Line 1668: #line default Line 1669: #line hidden Line 1670: Line 1671: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1672: this.@__BuildControl__control34(@__ctrl.PartChromeStyle); Line 1673: Line 1674: #line default Line 1675: #line hidden Line 1676: Line 1677: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1678: this.@__BuildControl__control35(@__ctrl.MenuLabelHoverStyle); Line 1679: Line 1680: #line default Line 1681: #line hidden Line 1682: Line 1683: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1684: this.@__BuildControl__control36(@__ctrl.EmptyZoneTextStyle); Line 1685: Line 1686: #line default Line 1687: #line hidden Line 1688: Line 1689: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1690: this.@__BuildControl__control37(@__ctrl.MenuLabelStyle); Line 1691: Line 1692: #line default Line 1693: #line hidden Line 1694: Line 1695: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1696: this.@__BuildControl__control38(@__ctrl.MenuVerbHoverStyle); Line 1697: Line 1698: #line default Line 1699: #line hidden Line 1700: Line 1701: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1702: this.@__BuildControl__control39(@__ctrl.HeaderStyle); Line 1703: Line 1704: #line default Line 1705: #line hidden Line 1706: Line 1707: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1708: this.@__BuildControl__control40(@__ctrl.MenuVerbStyle); Line 1709: Line 1710: #line default Line 1711: #line hidden Line 1712: Line 1713: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1714: this.@__BuildControl__control41(@__ctrl.PartStyle); Line 1715: Line 1716: #line default Line 1717: #line hidden Line 1718: Line 1719: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1720: this.@__BuildControl__control42(@__ctrl.TitleBarVerbStyle); Line 1721: Line 1722: #line default Line 1723: #line hidden Line 1724: Line 1725: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1726: this.@__BuildControl__control43(@__ctrl.MenuPopupStyle); Line 1727: Line 1728: #line default Line 1729: #line hidden Line 1730: Line 1731: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1732: this.@__BuildControl__control44(@__ctrl.PartTitleStyle); Line 1733: Line 1734: #line default Line 1735: #line hidden Line 1736: Line 1737: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1738: this.@__BuildControl__control45(@__ctrl.CloseVerb); Line 1739: Line 1740: #line default Line 1741: #line hidden Line 1742: Line 1743: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1744: this.@__BuildControl__control46(@__ctrl.MinimizeVerb); Line 1745: Line 1746: #line default Line 1747: #line hidden Line 1748: Line 1749: #line 58 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1750: this.@__BuildControl__control47(@__ctrl.SelectedPartChromeStyle); Line 1751: Line 1752: #line default Line 1753: #line hidden Line 1754: return @__ctrl; Line 1755: } Line 1756: Line 1757: private void @__BuildControl__control48(System.Web.UI.Control @__ctrl) { Line 1758: } Line 1759: Line 1760: private global::System.Web.UI.WebControls.Button @__BuildControl__control50() { Line 1761: global::System.Web.UI.WebControls.Button @__ctrl; Line 1762: Line 1763: #line 81 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1764: @__ctrl = new global::System.Web.UI.WebControls.Button(); Line 1765: Line 1766: #line default Line 1767: #line hidden Line 1768: @__ctrl.TemplateControl = this; Line 1769: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 1770: Line 1771: #line 81 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1772: @__ctrl.ID = "btnToggleDesignMode"; Line 1773: Line 1774: #line default Line 1775: #line hidden Line 1776: Line 1777: #line 81 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1778: @__ctrl.CssClass = "button"; Line 1779: Line 1780: #line default Line 1781: #line hidden Line 1782: Line 1783: #line 81 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1784: @__ctrl.Text = "Design Page"; Line 1785: Line 1786: #line default Line 1787: #line hidden Line 1788: Line 1789: #line 81 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1790: @__ctrl.Click += new System.EventHandler(this.btnToggleDesignMode_Click); Line 1791: Line 1792: #line default Line 1793: #line hidden Line 1794: return @__ctrl; Line 1795: } Line 1796: Line 1797: private global::System.Web.UI.WebControls.Button @__BuildControl__control51() { Line 1798: global::System.Web.UI.WebControls.Button @__ctrl; Line 1799: Line 1800: #line 83 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1801: @__ctrl = new global::System.Web.UI.WebControls.Button(); Line 1802: Line 1803: #line default Line 1804: #line hidden Line 1805: @__ctrl.TemplateControl = this; Line 1806: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 1807: Line 1808: #line 83 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1809: @__ctrl.ID = "btnShowCatalog"; Line 1810: Line 1811: #line default Line 1812: #line hidden Line 1813: Line 1814: #line 83 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1815: @__ctrl.CssClass = "button"; Line 1816: Line 1817: #line default Line 1818: #line hidden Line 1819: Line 1820: #line 83 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1821: @__ctrl.Text = "Show Catalog"; Line 1822: Line 1823: #line default Line 1824: #line hidden Line 1825: Line 1826: #line 83 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1827: @__ctrl.Visible = false; Line 1828: Line 1829: #line default Line 1830: #line hidden Line 1831: Line 1832: #line 83 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1833: @__ctrl.Click += new System.EventHandler(this.btnShowCatalog_Click); Line 1834: Line 1835: #line default Line 1836: #line hidden Line 1837: return @__ctrl; Line 1838: } Line 1839: Line 1840: private global::System.Web.UI.WebControls.ListItem @__BuildControl__control54() { Line 1841: global::System.Web.UI.WebControls.ListItem @__ctrl; Line 1842: Line 1843: #line 86 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1844: @__ctrl = new global::System.Web.UI.WebControls.ListItem(); Line 1845: Line 1846: #line default Line 1847: #line hidden Line 1848: Line 1849: #line 86 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1850: @__ctrl.Text = "Vertical"; Line 1851: Line 1852: #line default Line 1853: #line hidden Line 1854: return @__ctrl; Line 1855: } Line 1856: Line 1857: private global::System.Web.UI.WebControls.ListItem @__BuildControl__control55() { Line 1858: global::System.Web.UI.WebControls.ListItem @__ctrl; Line 1859: Line 1860: #line 87 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1861: @__ctrl = new global::System.Web.UI.WebControls.ListItem(); Line 1862: Line 1863: #line default Line 1864: #line hidden Line 1865: Line 1866: #line 87 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1867: @__ctrl.Text = "Horizontal"; Line 1868: Line 1869: #line default Line 1870: #line hidden Line 1871: return @__ctrl; Line 1872: } Line 1873: Line 1874: private void @__BuildControl__control53(System.Web.UI.WebControls.ListItemCollection @__ctrl) { Line 1875: global::System.Web.UI.WebControls.ListItem @__ctrl1; Line 1876: Line 1877: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1878: @__ctrl1 = this.@__BuildControl__control54(); Line 1879: Line 1880: #line default Line 1881: #line hidden Line 1882: Line 1883: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1884: @__ctrl.Add(@__ctrl1); Line 1885: Line 1886: #line default Line 1887: #line hidden Line 1888: global::System.Web.UI.WebControls.ListItem @__ctrl2; Line 1889: Line 1890: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1891: @__ctrl2 = this.@__BuildControl__control55(); Line 1892: Line 1893: #line default Line 1894: #line hidden Line 1895: Line 1896: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1897: @__ctrl.Add(@__ctrl2); Line 1898: Line 1899: #line default Line 1900: #line hidden Line 1901: } Line 1902: Line 1903: private global::System.Web.UI.WebControls.DropDownList @__BuildControl__control52() { Line 1904: global::System.Web.UI.WebControls.DropDownList @__ctrl; Line 1905: Line 1906: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1907: @__ctrl = new global::System.Web.UI.WebControls.DropDownList(); Line 1908: Line 1909: #line default Line 1910: #line hidden Line 1911: @__ctrl.TemplateControl = this; Line 1912: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 1913: Line 1914: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1915: @__ctrl.ID = "ddlLayout"; Line 1916: Line 1917: #line default Line 1918: #line hidden Line 1919: Line 1920: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1921: @__ctrl.Visible = false; Line 1922: Line 1923: #line default Line 1924: #line hidden Line 1925: Line 1926: #line 85 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1927: this.@__BuildControl__control53(@__ctrl.Items); Line 1928: Line 1929: #line default Line 1930: #line hidden Line 1931: return @__ctrl; Line 1932: } Line 1933: Line 1934: private void @__BuildControl__control49(System.Web.UI.Control @__ctrl) { Line 1935: global::System.Web.UI.WebControls.Button @__ctrl1; Line 1936: Line 1937: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1938: @__ctrl1 = this.@__BuildControl__control50(); Line 1939: Line 1940: #line default Line 1941: #line hidden Line 1942: System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl)); Line 1943: Line 1944: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1945: @__parser.AddParsedSubObject(@__ctrl1); Line 1946: Line 1947: #line default Line 1948: #line hidden Line 1949: global::System.Web.UI.WebControls.Button @__ctrl2; Line 1950: Line 1951: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1952: @__ctrl2 = this.@__BuildControl__control51(); Line 1953: Line 1954: #line default Line 1955: #line hidden Line 1956: Line 1957: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1958: @__parser.AddParsedSubObject(@__ctrl2); Line 1959: Line 1960: #line default Line 1961: #line hidden Line 1962: global::System.Web.UI.WebControls.DropDownList @__ctrl3; Line 1963: Line 1964: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1965: @__ctrl3 = this.@__BuildControl__control52(); Line 1966: Line 1967: #line default Line 1968: #line hidden Line 1969: Line 1970: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1971: @__parser.AddParsedSubObject(@__ctrl3); Line 1972: Line 1973: #line default Line 1974: #line hidden Line 1975: @__ctrl.SetRenderMethodDelegate(new System.Web.UI.RenderMethod(this.@__Render__control49)); Line 1976: } Line 1977: Line 1978: private void @__Render__control49(System.Web.UI.HtmlTextWriter @__w, System.Web.UI.Control parameterContainer) { Line 1979: @__w.Write("<span style=\"; top: -33px; left: -3px;\">\r\n\t\t\t\t<!-- Scope: "); Line 1980: Line 1981: #line 80 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 1982: @__w.Write( wpManager.Personalization.Scope.ToString() ); Line 1983: Line 1984: Line 1985: #line default Line 1986: #line hidden Line 1987: @__w.Write(" -->\r\n\t\t\t\t"); Line 1988: parameterContainer.Controls[0].RenderControl(@__w); Line 1989: @__w.Write("\r\n\t\t\t\t"); Line 1990: parameterContainer.Controls[1].RenderControl(@__w); Line 1991: @__w.Write("\r\n\t\t\t\t"); Line 1992: parameterContainer.Controls[2].RenderControl(@__w); Line 1993: @__w.Write("</span>"); Line 1994: } Line 1995: Line 1996: private global::System.Web.UI.WebControls.LoginView @__BuildControlLoginView1() { Line 1997: global::System.Web.UI.WebControls.LoginView @__ctrl; Line 1998: Line 1999: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2000: @__ctrl = new global::System.Web.UI.WebControls.LoginView(); Line 2001: Line 2002: #line default Line 2003: #line hidden Line 2004: this.LoginView1 = @__ctrl; Line 2005: @__ctrl.ApplyStyleSheetSkin(this.Page); Line 2006: Line 2007: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2008: @__ctrl.AnonymousTemplate = new System.Web.UI.CompiledTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control48)); Line 2009: Line 2010: #line default Line 2011: #line hidden Line 2012: Line 2013: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2014: @__ctrl.LoggedInTemplate = new System.Web.UI.CompiledTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control49)); Line 2015: Line 2016: #line default Line 2017: #line hidden Line 2018: Line 2019: #line 77 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2020: @__ctrl.ID = "LoginView1"; Line 2021: Line 2022: #line default Line 2023: #line hidden Line 2024: return @__ctrl; Line 2025: } Line 2026: Line 2027: private void @__BuildControlTree(usercontrols_wpframework_ascx @__ctrl) { Line 2028: global::System.Web.UI.WebControls.WebParts.WebPartManager @__ctrl1; Line 2029: Line 2030: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2031: @__ctrl1 = this.@__BuildControlwpManager(); Line 2032: Line 2033: #line default Line 2034: #line hidden Line 2035: System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl)); Line 2036: Line 2037: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2038: @__parser.AddParsedSubObject(@__ctrl1); Line 2039: Line 2040: #line default Line 2041: #line hidden Line 2042: global::System.Web.UI.WebControls.WebParts.CatalogZone @__ctrl2; Line 2043: Line 2044: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2045: @__ctrl2 = this.@__BuildControlCatalogZone1(); Line 2046: Line 2047: #line default Line 2048: #line hidden Line 2049: Line 2050: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2051: @__parser.AddParsedSubObject(@__ctrl2); Line 2052: Line 2053: #line default Line 2054: #line hidden Line 2055: global::System.Web.UI.WebControls.WebParts.EditorZone @__ctrl3; Line 2056: Line 2057: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2058: @__ctrl3 = this.@__BuildControlEditorZone1(); Line 2059: Line 2060: #line default Line 2061: #line hidden Line 2062: Line 2063: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2064: @__parser.AddParsedSubObject(@__ctrl3); Line 2065: Line 2066: #line default Line 2067: #line hidden Line 2068: Line 2069: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2070: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t")); Line 2071: Line 2072: #line default Line 2073: #line hidden Line 2074: global::System.Web.UI.WebControls.WebParts.WebPartZone @__ctrl4; Line 2075: Line 2076: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2077: @__ctrl4 = this.@__BuildControlContentWebPartZone(); Line 2078: Line 2079: #line default Line 2080: #line hidden Line 2081: Line 2082: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2083: @__parser.AddParsedSubObject(@__ctrl4); Line 2084: Line 2085: #line default Line 2086: #line hidden Line 2087: Line 2088: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2089: @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\t")); Line 2090: Line 2091: #line default Line 2092: #line hidden Line 2093: global::System.Web.UI.WebControls.LoginView @__ctrl5; Line 2094: Line 2095: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2096: @__ctrl5 = this.@__BuildControlLoginView1(); Line 2097: Line 2098: #line default Line 2099: #line hidden Line 2100: Line 2101: #line 1 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx" Line 2102: @__parser.AddParsedSubObject(@__ctrl5); Line 2103: Line 2104: #line default Line 2105: #line hidden Line 2106: } Line 2107: Line 2108: Line 2109: #line 912304 "c:\inetpub\wwwroot_grdd\UserControls\WPFramework.ascx.cs" Line 2110: protected override void FrameworkInitialize() { Line 2111: base.FrameworkInitialize(); Line 2112: this.@__BuildControlTree(this); Line 2113: } Line 2114: Line 2115: #line default Line 2116: #line hidden Line 2117: } Line 2118: } Line 2119:
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42Monday, June 12, 2006 6:12 PM
Answers
-
User-965471452 posted
This is mostly likely due to a known bug in the ASP.NET compiler involving directory level circular references. Here's what I mean by a circular reference:
dir1:
uc1.ascx
page1.aspx -> dir2/uc2.ascx
dir2:
uc2.ascx
page2.aspx -> dir1/uc1.ascx
This is a circular reference, because a page in dir1 references a user control in dir2, and a page in dir2 references a user control in dir 1.
There are two workarounds:
1. Turn off batch compilation,by setting <compilation batch="false"> in web.config.
2. Re-organize your files to avoid a circular reference.
-Mike- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 13, 2006 4:54 PM
All replies
-
User-965471452 posted
This is mostly likely due to a known bug in the ASP.NET compiler involving directory level circular references. Here's what I mean by a circular reference:
dir1:
uc1.ascx
page1.aspx -> dir2/uc2.ascx
dir2:
uc2.ascx
page2.aspx -> dir1/uc1.ascx
This is a circular reference, because a page in dir1 references a user control in dir2, and a page in dir2 references a user control in dir 1.
There are two workarounds:
1. Turn off batch compilation,by setting <compilation batch="false"> in web.config.
2. Re-organize your files to avoid a circular reference.
-Mike- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 13, 2006 4:54 PM -
User763452782 posted
Caution: if you delete the app_code or rename it, it will work temporarily but when cache is renewed, your solution will give error
the best solution is to delete the bin directory from the upload destination (if you didn't create a bin directory, visual studio probably did that).
if you did have a bin directory then VS created files and you need to remove those
eng. ramzi hawa
www.rolamzi.com
Friday, February 23, 2007 9:12 AM -
User253847291 posted
im having the same problem but no circular references here, all classes and controls are in app_code and all pages in root; there are no pages in other folders that may refer to classes nor controls (custom controls) ive already deleted obj and bin folders and the temporary asp folder after closing the webserver and vs. This error came when i moved the source code from a .ascx.cs file to its own .cs file since it was not a usercontrol but a class that inherit from a control. Ive after deleted the previous .ascx file (with its .aspx.cs) to avoid this type of problem but im struck here from over a hour. It say that my control is defined in two places while it is not, i have no clue how to fix this.
Monday, December 1, 2008 8:55 PM -
User690354199 posted
I had the same problem after upgrading a site.
Compiler Error Message: CS0433: The type '_Default' exists in both 'd:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\de835d14\c7cfb86\assembly\dl3\d21a71f0\0ef87df2_389ec901\App_Web_default.master.cdcab7d2.DLL' and 'd:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\de835d14\c7cfb86\assembly\dl3\bb5c3b9a\fe20b2f5_389ec901\App_Web_default.aspx.cdcab7d2.DLL'
It turns out that the collision was between the master page (Default.master) and the Default aspx page (Default.aspx) both declaring a class _Default.
By simply changing the class name of the master page from _Default to _MasterDefault, rebuilding and republishing did the trick.
Before: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="Default.master.cs" Inherits="_Default" %>
public partial class _Default : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { } }
After: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="Default.master.cs" Inherits="_MasterDefault" %>
public partial class _MasterDefault : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { } }Friday, March 6, 2009 4:12 AM -
User-1659704165 posted
Hi,
First Check There should Be No error in Your Project.....Project Compliation Should End with Sucessfull message...
or
Refersh the Usercontrol onPage And then complie..
Hope It helps
Friday, March 6, 2009 4:25 AM -
User-1970517253 posted
Hi.
I hade that problem. It was shown that I had Global.cs in "App_Code" folder and some other files in the root
of the Project named also with Global (ascx and one more). That was due to lab with Telerik.
When I Removed the "Global.XXX files in the Root Folder, then I could build the project without errors.
Hope that this will help you.
:-)
Zoran
Wednesday, December 2, 2009 8:32 PM -
User-278507548 posted
If you have VS2008 and a WEB Application (not WEB Site) you can't have directory named App_Code (you must remove all files from it an move it eg. to Root folder or another subfolder) and delete/exclude from project that folder (App_Code). Every file you move from App_Code to Root (or another folder - which must be included in projet) will be compiled during DEBUG/Publish. - this solved my problem with CS0433.
Wednesday, December 15, 2010 9:34 AM -
User-1946981611 posted
I was able to reproduce this issue by using an MSI installer to install my web site to IIS. I then made code changes and manually published over top of the MSI install. I then uninstalled the web site from Add/Remove Programs.
I have a separate branch of source code from TFS which is based on the same web site code only it has different pages and functionality. When I created a new MSI and installed the web site to the server I received this error when I navigated to it.
To fix, I uninstalled the web via Add/Remove Programs. This left the bin directory and the global asa file it was complaining about. So I manually deleted the entire web directory and reinstalled via the MSI.
The problem went away.
Just make sure after you install your app to either not manually publish to the server or at least make sure all folders are deleted from the physical folder when the web site is uninstalled.
Wednesday, March 30, 2011 1:44 PM -
User-1068663365 posted
This is something you may want to look into if you get this error after you PUBLISH your ASP.NET application from VS2010 (and not if you run them in VS2010 or just COPY all the files to your server manually).
Compiler Error Message CS0433 occurs when two different assemblies referenced in your application contain the same namespace and type, which produces ambiguity.
How could this happen only when we PUBLISH the website and not when you copy the files over physically or run them in VS2010 directly?
Please check this articule I found http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/aa9f90e8-534d-4e74-b656-99187eb3f281/
Tuesday, August 16, 2011 9:02 AM