defaultlayout.master.designer.cs
来自「该项目中对 SQLHelper 类进行了简单封装」· CS 代码 · 共 71 行
CS
71 行
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace NET.AfritXia.MyHome.HomeStart {
public partial class DefaultLayout {
/// <summary>
/// m_aspHeadContentInDefaultLayout control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder m_aspHeadContentInDefaultLayout;
/// <summary>
/// m_myNavigationMenu control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NET.AfritXia.MyHome.HomeStart.PageCtrls.NavigationMenu m_myNavigationMenu;
/// <summary>
/// m_myHomeLogo control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NET.AfritXia.MyHome.HomeStart.PageCtrls.MyHomeLogo m_myHomeLogo;
/// <summary>
/// m_mySiteMapPathCtrl control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NET.AfritXia.MyHome.HomeStart.PageCtrls.MySiteMapPath m_mySiteMapPathCtrl;
/// <summary>
/// m_aspPageIndexContent control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder m_aspPageIndexContent;
/// <summary>
/// m_aspMainContentInDefaultLayout control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder m_aspMainContentInDefaultLayout;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?