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

📄 frmcustcheck.frm

📁 客户关系管理系统(打包+源程序)是数据库系统开发项目方案精解系列丛书VB数据库管理中附带CD中的程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmCustCheck 
   Caption         =   "客户信息 - [查询]"
   ClientHeight    =   5835
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7455
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   5835
   ScaleWidth      =   7455
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Caption         =   "客户信息查询条件"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   2655
      Left            =   240
      TabIndex        =   3
      Top             =   120
      Width           =   6975
      Begin VB.ComboBox Combo_CityName 
         Enabled         =   0   'False
         Height          =   300
         Left            =   1440
         Style           =   2  'Dropdown List
         TabIndex        =   18
         Top             =   2040
         Width           =   1695
      End
      Begin VB.ComboBox Combo_CustType 
         Height          =   300
         ItemData        =   "frmCustCheck.frx":0000
         Left            =   4920
         List            =   "frmCustCheck.frx":0002
         Style           =   2  'Dropdown List
         TabIndex        =   17
         Top             =   2040
         Width           =   1695
      End
      Begin VB.TextBox txtCustID 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   350
         Left            =   4920
         TabIndex        =   9
         Top             =   510
         Width           =   1695
      End
      Begin VB.TextBox txtCustName 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   350
         Left            =   1440
         TabIndex        =   8
         Top             =   510
         Width           =   1695
      End
      Begin VB.ComboBox Combo_NationName 
         Height          =   300
         Left            =   1440
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   1560
         Width           =   1695
      End
      Begin VB.ComboBox Combo_ProvName 
         Enabled         =   0   'False
         Height          =   300
         ItemData        =   "frmCustCheck.frx":0004
         Left            =   4920
         List            =   "frmCustCheck.frx":0006
         Style           =   2  'Dropdown List
         TabIndex        =   6
         Top             =   1560
         Width           =   1695
      End
      Begin VB.TextBox txtJurperson 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   350
         Left            =   1440
         TabIndex        =   5
         Top             =   1035
         Width           =   1695
      End
      Begin VB.TextBox txtViaperson 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   350
         Left            =   4920
         TabIndex        =   4
         Top             =   1035
         Width           =   1695
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         BackColor       =   &H80000013&
         BackStyle       =   0  'Transparent
         Caption         =   "城市"
         Height          =   255
         Left            =   480
         TabIndex        =   20
         Top             =   2115
         Width           =   855
      End
      Begin VB.Label Label3 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "客户类型"
         Height          =   255
         Left            =   3960
         TabIndex        =   19
         Top             =   2115
         Width           =   855
      End
      Begin VB.Label label1 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "客户名称"
         Height          =   255
         Left            =   360
         TabIndex        =   15
         Top             =   600
         Width           =   975
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "客户代码 C"
         Height          =   255
         Left            =   3675
         TabIndex        =   14
         Top             =   600
         Width           =   1215
      End
      Begin VB.Label Label_Type 
         Alignment       =   1  'Right Justify
         BackColor       =   &H80000013&
         BackStyle       =   0  'Transparent
         Caption         =   "国家/地区"
         Height          =   255
         Left            =   480
         TabIndex        =   13
         Top             =   1605
         Width           =   855
      End
      Begin VB.Label Label26 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "省份"
         Height          =   255
         Left            =   4200
         TabIndex        =   12
         Top             =   1605
         Width           =   615
      End
      Begin VB.Label Label14 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "法人代表"
         Height          =   255
         Left            =   480
         TabIndex        =   11
         Top             =   1110
         Width           =   855
      End
      Begin VB.Label Label17 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "联系人"
         Height          =   255
         Left            =   4080
         TabIndex        =   10
         Top             =   1110
         Width           =   735
      End
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "退出"
      Height          =   450
      Left            =   5160
      TabIndex        =   2
      Top             =   5280
      Width           =   1320
   End
   Begin VB.CommandButton cmdClear 
      Caption         =   "条件清空"
      Height          =   450
      Left            =   3060
      TabIndex        =   1
      Top             =   5280
      Width           =   1320
   End
   Begin VB.CommandButton cmdCheck 
      Caption         =   "查询"
      Default         =   -1  'True
      Height          =   450

⌨️ 快捷键说明

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