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

📄 frmreceiptsae.frm

📁 Inventory control system
💻 FRM
📖 第 1 页 / 共 5 页
字号:
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 frmSalesReceiptsAE 
   BorderStyle     =   0  'None
   ClientHeight    =   9015
   ClientLeft      =   1635
   ClientTop       =   690
   ClientWidth     =   13725
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   9015
   ScaleWidth      =   13725
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CheckBox chkAddCharges 
      Enabled         =   0   'False
      Height          =   195
      Left            =   7080
      TabIndex        =   70
      Top             =   750
      Width           =   195
   End
   Begin MSComCtl2.DTPicker dtpDeliveryDate 
      Height          =   315
      Left            =   7080
      TabIndex        =   8
      Top             =   1710
      Width           =   2505
      _ExtentX        =   4419
      _ExtentY        =   556
      _Version        =   393216
      CustomFormat    =   "MMM-dd-yyyy"
      Format          =   89653251
      CurrentDate     =   39299
   End
   Begin VB.TextBox txtDeliveryDate 
      Height          =   315
      Left            =   7080
      TabIndex        =   66
      Top             =   1710
      Width           =   2505
   End
   Begin MSDataListLib.DataCombo dcRoute 
      Height          =   315
      Left            =   1590
      TabIndex        =   0
      Top             =   720
      Width           =   2805
      _ExtentX        =   4948
      _ExtentY        =   556
      _Version        =   393216
      Text            =   ""
   End
   Begin VB.CommandButton cmdPrint 
      Caption         =   "Print"
      Height          =   315
      Left            =   10650
      TabIndex        =   22
      Top             =   8460
      Visible         =   0   'False
      Width           =   915
   End
   Begin VB.TextBox txtCreditTerm 
      Height          =   285
      Left            =   1590
      Locked          =   -1  'True
      TabIndex        =   5
      Top             =   2460
      Width           =   1575
   End
   Begin VB.ComboBox cboDeducted 
      Height          =   315
      ItemData        =   "frmReceiptsAE.frx":0000
      Left            =   7080
      List            =   "frmReceiptsAE.frx":000A
      TabIndex        =   10
      Text            =   "No"
      Top             =   2430
      Width           =   2325
   End
   Begin VB.ComboBox cboStatus 
      Height          =   315
      ItemData        =   "frmReceiptsAE.frx":0017
      Left            =   7080
      List            =   "frmReceiptsAE.frx":0021
      TabIndex        =   9
      Text            =   "On Hold"
      Top             =   2070
      Width           =   2325
   End
   Begin VB.CommandButton CmdTasks 
      Caption         =   "Sales Receipts Tasks"
      Height          =   315
      Left            =   210
      TabIndex        =   27
      Top             =   8490
      Width           =   1755
   End
   Begin VB.TextBox txtVat 
      BackColor       =   &H00E6FFFF&
      Height          =   285
      Left            =   12060
      TabIndex        =   42
      TabStop         =   0   'False
      Top             =   7500
      Visible         =   0   'False
      Width           =   1425
   End
   Begin VB.TextBox txtTaxBase 
      BackColor       =   &H00E6FFFF&
      Height          =   285
      Left            =   12060
      TabIndex        =   41
      TabStop         =   0   'False
      Top             =   7200
      Visible         =   0   'False
      Width           =   1425
   End
   Begin VB.TextBox txtNet 
      BackColor       =   &H00E6FFFF&
      ForeColor       =   &H00000000&
      Height          =   285
      Left            =   12060
      Locked          =   -1  'True
      TabIndex        =   40
      TabStop         =   0   'False
      Text            =   "0.00"
      Top             =   7950
      Width           =   1425
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "&Cancel"
      Height          =   315
      Left            =   12675
      TabIndex        =   24
      Top             =   8460
      Width           =   795
   End
   Begin VB.CommandButton CmdSave 
      Caption         =   "&Save"
      Height          =   315
      Left            =   11700
      TabIndex        =   23
      Top             =   8460
      Width           =   855
   End
   Begin VB.CommandButton btnRemove 
      Height          =   275
      Left            =   270
      Picture         =   "frmReceiptsAE.frx":0034
      Style           =   1  'Graphical
      TabIndex        =   25
      ToolTipText     =   "Remove"
      Top             =   3930
      Visible         =   0   'False
      Width           =   275
   End
   Begin VB.TextBox txtGross 
      BackColor       =   &H00E6FFFF&
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   285
      Index           =   2
      Left            =   12060
      Locked          =   -1  'True
      TabIndex        =   39
      TabStop         =   0   'False
      Text            =   "0.00"
      Top             =   6600
      Width           =   1425
   End
   Begin VB.TextBox txtNotes 
      Height          =   1335
      Left            =   240
      MaxLength       =   255
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   26
      Tag             =   "Remarks"
      Top             =   6870
      Width           =   5910
   End
   Begin VB.TextBox txtDesc 
      BackColor       =   &H00E6FFFF&
      ForeColor       =   &H00000000&
      Height          =   285
      Left            =   12060
      Locked          =   -1  'True
      TabIndex        =   38
      TabStop         =   0   'False
      Text            =   "0.00"
      Top             =   6900
      Width           =   1425
   End
   Begin VB.PictureBox picPurchase 
      BorderStyle     =   0  'None
      Height          =   630
      Left            =   210
      ScaleHeight     =   630
      ScaleWidth      =   13245
      TabIndex        =   28
      Top             =   2910
      Width           =   13245
      Begin VB.CommandButton btnAdd 
         Caption         =   "Add"
         Enabled         =   0   'False
         Height          =   315
         Index           =   1
         Left            =   12690
         TabIndex        =   21
         Top             =   300
         Width           =   510
      End
      Begin VB.CheckBox ckFree 
         Height          =   225
         Left            =   12420
         TabIndex        =   20
         Top             =   330
         Width           =   240
      End
      Begin VB.TextBox txtAddCharges 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   10440
         TabIndex        =   18
         Text            =   "0.00"
         Top             =   300
         Width           =   1065
      End
      Begin VB.TextBox txtCreditTerm2 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   11550
         TabIndex        =   19
         Text            =   "0"
         Top             =   300
         Width           =   825
      End
      Begin VB.TextBox txtExtPrice 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   5580
         TabIndex        =   15
         Text            =   "0.00"
         Top             =   300
         Width           =   1125
      End
      Begin VB.TextBox txtDisc 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   8670
         TabIndex        =   17
         Text            =   "0"
         Top             =   300
         Width           =   735
      End
      Begin VB.TextBox txtNetAmount 
         Alignment       =   1  'Right Justify
         BackColor       =   &H00E6FFFF&
         Height          =   285
         Left            =   9480
         Locked          =   -1  'True
         TabIndex        =   30
         TabStop         =   0   'False
         Top             =   300
         Width           =   855
      End
      Begin VB.CommandButton btnAdd 
         Caption         =   "Add"
         Enabled         =   0   'False
         Height          =   315
         Index           =   0
         Left            =   6750
         TabIndex        =   16
         Top             =   300
         Width           =   510
      End
      Begin VB.TextBox txtQty 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   2700
         TabIndex        =   12
         Text            =   "0"
         Top             =   300
         Width           =   660
      End
      Begin VB.TextBox txtPrice 
         Alignment       =   1  'Right Justify
         Height          =   285
         Left            =   4380
         TabIndex        =   14
         Text            =   "0.00"
         Top             =   300
         Width           =   1185
      End
      Begin VB.TextBox txtGross 
         Alignment       =   1  'Right Justify
         BackColor       =   &H00E6FFFF&
         ForeColor       =   &H00000000&
         Height          =   285
         Index           =   1
         Left            =   7305
         Locked          =   -1  'True
         TabIndex        =   29
         TabStop         =   0   'False
         Text            =   "0.00"
         Top             =   300
         Width           =   1290
      End
      Begin ctrlNSDataCombo.NSDataCombo nsdStock 
         Height          =   315
         Left            =   0
         TabIndex        =   11
         Top             =   300
         Width           =   2640
         _ExtentX        =   4657
         _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            =   3390
         TabIndex        =   13
         Top             =   300
         Width           =   945
         _ExtentX        =   1667
         _ExtentY        =   556
         _Version        =   393216
         Style           =   2
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Text            =   ""
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "FREE"
         Height          =   240
         Index           =   19
         Left            =   12420
         TabIndex        =   69
         Top             =   60
         Width           =   540
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Add. Charges"
         Height          =   240
         Index           =   7
         Left            =   10440
         TabIndex        =   68
         Top             =   60
         Width           =   990
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Credit Term"
         Height          =   240
         Index           =   6
         Left            =   11580
         TabIndex        =   64
         Top             =   60
         Width           =   840
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Ext. Price"
         Height          =   240
         Index           =   5
         Left            =   5610
         TabIndex        =   60
         Top             =   60
         Width           =   900
      End
      Begin VB.Label Labels 

⌨️ 快捷键说明

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