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

📄 frmporeceiveoutoftownae.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 frmForwardersReceiveAE 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   8730
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   15225
   LinkTopic       =   "Form1"
   ScaleHeight     =   8730
   ScaleWidth      =   15225
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.TextBox txtNotes 
      Height          =   1335
      Left            =   210
      MaxLength       =   255
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   77
      Tag             =   "Remarks"
      Top             =   6570
      Width           =   5910
   End
   Begin VB.TextBox txtArrivalDate 
      Height          =   315
      Left            =   6060
      TabIndex        =   54
      Top             =   2310
      Width           =   1785
   End
   Begin VB.PictureBox picPurchase 
      BorderStyle     =   0  'None
      Height          =   630
      Left            =   210
      ScaleHeight     =   630
      ScaleWidth      =   14775
      TabIndex        =   23
      Top             =   3060
      Width           =   14775
      Begin VB.TextBox txtStock 
         Height          =   315
         Left            =   30
         TabIndex        =   35
         Top             =   255
         Width           =   2715
      End
      Begin VB.TextBox txtExtDiscPerc 
         Height          =   315
         Left            =   10170
         TabIndex        =   34
         Text            =   "0"
         Top             =   255
         Width           =   735
      End
      Begin VB.TextBox txtNetAmount 
         BackColor       =   &H00E6FFFF&
         Height          =   315
         Left            =   12000
         Locked          =   -1  'True
         TabIndex        =   33
         TabStop         =   0   'False
         Text            =   "0.00"
         Top             =   255
         Width           =   1035
      End
      Begin VB.CommandButton btnUpdate 
         Caption         =   "Update"
         Enabled         =   0   'False
         Height          =   315
         Left            =   13890
         TabIndex        =   32
         Top             =   270
         Width           =   840
      End
      Begin VB.TextBox txtQty 
         Height          =   315
         Left            =   2775
         TabIndex        =   31
         Text            =   "0"
         Top             =   255
         Width           =   660
      End
      Begin VB.TextBox txtPrice 
         Height          =   315
         Left            =   6810
         TabIndex        =   30
         Text            =   "0.00"
         Top             =   255
         Width           =   1185
      End
      Begin VB.TextBox txtGross 
         BackColor       =   &H00E6FFFF&
         ForeColor       =   &H00000000&
         Height          =   315
         Index           =   1
         Left            =   8055
         Locked          =   -1  'True
         TabIndex        =   29
         TabStop         =   0   'False
         Text            =   "0.00"
         Top             =   255
         Width           =   1290
      End
      Begin VB.TextBox txtExtDiscAmt 
         Height          =   315
         Left            =   10950
         TabIndex        =   28
         Text            =   "0"
         Top             =   255
         Width           =   1005
      End
      Begin VB.TextBox txtDiscPercent 
         Height          =   315
         Left            =   9390
         TabIndex        =   27
         Text            =   "0"
         Top             =   255
         Width           =   735
      End
      Begin VB.TextBox txtFreight 
         Height          =   315
         Left            =   13080
         TabIndex        =   26
         Top             =   255
         Width           =   735
      End
      Begin VB.TextBox txtLooseCargo 
         Height          =   315
         Left            =   4440
         TabIndex        =   25
         Top             =   255
         Width           =   1155
      End
      Begin VB.TextBox txtLocalArrastre 
         Height          =   315
         Left            =   5640
         TabIndex        =   24
         Top             =   255
         Width           =   1155
      End
      Begin MSDataListLib.DataCombo dcUnit 
         Height          =   315
         Left            =   3480
         TabIndex        =   36
         Top             =   255
         Width           =   945
         _ExtentX        =   1667
         _ExtentY        =   556
         _Version        =   393216
         Style           =   2
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Text            =   ""
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Ext. Disc.%"
         Height          =   240
         Index           =   14
         Left            =   10140
         TabIndex        =   48
         Top             =   60
         Width           =   840
      End
      Begin VB.Label Label1 
         Caption         =   "Net Amount"
         Height          =   255
         Left            =   12180
         TabIndex        =   47
         Top             =   60
         Width           =   975
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Unit"
         Height          =   240
         Index           =   2
         Left            =   3480
         TabIndex        =   46
         Top             =   30
         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        =   45
         Top             =   0
         Width           =   1515
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Price"
         Height          =   240
         Index           =   9
         Left            =   6840
         TabIndex        =   44
         Top             =   30
         Width           =   1290
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Qty"
         Height          =   240
         Index           =   10
         Left            =   2775
         TabIndex        =   43
         Top             =   30
         Width           =   660
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Gross"
         Height          =   240
         Index           =   17
         Left            =   8115
         TabIndex        =   42
         Top             =   30
         Width           =   1260
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Ext. Disc.Amt"
         Height          =   240
         Index           =   3
         Left            =   11010
         TabIndex        =   41
         Top             =   60
         Width           =   1020
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Disc.%"
         Height          =   240
         Index           =   5
         Left            =   9390
         TabIndex        =   40
         Top             =   30
         Width           =   840
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Loose Cargo"
         Height          =   240
         Index           =   4
         Left            =   4440
         TabIndex        =   39
         Top             =   0
         Width           =   1050
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Freight %"
         Height          =   210
         Index           =   7
         Left            =   13110
         TabIndex        =   38
         Top             =   60
         Width           =   720
      End
      Begin VB.Label Labels 
         BackStyle       =   0  'Transparent
         Caption         =   "Local Arrastre"
         Height          =   240
         Index           =   1
         Left            =   5640
         TabIndex        =   37
         Top             =   0
         Width           =   1050
      End
   End
   Begin VB.CommandButton CmdReceive 
      Caption         =   "Receive Items"
      Height          =   315
      Left            =   10890
      TabIndex        =   22
      Top             =   8160
      Visible         =   0   'False
      Width           =   1335
   End
   Begin VB.TextBox txtNet 
      BackColor       =   &H00E6FFFF&
      ForeColor       =   &H00000000&
      Height          =   285
      Left            =   13560
      Locked          =   -1  'True
      TabIndex        =   21
      TabStop         =   0   'False
      Text            =   "0.00"
      Top             =   7650
      Width           =   1425
   End
   Begin VB.CommandButton cmdUsrHistory 
      Caption         =   "Modification History"
      Height          =   315
      Left            =   225
      TabIndex        =   20
      Top             =   8160
      Width           =   1755
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "Cancel"
      Height          =   315
      Left            =   13650
      TabIndex        =   19
      Top             =   8160
      Width           =   1335
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "Save"
      Height          =   315
      Left            =   12270
      TabIndex        =   18
      Top             =   8160
      Width           =   1335
   End
   Begin VB.CommandButton btnRemove 
      Height          =   275
      Left            =   270
      Picture         =   "frmPOReceiveOutofTownAE.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   17
      ToolTipText     =   "Remove"
      Top             =   3900
      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            =   13560
      Locked          =   -1  'True
      TabIndex        =   16
      TabStop         =   0   'False
      Text            =   "0.00"
      Top             =   6300
      Width           =   1425
   End
   Begin VB.CommandButton cmdPH 
      Caption         =   "Payment History"
      Enabled         =   0   'False
      Height          =   315
      Left            =   2100
      TabIndex        =   15
      Top             =   8160
      Width           =   1590
   End
   Begin VB.TextBox txtVat 
      BackColor       =   &H00E6FFFF&
      Height          =   285
      Left            =   13560
      TabIndex        =   14
      TabStop         =   0   'False
      Top             =   7200
      Width           =   1425
   End
   Begin VB.TextBox txtTaxBase 
      BackColor       =   &H00E6FFFF&
      Height          =   285
      Left            =   13560

⌨️ 快捷键说明

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