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

📄 storegoods.frm

📁 用与大型超市的管理与运行;具有提高效率节省费用的优点
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form storegoods 
   BackColor       =   &H00E0E0E0&
   Caption         =   "商品信息"
   ClientHeight    =   8595
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11850
   Icon            =   "storegoods.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   Picture         =   "storegoods.frx":08CA
   ScaleHeight     =   8595
   ScaleWidth      =   11850
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command9 
      Caption         =   "末记录"
      Height          =   375
      Left            =   5520
      TabIndex        =   35
      Top             =   5040
      Width           =   855
   End
   Begin VB.CommandButton Command8 
      Caption         =   "下一条"
      Height          =   375
      Left            =   4680
      TabIndex        =   34
      Top             =   5040
      Width           =   855
   End
   Begin VB.CommandButton Command7 
      Caption         =   "上一条"
      Height          =   375
      Left            =   3840
      TabIndex        =   33
      Top             =   5040
      Width           =   855
   End
   Begin VB.CommandButton Command6 
      Caption         =   "首记录"
      Height          =   375
      Left            =   3000
      TabIndex        =   32
      Top             =   5040
      Width           =   855
   End
   Begin VB.CommandButton Command5 
      Caption         =   "刷新"
      Height          =   375
      Left            =   7080
      TabIndex        =   31
      Top             =   4560
      Width           =   855
   End
   Begin VB.TextBox Text11 
      DataField       =   "上架日期"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   8760
      TabIndex        =   30
      Top             =   2880
      Width           =   1575
   End
   Begin VB.TextBox Text10 
      DataField       =   "保质期"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   8760
      TabIndex        =   29
      Top             =   2040
      Width           =   1575
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   495
      Left            =   6360
      Top             =   720
      Visible         =   0   'False
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   873
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   $"storegoods.frx":1C144
      OLEDBString     =   $"storegoods.frx":1C202
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "good"
      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 MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Bindings        =   "storegoods.frx":1C2C0
      Height          =   3135
      Left            =   0
      TabIndex        =   28
      Top             =   5520
      Width           =   11775
      _ExtentX        =   20770
      _ExtentY        =   5530
      _Version        =   393216
   End
   Begin VB.CommandButton Command4 
      Caption         =   "取消"
      Enabled         =   0   'False
      Height          =   375
      Left            =   9000
      TabIndex        =   27
      Top             =   4560
      Width           =   855
   End
   Begin VB.CommandButton Command3 
      Caption         =   "修改"
      Height          =   375
      Left            =   5040
      TabIndex        =   26
      Top             =   4560
      Width           =   855
   End
   Begin VB.CommandButton Command2 
      Caption         =   "删除"
      Height          =   375
      Left            =   2760
      TabIndex        =   25
      Top             =   4560
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "新增"
      Height          =   375
      Left            =   480
      TabIndex        =   24
      Top             =   4560
      Width           =   855
   End
   Begin VB.ComboBox Combo3 
      DataField       =   "类别"
      DataSource      =   "Data1"
      Height          =   300
      ItemData        =   "storegoods.frx":1C2D4
      Left            =   8760
      List            =   "storegoods.frx":1C2EA
      TabIndex        =   23
      Top             =   1320
      Width           =   1455
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "C:\Documents and Settings\Administrator\桌面\11050302超市管理系统(033069,033068, 033067)\源代码\supermarket1.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   615
      Left            =   6360
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "good"
      Top             =   120
      Visible         =   0   'False
      Width           =   2055
   End
   Begin VB.TextBox Text9 
      DataField       =   "促销价"
      DataSource      =   "Data1"
      Height          =   390
      Left            =   4800
      TabIndex        =   22
      Top             =   3720
      Width           =   1455
   End
   Begin VB.TextBox Text8 
      DataField       =   "上架数量"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   8760
      TabIndex        =   17
      Top             =   480
      Width           =   1455
   End
   Begin VB.TextBox Text7 
      DataField       =   "现价格"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   1560
      TabIndex        =   15
      Top             =   3720
      Width           =   1575
   End
   Begin VB.ComboBox Combo2 
      DataField       =   "单位"
      DataSource      =   "Data1"
      Height          =   300
      ItemData        =   "storegoods.frx":1C314
      Left            =   4800
      List            =   "storegoods.frx":1C336
      TabIndex        =   13
      Top             =   2160
      Width           =   1455
   End
   Begin VB.ComboBox Combo1 
      DataField       =   "等级"
      DataSource      =   "Data1"
      Height          =   300
      ItemData        =   "storegoods.frx":1C366
      Left            =   4800
      List            =   "storegoods.frx":1C376
      TabIndex        =   11
      Top             =   3000
      Width           =   1455
   End
   Begin VB.TextBox Text6 
      DataSource      =   "Data1"
      Height          =   375
      Left            =   4800
      TabIndex        =   9
      Top             =   1320
      Width           =   1335
   End
   Begin VB.TextBox Text5 
      DataField       =   "产地"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   4800
      TabIndex        =   7
      Top             =   600
      Width           =   1335
   End
   Begin VB.TextBox Text4 
      DataField       =   "品名"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   1560
      TabIndex        =   6
      Top             =   3000
      Width           =   1335
   End
   Begin VB.TextBox Text3 
      DataField       =   "品牌"
      DataSource      =   "Data1"
      Height          =   375
      Left            =   1560
      TabIndex        =   5
      Top             =   1680
      Width           =   1335
   End
   Begin VB.TextBox Text1 
      DataField       =   "商品标号"
      DataSource      =   "Data1"
      Enabled         =   0   'False
      Height          =   375
      Left            =   1560
      TabIndex        =   4
      Top             =   600
      Width           =   1335
   End
   Begin VB.Label Label14 
      BackStyle       =   0  'Transparent
      Caption         =   "上架数量"
      Height          =   375
      Left            =   7440
      TabIndex        =   21
      Top             =   600
      Width           =   975
   End
   Begin VB.Label Label13 
      BackStyle       =   0  'Transparent
      Caption         =   "上架日期/年-月-日"
      Height          =   375
      Left            =   6960
      TabIndex        =   20
      Top             =   3000
      Width           =   1575
   End
   Begin VB.Label Label12 
      BackStyle       =   0  'Transparent
      Caption         =   "保质期/年-月-日"
      Height          =   375
      Left            =   6960
      TabIndex        =   19
      Top             =   2160
      Width           =   1575
   End
   Begin VB.Label Label11 
      BackStyle       =   0  'Transparent
      Caption         =   "类别"
      Height          =   375
      Left            =   7560
      TabIndex        =   18
      Top             =   1320
      Width           =   975
   End
   Begin VB.Label Label10 
      BackStyle       =   0  'Transparent
      Caption         =   "单位"
      Height          =   375
      Left            =   3480
      TabIndex        =   16
      Top             =   2160
      Width           =   975
   End
   Begin VB.Label Label9 
      BackStyle       =   0  'Transparent
      Caption         =   "等级"
      Height          =   375
      Left            =   3600
      TabIndex        =   14
      Top             =   3000
      Width           =   975
   End
   Begin VB.Label Label8 
      BackStyle       =   0  'Transparent
      Caption         =   "促销价"
      Height          =   375
      Left            =   3480
      TabIndex        =   12
      Top             =   3720
      Width           =   975
   End
   Begin VB.Label Label7 
      BackStyle       =   0  'Transparent
      Caption         =   "现价格"
      Height          =   375
      Left            =   360
      TabIndex        =   10
      Top             =   3720
      Width           =   855
   End
   Begin VB.Label Label6 
      BackStyle       =   0  'Transparent
      Caption         =   "规格"
      Height          =   375
      Left            =   3600
      TabIndex        =   8
      Top             =   1320
      Width           =   855
   End
   Begin VB.Label Label5 
      BackStyle       =   0  'Transparent
      Caption         =   "产地"
      Height          =   375
      Left            =   3600
      TabIndex        =   3

⌨️ 快捷键说明

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