bajs.frm
来自「这是一个医院管理系统中的院长查询模块」· FRM 代码 · 共 876 行 · 第 1/4 页
FRM
876 行
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form Form8
Caption = "病例检索"
ClientHeight = 3930
ClientLeft = 1845
ClientTop = 2265
ClientWidth = 6420
ControlBox = 0 'False
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "BAJS.frx":0000
LinkTopic = "Form8"
LockControls = -1 'True
Moveable = 0 'False
ScaleHeight = 3930
ScaleWidth = 6420
Begin VB.Data Data1
BackColor = &H00C0E0FF&
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 1 'ODBCCursor
DefaultType = 1 'UseODBC
Exclusive = 0 'False
ForeColor = &H00C00000&
Height = 345
Left = 120
Options = 0
ReadOnly = 0 'False
RecordsetType = 2 'Snapshot
RecordSource = ""
Top = 8220
Width = 11685
End
Begin VB.Frame Frame1
ForeColor = &H00FF0000&
Height = 780
Left = 60
TabIndex = 6
Top = 45
Width = 11835
Begin VB.CommandButton Command3
Caption = "打 印&P"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 400
Left = 8100
TabIndex = 3
Top = 270
Width = 1650
End
Begin VB.CommandButton Command2
Caption = "查 询&C"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 400
Left = 6420
TabIndex = 2
Top = 270
Width = 1650
End
Begin VB.CommandButton Command1
Cancel = -1 'True
Caption = "返 回&Q"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 400
Left = 9780
TabIndex = 4
Top = 270
Width = 1650
End
Begin MSMask.MaskEdBox DATE1
Height = 360
Left = 1890
TabIndex = 0
Top = 300
Width = 1485
_ExtentX = 2619
_ExtentY = 635
_Version = 393216
BackColor = 12632319
MaxLength = 10
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Mask = "####-##-##"
PromptChar = " "
End
Begin MSMask.MaskEdBox DATE2
Height = 360
Left = 3960
TabIndex = 1
Top = 300
Width = 1485
_ExtentX = 2619
_ExtentY = 635
_Version = 393216
BackColor = 12632319
MaxLength = 10
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Mask = "####-##-##"
PromptChar = " "
End
Begin VB.Label Label1
Caption = "至"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 330
Index = 2
Left = 3510
TabIndex = 8
Top = 330
Width = 465
End
Begin VB.Label Label1
Caption = "录入日期:"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 330
Index = 1
Left = 360
TabIndex = 7
Top = 330
Width = 1965
End
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "BAJS.frx":030A
Height = 7305
Left = 60
OleObjectBlob = "BAJS.frx":031A
TabIndex = 5
TabStop = 0 'False
Top = 870
Width = 11835
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Sub PRINT_1() '门诊诊断与出院诊断不符登记
U1 = "─────┬────┬────┬──┬──┬─────┬───────────────────┬────┬───────────────────┬────┬─────"
V1 = " │ │ │ │ │ │ 门 诊 诊 断 │ │ 出 院 诊 断 │ │ "
V2 = " 病案号 │ 住院号 │ 姓 名 │性别│年龄│ 入院日期 ├─────┬─────────────┤门诊医师├─────┬─────────────┤科室名称│出院日期 "
V3 = " │ │ │ │ │ │ ICD-9 │ 疾 病 名 称 │ │ ICD-9 │ 疾 病 名 称 │ │ "
U2 = "─────┼────┼────┼──┼──┼─────┼─────┼─────────────┼────┼─────┼─────────────┼────┼─────"
U3 = "─────┴────┴────┴──┴──┴─────┴─────┴─────────────┴────┴─────┴─────────────┴────┴─────"
Printer.ScaleMode = 6
Printer.PaperSize = 39
Printer.FontName = "隶书"
Printer.FontSize = 26
Printer.FontUnderline = True
Printer.CurrentX = 100
Printer.Print " 门诊诊断与出院诊断不符登记 "
Printer.FontName = "宋体"
Printer.FontSize = 11
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?