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

📄 customer.frm

📁 tourist管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form CUSTOMER 
   BackColor       =   &H00C0E0FF&
   Caption         =   "客户"
   ClientHeight    =   6315
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7530
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   12
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   Picture         =   "CUSTOMER.frx":0000
   ScaleHeight     =   6315
   ScaleWidth      =   7530
   Begin VB.Frame Frame1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "查询"
      ForeColor       =   &H80000008&
      Height          =   1455
      Left            =   480
      TabIndex        =   29
      Top             =   4200
      Width           =   4335
      Begin VB.CommandButton cmdFindOK 
         Caption         =   "查询确认"
         Height          =   375
         Left            =   120
         TabIndex        =   32
         Top             =   960
         Width           =   1215
      End
      Begin VB.TextBox Findtxt 
         Height          =   375
         Left            =   1440
         TabIndex        =   31
         Top             =   360
         Width           =   2775
      End
      Begin VB.ComboBox FindCombo 
         Height          =   360
         ItemData        =   "CUSTOMER.frx":10BFA
         Left            =   120
         List            =   "CUSTOMER.frx":10C04
         TabIndex        =   30
         Text            =   "查找"
         Top             =   360
         Width           =   1215
      End
   End
   Begin VB.TextBox start_dttxt 
      BeginProperty DataFormat 
         Type            =   1
         Format          =   "yyyy-MM-dd"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   3
      EndProperty
      Height          =   375
      Left            =   1200
      TabIndex        =   27
      Top             =   2520
      Width           =   1815
   End
   Begin VB.ComboBox oper_cdCombo 
      Height          =   360
      Left            =   4800
      TabIndex        =   26
      Top             =   1920
      Width           =   1335
   End
   Begin VB.ComboBox cruise_cdCombo 
      Height          =   360
      Left            =   1200
      TabIndex        =   25
      Top             =   1920
      Width           =   1335
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "退出"
      Height          =   375
      Left            =   4800
      TabIndex        =   24
      Top             =   3720
      Width           =   1095
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消"
      Height          =   375
      Left            =   3360
      TabIndex        =   23
      Top             =   3720
      Width           =   1095
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "保存"
      Height          =   375
      Left            =   1920
      TabIndex        =   22
      Top             =   3720
      Width           =   1095
   End
   Begin VB.CommandButton cmdAdd 
      Caption         =   "添加"
      Height          =   375
      Left            =   480
      TabIndex        =   21
      Top             =   3720
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.CommandButton cmdUpdata 
      Caption         =   "修改"
      Height          =   375
      Left            =   480
      TabIndex        =   20
      Top             =   3720
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.CommandButton cmdDelete 
      Caption         =   "筛除"
      Height          =   375
      Left            =   480
      TabIndex        =   19
      Top             =   3720
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.CommandButton cmdLast 
      Caption         =   ">>"
      Height          =   375
      Left            =   4800
      TabIndex        =   18
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton cmdNext 
      Caption         =   ">"
      Height          =   375
      Left            =   3360
      TabIndex        =   17
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton cmdPreviouse 
      Caption         =   "<"
      Height          =   375
      Left            =   1920
      TabIndex        =   16
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton cmdFirst 
      Caption         =   "<<"
      Height          =   375
      Left            =   480
      TabIndex        =   15
      Top             =   3120
      Width           =   1095
   End
   Begin VB.TextBox no_of_pertxt 
      Height          =   375
      Left            =   4800
      TabIndex        =   5
      Top             =   1320
      Width           =   1215
   End
   Begin VB.TextBox e_mailtxt 
      Height          =   375
      Left            =   1200
      TabIndex        =   4
      Top             =   1320
      Width           =   2295
   End
   Begin VB.TextBox tel_notxt 
      Height          =   375
      Left            =   4800
      TabIndex        =   3
      Top             =   720
      Width           =   1455
   End
   Begin VB.TextBox cust_addtxt 
      Height          =   375
      Left            =   1200
      TabIndex        =   2
      Top             =   720
      Width           =   1815
   End
   Begin VB.TextBox cust_nmtxt 
      Height          =   375
      Left            =   4800
      TabIndex        =   1
      Top             =   120
      Width           =   2055
   End
   Begin MSMask.MaskEdBox cust_cdMaskEdBox 
      Height          =   375
      Left            =   1200
      TabIndex        =   0
      Top             =   120
      Width           =   1695
      _ExtentX        =   2990
      _ExtentY        =   661
      _Version        =   393216
      MaxLength       =   4
      Mask            =   "X###"
      PromptChar      =   "_"
   End
   Begin VB.Label record_counts 
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "Label10"
      Height          =   495
      Left            =   3600
      TabIndex        =   28
      Top             =   2520
      Width           =   2895
   End
   Begin VB.Label Label8 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "业务员号:"
      Height          =   255
      Left            =   3720
      TabIndex        =   14
      Top             =   2040
      Width           =   1095
   End
   Begin VB.Label Label7 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "行程号:"
      Height          =   255
      Left            =   360
      TabIndex        =   13
      Top             =   2040
      Width           =   855
   End
   Begin VB.Label Label9 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "行始日期:"
      Height          =   255
      Left            =   120
      TabIndex        =   12
      Top             =   2640
      Width           =   1095
   End
   Begin VB.Label Label6 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "人数:"
      Height          =   255
      Left            =   4200
      TabIndex        =   11
      Top             =   1440
      Width           =   615
   End
   Begin VB.Label Label5 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "电子邮件:"
      Height          =   255
      Left            =   120
      TabIndex        =   10
      Top             =   1440
      Width           =   1095
   End
   Begin VB.Label Label4 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "电话:"
      Height          =   255
      Left            =   4200
      TabIndex        =   9
      Top             =   840
      Width           =   615
   End
   Begin VB.Label Label3 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "住址:"
      Height          =   255
      Left            =   600
      TabIndex        =   8
      Top             =   840
      Width           =   615
   End
   Begin VB.Label Label2 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "客户名:"
      Height          =   255
      Left            =   3960
      TabIndex        =   7
      Top             =   240
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00C0E0FF&
      BackStyle       =   0  'Transparent
      Caption         =   "客户号:"
      Height          =   255
      Left            =   360
      TabIndex        =   6
      Top             =   240
      Width           =   855
   End
End
Attribute VB_Name = "CUSTOMER"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim cnn As ADODB.Connection
Dim rs As ADODB.Recordset

⌨️ 快捷键说明

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