default.aspx.designer.cs

来自「nice book for data mining」· CS 代码 · 共 23 行

CS
23
字号
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.42
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Shokr.Security.RuleBasedSecurity {
    
    public partial class _Default {
        protected System.Web.UI.HtmlControls.HtmlForm form1;
        protected System.Web.UI.WebControls.LoginName LoginName1;
        protected System.Web.UI.WebControls.LoginStatus LoginStatus1;
        protected System.Web.UI.WebControls.Button btnAdmin;
        protected System.Web.UI.WebControls.Button BtnManager;
        protected System.Web.UI.WebControls.Button btnUser;
        protected System.Web.UI.WebControls.TextBox txtResult;
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?