2025-04-07 17:43:30 +08:00
|
|
|
|
//------------------------------------------------------------------------------
|
2026-03-23 15:22:29 +08:00
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
//
|
2026-03-23 15:22:29 +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
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
2026-03-23 15:22:29 +08:00
|
|
|
|
namespace FineUIPro.Web.HSSE.Administrative
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public partial class CarManagerView
|
|
|
|
|
|
{
|
|
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// form1 control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// PageManager1 control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// SimpleForm1 control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtCarManagerCode control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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 txtCarManagerCode;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtCarName control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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 txtCarName;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// rblInOutState control.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
|
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
|
|
|
|
/// </remarks>
|
|
|
|
|
|
protected global::FineUIPro.RadioButtonList rblInOutState;
|
|
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtCarModel control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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 txtCarModel;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtBuyDate control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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 txtBuyDate;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtLastYearCheckDate control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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.DatePicker txtLastYearCheckDate;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtInsuranceDate control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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.DatePicker txtInsuranceDate;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// txtRemark control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// Toolbar1 control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// btnAttachUrl control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// ToolbarFill1 control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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.ToolbarFill ToolbarFill1;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// btnClose control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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 btnClose;
|
2026-03-23 15:22:29 +08:00
|
|
|
|
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// <summary>
|
2026-03-23 15:22:29 +08:00
|
|
|
|
/// WindowAtt control.
|
2025-04-07 17:43:30 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <remarks>
|
2026-03-23 15:22:29 +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;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|