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

📄 frmcustomers.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmCustomers 
   Caption         =   "Customers"
   ClientHeight    =   7905
   ClientLeft      =   60
   ClientTop       =   615
   ClientWidth     =   10560
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmCustomers.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   7905
   ScaleWidth      =   10560
   Begin VB.TextBox txtEmail 
      Height          =   285
      Left            =   1440
      MaxLength       =   100
      TabIndex        =   15
      Top             =   4560
      Width           =   6495
   End
   Begin MSComctlLib.ListView list_History 
      Height          =   1695
      Left            =   120
      TabIndex        =   39
      Top             =   6120
      Width           =   10335
      _ExtentX        =   18230
      _ExtentY        =   2990
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      NumItems        =   0
   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            =   9360
      TabIndex        =   22
      ToolTipText     =   "Click here to close this window."
      Top             =   5280
      Width           =   1095
   End
   Begin VB.CommandButton cmdEdit 
      Caption         =   "&Edit"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   9360
      TabIndex        =   21
      ToolTipText     =   "Click here to edit the selected customer."
      Top             =   4800
      Width           =   1095
   End
   Begin VB.TextBox txtBalance 
      BackColor       =   &H00808080&
      ForeColor       =   &H00FFFFFF&
      Height          =   285
      Left            =   6720
      Locked          =   -1  'True
      MaxLength       =   15
      TabIndex        =   20
      TabStop         =   0   'False
      Text            =   "0.00"
      Top             =   5400
      Width           =   975
   End
   Begin MSComCtl2.UpDown udTerm 
      Height          =   285
      Left            =   4335
      TabIndex        =   18
      Top             =   5400
      Width           =   255
      _ExtentX        =   450
      _ExtentY        =   503
      _Version        =   393216
      Value           =   30
      BuddyControl    =   "txtTerm"
      BuddyDispid     =   196613
      OrigLeft        =   4440
      OrigTop         =   4560
      OrigRight       =   4680
      OrigBottom      =   4815
      Increment       =   30
      Max             =   360
      Min             =   30
      SyncBuddy       =   -1  'True
      BuddyProperty   =   65547
      Enabled         =   -1  'True
   End
   Begin VB.TextBox txtTerm 
      Height          =   285
      Left            =   3840
      MaxLength       =   3
      TabIndex        =   17
      TabStop         =   0   'False
      Text            =   "0"
      Top             =   5400
      Width           =   495
   End
   Begin VB.TextBox txtLimit 
      Height          =   285
      Left            =   1440
      MaxLength       =   15
      TabIndex        =   16
      Text            =   "0.00"
      Top             =   5400
      Width           =   1095
   End
   Begin VB.TextBox txtFax2 
      Height          =   285
      Index           =   1
      Left            =   6120
      MaxLength       =   10
      TabIndex        =   14
      Text            =   "00000000"
      Top             =   4200
      Width           =   1815
   End
   Begin VB.TextBox txtFax1 
      Height          =   285
      Index           =   1
      Left            =   6120
      MaxLength       =   10
      TabIndex        =   10
      Text            =   "00000000"
      Top             =   3840
      Width           =   1815
   End
   Begin VB.TextBox txtPhone2 
      Height          =   285
      Index           =   1
      Left            =   2040
      MaxLength       =   10
      TabIndex        =   12
      Text            =   "00000000"
      Top             =   4200
      Width           =   1815
   End
   Begin VB.TextBox txtPhone1 
      Height          =   285
      Index           =   1
      Left            =   2040
      MaxLength       =   10
      TabIndex        =   8
      Text            =   "00000000"
      Top             =   3840
      Width           =   1815
   End
   Begin VB.TextBox txtFax2 
      Height          =   285
      Index           =   0
      Left            =   5520
      MaxLength       =   5
      TabIndex        =   13
      Text            =   "000"
      Top             =   4200
      Width           =   495
   End
   Begin VB.TextBox txtFax1 
      Height          =   285
      Index           =   0
      Left            =   5520
      MaxLength       =   5
      TabIndex        =   9
      Text            =   "000"
      Top             =   3840
      Width           =   495
   End
   Begin VB.TextBox txtPhone2 
      Height          =   285
      Index           =   0
      Left            =   1440
      MaxLength       =   5
      TabIndex        =   11
      Text            =   "000"
      Top             =   4200
      Width           =   495
   End
   Begin VB.TextBox txtPhone1 
      Height          =   285
      Index           =   0
      Left            =   1440
      MaxLength       =   5
      TabIndex        =   7
      Text            =   "000"
      Top             =   3840
      Width           =   495
   End
   Begin VB.ComboBox cmbCountry 
      Height          =   315
      Left            =   1440
      TabIndex        =   3
      Text            =   "[PLEASE SELECT ONE]"
      Top             =   2280
      Width           =   2415
   End
   Begin VB.TextBox txtZip 
      Height          =   285
      Left            =   1440
      MaxLength       =   8
      TabIndex        =   6
      Top             =   3360
      Width           =   855
   End
   Begin VB.ComboBox cmbState 
      Height          =   315
      Left            =   1440
      TabIndex        =   4
      Text            =   "[PLEASE SELECT ONE]"
      Top             =   2640
      Width           =   3735
   End
   Begin VB.ComboBox cmbCity 
      Height          =   315
      Left            =   1440
      TabIndex        =   5
      Text            =   "[PLEASE SELECT ONE]"
      Top             =   3000
      Width           =   3735
   End
   Begin VB.TextBox txtAddress 
      Height          =   285
      Left            =   1440
      MaxLength       =   100
      TabIndex        =   2
      Top             =   1920
      Width           =   9015
   End
   Begin VB.TextBox txtName 
      Height          =   285
      Left            =   3240
      MaxLength       =   100
      TabIndex        =   1
      Top             =   1560
      Width           =   7215
   End
   Begin VB.TextBox txtCustomerID 
      Height          =   285
      Left            =   1440
      MaxLength       =   10
      TabIndex        =   0
      Top             =   1560
      Width           =   1095
   End
   Begin MSComctlLib.ListView list_Customers 
      Height          =   1335
      Left            =   120
      TabIndex        =   19
      Top             =   120
      Width           =   10335
      _ExtentX        =   18230
      _ExtentY        =   2355
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      SmallIcons      =   "imgList"
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      NumItems        =   0
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "C&ancel"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   9360
      TabIndex        =   24
      ToolTipText     =   "Click here to cancel any changes."
      Top             =   5280
      Width           =   1095
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "&Save"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   9360
      TabIndex        =   23
      ToolTipText     =   "Click here to save any changes."
      Top             =   4800
      Width           =   1095
   End
   Begin MSComctlLib.TabStrip tb 
      Height          =   2175
      Left            =   0
      TabIndex        =   42
      Top             =   5760
      Width           =   10575
      _ExtentX        =   18653
      _ExtentY        =   3836
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   1
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            ImageVarType    =   2
         EndProperty
      EndProperty
   End
   Begin VB.Label Label3 
      Caption         =   "days"
      Height          =   255
      Left            =   4680
      TabIndex        =   43
      Top             =   5400
      Width           =   495
   End
   Begin VB.Label Label2 
      Caption         =   "Email:"
      Height          =   255
      Left            =   120
      TabIndex        =   41
      Top             =   4560
      Width           =   1215
   End
   Begin VB.Label lblHidden 
      Height          =   255
      Left            =   3960
      TabIndex        =   40
      Top             =   2280
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.Line Line4 
      X1              =   6000
      X2              =   6120
      Y1              =   4320
      Y2              =   4320
   End
   Begin VB.Line Line3 

⌨️ 快捷键说明

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