|
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/6b11be23/e503b68d/ |
?#pragma checksum "D:\wwwroot\keman\wwwroot\gl.aspx" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E0E6414FC89A2777880918A72A8266DE"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具天生。
// 运行时版本:2.0.50727.9066
//
// 对此文件的更改可能会导致不正确的行为,并且若是
// 沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------
public partial class gl : System.Web.SessionState.IRequiresSessionState {
#line 16 "D:\wwwroot\keman\wwwroot\gl.aspx"
protected global::System.Web.UI.WebControls.TextBox TextBox1;
#line default
#line hidden
#line 17 "D:\wwwroot\keman\wwwroot\gl.aspx"
protected global::System.Web.UI.WebControls.Button Button1;
#line default
#line hidden
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
protected global::System.Web.UI.HtmlControls.HtmlForm from1;
#line default
#line hidden
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));
}
}
}
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 16 "D:\wwwroot\keman\wwwroot\gl.aspx"
using System.Web.UI.WebControls.WebParts;
#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 16 "D:\wwwroot\keman\wwwroot\gl.aspx"
using System.Web.UI.WebControls;
#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 276 "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config"
using System.Collections;
#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 gl_aspx : global::gl, System.Web.IHttpHandler {
private static bool @__initialized;
private static object @__stringResource;
private static object @__fileDependencies;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public gl_aspx() {
string[] dependencies;
#line 912304 "D:\wwwroot\keman\wwwroot\gl.aspx.cs"
((global::System.Web.UI.Page)(this)).AppRelativeVirtualPath = "~/gl.aspx";
#line default
#line hidden
if ((global::ASP.gl_aspx.@__initialized == false)) {
global::ASP.gl_aspx.@__stringResource = this.ReadStringResource();
dependencies = new string[2];
dependencies[0] = "~/gl.aspx";
dependencies[1] = "~/gl.aspx.cs";
global::ASP.gl_aspx.@__fileDependencies = this.GetWrappedFileDependencies(dependencies);
global::ASP.gl_aspx.@__initialized = true;
}
this.Server.ScriptTimeout = 30000000;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.WebControls.TextBox @__BuildControlTextBox1() {
global::System.Web.UI.WebControls.TextBox @__ctrl;
#line 16 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl = new global::System.Web.UI.WebControls.TextBox();
#line default
#line hidden
this.TextBox1 = @__ctrl;
@__ctrl.ApplyStyleSheetSkin(this);
#line 16 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl.ID = "TextBox1";
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.WebControls.Button @__BuildControlButton1() {
global::System.Web.UI.WebControls.Button @__ctrl;
#line 17 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl = new global::System.Web.UI.WebControls.Button();
#line default
#line hidden
this.Button1 = @__ctrl;
@__ctrl.ApplyStyleSheetSkin(this);
#line 17 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl.ID = "Button1";
#line default
#line hidden
#line 17 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl.Click += new System.EventHandler(this.Button1_Click1);
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::System.Web.UI.HtmlControls.HtmlForm @__BuildControlfrom1() {
global::System.Web.UI.HtmlControls.HtmlForm @__ctrl;
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl = new global::System.Web.UI.HtmlControls.HtmlForm();
#line default
#line hidden
this.from1 = @__ctrl;
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl.ID = "from1";
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n\r\n"));
#line default
#line hidden
global::System.Web.UI.WebControls.TextBox @__ctrl1;
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl1 = this.@__BuildControlTextBox1();
#line default
#line hidden
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n "));
#line default
#line hidden
global::System.Web.UI.WebControls.Button @__ctrl2;
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl2 = this.@__BuildControlButton1();
#line default
#line hidden
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(@__ctrl2);
#line default
#line hidden
#line 14 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n \r\n\r\n"));
#line default
#line hidden
return @__ctrl;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void @__BuildControlTree(gl_aspx @__ctrl) {
#line 1 "D:\wwwroot\keman\wwwroot\gl.aspx"
this.InitializeCulture();
#line default
#line hidden
System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));
#line 1 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(24626, 307, false));
#line default
#line hidden
global::System.Web.UI.HtmlControls.HtmlForm @__ctrl1;
#line 1 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__ctrl1 = this.@__BuildControlfrom1();
#line default
#line hidden
#line 1 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(@__ctrl1);
#line default
#line hidden
#line 1 "D:\wwwroot\keman\wwwroot\gl.aspx"
@__parser.AddParsedSubObject(new System.Web.UI.LiteralControl("\r\n</body>\r\n</html>\r\n"));
#line default
#line hidden
}
#line 912304 "D:\wwwroot\keman\wwwroot\gl.aspx.cs"
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void FrameworkInitialize() {
base.FrameworkInitialize();
this.SetStringResourcePointer(global::ASP.gl_aspx.@__stringResource, 0);
this.@__BuildControlTree(this);
this.AddWrappedFileDependencies(global::ASP.gl_aspx.@__fileDependencies);
}
#line default
#line hidden
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override int GetTypeHashCode() {
return -1331905261;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override void ProcessRequest(System.Web.HttpContext context) {
base.ProcessRequest(context);
}
}
}