77 lines
2.3 KiB
C#
77 lines
2.3 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// This code was generated by a tool.
|
|||
|
//
|
|||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
// the code is regenerated.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace FWA_MAIN
|
|||
|
{
|
|||
|
|
|||
|
|
|||
|
public partial class medDelete
|
|||
|
{
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// txtMedID control.
|
|||
|
/// </summary>
|
|||
|
/// <remarks>
|
|||
|
/// Auto-generated field.
|
|||
|
/// To modify move field declaration from designer file to code-behind file.
|
|||
|
/// </remarks>
|
|||
|
protected global::System.Web.UI.WebControls.TextBox txtMedID;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// txtMedName control.
|
|||
|
/// </summary>
|
|||
|
/// <remarks>
|
|||
|
/// Auto-generated field.
|
|||
|
/// To modify move field declaration from designer file to code-behind file.
|
|||
|
/// </remarks>
|
|||
|
protected global::System.Web.UI.WebControls.TextBox txtMedName;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// txtRxNum control.
|
|||
|
/// </summary>
|
|||
|
/// <remarks>
|
|||
|
/// Auto-generated field.
|
|||
|
/// To modify move field declaration from designer file to code-behind file.
|
|||
|
/// </remarks>
|
|||
|
protected global::System.Web.UI.WebControls.TextBox txtRxNum;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// btnSavePat control.
|
|||
|
/// </summary>
|
|||
|
/// <remarks>
|
|||
|
/// Auto-generated field.
|
|||
|
/// To modify move field declaration from designer file to code-behind file.
|
|||
|
/// </remarks>
|
|||
|
protected global::System.Web.UI.WebControls.Button btnSavePat;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// btnCancelPat control.
|
|||
|
/// </summary>
|
|||
|
/// <remarks>
|
|||
|
/// Auto-generated field.
|
|||
|
/// To modify move field declaration from designer file to code-behind file.
|
|||
|
/// </remarks>
|
|||
|
protected global::System.Web.UI.WebControls.Button btnCancelPat;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Master property.
|
|||
|
/// </summary>
|
|||
|
/// <remarks>
|
|||
|
/// Auto-generated property.
|
|||
|
/// </remarks>
|
|||
|
public new FWA_MAIN.main Master
|
|||
|
{
|
|||
|
get
|
|||
|
{
|
|||
|
return ((FWA_MAIN.main)(base.Master));
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|