📄 form8.frm
字号:
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Label Label4
Alignment = 2 'Center
BackStyle = 0 'Transparent
DataField = "单价"
DataSource = "Adodc1"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 6960
TabIndex = 14
Top = 2400
Width = 1935
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
DataField = "所属光盘编号"
DataSource = "Adodc1"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1800
TabIndex = 9
Top = 2280
Width = 1815
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
DataField = "盘号"
DataSource = "Adodc1"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 1800
TabIndex = 7
Top = 1560
Width = 1815
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "备注:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 8
Left = 5880
TabIndex = 6
Top = 3600
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "单价(元/盘):"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 7
Left = 5040
TabIndex = 5
Top = 2400
Width = 1935
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "套号:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 4
Left = 5880
TabIndex = 4
Top = 1440
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "顺序号:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 3
Left = 480
TabIndex = 3
Top = 3840
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "盘名:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 2
Left = 720
TabIndex = 2
Top = 3120
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "所属光盘编号:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 1
Left = 120
TabIndex = 1
Top = 2400
Width = 1815
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "盘号:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 0
Left = 720
TabIndex = 0
Top = 1680
Width = 1575
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Conn As ADODB.Connection
Private RS As ADODB.Recordset
Private Sub Command1_Click()
Dim str As String
Set RS.ActiveConnection = Conn
RS.CursorType = adOpenForwardOnly
Adodc1.Recordset.AddNew
str = "select * from 光盘信息表GP2"
RS.Open str
RS.MoveLast
Label2.Caption = RS.Fields("盘号") + 1
RS.Close
Label3.Caption = Form5.Label2.Caption
Label4.Caption = Form5.Text1(5).Text / Form5.Text1(3).Text
Text4.Text = "你还有" & Text6.Text - 1 & "张光盘要输入"
Text6.Text = Text6.Text - 1
Command1.Enabled = False
End Sub
Private Sub Command2_Click()
Form5.Show
Unload Me
End Sub
Private Sub Command3_Click()
Adodc1.Recordset.AddNew
Adodc1.Refresh
Command1.Enabled = True
If Text6.Text = 0 Then
Form5.Show
Unload Me
End If
End Sub
Private Sub Form_Load()
Set Conn = New ADODB.Connection
Set RS = New Recordset
Set comm = New ADODB.Command
Conn.CursorLocation = adUseClient
Conn.Open "dsn=disk", "", ""
Text6.Text = Form5.Text1(3).Text * Form5.Text1(4).Text
Text4.Text = "信息提示:你有" & Text6.Text & "张光盘需要输入"
Adodc1.Recordset.MoveLast
End Sub
Private Sub Timer1_Timer()
Text7.Text = " 光盘信息GP2输入"
End Sub
Private Sub Timer2_Timer()
Text7.Text = " 光盘信息GP2输入 "
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -