📄 frmaddddelete.frm
字号:
VERSION 5.00
Begin VB.Form frmadddelete
Caption = "添加/删除经费本"
ClientHeight = 7695
ClientLeft = 60
ClientTop = 450
ClientWidth = 10320
LinkTopic = "Form1"
ScaleHeight = 7695
ScaleWidth = 10320
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "退 出"
Height = 495
Left = 7800
TabIndex = 18
Top = 7080
Width = 1455
End
Begin VB.Frame Frame2
Caption = "删除过期经费本"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2415
Left = 600
TabIndex = 12
Top = 4440
Width = 9375
Begin VB.CommandButton Command2
Caption = "删 除"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 7320
TabIndex = 17
Top = 1200
Width = 1335
End
Begin VB.TextBox Text6
Height = 495
Left = 2640
TabIndex = 16
Text = "Text6"
Top = 1200
Width = 3615
End
Begin VB.ComboBox Combo1
Height = 300
Left = 2640
TabIndex = 15
Text = "Combo1"
Top = 360
Width = 3615
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 = 360
TabIndex = 14
Top = 1320
Width = 1680
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 = 480
TabIndex = 13
Top = 480
Width = 1680
End
End
Begin VB.Frame Frame1
Caption = "建立新经费本"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4095
Left = 720
TabIndex = 0
Top = 240
Width = 9255
Begin VB.TextBox Text5
Height = 495
Left = 2760
TabIndex = 11
Text = "Text5"
Top = 3360
Width = 3615
End
Begin VB.CommandButton Command1
Caption = "录 入"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 7320
TabIndex = 9
Top = 3240
Width = 1455
End
Begin VB.TextBox Text4
Height = 495
Left = 2760
TabIndex = 8
Text = "Text4"
Top = 2640
Width = 3615
End
Begin VB.TextBox Text3
Height = 495
Left = 2760
TabIndex = 7
Text = "Text3"
Top = 1920
Width = 3615
End
Begin VB.TextBox Text2
Height = 495
Left = 2760
TabIndex = 6
Text = "Text2"
Top = 1200
Width = 3615
End
Begin VB.TextBox Text1
Height = 495
Left = 2760
TabIndex = 5
Text = "Text1"
Top = 480
Width = 3615
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 = 480
TabIndex = 10
Top = 2040
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 = 3
Left = 720
TabIndex = 4
Top = 2760
Width = 1680
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 = 840
TabIndex = 3
Top = 3480
Width = 1440
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 = 720
TabIndex = 2
Top = 1320
Width = 1680
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 = 720
TabIndex = 1
Top = 480
Width = 1680
End
End
End
Attribute VB_Name = "frmadddelete"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -