📄 frmsjwadd.frm
字号:
VERSION 5.00
Begin VB.Form FrmsjwADD
BackColor = &H0080FF80&
Caption = "器材目录数据录入"
ClientHeight = 3930
ClientLeft = 60
ClientTop = 345
ClientWidth = 7380
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
LinkTopic = "Form2"
ScaleHeight = 3930
ScaleWidth = 7380
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4080
TabIndex = 12
Top = 3240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "确定"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 11
Top = 3240
Width = 1095
End
Begin VB.TextBox Text5
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 10
Top = 2640
Width = 2775
End
Begin VB.TextBox Text4
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 9
Top = 1200
Width = 2775
End
Begin VB.TextBox Text3
BeginProperty Font
Name = "隶书"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 8
Top = 1680
Width = 2775
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 7
Top = 2160
Width = 2775
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 6
Top = 720
Width = 2775
End
Begin VB.Label Lab1
BackStyle = 0 'Transparent
Caption = "器材名称"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1440
TabIndex = 5
Top = 1200
Width = 1935
End
Begin VB.Label Lab2
BackStyle = 0 'Transparent
Caption = "器材单位"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1440
TabIndex = 4
Top = 1680
Width = 1935
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "库存标准"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1440
TabIndex = 3
Top = 2160
Width = 1935
End
Begin VB.Label Lab5
BackStyle = 0 'Transparent
Caption = "库存数量"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1440
TabIndex = 2
Top = 2640
Width = 1935
End
Begin VB.Label Lab0
BackStyle = 0 'Transparent
Caption = "器材代码"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1440
TabIndex = 1
Top = 720
Width = 1935
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "器材目录数据录入"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 735
Left = 1800
TabIndex = 0
Top = 0
Width = 3735
End
End
Attribute VB_Name = "FrmsjwADD"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public flag As Integer 'flag=1为增加,flag=2 为修改
Private Sub Label6_Click()
End Sub
Private Sub Command1_Click()
'首先要判断录入数据的有效性
'器材代码不能为空值
If Trim(Text1.Text) = "" Then
MsgBox "器材代码不能为空,请重新设置!", vbInformation, "提示"
Text1.SetFocus '焦点返回
Exit Sub '退出子程序
End If
If flag = 1 Then
With Frmshujuweihu.Adodc1.Recordset
.AddNew
.Fields!qcdm = Trim(Text1.Text)
.Fields!dw = Trim(Text3.Text)
.Fields!mc = Trim(Text4.Text)
.Fields!kcbz = Val(Text2.Text)
.Fields!kcsl = Val(Text5.Text)
'.Update
End With
End If
If flag = 2 Then
With frmQcml.Adodc1.Recordset
.Fields!qcdm = Trim(Text1.Text)
.Fields!dw = Trim(Text3.Text)
.Fields!mc = Trim(Text4.Text)
.Fields!kcbz = Val(Text2.Text)
.Fields!kcsl = Val(Text5.Text)
.Update
End With
End If
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Text4.Text = ""
Text5.Text = ""
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -