📄 frmzhichu.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmzhichu
Caption = "经费支出管理登记"
ClientHeight = 7650
ClientLeft = 60
ClientTop = 450
ClientWidth = 10350
LinkTopic = "Form1"
ScaleHeight = 7650
ScaleWidth = 10350
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退 出"
Height = 495
Left = 7680
TabIndex = 17
Top = 6720
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "计 算"
Height = 375
Left = 7560
TabIndex = 16
Top = 4440
Width = 1095
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 375
Left = 3360
TabIndex = 15
Top = 2040
Width = 3735
_ExtentX = 6588
_ExtentY = 661
_Version = 393216
Format = 25493505
CurrentDate = 39731
End
Begin VB.TextBox Text6
Height = 375
Left = 3360
TabIndex = 14
Text = "Text6"
Top = 6120
Width = 3615
End
Begin VB.TextBox Text5
Height = 495
Left = 3360
TabIndex = 13
Text = "Text5"
Top = 5280
Width = 3615
End
Begin VB.TextBox Text4
Height = 375
Left = 3360
TabIndex = 12
Text = "Text4"
Top = 4440
Width = 3615
End
Begin VB.TextBox Text3
Height = 495
Left = 3360
TabIndex = 11
Text = "Text3"
Top = 3600
Width = 3615
End
Begin VB.TextBox Text2
Height = 375
Left = 3360
TabIndex = 10
Text = "Text2"
Top = 2880
Width = 3735
End
Begin VB.TextBox Text1
Height = 375
Left = 3360
TabIndex = 9
Text = "Text1"
Top = 1320
Width = 3735
End
Begin VB.ComboBox Combo1
Height = 300
Left = 3360
TabIndex = 1
Text = "Combo1"
Top = 600
Width = 3735
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "经 办 人:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 7
Left = 1320
TabIndex = 8
Top = 6120
Width = 1200
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "经费余额(元):"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 6
Left = 600
TabIndex = 7
Top = 5325
Width = 1920
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "购买日期:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 5
Left = 1320
TabIndex = 6
Top = 2160
Width = 1200
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "总 计(元):"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 4
Left = 870
TabIndex = 5
Top = 4545
Width = 1560
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "物品单价(元):"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 3
Left = 600
TabIndex = 4
Top = 3750
Width = 1920
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "购买数量(个):"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 600
TabIndex = 3
Top = 2970
Width = 1920
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "购买内容:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 1
Left = 1320
TabIndex = 2
Top = 1395
Width = 1200
End
Begin VB.Label label1
AutoSize = -1 'True
Caption = "请选择经费项目:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 0
Left = 600
TabIndex = 0
Top = 600
Width = 1920
End
End
Attribute VB_Name = "frmzhichu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -