📄 form01.frm
字号:
VERSION 5.00
Begin VB.Form Form01
BackColor = &H00FFC0C0&
Caption = "Form1"
ClientHeight = 6510
ClientLeft = 60
ClientTop = 630
ClientWidth = 9480
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6510
ScaleWidth = 9480
Begin VB.Frame Frame2
BackColor = &H00C0C0FF&
Height = 2895
Left = 2760
TabIndex = 13
Top = 240
Visible = 0 'False
Width = 4335
Begin VB.TextBox Text4
Height = 270
Left = 1920
TabIndex = 15
Text = "Text4"
Top = 1440
Width = 975
End
Begin VB.TextBox Text3
Height = 270
Left = 1920
TabIndex = 14
Text = "Text3"
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command4
Caption = "退 出"
Height = 375
Left = 2520
TabIndex = 16
Top = 2040
Width = 975
End
Begin VB.CommandButton Command3
Caption = "确 认"
Height = 375
Left = 1440
TabIndex = 17
Top = 2040
Width = 975
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "首次记账,请输入启动信息:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 600
TabIndex = 0
Top = 480
Width = 2940
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "金 额 元"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 180
Index = 1
Left = 1200
TabIndex = 2
Top = 1500
Width = 1965
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "日 期"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 180
Index = 0
Left = 1200
TabIndex = 1
Top = 1140
Width = 510
End
End
Begin VB.Frame Frame1
BackColor = &H00C0E0FF&
Caption = " 系统时间 "
Height = 2295
Left = 2760
TabIndex = 3
Top = 3240
Width = 4215
Begin VB.CommandButton Command2
Caption = "关 闭"
Height = 320
Left = 2280
TabIndex = 10
Top = 1680
Width = 1000
End
Begin VB.TextBox Text2
Height = 270
Left = 2040
TabIndex = 9
Text = "Text1"
Top = 1200
Visible = 0 'False
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Left = 2040
TabIndex = 7
Text = "Text1"
Top = 840
Visible = 0 'False
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "调 整"
Height = 320
Left = 1080
TabIndex = 5
Top = 1680
Width = 1000
End
Begin VB.Timer Timer1
Interval = 1000
Left = 3480
Top = 360
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "Label4"
Height = 255
Left = 1080
TabIndex = 11
Top = 1080
Width = 2535
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "时间:"
Height = 255
Left = 1320
TabIndex = 8
Top = 1200
Visible = 0 'False
Width = 615
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "日期:"
Height = 255
Left = 1320
TabIndex = 6
Top = 840
Visible = 0 'False
Width = 615
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Label1"
BeginProperty Font
Name = "Times New Roman"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 960
TabIndex = 4
Top = 360
Width = 2535
End
End
Begin VB.Label Label5
Alignment = 1 'Right Justify
BackColor = &H00FFC0C0&
Caption = "Label5"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 5160
TabIndex = 12
Top = 5700
Width = 3495
End
Begin VB.Menu mnuA
Caption = "A.录入数据"
Index = 1
End
Begin VB.Menu mnuB
Caption = "B.药费报销 "
Index = 2
End
Begin VB.Menu mnuC
Caption = "C.账目查询"
Index = 3
Begin VB.Menu mnuC1
Caption = "C1.分类查询"
End
Begin VB.Menu mnuC2
Caption = "C2.药费报销"
End
End
Begin VB.Menu mnuE
Caption = "D.系统维护"
Index = 5
Begin VB.Menu mnuD1
Caption = "D1.修改名称"
End
Begin VB.Menu e2
Caption = "-"
End
Begin VB.Menu mnuD2
Caption = "D2.增删条目"
End
Begin VB.Menu mnuD3
Caption = "D3.数据清理"
End
Begin VB.Menu mnuD4
Caption = "D4.数据备份与导入"
End
Begin VB.Menu ek2
Caption = "-"
End
Begin VB.Menu mnuD5
Caption = "D5.修改密码"
End
Begin VB.Menu mnuD6
Caption = "D6.重整帐目"
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -