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

📄 frmsaleproduct.frm

📁 VB礼品店销售管理系统 包括ACCESS数据库访问职工管理 账单管理
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmSaleproduct 
   Caption         =   "产品销售"
   ClientHeight    =   4650
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6750
   Icon            =   "frmSaleproduct.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   11010
   ScaleWidth      =   15240
   WindowState     =   2  'Maximized
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   240
      Top             =   10200
      Visible         =   0   'False
      Width           =   3855
      _ExtentX        =   6800
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   $"frmSaleproduct.frx":0E42
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      Caption         =   "产品信息"
      Height          =   3495
      Left            =   120
      TabIndex        =   1
      Top             =   120
      Width           =   14895
      Begin VB.CommandButton cmdClear 
         Caption         =   "清空"
         Height          =   615
         Left            =   8400
         TabIndex        =   27
         Top             =   2520
         Width           =   1335
      End
      Begin VB.TextBox txtTreeSort 
         Height          =   375
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   26
         Top             =   1080
         Width           =   1815
      End
      Begin VB.TextBox txtLeft 
         Height          =   375
         Left            =   8280
         Locked          =   -1  'True
         TabIndex        =   23
         Top             =   480
         Width           =   1335
      End
      Begin VB.CommandButton cmdAll 
         Caption         =   "全部记录"
         Height          =   615
         Left            =   6840
         TabIndex        =   21
         Top             =   2520
         Width           =   1335
      End
      Begin VB.ComboBox cmbCustomerID 
         Height          =   300
         ItemData        =   "frmSaleproduct.frx":0F12
         Left            =   1200
         List            =   "frmSaleproduct.frx":0F14
         TabIndex        =   20
         Top             =   1750
         Width           =   1815
      End
      Begin VB.CommandButton cmdPrint 
         Caption         =   "打印"
         Enabled         =   0   'False
         Height          =   615
         Left            =   5190
         TabIndex        =   19
         Top             =   2520
         Width           =   1335
      End
      Begin VB.ComboBox cmbProductID 
         Height          =   300
         ItemData        =   "frmSaleproduct.frx":0F16
         Left            =   1200
         List            =   "frmSaleproduct.frx":0F18
         TabIndex        =   17
         Top             =   480
         Width           =   1815
      End
      Begin VB.CommandButton cmdQuery 
         Caption         =   "查询"
         Height          =   615
         Left            =   3525
         TabIndex        =   16
         Top             =   2520
         Width           =   1335
      End
      Begin VB.TextBox txtProductname 
         Height          =   375
         Left            =   4680
         Locked          =   -1  'True
         TabIndex        =   7
         Top             =   480
         Width           =   2175
      End
      Begin VB.TextBox txtSalesPrice 
         Height          =   375
         Left            =   4680
         TabIndex        =   6
         Top             =   1080
         Width           =   2175
      End
      Begin VB.TextBox txtNumber 
         Height          =   375
         Left            =   8280
         TabIndex        =   5
         Top             =   1080
         Width           =   1335
      End
      Begin VB.TextBox txtSalesID 
         Height          =   375
         Left            =   4080
         Locked          =   -1  'True
         TabIndex        =   4
         Top             =   1680
         Width           =   1575
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "增加"
         Height          =   615
         Left            =   120
         TabIndex        =   3
         Top             =   2520
         Width           =   1335
      End
      Begin VB.CommandButton cmdDel 
         Caption         =   "删除"
         Height          =   615
         Left            =   1770
         TabIndex        =   2
         Top             =   2520
         Width           =   1335
      End
      Begin MSComCtl2.DTPicker DTPdate 
         Height          =   375
         Left            =   6600
         TabIndex        =   8
         Top             =   1680
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   661
         _Version        =   393216
         Format          =   21168128
         CurrentDate     =   38885
         MinDate         =   36526
      End
      Begin MSComCtl2.DTPicker DTPTime 
         Height          =   375
         Left            =   8400
         TabIndex        =   24
         Top             =   1680
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   661
         _Version        =   393216
         Format          =   21168130
         CurrentDate     =   38885.3333333333
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "树种名称"
         Height          =   180
         Left            =   360
         TabIndex        =   25
         Top             =   1200
         Width           =   720
      End
      Begin VB.Label Label9 
         Caption         =   "库存数量"
         Height          =   255
         Left            =   7320
         TabIndex        =   22
         Top             =   550
         Width           =   735
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "售    价"
         Height          =   180
         Left            =   3840
         TabIndex        =   18
         Top             =   1150
         Width           =   720
      End
      Begin VB.Image imgProduct 
         BorderStyle     =   1  'Fixed Single
         Height          =   2895
         Left            =   11280
         Stretch         =   -1  'True
         Top             =   240
         Width           =   3495
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "产品图片"
         Height          =   720
         Left            =   10920
         TabIndex        =   15
         Top             =   360
         Width           =   240
         WordWrap        =   -1  'True
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "产品名称"
         Height          =   180
         Left            =   3840
         TabIndex        =   14
         Top             =   550
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "客户编号"
         Height          =   180
         Left            =   360
         TabIndex        =   13
         Top             =   1800
         Width           =   720
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "当前日期与时间"
         Height          =   360
         Left            =   5760
         TabIndex        =   12
         Top             =   1695
         Width           =   780
         WordWrap        =   -1  'True
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "产品编号"
         Height          =   300
         Left            =   360
         TabIndex        =   11
         Top             =   550
         Width           =   720
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "销售数量"
         Height          =   180
         Left            =   7320
         TabIndex        =   10
         Top             =   1155
         Width           =   720
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "售货员编号"
         Height          =   180
         Left            =   3120
         TabIndex        =   9
         Top             =   1800
         Width           =   900
      End
   End
   Begin MSDataGridLib.DataGrid DataGrid1 

⌨️ 快捷键说明

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