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

📄 frmaddsell.frm

📁 一个简单但功能强大的进货系统,同样适合用于毕业论文的设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAddSell 
   Caption         =   "添加销售信息"
   ClientHeight    =   4365
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7110
   LinkTopic       =   "Form1"
   ScaleHeight     =   4365
   ScaleWidth      =   7110
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton CmdCancel 
      Caption         =   "返回(&C)"
      Height          =   495
      Left            =   3960
      TabIndex        =   19
      Top             =   3720
      Width           =   1215
   End
   Begin VB.CommandButton CmdSave 
      Caption         =   "保存(&S)"
      Height          =   495
      Left            =   2280
      TabIndex        =   18
      Top             =   3720
      Width           =   1215
   End
   Begin VB.Frame Frame3 
      Caption         =   "销售信息:"
      Height          =   1335
      Left            =   120
      TabIndex        =   13
      Top             =   2160
      Width           =   6855
      Begin VB.TextBox Text2 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   4080
         TabIndex        =   0
         Top             =   840
         Width           =   1815
      End
      Begin VB.TextBox TxtAgio 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   4680
         TabIndex        =   2
         Top             =   360
         Width           =   975
      End
      Begin VB.TextBox TxtOrderData 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1080
         TabIndex        =   1
         Top             =   840
         Width           =   1695
      End
      Begin VB.TextBox TxtPrice 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   2880
         TabIndex        =   3
         Top             =   360
         Width           =   615
      End
      Begin VB.TextBox TxtNumber 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1080
         TabIndex        =   4
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label12 
         Caption         =   "订单编号:"
         Height          =   255
         Left            =   3120
         TabIndex        =   20
         Top             =   840
         Width           =   855
      End
      Begin VB.Label Label11 
         Caption         =   "折    扣:"
         Height          =   255
         Left            =   3720
         TabIndex        =   17
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label10 
         Caption         =   "单    价:"
         Height          =   255
         Left            =   1920
         TabIndex        =   16
         Top             =   360
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "订单日期:"
         Height          =   255
         Left            =   120
         TabIndex        =   15
         Top             =   840
         Width           =   1215
      End
      Begin VB.Label Label7 
         Caption         =   "数    量:"
         Height          =   255
         Left            =   120
         TabIndex        =   14
         Top             =   360
         Width           =   855
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "商品信息:"
      Height          =   1815
      Left            =   3600
      TabIndex        =   6
      Top             =   120
      Width           =   3375
      Begin VB.Label Label6 
         Caption         =   "计量单位:"
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   1320
         Width           =   855
      End
      Begin VB.Label Label5 
         Caption         =   "商品规格:"
         Height          =   375
         Left            =   120
         TabIndex        =   11
         Top             =   840
         Width           =   855
      End
      Begin VB.Label Label4 
         Caption         =   "商品名称:"
         Height          =   375
         Left            =   120
         TabIndex        =   10
         Top             =   360
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "顾客信息:"
      Height          =   1815
      Left            =   120
      TabIndex        =   5
      Top             =   120
      Width           =   3135
      Begin VB.Label Label3 
         Caption         =   "联系电话:"
         Height          =   375
         Left            =   120
         TabIndex        =   9
         Top             =   1320
         Width           =   1095
      End
      Begin VB.Label Label2 
         Caption         =   "联系人姓名:"
         Height          =   375
         Left            =   120
         TabIndex        =   8
         Top             =   840
         Width           =   1095
      End
      Begin VB.Label Label1 
         Caption         =   "公司名称:"
         Height          =   375
         Left            =   120
         TabIndex        =   7
         Top             =   360
         Width           =   1095
      End
   End
End
Attribute VB_Name = "frmAddSell"
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 + -