|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/a8232af4/e7d7d9aa/ |
?#pragma checksum "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BDCF053724C2138128DFA64CFA79BC00"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具天生。
// 运行时版本:2.0.50727.9054
//
// 对此文件的更改可能会导致不正确的行为,并且若是
// 沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP {
#line 285 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.Profile;
#line default
#line hidden
#line 280 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Text.RegularExpressions;
#line default
#line hidden
#line 282 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.Caching;
#line default
#line hidden
#line 278 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Configuration;
#line default
#line hidden
#line 277 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Collections.Specialized;
#line default
#line hidden
#line 289 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.UI.HtmlControls;
#line default
#line hidden
#line 287 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.UI.WebControls;
#line default
#line hidden
#line 276 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Collections;
#line default
#line hidden
#line 286 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.UI;
#line default
#line hidden
#line 288 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.UI.WebControls.WebParts;
#line default
#line hidden
#line 275 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System;
#line default
#line hidden
#line 284 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.Security;
#line default
#line hidden
#line 281 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web;
#line default
#line hidden
#line 283 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Web.SessionState;
#line default
#line hidden
#line 279 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Text;
#line default
#line hidden
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
public class pages_seo_configedit_aspx : global::nest.admin.pages.seo.ConfigEdit, System.Web.SessionState.IRequiresSessionState, System.Web.IHttpHandler {
private static bool @__initialized;
private static object @__stringResource;
private static object @__fileDependencies;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public pages_seo_configedit_aspx() {
string[] dependencies;
((global::nest.admin.pages.seo.ConfigEdit)(this)).AppRelativeVirtualPath = "~/pages/seo/ConfigEdit.aspx";
if ((global::ASP.pages_seo_configedit_aspx.@__initialized == false)) {
global::ASP.pages_seo_configedit_aspx.@__stringResource = this.ReadStringResource();
dependencies = new string[1];
dependencies[0] = "~/pages/seo/ConfigEdit.aspx";
global::ASP.pages_seo_configedit_aspx.@__fileDependencies = this.GetWrappedFileDependencies(dependencies);
global::ASP.pages_seo_configedit_aspx.@__initialized = true;
}
this.Server.ScriptTimeout = 30000000;
}
protected System.Web.Profile.DefaultProfile Profile {
get {
return ((System.Web.Profile.DefaultProfile)(this.Context.Profile));
}
}
protected ASP.global_asax ApplicationInstance {
get {
return ((ASP.global_asax)(this.Context.ApplicationInstance));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlTitle @__BuildControl__control3() {
global::System.Web.UI.HtmlControls.HtmlTitle @__ctrl;
#line 6 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlTitle();
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 6 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("网站配置"));
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlLink @__BuildControl__control4() {
global::System.Web.UI.HtmlControls.HtmlLink @__ctrl;
#line 7 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlLink();
#line default
#line hidden
#line 7 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.href = "../css/samecms.css";
#line default
#line hidden
#line 7 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("rel", "stylesheet");
#line default
#line hidden
#line 7 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text/css");
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlLink @__BuildControl__control5() {
global::System.Web.UI.HtmlControls.HtmlLink @__ctrl;
#line 8 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlLink();
#line default
#line hidden
#line 8 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.href = "../lib/style.css";
#line default
#line hidden
#line 8 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("rel", "stylesheet");
#line default
#line hidden
#line 8 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text/css");
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlLink @__BuildControl__control6() {
global::System.Web.UI.HtmlControls.HtmlLink @__ctrl;
#line 9 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlLink();
#line default
#line hidden
#line 9 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.href = "../lib/base.css";
#line default
#line hidden
#line 9 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("rel", "stylesheet");
#line default
#line hidden
#line 9 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text/css");
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlHead @__BuildControl__control2() {
global::System.Web.UI.HtmlControls.HtmlHead @__ctrl;
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlHead("head");
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlTitle @__ctrl1;
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl1 = this.@__BuildControl__control3();
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlLink @__ctrl2;
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl2 = this.@__BuildControl__control4();
#line default
#line hidden
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl2);
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlLink @__ctrl3;
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl3 = this.@__BuildControl__control5();
#line default
#line hidden
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl3);
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlLink @__ctrl4;
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl4 = this.@__BuildControl__control6();
#line default
#line hidden
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl4);
#line default
#line hidden
#line 5 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(49343, 1977, false));
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlindex1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 69 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.index1 = @__ctrl;
#line 69 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 69 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "index1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlsupply1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 79 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.supply1 = @__ctrl;
#line 79 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 79 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "supply1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlnews1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 89 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.news1 = @__ctrl;
#line 89 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 89 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "news1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlcontact1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 99 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.contact1 = @__ctrl;
#line 99 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 99 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "contact1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControldownload1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 109 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.download1 = @__ctrl;
#line 109 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 109 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "download1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlsitemap1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 119 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.sitemap1 = @__ctrl;
#line 119 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 119 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "sitemap1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlrss1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 129 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.rss1 = @__ctrl;
#line 129 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 129 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "rss1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlpreviouspage1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 139 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.previouspage1 = @__ctrl;
#line 139 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 139 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "previouspage1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlnextpage1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 149 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.nextpage1 = @__ctrl;
#line 149 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 149 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "nextpage1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlprevinfo1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 159 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.previnfo1 = @__ctrl;
#line 159 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 159 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "previnfo1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControlnextinfo1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 169 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.nextinfo1 = @__ctrl;
#line 169 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 169 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "nextinfo1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControldetails() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 179 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.details = @__ctrl;
#line 179 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 179 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "details";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputText @__BuildControldescription1() {
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl;
#line 189 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputText();
#line default
#line hidden
this.description1 = @__ctrl;
#line 189 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "text");
#line default
#line hidden
#line 189 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "description1";
#line default
#line hidden
#line 189 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "width: 80%;");
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.WebControls.ListItem @__BuildControl__control7() {
global::System.Web.UI.WebControls.ListItem @__ctrl;
#line 200 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.WebControls.ListItem();
#line default
#line hidden
#line 200 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Value = "-1";
#line default
#line hidden
#line 200 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Text = "默认";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.WebControls.ListItem @__BuildControl__control8() {
global::System.Web.UI.WebControls.ListItem @__ctrl;
#line 201 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.WebControls.ListItem();
#line default
#line hidden
#line 201 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Value = "0";
#line default
#line hidden
#line 201 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Text = "自界说";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlSelect @__BuildControlpropath() {
global::System.Web.UI.HtmlControls.HtmlSelect @__ctrl;
#line 199 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlSelect();
#line default
#line hidden
this.propath = @__ctrl;
#line 199 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "propath";
#line default
#line hidden
global::System.Web.UI.WebControls.ListItem @__ctrl1;
#line 199 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl1 = this.@__BuildControl__control7();
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 199 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
global::System.Web.UI.WebControls.ListItem @__ctrl2;
#line 199 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl2 = this.@__BuildControl__control8();
#line default
#line hidden
#line 199 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl2);
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.WebControls.ListItem @__BuildControl__control9() {
global::System.Web.UI.WebControls.ListItem @__ctrl;
#line 212 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.WebControls.ListItem();
#line default
#line hidden
#line 212 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Value = "-1";
#line default
#line hidden
#line 212 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Text = "gb2312";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.WebControls.ListItem @__BuildControl__control10() {
global::System.Web.UI.WebControls.ListItem @__ctrl;
#line 213 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.WebControls.ListItem();
#line default
#line hidden
#line 213 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Value = "0";
#line default
#line hidden
#line 213 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.Text = "UTF-8";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlSelect @__BuildControllanguagetype() {
global::System.Web.UI.HtmlControls.HtmlSelect @__ctrl;
#line 211 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlSelect();
#line default
#line hidden
this.languagetype = @__ctrl;
#line 211 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "languagetype";
#line default
#line hidden
global::System.Web.UI.WebControls.ListItem @__ctrl1;
#line 211 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl1 = this.@__BuildControl__control9();
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 211 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
global::System.Web.UI.WebControls.ListItem @__ctrl2;
#line 211 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl2 = this.@__BuildControl__control10();
#line default
#line hidden
#line 211 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl2);
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlAnchor @__BuildControlA1() {
global::System.Web.UI.HtmlControls.HtmlAnchor @__ctrl;
#line 224 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlAnchor();
#line default
#line hidden
this.A1 = @__ctrl;
#line 224 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "A1";
#line default
#line hidden
#line 224 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.href = "javascript:void(0);";
#line default
#line hidden
#line 224 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("onclick", "showConfirm()");
#line default
#line hidden
#line 224 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "sureButt");
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 224 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n 保留"));
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlInputButton @__BuildControlbtnSave() {
global::System.Web.UI.HtmlControls.HtmlInputButton @__ctrl;
#line 226 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputButton();
#line default
#line hidden
this.btnSave = @__ctrl;
#line 226 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "button");
#line default
#line hidden
#line 226 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "btnSave";
#line default
#line hidden
#line 226 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("style", "display:none;");
#line default
#line hidden
#line 226 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ServerClick -= new System.EventHandler(this.RworldSave);
#line default
#line hidden
#line 226 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ServerClick += new System.EventHandler(this.RworldSave);
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlForm @__BuildControlform1() {
global::System.Web.UI.HtmlControls.HtmlForm @__ctrl;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlForm();
#line default
#line hidden
this.form1 = @__ctrl;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl.ID = "form1";
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(51320, 723, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl1;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl1 = this.@__BuildControlindex1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(52043, 375, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl2;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl2 = this.@__BuildControlsupply1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl2);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(52418, 375, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl3;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl3 = this.@__BuildControlnews1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl3);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(52793, 375, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl4;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl4 = this.@__BuildControlcontact1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl4);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(53168, 375, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl5;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl5 = this.@__BuildControldownload1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl5);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(53543, 375, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl6;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl6 = this.@__BuildControlsitemap1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl6);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(53918, 366, true));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl7;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl7 = this.@__BuildControlrss1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl7);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(54284, 372, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl8;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl8 = this.@__BuildControlpreviouspage1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl8);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(54656, 372, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl9;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl9 = this.@__BuildControlnextpage1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl9);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(55028, 372, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl10;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl10 = this.@__BuildControlprevinfo1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl10);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(55400, 372, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl11;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl11 = this.@__BuildControlnextinfo1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl11);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(55772, 375, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl12;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl12 = this.@__BuildControldetails();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl12);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(56147, 390, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputText @__ctrl13;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl13 = this.@__BuildControldescription1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl13);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(56537, 380, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlSelect @__ctrl14;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl14 = this.@__BuildControlpropath();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl14);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(56917, 349, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlSelect @__ctrl15;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl15 = this.@__BuildControllanguagetype();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl15);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(57266, 430, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlAnchor @__ctrl16;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl16 = this.@__BuildControlA1();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl16);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n "));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlInputButton @__ctrl17;
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl17 = this.@__BuildControlbtnSave();
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl17);
#line default
#line hidden
#line 51 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(57696, 372, false));
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void @__BuildControlTree(pages_seo_configedit_aspx @__ctrl) {
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
this.InitializeCulture();
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3" +
".org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/199" +
"9/xhtml\">\r\n"));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlHead @__ctrl1;
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl1 = this.@__BuildControl__control2();
#line default
#line hidden
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n<body>\r\n "));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlForm @__ctrl2;
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__ctrl2 = this.@__BuildControlform1();
#line default
#line hidden
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(@__ctrl2);
#line default
#line hidden
#line 1 "D:\wwwroot\cqchunmai\wwwroot\pages\seo\ConfigEdit.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n</body>\r\n</html>\r\n"));
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void FrameworkInitialize() {
base.FrameworkInitialize();
this.SetStringResourcePointer(global::ASP.pages_seo_configedit_aspx.@__stringResource, 0);
this.@__BuildControlTree(this);
this.AddWrappedFileDependencies(global::ASP.pages_seo_configedit_aspx.@__fileDependencies);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override int GetTypeHashCode() {
return 755486740;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override void ProcessRequest(System.Web.HttpContext context) {
base.ProcessRequest(context);
}
}
}