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

📄 frmdelivery.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmDelivery 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "New Delivery Order"
   ClientHeight    =   6930
   ClientLeft      =   4875
   ClientTop       =   4530
   ClientWidth     =   7905
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmDelivery.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6930
   ScaleWidth      =   7905
   Begin VB.ComboBox cmbDelTime 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   1
      ItemData        =   "frmDelivery.frx":058A
      Left            =   1920
      List            =   "frmDelivery.frx":059A
      Style           =   2  'Dropdown List
      TabIndex        =   33
      Top             =   2520
      Width           =   615
   End
   Begin VB.ComboBox cmbDelTime 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   0
      ItemData        =   "frmDelivery.frx":05AE
      Left            =   1200
      List            =   "frmDelivery.frx":05FA
      Style           =   2  'Dropdown List
      TabIndex        =   32
      Top             =   2520
      Width           =   615
   End
   Begin VB.ComboBox cmbDelDate 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   2
      Left            =   2640
      Style           =   2  'Dropdown List
      TabIndex        =   31
      Top             =   2160
      Width           =   855
   End
   Begin VB.ComboBox cmbDelDate 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   1
      ItemData        =   "frmDelivery.frx":065E
      Left            =   1920
      List            =   "frmDelivery.frx":0686
      Style           =   2  'Dropdown List
      TabIndex        =   30
      ToolTipText     =   "Month"
      Top             =   2160
      Width           =   615
   End
   Begin VB.ComboBox cmbDelDate 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   0
      ItemData        =   "frmDelivery.frx":06BA
      Left            =   1200
      List            =   "frmDelivery.frx":071B
      Style           =   2  'Dropdown List
      TabIndex        =   29
      Top             =   2160
      Width           =   615
   End
   Begin VB.CommandButton cmdClear 
      Caption         =   "&Clear Cart"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3960
      TabIndex        =   14
      ToolTipText     =   "Click here to remove all items in the cart."
      Top             =   6480
      Width           =   1215
   End
   Begin VB.TextBox txtDes 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   1680
      MaxLength       =   50
      TabIndex        =   11
      ToolTipText     =   "Description for charges."
      Top             =   5400
      Width           =   4815
   End
   Begin VB.TextBox txtSub 
      Appearance      =   0  'Flat
      BackColor       =   &H00808080&
      ForeColor       =   &H00FFFFFF&
      Height          =   285
      Left            =   6600
      Locked          =   -1  'True
      MaxLength       =   12
      TabIndex        =   10
      Text            =   "0.00"
      Top             =   5040
      Width           =   1215
   End
   Begin VB.TextBox txtExtra 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   6600
      MaxLength       =   12
      TabIndex        =   12
      Text            =   "0.00"
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txtGrand 
      Appearance      =   0  'Flat
      BackColor       =   &H00808080&
      ForeColor       =   &H00FFFFFF&
      Height          =   285
      Left            =   6600
      Locked          =   -1  'True
      MaxLength       =   12
      TabIndex        =   13
      Text            =   "0.00"
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdRemove 
      Caption         =   "&Remove..."
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5280
      TabIndex        =   15
      ToolTipText     =   "Click here to remove the selected items."
      Top             =   6480
      Width           =   1215
   End
   Begin VB.TextBox txtREM 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   5640
      MaxLength       =   30
      TabIndex        =   8
      Top             =   2520
      Width           =   2055
   End
   Begin VB.TextBox txtAttn 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   5640
      MaxLength       =   30
      TabIndex        =   7
      Top             =   2160
      Width           =   2055
   End
   Begin VB.TextBox txtPO 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   5640
      MaxLength       =   20
      TabIndex        =   6
      Top             =   1800
      Width           =   2055
   End
   Begin VB.ComboBox cmbEmployee 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   1
      Left            =   5640
      Style           =   2  'Dropdown List
      TabIndex        =   4
      Top             =   1200
      Width           =   2055
   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            =   6600
      TabIndex        =   16
      ToolTipText     =   "Click here to save this Delivery Order."
      Top             =   6480
      Width           =   1215
   End
   Begin MSComctlLib.ListView lvCart 
      Height          =   1935
      Left            =   120
      TabIndex        =   9
      Top             =   3000
      Width           =   7695
      _ExtentX        =   13573
      _ExtentY        =   3413
      View            =   3
      LabelEdit       =   1
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      NumItems        =   0
   End
   Begin VB.ComboBox cmbEmployee 
      Appearance      =   0  'Flat
      Height          =   315
      Index           =   0
      Left            =   5640
      Style           =   2  'Dropdown List
      TabIndex        =   3
      Top             =   840
      Width           =   2055
   End
   Begin VB.ComboBox cmbCustomer 
      Appearance      =   0  'Flat
      Height          =   315
      Left            =   1200
      Style           =   2  'Dropdown List
      TabIndex        =   5
      Top             =   1800
      Width           =   3135
   End
   Begin VB.ComboBox cmbDate 
      Height          =   315
      Index           =   2
      Left            =   2640
      Style           =   2  'Dropdown List
      TabIndex        =   2
      Top             =   840
      Width           =   855
   End
   Begin VB.ComboBox cmbDate 
      Height          =   315
      Index           =   1
      ItemData        =   "frmDelivery.frx":079B
      Left            =   1920
      List            =   "frmDelivery.frx":07C3
      Style           =   2  'Dropdown List
      TabIndex        =   1
      ToolTipText     =   "Month"
      Top             =   840
      Width           =   615
   End
   Begin VB.ComboBox cmbDate 
      Height          =   315
      Index           =   0
      ItemData        =   "frmDelivery.frx":07F7
      Left            =   1200
      List            =   "frmDelivery.frx":0858
      Style           =   2  'Dropdown List
      TabIndex        =   0
      Top             =   840
      Width           =   615
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      X1              =   120
      X2              =   7680
      Y1              =   1680
      Y2              =   1680
   End
   Begin VB.Label lblNotes 
      BackStyle       =   0  'Transparent
      ForeColor       =   &H00FFFFFF&
      Height          =   495
      Left            =   720
      TabIndex        =   34
      Top             =   120
      Width           =   7095
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   120
      Picture         =   "frmDelivery.frx":08D8
      Top             =   120
      Width           =   480
   End
   Begin VB.Shape Shape1 
      BackColor       =   &H00FF8080&
      BackStyle       =   1  'Opaque
      BorderStyle     =   0  'Transparent
      Height          =   735
      Left            =   0
      Top             =   0
      Width           =   7935
   End
   Begin VB.Label Label12 
      Caption         =   "Delivery Time:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Left            =   120
      TabIndex        =   28
      Top             =   2520
      Width           =   1095
   End
   Begin VB.Label Label11 
      Caption         =   "Delivery Date:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Left            =   120
      TabIndex        =   27
      Top             =   2160
      Width           =   1215
   End
   Begin VB.Label Label10 
      Caption         =   "Grand Total:"
      Height          =   255
      Left            =   5400
      TabIndex        =   26
      Top             =   5760
      Width           =   1095
   End
   Begin VB.Label Label9 
      Caption         =   "Subtotal:"
      Height          =   255
      Left            =   5400
      TabIndex        =   25
      Top             =   5040
      Width           =   1095
   End
   Begin VB.Label Label8 
      Caption         =   "Addtional Charges:"
      Height          =   255
      Left            =   120
      TabIndex        =   24
      Top             =   5400

⌨️ 快捷键说明

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