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

📄 frminvoicing.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmInvoicing 
   Caption         =   "Invoicing"
   ClientHeight    =   6945
   ClientLeft      =   2040
   ClientTop       =   1455
   ClientWidth     =   9360
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   6945
   ScaleWidth      =   9360
   StartUpPosition =   2  'CenterScreen
   Begin VB.ComboBox cmbDate 
      Height          =   315
      Index           =   0
      ItemData        =   "frmInvoicing.frx":0000
      Left            =   1680
      List            =   "frmInvoicing.frx":0061
      Style           =   2  'Dropdown List
      TabIndex        =   14
      ToolTipText     =   "Day"
      Top             =   6480
      Width           =   615
   End
   Begin VB.ComboBox cmbDate 
      Height          =   315
      Index           =   1
      ItemData        =   "frmInvoicing.frx":00E1
      Left            =   2400
      List            =   "frmInvoicing.frx":0109
      Style           =   2  'Dropdown List
      TabIndex        =   13
      ToolTipText     =   "Month"
      Top             =   6480
      Width           =   615
   End
   Begin VB.ComboBox cmbDate 
      Height          =   315
      Index           =   2
      Left            =   3120
      Style           =   2  'Dropdown List
      TabIndex        =   12
      ToolTipText     =   "Year"
      Top             =   6480
      Width           =   855
   End
   Begin VB.CommandButton cmdClose 
      Caption         =   "&Close"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   8040
      TabIndex        =   10
      ToolTipText     =   "Click here to close this window."
      Top             =   6480
      Width           =   1215
   End
   Begin VB.CommandButton cmdInvoice 
      Caption         =   "&Invoice"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   8040
      TabIndex        =   9
      ToolTipText     =   "Click to invoice the customer account now."
      Top             =   6000
      Width           =   1215
   End
   Begin VB.TextBox txtDO 
      Appearance      =   0  'Flat
      BackColor       =   &H00808080&
      ForeColor       =   &H00FFFFFF&
      Height          =   285
      Left            =   1680
      Locked          =   -1  'True
      TabIndex        =   4
      Text            =   "0.00"
      Top             =   6000
      Width           =   1095
   End
   Begin VB.TextBox txtDet 
      Appearance      =   0  'Flat
      BackColor       =   &H00808080&
      ForeColor       =   &H00FFFFFF&
      Height          =   285
      Left            =   3120
      Locked          =   -1  'True
      TabIndex        =   3
      Text            =   "0.00"
      Top             =   6000
      Width           =   1095
   End
   Begin VB.TextBox txtTotal 
      Appearance      =   0  'Flat
      BackColor       =   &H00808080&
      ForeColor       =   &H00FFFFFF&
      Height          =   285
      Left            =   4560
      Locked          =   -1  'True
      TabIndex        =   2
      Text            =   "0.00"
      Top             =   6000
      Width           =   1095
   End
   Begin MSComctlLib.ListView lvDet 
      Height          =   2175
      Left            =   120
      TabIndex        =   1
      Top             =   3360
      Width           =   9135
      _ExtentX        =   16113
      _ExtentY        =   3836
      View            =   3
      LabelEdit       =   1
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      Checkboxes      =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      NumItems        =   0
   End
   Begin MSComctlLib.ListView lvDO 
      Height          =   2295
      Left            =   120
      TabIndex        =   0
      Top             =   960
      Width           =   9135
      _ExtentX        =   16113
      _ExtentY        =   4048
      View            =   3
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      NumItems        =   0
   End
   Begin VB.Label lblNotes 
      BackStyle       =   0  'Transparent
      ForeColor       =   &H00FFFFFF&
      Height          =   615
      Left            =   1200
      TabIndex        =   11
      Top             =   120
      Width           =   8055
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   240
      Picture         =   "frmInvoicing.frx":013D
      Top             =   120
      Width           =   480
   End
   Begin VB.Label Label4 
      Alignment       =   2  'Center
      Caption         =   "+"
      Height          =   255
      Left            =   2760
      TabIndex        =   8
      Top             =   6000
      Width           =   375
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      Caption         =   "="
      Height          =   255
      Left            =   4200
      TabIndex        =   7
      Top             =   6000
      Width           =   375
   End
   Begin VB.Label lbldes 
      BorderStyle     =   1  'Fixed Single
      Height          =   255
      Left            =   1680
      TabIndex        =   6
      Top             =   5640
      Width           =   5655
   End
   Begin VB.Label Label1 
      Caption         =   "Additional Charges:"
      Height          =   255
      Left            =   120
      TabIndex        =   5
      Top             =   5640
      Width           =   1455
   End
   Begin VB.Shape Shape1 
      BackColor       =   &H00FF8080&
      BackStyle       =   1  'Opaque
      BorderStyle     =   0  'Transparent
      Height          =   855

⌨️ 快捷键说明

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