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

📄 frmqtyadjustmentae.frm

📁 Inventory control system
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{FF49E21B-EA30-11D9-85DF-812F544F012A}#69.0#0"; "ctrlNSDataCombo.ocx"
Begin VB.Form frmQtyAdjustmentAE 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Qty Adjustment"
   ClientHeight    =   6825
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   8955
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6825
   ScaleWidth      =   8955
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton CmdTasks 
      Caption         =   "Qty Adjustment Tasks"
      Height          =   315
      Left            =   5280
      TabIndex        =   24
      Top             =   5070
      Width           =   1785
   End
   Begin VB.ComboBox cboReason 
      Height          =   315
      ItemData        =   "frmQtyAdjustmentAE.frx":0000
      Left            =   1170
      List            =   "frmQtyAdjustmentAE.frx":000A
      TabIndex        =   20
      Top             =   90
      Width           =   2115
   End
   Begin VB.PictureBox picPurchase 
      BorderStyle     =   0  'None
      Height          =   630
      Left            =   150
      ScaleHeight     =   630
      ScaleWidth      =   8715
      TabIndex        =   5
      Top             =   1410
      Width           =   8715
      Begin VB.TextBox txtOldQty 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   4830
         Locked          =   -1  'True
         TabIndex        =   22
         Text            =   "0"
         Top             =   240
         Width           =   660
      End
      Begin VB.CommandButton btnAdd 
         Caption         =   "Add"
         Enabled         =   0   'False
         Height          =   315
         Left            =   6540
         TabIndex        =   7
         Top             =   240
         Width           =   840
      End
      Begin VB.TextBox txtNewQty 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   4125
         TabIndex        =   6
         Text            =   "0"
         Top             =   240
         Width           =   660
      End
      Begin ctrlNSDataCombo.NSDataCombo nsdStock 
         Height          =   315
         Left            =   0
         TabIndex        =   8
         Top             =   210
         Width           =   4050
         _ExtentX        =   7144
         _ExtentY        =   556
         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
      End
      Begin MSDataListLib.DataCombo dcUnit 
         Height          =   315
         Left            =   5550
         TabIndex        =   9
         Top             =   240
         Width           =   945
         _ExtentX        =   1667
         _ExtentY        =   556
         _Version        =   393216
         Style           =   2
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Text            =   ""
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Old Qty"
         Height          =   240
         Index           =   0
         Left            =   4830
         TabIndex        =   23
         Top             =   0
         Width           =   660
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Unit"
         Height          =   240
         Index           =   2
         Left            =   5550
         TabIndex        =   12
         Top             =   0
         Width           =   900
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Items/Stocks"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000011D&
         Height          =   240
         Index           =   8
         Left            =   0
         TabIndex        =   11
         Top             =   0
         Width           =   1515
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "New Qty"
         Height          =   240
         Index           =   10
         Left            =   4125
         TabIndex        =   10
         Top             =   0
         Width           =   660
      End
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "Cancel"
      Height          =   315
      Left            =   8055
      TabIndex        =   4
      Top             =   5070
      Width           =   795
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "&Save"
      Height          =   315
      Left            =   7140
      TabIndex        =   3
      Top             =   5070
      Width           =   855
   End
   Begin VB.ComboBox cboStatus 
      Height          =   315
      ItemData        =   "frmQtyAdjustmentAE.frx":001F
      Left            =   1170
      List            =   "frmQtyAdjustmentAE.frx":0029
      TabIndex        =   2
      Text            =   "On Hold"
      Top             =   870
      Width           =   2325
   End
   Begin VB.TextBox txtNotes 
      Height          =   1335
      Left            =   90
      MaxLength       =   255
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   1
      Tag             =   "Remarks"
      Top             =   5340
      Width           =   4980
   End
   Begin VB.CommandButton btnRemove 
      Height          =   275
      Left            =   180
      Picture         =   "frmQtyAdjustmentAE.frx":0040
      Style           =   1  'Graphical
      TabIndex        =   0
      ToolTipText     =   "Remove"
      Top             =   2520
      Visible         =   0   'False
      Width           =   275
   End
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid Grid 
      Height          =   2610
      Left            =   120
      TabIndex        =   13
      TabStop         =   0   'False
      Top             =   2370
      Width           =   8715
      _ExtentX        =   15372
      _ExtentY        =   4604
      _Version        =   393216
      Rows            =   0
      FixedRows       =   0
      FixedCols       =   0
      RowHeightMin    =   275
      ForeColorFixed  =   -2147483640
      BackColorSel    =   1091552
      ForeColorSel    =   16777215
      BackColorBkg    =   -2147483643
      GridColor       =   -2147483633
      GridColorFixed  =   -2147483633
      GridColorUnpopulated=   -2147483633
      AllowBigSelection=   0   'False
      FocusRect       =   0
      SelectionMode   =   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
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
      _Band(0).GridLinesBand=   1
      _Band(0).TextStyleBand=   0
      _Band(0).TextStyleHeader=   0
   End
   Begin MSComCtl2.DTPicker dtpDate 
      Height          =   315
      Left            =   1170
      TabIndex        =   14
      Top             =   480
      Width           =   2505
      _ExtentX        =   4419
      _ExtentY        =   556
      _Version        =   393216
      CustomFormat    =   "MMM-dd-yyyy"
      Format          =   20578307
      CurrentDate     =   38207
   End
   Begin VB.TextBox txtDate 
      Height          =   315
      Left            =   1170
      TabIndex        =   15
      Top             =   480
      Width           =   2505
   End
   Begin VB.Label Label1 
      Alignment       =   1  'Right Justify
      Caption         =   "Reason"
      Height          =   255
      Left            =   120
      TabIndex        =   21
      Top             =   120
      Width           =   1005
   End
   Begin VB.Label Label12 
      Alignment       =   1  'Right Justify
      Caption         =   "Status"
      Height          =   255
      Left            =   120
      TabIndex        =   19
      Top             =   900
      Width           =   1005
   End
   Begin VB.Label Labels 
      Caption         =   "Notes"
      Height          =   240
      Index           =   4
      Left            =   90
      TabIndex        =   18
      Top             =   5070
      Width           =   990
   End
   Begin VB.Line Line1 
      BorderColor     =   &H80000010&
      BorderWidth     =   2
      Index           =   1
      X1              =   90
      X2              =   8900
      Y1              =   1320
      Y2              =   1320
   End
   Begin VB.Line Line2 
      BorderColor     =   &H80000014&
      Index           =   1
      X1              =   90
      X2              =   8900
      Y1              =   1290
      Y2              =   1290
   End
   Begin VB.Label Label11 
      BackStyle       =   0  'Transparent
      Caption         =   "Details"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000014&
      Height          =   210
      Left            =   180
      TabIndex        =   17
      Top             =   2070
      Width           =   4365
   End
   Begin VB.Label Labels 
      Alignment       =   1  'Right Justify
      Caption         =   "Date Issued:"
      Height          =   255
      Index           =   1
      Left            =   120
      TabIndex        =   16
      Top             =   510
      Width           =   1035
   End
   Begin VB.Shape Shape3 
      BackColor       =   &H80000010&
      BackStyle       =   1  'Opaque
      BorderColor     =   &H80000010&
      Height          =   240
      Left            =   120
      Top             =   2070
      Width           =   8715
   End
   Begin VB.Menu mnu_Tasks 
      Caption         =   "Tasks"
      Visible         =   0   'False
      Begin VB.Menu mnu_History 
         Caption         =   "History"
      End

⌨️ 快捷键说明

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