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

📄 frmsupplier_new.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmSupplier_New 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Add New Supplier"
   ClientHeight    =   3945
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   9240
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmSupplier_New.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3945
   ScaleWidth      =   9240
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtEmail 
      Height          =   285
      Left            =   6720
      MaxLength       =   100
      TabIndex        =   17
      Top             =   3000
      Width           =   2415
   End
   Begin VB.TextBox txtFax2 
      Height          =   285
      Index           =   1
      Left            =   7320
      MaxLength       =   10
      TabIndex        =   16
      Text            =   "00000000"
      Top             =   2640
      Width           =   1815
   End
   Begin VB.TextBox txtFax1 
      Height          =   285
      Index           =   1
      Left            =   7320
      MaxLength       =   10
      TabIndex        =   14
      Text            =   "00000000"
      Top             =   2280
      Width           =   1815
   End
   Begin VB.TextBox txtPhone2 
      Height          =   285
      Index           =   1
      Left            =   7320
      MaxLength       =   10
      TabIndex        =   12
      Text            =   "00000000"
      Top             =   1920
      Width           =   1815
   End
   Begin VB.TextBox txtPhone1 
      Height          =   285
      Index           =   1
      Left            =   7320
      MaxLength       =   10
      TabIndex        =   10
      Text            =   "00000000"
      Top             =   1560
      Width           =   1815
   End
   Begin VB.TextBox txtFax2 
      Height          =   285
      Index           =   0
      Left            =   6720
      MaxLength       =   5
      TabIndex        =   15
      Text            =   "000"
      Top             =   2640
      Width           =   495
   End
   Begin VB.TextBox txtFax1 
      Height          =   285
      Index           =   0
      Left            =   6720
      MaxLength       =   5
      TabIndex        =   13
      Text            =   "000"
      Top             =   2280
      Width           =   495
   End
   Begin VB.TextBox txtPhone2 
      Height          =   285
      Index           =   0
      Left            =   6720
      MaxLength       =   5
      TabIndex        =   11
      Text            =   "000"
      Top             =   1920
      Width           =   495
   End
   Begin VB.TextBox txtPhone1 
      Height          =   285
      Index           =   0
      Left            =   6720
      MaxLength       =   5
      TabIndex        =   9
      Text            =   "000"
      Top             =   1560
      Width           =   495
   End
   Begin VB.ComboBox cmbCountry 
      Height          =   315
      Left            =   1440
      TabIndex        =   2
      Text            =   "[PLEASE SELECT ONE]"
      Top             =   1560
      Width           =   2415
   End
   Begin VB.TextBox txtZip 
      Height          =   285
      Left            =   1440
      MaxLength       =   8
      TabIndex        =   5
      Text            =   "00000"
      Top             =   2640
      Width           =   855
   End
   Begin VB.ComboBox cmbState 
      Height          =   315
      Left            =   1440
      TabIndex        =   3
      Text            =   "[PLEASE SELECT ONE]"
      Top             =   1920
      Width           =   3735
   End
   Begin VB.ComboBox cmbCity 
      Height          =   315
      Left            =   1440
      TabIndex        =   4
      Text            =   "[PLEASE SELECT ONE]"
      Top             =   2280
      Width           =   3735
   End
   Begin VB.TextBox txtAddress 
      Height          =   285
      Left            =   1440
      MaxLength       =   100
      TabIndex        =   1
      Top             =   1200
      Width           =   7695
   End
   Begin VB.TextBox txtName 
      Height          =   285
      Left            =   1440
      MaxLength       =   100
      TabIndex        =   0
      Top             =   840
      Width           =   7695
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "&Cancel"
      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        =   19
      ToolTipText     =   "Click here to close this window without saving any changes."
      Top             =   3480
      Width           =   1095
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "&Save"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6840
      TabIndex        =   18
      ToolTipText     =   "&Click here to save the new supplier details."
      Top             =   3480
      Width           =   1095
   End
   Begin VB.TextBox txtTerm 
      Height          =   285
      Left            =   1440
      MaxLength       =   3
      TabIndex        =   7
      TabStop         =   0   'False
      Text            =   "0"
      Top             =   3360
      Width           =   480
   End
   Begin VB.TextBox txtLimit 
      Height          =   285
      Left            =   1440
      MaxLength       =   15
      TabIndex        =   6
      Text            =   "0.00"
      Top             =   3000
      Width           =   1095
   End
   Begin MSComCtl2.UpDown udTerm 
      Height          =   285
      Left            =   1920
      TabIndex        =   8
      Top             =   3360
      Width           =   255
      _ExtentX        =   450
      _ExtentY        =   503
      _Version        =   393216
      Value           =   30
      BuddyControl    =   "txtTerm"
      BuddyDispid     =   196622
      OrigLeft        =   1920
      OrigTop         =   3360
      OrigRight       =   2160
      OrigBottom      =   3645
      Increment       =   30
      Max             =   360
      Min             =   30
      SyncBuddy       =   -1  'True
      BuddyProperty   =   65547
      Enabled         =   -1  'True
   End
   Begin VB.Label Label3 
      Caption         =   "days"
      Height          =   255
      Left            =   2280
      TabIndex        =   34
      Top             =   3360
      Width           =   735
   End
   Begin VB.Label lblHeader 
      BackStyle       =   0  'Transparent
      ForeColor       =   &H00FFFFFF&
      Height          =   495
      Left            =   840
      TabIndex        =   33
      Top             =   120
      Width           =   8295
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   120
      Picture         =   "frmSupplier_New.frx":000C
      Top             =   120
      Width           =   480
   End
   Begin VB.Shape Shape1 
      BackColor       =   &H00FF8080&
      BackStyle       =   1  'Opaque
      BorderStyle     =   0  'Transparent
      Height          =   735
      Left            =   0
      Top             =   0
      Width           =   9255
   End
   Begin VB.Label Label2 
      Caption         =   "Email:"
      Height          =   255
      Left            =   5400
      TabIndex        =   32
      Top             =   3000
      Width           =   1215
   End
   Begin VB.Line Line4 
      X1              =   7200
      X2              =   7320
      Y1              =   2760
      Y2              =   2760
   End
   Begin VB.Line Line3 
      X1              =   7200
      X2              =   7320
      Y1              =   2400
      Y2              =   2400
   End
   Begin VB.Line Line2 
      X1              =   7200
      X2              =   7320
      Y1              =   2040
      Y2              =   2040
   End
   Begin VB.Line Line1 
      X1              =   7200
      X2              =   7320
      Y1              =   1680
      Y2              =   1680
   End
   Begin VB.Label Label1 
      Caption         =   "Fax (2):"
      Height          =   255
      Index           =   10
      Left            =   5400
      TabIndex        =   31
      Top             =   2640
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Fax (1):"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   9
      Left            =   5400
      TabIndex        =   30
      Top             =   2280
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Phone (2):"
      Height          =   255
      Index           =   8
      Left            =   5400
      TabIndex        =   29
      Top             =   1920
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Phone (1):"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   7
      Left            =   5400
      TabIndex        =   28
      Top             =   1560
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Zip Code:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   6
      Left            =   120
      TabIndex        =   27
      Top             =   2640
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "Country:"
      ForeColor       =   &H000000FF&
      Height          =   255
      Index           =   5
      Left            =   120
      TabIndex        =   26
      Top             =   1560
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "State:"

⌨️ 快捷键说明

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