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

📄 form4.frm

📁 共享一下一个不错的东东用VB+sql开发的销售系统.里头附带:sql 和 vb 源码.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   Caption         =   "添加客户信息"
   ClientHeight    =   4890
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5745
   LinkTopic       =   "Form1"
   ScaleHeight     =   4890
   ScaleWidth      =   5745
   StartUpPosition =   3  'Windows Default
   Begin VB.Data Data1 
      Caption         =   "Adodc1"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  'DefaultCursor
      DefaultType     =   2  'UseODBC
      Exclusive       =   0   'False
      Height          =   375
      Index           =   1
      Left            =   120
      Options         =   0
      ReadOnly        =   -1  'True
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   4440
      Width           =   2415
   End
   Begin VB.Frame Frame2 
      Caption         =   "查看客户信息"
      Height          =   735
      Index           =   0
      Left            =   120
      TabIndex        =   22
      Top             =   2760
      Width           =   5535
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   9
         Left            =   360
         TabIndex        =   26
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   8
         Left            =   1560
         TabIndex        =   25
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   2
         Left            =   2760
         TabIndex        =   24
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   3
         Left            =   3960
         TabIndex        =   23
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "修改客户信息"
      Height          =   735
      Index           =   1
      Left            =   120
      TabIndex        =   17
      Top             =   3600
      Width           =   5535
      Begin VB.CommandButton Command1 
         Caption         =   "退出"
         Height          =   375
         Index           =   4
         Left            =   3960
         TabIndex        =   21
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "删除记录"
         Height          =   375
         Index           =   5
         Left            =   2760
         TabIndex        =   20
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "保存记录"
         Height          =   375
         Index           =   6
         Left            =   1560
         TabIndex        =   19
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "修改记录"
         Height          =   375
         Index           =   7
         Left            =   360
         TabIndex        =   18
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   4
      Left            =   4080
      TabIndex        =   3
      Top             =   240
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   2
      Left            =   1200
      TabIndex        =   2
      Top             =   1200
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   1
      Left            =   1200
      TabIndex        =   1
      Top             =   720
      Width           =   1455
   End
   Begin VB.Frame Frame1 
      Height          =   2655
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   5535
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   1080
         TabIndex        =   16
         Top             =   2160
         Width           =   4335
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   1080
         TabIndex        =   15
         Top             =   1680
         Width           =   4335
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   7
         Left            =   1080
         TabIndex        =   12
         Top             =   240
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   5
         Left            =   3960
         TabIndex        =   11
         Top             =   1200
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   0
         Left            =   3960
         TabIndex        =   10
         Top             =   720
         Width           =   1455
      End
      Begin VB.Label Label1 
         Alignment       =   2  'Center
         Caption         =   "员工住址"
         Height          =   195
         Index           =   9
         Left            =   240
         TabIndex        =   14
         Top             =   2280
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "员工电话"
         Height          =   195
         Index           =   8
         Left            =   240
         TabIndex        =   13
         Top             =   1800
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "员工职务"
         Height          =   195
         Index           =   6
         Left            =   2880
         TabIndex        =   9
         Top             =   1320
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "所在部门"
         Height          =   195
         Index           =   5
         Left            =   2880
         TabIndex        =   8
         Top             =   840
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "进入公司时间"
         Height          =   195
         Index           =   4
         Left            =   2760
         TabIndex        =   7
         Top             =   360
         Width           =   1080
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "员工生日"
         Height          =   195
         Index           =   1
         Left            =   240
         TabIndex        =   6
         Top             =   1320
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "员工性别"
         Height          =   195
         Index           =   2
         Left            =   240
         TabIndex        =   5
         Top             =   840
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "员工姓名"
         Height          =   195
         Index           =   0
         Left            =   240
         TabIndex        =   4
         Top             =   360
         Width           =   720
      End
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 客户姓名_Click()

End Sub

⌨️ 快捷键说明

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