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

📄 销售信息管理.frm

📁 基于VB+SQL Server的零食销售管理系统设计
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form 已销售信息管理 
   Caption         =   "销售信息管理"
   ClientHeight    =   6165
   ClientLeft      =   4560
   ClientTop       =   2445
   ClientWidth     =   7575
   LinkTopic       =   "Form1"
   Picture         =   "销售信息管理.frx":0000
   ScaleHeight     =   6165
   ScaleWidth      =   7575
   Begin VB.CommandButton quit 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   6240
      TabIndex        =   26
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton save 
      Caption         =   "保存"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4800
      TabIndex        =   25
      Top             =   5520
      Width           =   975
   End
   Begin VB.CommandButton upd 
      Caption         =   "修改"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3360
      TabIndex        =   24
      Top             =   5520
      Width           =   975
   End
   Begin VB.CommandButton del 
      Caption         =   "删除"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1800
      TabIndex        =   23
      Top             =   5520
      Width           =   975
   End
   Begin VB.CommandButton seek 
      Caption         =   "查找"
      CausesValidation=   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   240
      TabIndex        =   22
      ToolTipText     =   "请输入客户名称和商品名称进行查找!"
      Top             =   5520
      Width           =   975
   End
   Begin VB.Frame Frame3 
      Caption         =   "销售信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   120
      TabIndex        =   14
      Top             =   3120
      Width           =   7335
      Begin VB.TextBox Text11 
         Height          =   375
         Left            =   5280
         TabIndex        =   29
         Top             =   1080
         Width           =   1575
      End
      Begin VB.TextBox Text9 
         Height          =   375
         Left            =   1320
         TabIndex        =   27
         Top             =   960
         Width           =   1455
      End
      Begin VB.TextBox Text10 
         Height          =   615
         Left            =   1320
         TabIndex        =   20
         Top             =   1560
         Width           =   5655
      End
      Begin VB.TextBox Text8 
         Height          =   375
         Left            =   5280
         TabIndex        =   18
         Top             =   480
         Width           =   1575
      End
      Begin VB.TextBox Text7 
         Height          =   375
         Left            =   1320
         TabIndex        =   16
         Top             =   480
         Width           =   1455
      End
      Begin VB.Label Label11 
         Caption         =   "总额"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4200
         TabIndex        =   28
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label10 
         Caption         =   "备注信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   21
         Top             =   1680
         Width           =   1215
      End
      Begin VB.Label Label9 
         Caption         =   "销售时间"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   19
         Top             =   1080
         Width           =   1095
      End
      Begin VB.Label Label8 
         Caption         =   "单价"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4200
         TabIndex        =   17
         Top             =   600
         Width           =   735
      End
      Begin VB.Label Label7 
         Caption         =   "数量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   120
         TabIndex        =   15
         Top             =   480
         Width           =   735
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "商品信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2895
      Left            =   3840
      TabIndex        =   1
      Top             =   120
      Width           =   3615
      Begin VB.TextBox Text6 
         Height          =   495
         Left            =   1920
         TabIndex        =   13
         Top             =   2160
         Width           =   1575

⌨️ 快捷键说明

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