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

📄 frmconsignment_browse.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmConsignment_Browse 
   Caption         =   "Consignment Inventory -"
   ClientHeight    =   8355
   ClientLeft      =   240
   ClientTop       =   1095
   ClientWidth     =   10545
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmConsignment_Browse.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   8355
   ScaleWidth      =   10545
   Begin VB.Frame Frame1 
      Caption         =   "Adjustments:"
      Height          =   2295
      Left            =   8280
      TabIndex        =   4
      Top             =   5760
      Width           =   2175
      Begin VB.ComboBox cmbDate 
         Height          =   315
         Index           =   1
         ItemData        =   "frmConsignment_Browse.frx":08CA
         Left            =   720
         List            =   "frmConsignment_Browse.frx":08F2
         Style           =   2  'Dropdown List
         TabIndex        =   6
         ToolTipText     =   "Month"
         Top             =   240
         Width           =   615
      End
      Begin VB.ComboBox cmbDate 
         Height          =   315
         Index           =   0
         ItemData        =   "frmConsignment_Browse.frx":0926
         Left            =   120
         List            =   "frmConsignment_Browse.frx":0987
         Style           =   2  'Dropdown List
         TabIndex        =   5
         ToolTipText     =   "Click here to change the date for the adjustment."
         Top             =   240
         Width           =   615
      End
      Begin VB.ComboBox cmbDate 
         Height          =   315
         Index           =   2
         Left            =   1320
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   240
         Width           =   735
      End
      Begin VB.OptionButton optIn 
         Alignment       =   1  'Right Justify
         Caption         =   "In / +"
         Height          =   255
         Left            =   120
         TabIndex        =   8
         ToolTipText     =   "Select this if adding stock to the selected product."
         Top             =   600
         Width           =   1455
      End
      Begin VB.OptionButton optOut 
         Alignment       =   1  'Right Justify
         Caption         =   "Out / -"
         Height          =   255
         Left            =   120
         TabIndex        =   9
         ToolTipText     =   "Select this if deducting stock of the selected product."
         Top             =   960
         Width           =   1455
      End
      Begin VB.TextBox txtQuantity 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   1200
         MaxLength       =   5
         TabIndex        =   10
         ToolTipText     =   "Enter the amount of stock for this transaction of the selected product."
         Top             =   1320
         Width           =   615
      End
      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            =   1200
         TabIndex        =   11
         ToolTipText     =   "Click here to begin adjustment."
         Top             =   1680
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "Quantity:"
         Height          =   255
         Left            =   120
         TabIndex        =   29
         Top             =   1320
         Width           =   975
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "Product Info:"
      Height          =   3615
      Left            =   8280
      TabIndex        =   15
      Top             =   2040
      Width           =   2175
      Begin VB.TextBox lblMin 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   240
         Locked          =   -1  'True
         TabIndex        =   18
         TabStop         =   0   'False
         Top             =   1920
         Width           =   495
      End
      Begin VB.TextBox lblReorder 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   17
         TabStop         =   0   'False
         Top             =   1920
         Width           =   495
      End
      Begin VB.TextBox lblQuantity 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   240
         Locked          =   -1  'True
         TabIndex        =   16
         TabStop         =   0   'False
         Top             =   2520
         Width           =   495
      End
      Begin VB.Label lblID 
         Height          =   255
         Left            =   120
         TabIndex        =   28
         Top             =   240
         Width           =   1815
      End
      Begin VB.Label lblDescription 
         Height          =   255
         Left            =   120
         TabIndex        =   27
         Top             =   480
         Width           =   1815
      End
      Begin VB.Label lblBrand 
         Height          =   255
         Left            =   120
         TabIndex        =   26
         Top             =   720
         Width           =   1815
      End
      Begin VB.Label lblCategoryID 
         Height          =   255
         Left            =   120
         TabIndex        =   25
         Top             =   960
         Width           =   1815
      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        =   24
         Top             =   1680
         Width           =   855
      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        =   23
         Top             =   1680
         Width           =   855
      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        =   22
         Top             =   2280
         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        =   21
         Top             =   2880
         Width           =   1815
      End
      Begin VB.Label lblLocation 
         Height          =   255
         Left            =   120
         TabIndex        =   20
         Top             =   3120
         Width           =   1815
      End
      Begin VB.Label lblUnitPrice 
         Height          =   255
         Left            =   120
         TabIndex        =   19
         Top             =   1200
         Width           =   1575
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "Filtering:"
      Height          =   1335
      Left            =   8280
      TabIndex        =   1
      Top             =   720
      Width           =   2175
      Begin VB.ComboBox cmbFilter 
         Appearance      =   0  'Flat
         Height          =   315
         ItemData        =   "frmConsignment_Browse.frx":0A07
         Left            =   120
         List            =   "frmConsignment_Browse.frx":0A09
         Style           =   2  'Dropdown List
         TabIndex        =   2
         ToolTipText     =   "Select the category."
         Top             =   480
         Width           =   1935
      End
      Begin MSComctlLib.ProgressBar pbBar 
         Height          =   255
         Left            =   120
         TabIndex        =   3
         Top             =   960
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   450
         _Version        =   393216
         Appearance      =   1
         Scrolling       =   1
      End
      Begin VB.Label Label6 
         Caption         =   "By Category:"
         Height          =   255
         Left            =   120
         TabIndex        =   13
         Top             =   240
         Width           =   1815
      End
      Begin VB.Label lblPercent 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H00FF8080&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H80000008&
         Height          =   255
         Left            =   1560
         TabIndex        =   12
         Top             =   960
         Width           =   495
      End
   End
   Begin MSComctlLib.StatusBar bar 
      Align           =   2  'Align Bottom
      Height          =   255
      Left            =   0
      TabIndex        =   14
      Top             =   8100
      Width           =   10545
      _ExtentX        =   18600
      _ExtentY        =   450
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False

⌨️ 快捷键说明

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