2017-09-05 11:30:31 +08:00
|
|
|
|
//------------------------------------------------------------------------------
|
2017-11-23 13:16:05 +08:00
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
//
|
2017-11-23 13:16:05 +08:00
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
2017-09-05 11:30:31 +08:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace FineUI.Examples.grid {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public partial class grid_editor_cell_delete {
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// form1 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// PageManager1 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.PageManager PageManager1;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Grid1 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.Grid Grid1;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Toolbar1 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.Toolbar Toolbar1;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// btnDelete control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.Button btnDelete;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Label1 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::System.Web.UI.WebControls.Label Label1;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// tbxEditorName control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.TextBox tbxEditorName;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// tbxEditorEntranceYear control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.NumberBox tbxEditorEntranceYear;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// DatePicker1 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.DatePicker DatePicker1;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// tbxEditorMajor control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.TextBox tbxEditorMajor;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Button2 control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.Button Button2;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// labResult control.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
2017-11-23 13:16:05 +08:00
|
|
|
|
/// Auto-generated field.
|
|
|
|
|
/// To modify move field declaration from designer file to code-behind file.
|
2017-09-05 11:30:31 +08:00
|
|
|
|
/// </remarks>
|
|
|
|
|
protected global::FineUI.Label labResult;
|
|
|
|
|
}
|
|
|
|
|
}
|