Form10.frm
上传用户:xzhdjhq
上传日期:2013-04-04
资源大小:302k
文件大小:3k
源码类别:

软件工程

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form Form10 
  3.    Caption         =   "说明"
  4.    ClientHeight    =   3900
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   6390
  8.    LinkTopic       =   "Form10"
  9.    ScaleHeight     =   3900
  10.    ScaleWidth      =   6390
  11.    StartUpPosition =   3  '窗口缺省
  12.    Begin VB.CommandButton Command2 
  13.       Caption         =   "退出"
  14.       Height          =   375
  15.       Left            =   3120
  16.       TabIndex        =   2
  17.       Top             =   840
  18.       Width           =   1095
  19.    End
  20.    Begin VB.CommandButton Command1 
  21.       Caption         =   "查看功能"
  22.       Height          =   375
  23.       Left            =   1440
  24.       TabIndex        =   1
  25.       Top             =   840
  26.       Width           =   1095
  27.    End
  28.    Begin VB.TextBox Text1 
  29.       Height          =   615
  30.       Left            =   360
  31.       TabIndex        =   0
  32.       Text            =   "欢迎使用runnerup仓库管理系统!"
  33.       Top             =   120
  34.       Width           =   5895
  35.    End
  36.    Begin VB.Label Label5 
  37.       Caption         =   "版本:1.0.0.0.0.0"
  38.       Height          =   255
  39.       Left            =   3360
  40.       TabIndex        =   7
  41.       Top             =   3600
  42.       Width           =   1695
  43.    End
  44.    Begin VB.Label Label4 
  45.       Caption         =   "Email:runnerupshi@163.com"
  46.       Height          =   255
  47.       Left            =   3360
  48.       TabIndex        =   6
  49.       Top             =   3360
  50.       Width           =   2535
  51.    End
  52.    Begin VB.Label Label3 
  53.       Caption         =   "作者:软件0302班史亚军"
  54.       Height          =   255
  55.       Left            =   3360
  56.       TabIndex        =   5
  57.       Top             =   3120
  58.       Width           =   2295
  59.    End
  60.    Begin VB.Label Label1 
  61.       Caption         =   "!声明"
  62.       BeginProperty Font 
  63.          Name            =   "宋体"
  64.          Size            =   10.5
  65.          Charset         =   134
  66.          Weight          =   700
  67.          Underline       =   0   'False
  68.          Italic          =   0   'False
  69.          Strikethrough   =   0   'False
  70.       EndProperty
  71.       ForeColor       =   &H000000FF&
  72.       Height          =   255
  73.       Left            =   360
  74.       TabIndex        =   4
  75.       Top             =   1440
  76.       Width           =   1095
  77.    End
  78.    Begin VB.Label Label2 
  79.       Caption         =   $"Form10.frx":0000
  80.       Height          =   1575
  81.       Left            =   600
  82.       TabIndex        =   3
  83.       Top             =   1680
  84.       Width           =   5415
  85.    End
  86. End
  87. Attribute VB_Name = "Form10"
  88. Attribute VB_GlobalNameSpace = False
  89. Attribute VB_Creatable = False
  90. Attribute VB_PredeclaredId = True
  91. Attribute VB_Exposed = False
  92. Private Sub Command1_Click()
  93. Text1.Text = "仓库管理软件采用access数据库,完善的功能完全可以适应企业级别的仓库管理.用户可以查询统计仓库物资信息 入库及出库单 "
  94. End Sub