📄 sfcxfrm.frm
字号:
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 sfcxfrm
BorderStyle = 3 'Fixed Dialog
Caption = "卓资县人民医院处方收费查询"
ClientHeight = 8625
ClientLeft = 45
ClientTop = 435
ClientWidth = 13815
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 8625
ScaleWidth = 13815
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Data Data2
Caption = "Data2"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 2160
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 8160
Visible = 0 'False
Width = 2655
End
Begin VB.Frame Frame2
Height = 6375
Left = 120
TabIndex = 13
Top = 1680
Width = 13575
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "sfcxfrm.frx":0000
Height = 6015
Left = 120
TabIndex = 14
Top = 240
Width = 13335
_ExtentX = 23521
_ExtentY = 10610
_Version = 393216
AllowUpdate = 0 'False
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
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
End
Begin VB.Frame Frame1
Caption = "查询选项"
Height = 1095
Left = 120
TabIndex = 1
Top = 480
Width = 13575
Begin VB.TextBox Text1
Height = 270
Left = 3480
MaxLength = 10
TabIndex = 18
ToolTipText = "输入日期格式如2005-1-1,表示2005年01月01日!"
Top = 720
Width = 1050
End
Begin VB.TextBox Text2
Height = 270
Left = 4875
MaxLength = 10
TabIndex = 17
ToolTipText = "输入正确完整的日期后回车开始查询"
Top = 720
Width = 1050
End
Begin VB.OptionButton Option1
Caption = "全部门诊收费"
Height = 375
Left = 120
Style = 1 'Graphical
TabIndex = 12
Top = 620
Width = 1400
End
Begin VB.OptionButton Option2
Caption = "门诊操作员收费"
Height = 375
Left = 1542
Style = 1 'Graphical
TabIndex = 11
Top = 240
Width = 1400
End
Begin VB.OptionButton Option3
Caption = "门诊医师划价收费"
Height = 375
Left = 4386
Style = 1 'Graphical
TabIndex = 10
Top = 240
Width = 1650
End
Begin VB.OptionButton Option4
Caption = "全部病房收费"
Height = 375
Left = 120
Style = 1 'Graphical
TabIndex = 9
Top = 220
Width = 1400
End
Begin VB.OptionButton Option5
Caption = "病房操作员收费"
Height = 375
Left = 2964
Style = 1 'Graphical
TabIndex = 8
Top = 240
Width = 1400
End
Begin VB.OptionButton Option6
Caption = "病房医师划价收费"
Height = 375
Left = 6058
Style = 1 'Graphical
TabIndex = 7
Top = 240
Width = 1650
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1920
TabIndex = 6
Text = "Combo1"
Top = 720
Visible = 0 'False
Width = 1400
End
Begin VB.OptionButton Option10
Caption = "病房日期收费"
Height = 370
Left = 12000
Style = 1 'Graphical
TabIndex = 5
Top = 240
Width = 1400
End
Begin VB.OptionButton Option9
Caption = "门诊日期收费"
Height = 370
Left = 10574
Style = 1 'Graphical
TabIndex = 4
Top = 240
Width = 1400
End
Begin VB.OptionButton Option7
Caption = "门诊科室收费"
Height = 370
Left = 7730
Style = 1 'Graphical
TabIndex = 3
Top = 240
Width = 1400
End
Begin VB.OptionButton Option8
Caption = "病房科室收费"
Height = 370
Left = 9152
Style = 1 'Graphical
TabIndex = 2
Top = 240
Width = 1400
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "至"
Height = 180
Left = 4635
TabIndex = 19
Top = 720
Width = 180
End
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 1800
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 120
Visible = 0 'False
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "打印查询结果(&P)"
Height = 375
Left = 120
TabIndex = 0
Top = 8160
Width = 1695
End
Begin MSAdodcLib.Adodc Adodc3
Height = 375
Left = 8880
Top = 0
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 = "Adodc3医师"
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 MSAdodcLib.Adodc Adodc2
Height = 375
Left = 360
Top = 90
Visible = 0 'False
Width = 2415
_ExtentX = 4260
_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 = "Adodc2科室"
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 MSAdodcLib.Adodc Adodc1
Height = 375
Left = 10320
Top = 0
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.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "处 方 收 费 查 询"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00808000&
Height = 435
Index = 1
Left = 4320
TabIndex = 21
Top = 0
Width = 3990
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "处 方 收 费 查 询"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 435
Index = 0
Left = 4320
TabIndex = 20
Top = 50
Width = 3990
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "(划价已收费)查询结果总额合计:"
ForeColor = &H000000FF&
Height = 180
Left = 8640
TabIndex = 16
Top = 8280
Width = 2880
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Label3"
ForeColor = &H000000FF&
Height = 180
Left = 11520
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -