-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPatientEntry.aspx.designer.cs
54 lines (32 loc) · 1.59 KB
/
PatientEntry.aspx.designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace HealthMonitorSystem {
public partial class PatientEntry {
protected System.Web.UI.WebControls.Button btnHelp;
protected System.Web.UI.WebControls.TextBox txtglucose;
protected System.Web.UI.WebControls.TextBox txtpulserate;
protected System.Web.UI.WebControls.Content login;
protected System.Web.UI.WebControls.LinkButton lnkHist;
protected System.Web.UI.WebControls.TextBox txtbphigh;
protected System.Web.UI.WebControls.Button btnCancel;
protected System.Web.UI.WebControls.Label lblstar;
protected System.Web.UI.WebControls.DropDownList listpid;
protected System.Web.UI.WebControls.Label lblpatid;
protected System.Web.UI.WebControls.Label lblErrors;
protected System.Web.UI.WebControls.TextBox txtdescription;
protected System.Web.UI.WebControls.Label lblpatient;
protected System.Web.UI.WebControls.DropDownList listpainlevel;
protected System.Web.UI.WebControls.Button btnpatient;
protected System.Web.UI.WebControls.LinkButton lnkBack;
protected System.Web.UI.WebControls.TextBox txttemp;
protected System.Web.UI.WebControls.LinkButton lnkTip;
protected System.Web.UI.WebControls.TextBox txtbplow;
}
}