form5.frm
来自「VB+SQL住院管理系统」· FRM 代码 · 共 548 行 · 第 1/2 页
FRM
548 行
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form5
Caption = "病人查询"
ClientHeight = 6915
ClientLeft = 60
ClientTop = 450
ClientWidth = 9900
LinkTopic = "Form5"
ScaleHeight = 6915
ScaleWidth = 9900
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame4
Caption = "手术查询"
Height = 2775
Left = 5640
TabIndex = 21
Top = 240
Width = 1935
Begin VB.TextBox Text4
Height = 495
Left = 240
TabIndex = 25
Top = 840
Width = 1455
End
Begin VB.CommandButton Command10
Caption = "查询"
Height = 495
Left = 240
TabIndex = 24
Top = 1560
Width = 1455
End
Begin VB.CommandButton Command7
Caption = "显示所有"
Height = 495
Left = 240
TabIndex = 23
Top = 2160
Width = 1455
End
Begin VB.Label Label5
Caption = "住院号:"
Height = 255
Left = 240
TabIndex = 22
Top = 360
Width = 855
End
End
Begin VB.Frame Frame3
Caption = "收据查询"
Height = 2775
Left = 7680
TabIndex = 12
Top = 240
Width = 1935
Begin VB.CommandButton Command9
Caption = "显示所有"
Height = 495
Left = 240
TabIndex = 19
Top = 2160
Width = 1455
End
Begin VB.CommandButton Command8
Caption = "查询"
Height = 495
Left = 240
TabIndex = 18
Top = 1560
Width = 1455
End
Begin VB.TextBox Text5
Height = 495
Left = 240
TabIndex = 17
Top = 840
Width = 1455
End
Begin VB.Label Label6
Caption = "住院号:"
Height = 255
Left = 240
TabIndex = 20
Top = 360
Width = 855
End
End
Begin VB.Frame Frame2
Caption = "诊断书查询"
Height = 2775
Left = 3480
TabIndex = 11
Top = 240
Width = 2055
Begin VB.CommandButton Command5
Caption = "显示所有"
Height = 495
Left = 240
TabIndex = 15
Top = 2160
Width = 1455
End
Begin VB.CommandButton Command4
Caption = "查询"
Height = 495
Left = 240
TabIndex = 14
Top = 1560
Width = 1455
End
Begin VB.TextBox Text3
Height = 495
Left = 240
TabIndex = 13
Top = 840
Width = 1455
End
Begin VB.Label Label4
Caption = "住院号:"
Height = 255
Left = 240
TabIndex = 16
Top = 360
Width = 855
End
End
Begin VB.Frame Frame1
Caption = "病人查询"
Height = 2775
Left = 240
TabIndex = 3
Top = 240
Width = 3135
Begin VB.TextBox Text1
Height = 495
Left = 1320
TabIndex = 8
Top = 360
Width = 1455
End
Begin VB.TextBox Text2
Height = 495
Left = 1320
TabIndex = 7
Top = 960
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "查询(按住院号或姓名)"
Height = 495
Left = 240
TabIndex = 6
Top = 1560
Width = 2535
End
Begin VB.CommandButton Command6
Caption = "显示所有"
Height = 495
Left = 240
TabIndex = 5
Top = 2160
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "显示出院病人"
Height = 495
Left = 1560
TabIndex = 4
Top = 2160
Width = 1215
End
Begin VB.Label Label2
Caption = "住院号:"
Height = 255
Left = 360
TabIndex = 10
Top = 480
Width = 855
End
Begin VB.Label Label3
Caption = "姓名:"
Height = 255
Left = 480
TabIndex = 9
Top = 1080
Width = 735
End
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 240
Top = 3120
Visible = 0 'False
Width = 2535
_ExtentX = 4471
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 8160
TabIndex = 2
Top = 3120
Width = 1095
End
Begin MSDataGridLib.DataGrid DataGrid1
Height = 2895
Left = 240
TabIndex = 0
Top = 3720
Width = 9375
_ExtentX = 16536
_ExtentY = 5106
_Version = 393216
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?