modify.aspx.designer.cs.svn-base

来自「走吧旅游网站前后台源代码」· SVN-BASE 代码 · 共 38 行

SVN-BASE
38
字号
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行库版本:2.0.50727.42
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace Maticsoft.Web.TourismProStock {
    
    
    /// <summary>
    /// Modify 类。
    /// </summary>
    /// <remarks>
    /// 自动生成的类。
    /// </remarks>
    public partial class Modify {
        	protected global::System.Web.UI.WebControls.Label lblLinesID;
		protected global::System.Web.UI.WebControls.TextBox txtLinesName;
		protected global::System.Web.UI.WebControls.TextBox txtDays;
		protected global::System.Web.UI.WebControls.TextBox txtTraffic;
		protected global::System.Web.UI.WebControls.TextBox txtShopManPrice;
		protected global::System.Web.UI.WebControls.TextBox txtPeerManPrice;
		protected global::System.Web.UI.WebControls.TextBox txtInterManPrice;
		protected global::System.Web.UI.WebControls.TextBox txtShopChildrenPrice;
		protected global::System.Web.UI.WebControls.TextBox txtPeerChildrenPrice;
		protected global::System.Web.UI.WebControls.TextBox txtInterChildrenPrice;
		protected global::System.Web.UI.WebControls.TextBox txtSetAddres;
		protected global::System.Web.UI.WebControls.TextBox txtReceiveCityID;
	protected global::System.Web.UI.WebControls.Button btnAdd;
	protected global::System.Web.UI.WebControls.Button btnCancel;

    }
}

⌨️ 快捷键说明

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