📄 ihms_existingpatient.frm
字号:
VERSION 5.00
Begin VB.Form frmOldPatient
BorderStyle = 1 'Fixed Single
Caption = "病人信息"
ClientHeight = 4965
ClientLeft = 45
ClientTop = 330
ClientWidth = 10935
ControlBox = 0 'False
Icon = "IHMS_ExistingPatient.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4965
ScaleWidth = 10935
Begin VB.Data datPerInfo
Caption = "Personal Info"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 2400
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 4440
Visible = 0 'False
Width = 2340
End
Begin VB.Data datLabInfo
Caption = "Lab Info"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 4800
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 4440
Visible = 0 'False
Width = 2580
End
Begin VB.CommandButton cmdCloseFile
Cancel = -1 'True
Caption = "关闭窗口(&C)"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5640
TabIndex = 29
Top = 3960
Width = 4815
End
Begin VB.CommandButton cmdDiagnose
Caption = "患者疾病诊断(&D)"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5640
TabIndex = 27
Top = 3480
Width = 4815
End
Begin VB.CommandButton cmdDischarge
Caption = "患者出院"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 28
Top = 3960
Width = 4815
End
Begin VB.CommandButton cmdAdmit
Caption = "患者住院(&A)"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 26
Top = 3480
Width = 4815
End
Begin VB.Frame fraLabInfo
Caption = "化验信息(&L)"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2175
Left = 6840
TabIndex = 17
Top = 1080
Width = 3615
Begin VB.TextBox txtRHFactor
BackColor = &H80000016&
Height = 285
Left = 1680
TabIndex = 23
ToolTipText = "DD/MM/YYYY"
Top = 1320
Width = 1695
End
Begin VB.TextBox txtBloodGroup
BackColor = &H80000016&
Height = 285
Left = 1680
TabIndex = 21
Top = 960
Width = 1695
End
Begin VB.TextBox txtLabRefNo
BackColor = &H80000016&
Height = 285
Left = 1680
TabIndex = 19
Top = 600
Width = 1695
End
Begin VB.TextBox txtAllergy
BackColor = &H80000016&
Height = 285
Left = 1680
TabIndex = 25
Top = 1680
Width = 1695
End
Begin VB.Label lblLabAllergy
Alignment = 1 'Right Justify
Caption = "RH 因数:"
Height = 255
Left = 480
TabIndex = 22
ToolTipText = "DD/MM/YYYY"
Top = 1320
Width = 1095
End
Begin VB.Label lblLabBloodGroup
Alignment = 1 'Right Justify
Caption = "血型:"
Height = 255
Left = 240
TabIndex = 20
Top = 960
Width = 1335
End
Begin VB.Label lblLabRefNo
Alignment = 1 'Right Justify
Caption = "化验编号:"
Height = 255
Left = 240
TabIndex = 18
Top = 600
Width = 1335
End
Begin VB.Label lblLabGenotype
Alignment = 1 'Right Justify
Caption = "过敏史:"
Height = 255
Left = 480
TabIndex = 24
Top = 1680
Width = 1095
End
End
Begin VB.TextBox txtHospNo
BackColor = &H80000016&
Height = 285
Left = 2040
Locked = -1 'True
TabIndex = 1
TabStop = 0 'False
Top = 720
Width = 1695
End
Begin VB.Frame fraPersonal
Caption = "病人信息(&P)"
Enabled = 0 'False
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2175
Left = 240
TabIndex = 2
Top = 1080
Width = 6495
Begin VB.TextBox txtSex
BackColor = &H80000016&
DataField = "First_Name"
DataSource = "datPerInfo"
Height = 285
Left = 4560
TabIndex = 10
Top = 600
Width = 1695
End
Begin VB.TextBox txtStateOfOrigin
BackColor = &H80000016&
DataSource = "datPerInfo"
Height = 285
Left = 4560
TabIndex = 14
Top = 960
Width = 1695
End
Begin VB.TextBox txtHomeAdd
BackColor = &H80000016&
DataSource = "datContactInfo"
Height = 765
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -