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

📄 frmproduct_browse.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmProduct_Browse 
   Caption         =   "Inventory Control"
   ClientHeight    =   7440
   ClientLeft      =   60
   ClientTop       =   1275
   ClientWidth     =   10560
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmProduct_Browse.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   7440
   ScaleWidth      =   10560
   Begin VB.CommandButton cmdDone 
      Caption         =   "&Done"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   9600
      TabIndex        =   6
      ToolTipText     =   "Click here to begin adjustment."
      Top             =   6600
      Width           =   615
   End
   Begin VB.OptionButton optIn 
      Alignment       =   1  'Right Justify
      Caption         =   "In / +"
      Height          =   255
      Left            =   8520
      TabIndex        =   2
      ToolTipText     =   "Select this if adding stock to the selected product."
      Top             =   5520
      UseMaskColor    =   -1  'True
      Width           =   1455
   End
   Begin VB.OptionButton optOut 
      Alignment       =   1  'Right Justify
      Caption         =   "Out / -"
      Height          =   255
      Left            =   8520
      TabIndex        =   3
      ToolTipText     =   "Select this if deducting stock of the selected product."
      Top             =   5880
      UseMaskColor    =   -1  'True
      Width           =   1455
   End
   Begin VB.Frame Frame3 
      Caption         =   "Filtering:"
      Height          =   1335
      Left            =   8400
      TabIndex        =   22
      Top             =   120
      Width           =   2055
      Begin VB.ComboBox cmbFilter 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   120
         Style           =   2  'Dropdown List
         TabIndex        =   0
         ToolTipText     =   "Select the categories."
         Top             =   480
         Width           =   1815
      End
      Begin MSComctlLib.ProgressBar pbBar 
         Height          =   255
         Left            =   120
         TabIndex        =   25
         Top             =   960
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   450
         _Version        =   393216
         Appearance      =   1
         Scrolling       =   1
      End
      Begin VB.Label lblPercent 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H00FF8080&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Left            =   1440
         TabIndex        =   24
         Top             =   960
         Width           =   495
      End
      Begin VB.Label Label6 
         Caption         =   "By Category:"
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   1815
      End
   End
   Begin MSComctlLib.StatusBar bar 
      Align           =   2  'Align Bottom
      Height          =   255
      Left            =   0
      TabIndex        =   21
      Top             =   7185
      Width           =   10560
      _ExtentX        =   18627
      _ExtentY        =   450
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame2 
      Caption         =   "Product Info:"
      Height          =   3615
      Left            =   8400
      TabIndex        =   8
      Top             =   1560
      Width           =   2055
      Begin VB.TextBox lblQuantity 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   240
         Locked          =   -1  'True
         TabIndex        =   18
         TabStop         =   0   'False
         Top             =   2520
         Width           =   495
      End
      Begin VB.TextBox lblReorder 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   16
         TabStop         =   0   'False
         Top             =   1920
         Width           =   495
      End
      Begin VB.TextBox lblMin 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   240
         Locked          =   -1  'True
         TabIndex        =   15
         TabStop         =   0   'False
         Top             =   1920
         Width           =   495
      End
      Begin VB.Label lblUnitPrice 
         Height          =   255
         Left            =   120
         TabIndex        =   26
         ToolTipText     =   "Price of the selected product."
         Top             =   1200
         Width           =   1575
      End
      Begin VB.Label lblLocation 
         Height          =   255
         Left            =   120
         TabIndex        =   20
         ToolTipText     =   "Location of the selected product."
         Top             =   3120
         Width           =   1815
      End
      Begin VB.Label Label5 
         Caption         =   "Location:"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   19
         Top             =   2880
         Width           =   1815
      End
      Begin VB.Label Label4 
         Caption         =   "Available Quantity:"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   17
         Top             =   2280
         Width           =   1815
      End
      Begin VB.Label Label3 
         Caption         =   "Reorder"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1080
         TabIndex        =   14
         Top             =   1680
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "Minimum"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   13
         Top             =   1680
         Width           =   855
      End
      Begin VB.Label lblCategoryID 
         Height          =   255
         Left            =   120
         TabIndex        =   12
         ToolTipText     =   "Category ID of the selected product."
         Top             =   960
         Width           =   1815
      End
      Begin VB.Label lblBrand 
         Height          =   255
         Left            =   120
         TabIndex        =   11
         Top             =   720
         Width           =   1815
      End
      Begin VB.Label lblDescription 
         Height          =   255
         Left            =   120
         TabIndex        =   10
         ToolTipText     =   "Description of the selected product."
         Top             =   480
         Width           =   1815
      End
      Begin VB.Label lblID 
         Height          =   255
         Left            =   120
         TabIndex        =   9
         ToolTipText     =   "Product ID of the selected product."
         Top             =   240
         Width           =   1815
      End
   End
   Begin MSComctlLib.ListView lvInventory 
      Height          =   5535
      Left            =   120
      TabIndex        =   4
      Top             =   120
      Width           =   8175
      _ExtentX        =   14420
      _ExtentY        =   9763
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      NumItems        =   0
   End
   Begin VB.Frame Frame1 
      Caption         =   "Adjustments:"
      Height          =   1815
      Left            =   8400
      TabIndex        =   1
      Top             =   5280
      Width           =   2055
      Begin VB.TextBox txtQuantity 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   1200
         MaxLength       =   5
         TabIndex        =   5
         ToolTipText     =   "Enter the amount of stock for this transaction of the selected product."
         Top             =   960
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "Quantity:"
         Height          =   255
         Left            =   120
         TabIndex        =   7
         Top             =   960
         Width           =   975
      End
   End
   Begin VB.Menu mnu_Options 
      Caption         =   "&Options"
      Begin VB.Menu mnu_Refresh 
         Caption         =   "&Refresh List"
         Shortcut        =   {F5}
      End
      Begin VB.Menu mnu_Options_Add 
         Caption         =   "Add &New Product"
         Shortcut        =   ^N
      End
      Begin VB.Menu mnu_Bar_01 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_Options_Close 
         Caption         =   "&Close"
         Shortcut        =   ^C
      End
   End
   Begin VB.Menu mnu_Delivery 
      Caption         =   "&Delivery"
      Begin VB.Menu mnu_New 
         Caption         =   "New &Delivery Order"
      End
      Begin VB.Menu mnu_Delivery_Add 
         Caption         =   "&Add To Delivery Order"
         Begin VB.Menu mnu_ExistingDO 
            Caption         =   ""
            Index           =   0
         End
      End
      Begin VB.Menu mnu_Bar_02 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_New_PO 
         Caption         =   "New &Purchase Order"
      End
      Begin VB.Menu mnu_Purchase_Add 
         Caption         =   "&Add To Purchase Order"
         Begin VB.Menu mnu_ExistingPO 
            Caption         =   ""
            Index           =   0
         End
      End
      Begin VB.Menu mnu_bar_03 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_Consign 
         Caption         =   "&Insert Into Consignment"
         Begin VB.Menu mnu_Insert 
            Caption         =   ""
            Index           =   0
         End
      End
   End
End
Attribute VB_Name = "frmProduct_Browse"
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 + -