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

📄 frmsell.frm

📁 本科毕业设计-商贸有限公司销售管理系统(论文+源代码+答辩PPT)
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmSell 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "销售登记"
   ClientHeight    =   4425
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6675
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   4425
   ScaleWidth      =   6675
   Begin VB.ComboBox Comboname 
      Height          =   300
      ItemData        =   "frmsell.frx":0000
      Left            =   4680
      List            =   "frmsell.frx":0002
      Sorted          =   -1  'True
      TabIndex        =   29
      Top             =   360
      Width           =   1695
   End
   Begin VB.TextBox Txtmoney 
      BeginProperty DataFormat 
         Type            =   1
         Format          =   """¥""#,##0.00"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   2
      EndProperty
      Height          =   375
      Left            =   4440
      TabIndex        =   28
      Top             =   3360
      Width           =   1455
   End
   Begin VB.ComboBox Combo3 
      Height          =   300
      Left            =   1560
      Sorted          =   -1  'True
      TabIndex        =   2
      Top             =   1440
      Width           =   1695
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加新客户"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   360
      TabIndex        =   11
      Top             =   3960
      Width           =   1575
   End
   Begin VB.TextBox txtemployee 
      Height          =   375
      Left            =   1320
      TabIndex        =   10
      Top             =   3360
      Width           =   1095
   End
   Begin VB.ComboBox Combod 
      Height          =   300
      Left            =   3120
      TabIndex        =   8
      Top             =   2760
      Width           =   855
   End
   Begin VB.ComboBox Combom 
      Height          =   300
      Left            =   2160
      TabIndex        =   7
      Top             =   2760
      Width           =   735
   End
   Begin VB.ComboBox Comboy 
      Height          =   300
      Left            =   960
      TabIndex        =   6
      Top             =   2760
      Width           =   855
   End
   Begin VB.ComboBox Combo2 
      Height          =   300
      ItemData        =   "frmsell.frx":0004
      Left            =   5520
      List            =   "frmsell.frx":0029
      TabIndex        =   9
      Top             =   2760
      Width           =   975
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "frmsell.frx":005B
      Left            =   1560
      List            =   "frmsell.frx":005D
      Sorted          =   -1  'True
      TabIndex        =   1
      Top             =   840
      Width           =   1695
   End
   Begin VB.CommandButton cmdReset 
      Caption         =   "清空重填"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4560
      TabIndex        =   13
      Top             =   3960
      Width           =   1455
   End
   Begin VB.TextBox txtGoodsNo 
      Enabled         =   0   'False
      Height          =   375
      Left            =   1560
      TabIndex        =   0
      Text            =   "编号自动添加"
      Top             =   240
      Width           =   1455
   End
   Begin VB.TextBox txtType 
      Height          =   375
      Left            =   4680
      TabIndex        =   3
      Top             =   1080
      Width           =   1815
   End
   Begin VB.TextBox txtPrice 
      Height          =   375
      Left            =   1560
      TabIndex        =   4
      Text            =   "0"
      Top             =   2040
      Width           =   1455
   End
   Begin VB.TextBox txtQuantity 
      Height          =   375
      Left            =   4680
      TabIndex        =   5
      Text            =   "0"
      Top             =   1920
      Width           =   1815
   End
   Begin VB.CommandButton cmdSell 
      Caption         =   "销    售"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2520
      TabIndex        =   12
      Top             =   3960
      Width           =   1575
   End
   Begin VB.Label Label6 
      Caption         =   "生产厂商:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   240
      TabIndex        =   27
      Top             =   1440
      Width           =   1095
   End
   Begin VB.Label Label5 
      Caption         =   "计量单位:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4320
      TabIndex        =   26
      Top             =   2760
      Width           =   1095
   End
   Begin VB.Label Labelmoney 
      Caption         =   "总金额为:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3120
      TabIndex        =   25
      Top             =   3360
      Width           =   1215
   End
   Begin VB.Label Label3 
      Caption         =   "日"
      Height          =   375
      Left            =   3960
      TabIndex        =   24
      Top             =   2880
      Width           =   375
   End
   Begin VB.Label Label2 
      Caption         =   "月"
      Height          =   255
      Left            =   2880
      TabIndex        =   23
      Top             =   2880
      Width           =   375
   End
   Begin VB.Label Label1 
      Caption         =   "年"
      Height          =   255
      Left            =   1920
      TabIndex        =   22
      Top             =   2880
      Width           =   255
   End
   Begin VB.Label lblem 
      Caption         =   "业务员编号:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   120
      TabIndex        =   21
      Top             =   3360
      Width           =   1335
   End
   Begin VB.Label lblgoodsno 
      Caption         =   "商品编号:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   240
      TabIndex        =   20
      Top             =   360
      Width           =   1095
   End
   Begin VB.Label lblgoodsname 
      Caption         =   "商品名称:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134

⌨️ 快捷键说明

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