⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmstock.frm

📁 数据库销售系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAddGoods 
   Caption         =   "添加商品入库"
   ClientHeight    =   4365
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7110
   LinkTopic       =   "Form1"
   ScaleHeight     =   4365
   ScaleWidth      =   7110
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取       消"
      Height          =   375
      Left            =   3960
      TabIndex        =   15
      Top             =   3600
      Width           =   1455
   End
   Begin VB.CommandButton cmdAdd 
      Caption         =   "添加到数据库"
      Height          =   375
      Left            =   1560
      TabIndex        =   14
      Top             =   3600
      Width           =   1455
   End
   Begin VB.TextBox txtBuyTime 
      Height          =   375
      Left            =   1440
      TabIndex        =   13
      Top             =   2760
      Width           =   3015
   End
   Begin VB.TextBox txtQuantity 
      Height          =   375
      Left            =   4440
      TabIndex        =   12
      Top             =   1920
      Width           =   1695
   End
   Begin VB.TextBox txtPrice 
      Height          =   375
      Left            =   1440
      TabIndex        =   11
      Top             =   1920
      Width           =   1455
   End
   Begin VB.TextBox txtType 
      Height          =   375
      Left            =   4440
      TabIndex        =   7
      Top             =   1080
      Width           =   1575
   End
   Begin VB.TextBox txtFc 
      Height          =   375
      Left            =   1440
      TabIndex        =   6
      Top             =   1080
      Width           =   1455
   End
   Begin VB.TextBox txtGoodsName 
      Height          =   375
      Left            =   4440
      TabIndex        =   3
      Top             =   240
      Width           =   1575
   End
   Begin VB.TextBox txtGoodsNo 
      Height          =   375
      Left            =   1440
      TabIndex        =   0
      Top             =   240
      Width           =   1455
   End
   Begin VB.Label lblbuytime 
      Caption         =   "进货日期:"
      Height          =   375
      Left            =   360
      TabIndex        =   10
      Top             =   2760
      Width           =   975
   End
   Begin VB.Label lblquantity 
      Caption         =   "数量:"
      Height          =   495
      Left            =   3360
      TabIndex        =   9
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label lblprice 
      Caption         =   "单价:"
      Height          =   375
      Left            =   360
      TabIndex        =   8
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label lbltype 
      Caption         =   "型号:"
      Height          =   375
      Left            =   3360
      TabIndex        =   5
      Top             =   1200
      Width           =   855
   End
   Begin VB.Label lblfcname 
      Caption         =   "生产厂商:"
      Height          =   375
      Left            =   360
      TabIndex        =   4
      Top             =   1200
      Width           =   975
   End
   Begin VB.Label lblgoodsname 
      Caption         =   "商品名称:"
      Height          =   375
      Left            =   3360
      TabIndex        =   2
      Top             =   360
      Width           =   975
   End
   Begin VB.Label lblgoodsno 
      Caption         =   "商品编号:"
      Height          =   375
      Left            =   360
      TabIndex        =   1
      Top             =   360
      Width           =   975
   End
End
Attribute VB_Name = "frmAddGoods"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -