Form10.frm
上传用户:xzhdjhq
上传日期:2013-04-04
资源大小:302k
文件大小:3k
- VERSION 5.00
- Begin VB.Form Form10
- Caption = "说明"
- ClientHeight = 3900
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 6390
- LinkTopic = "Form10"
- ScaleHeight = 3900
- ScaleWidth = 6390
- StartUpPosition = 3 '窗口缺省
- Begin VB.CommandButton Command2
- Caption = "退出"
- Height = 375
- Left = 3120
- TabIndex = 2
- Top = 840
- Width = 1095
- End
- Begin VB.CommandButton Command1
- Caption = "查看功能"
- Height = 375
- Left = 1440
- TabIndex = 1
- Top = 840
- Width = 1095
- End
- Begin VB.TextBox Text1
- Height = 615
- Left = 360
- TabIndex = 0
- Text = "欢迎使用runnerup仓库管理系统!"
- Top = 120
- Width = 5895
- End
- Begin VB.Label Label5
- Caption = "版本:1.0.0.0.0.0"
- Height = 255
- Left = 3360
- TabIndex = 7
- Top = 3600
- Width = 1695
- End
- Begin VB.Label Label4
- Caption = "Email:runnerupshi@163.com"
- Height = 255
- Left = 3360
- TabIndex = 6
- Top = 3360
- Width = 2535
- End
- Begin VB.Label Label3
- Caption = "作者:软件0302班史亚军"
- Height = 255
- Left = 3360
- TabIndex = 5
- Top = 3120
- Width = 2295
- End
- Begin VB.Label Label1
- Caption = "!声明"
- BeginProperty Font
- Name = "宋体"
- Size = 10.5
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000FF&
- Height = 255
- Left = 360
- TabIndex = 4
- Top = 1440
- Width = 1095
- End
- Begin VB.Label Label2
- Caption = $"Form10.frx":0000
- Height = 1575
- Left = 600
- TabIndex = 3
- Top = 1680
- Width = 5415
- End
- End
- Attribute VB_Name = "Form10"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Text1.Text = "仓库管理软件采用access数据库,完善的功能完全可以适应企业级别的仓库管理.用户可以查询统计仓库物资信息 入库及出库单 "
- End Sub