You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
//------------------------------------------------------------------------------
|
|
// <自動產生的>
|
|
// 這段程式碼是由工具產生的。
|
|
//
|
|
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
|
|
// 所做的變更將會遺失。
|
|
// </自動產生的>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace OT.Web {
|
|
|
|
|
|
public partial class Error {
|
|
|
|
/// <summary>
|
|
/// Form1 控制項。
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// 自動產生的欄位。
|
|
/// 將移動欄位宣告從設計檔案修改為程式碼後置檔案。
|
|
/// </remarks>
|
|
protected global::System.Web.UI.HtmlControls.HtmlForm Form1;
|
|
|
|
/// <summary>
|
|
/// ltrErrMsg 控制項。
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// 自動產生的欄位。
|
|
/// 將移動欄位宣告從設計檔案修改為程式碼後置檔案。
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.Literal ltrErrMsg;
|
|
}
|
|
}
|