SGGL_JT/SUBQHSE/FineUIPro.Web/CQMS/WBS/EditBreakdownProject.aspx.d...

243 lines
7.7 KiB
C#
Raw Normal View History

2025-04-07 17:43:30 +08:00
//------------------------------------------------------------------------------
2025-06-19 19:23:01 +08:00
// <auto-generated>
// This code was generated by a tool.
2025-04-07 17:43:30 +08:00
//
2025-06-19 19:23:01 +08:00
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
2025-04-07 17:43:30 +08:00
//------------------------------------------------------------------------------
2025-06-19 19:23:01 +08:00
namespace FineUIPro.Web.CQMS.WBS
{
public partial class EditBreakdownProject
{
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// form1 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// PageManager1 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.PageManager PageManager1;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// SimpleForm1 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.Form SimpleForm1;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtBreakdownCode control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox txtBreakdownCode;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtBreakdownName control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox txtBreakdownName;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtBasis control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextArea txtBasis;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtCheckPoints control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextArea txtCheckPoints;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtRecordAndCode control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextArea txtRecordAndCode;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtClass control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox txtClass;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// drpCheckAcceptType control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.DropDownList drpCheckAcceptType;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// tr1 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.FormRow tr1;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// FenBao control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox FenBao;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// tr2 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.FormRow tr2;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// WuHuan control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox WuHuan;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// tr3 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.FormRow tr3;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// JianLi control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox JianLi;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// tr4 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.FormRow tr4;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// YeZhu control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextBox YeZhu;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtSortIndex control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.NumberBox txtSortIndex;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// txtRemark control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.TextArea txtRemark;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// rblIsAcceptance control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.RadioButtonList rblIsAcceptance;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// Toolbar1 control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.Toolbar Toolbar1;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// btnAttachUrl control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.Button btnAttachUrl;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// btnSave control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.Button btnSave;
2025-06-19 19:23:01 +08:00
2025-04-07 17:43:30 +08:00
/// <summary>
2025-06-19 19:23:01 +08:00
/// WindowAtt control.
2025-04-07 17:43:30 +08:00
/// </summary>
/// <remarks>
2025-06-19 19:23:01 +08:00
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
2025-04-07 17:43:30 +08:00
/// </remarks>
protected global::FineUIPro.Window WindowAtt;
}
}