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

📄 frmclientdata.frm

📁 通用书店管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmClientData 
   Appearance      =   0  'Flat
   BackColor       =   &H00C0E0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "供货商、客户资料管理"
   ClientHeight    =   6165
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5475
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6165
   ScaleWidth      =   5475
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   870
      Index           =   14
      Left            =   840
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   14
      Top             =   4620
      Width           =   4515
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   13
      Left            =   840
      TabIndex        =   13
      Top             =   4200
      Width           =   2175
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   12
      Left            =   840
      TabIndex        =   12
      Top             =   3780
      Width           =   3945
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   390
      Index           =   11
      Left            =   840
      TabIndex        =   11
      Top             =   3360
      Width           =   3960
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   10
      Left            =   3480
      TabIndex        =   10
      Top             =   2940
      Width           =   1875
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   9
      Left            =   840
      TabIndex        =   9
      Top             =   2940
      Width           =   1755
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   8
      Left            =   840
      TabIndex        =   8
      Top             =   2520
      Width           =   3945
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   6
      Left            =   840
      TabIndex        =   6
      Top             =   1680
      Width           =   3930
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   5
      Left            =   840
      TabIndex        =   5
      Top             =   1260
      Width           =   1755
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   0
      Left            =   840
      TabIndex        =   0
      Top             =   0
      Width           =   1755
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   1
      Left            =   3300
      TabIndex        =   1
      Top             =   0
      Width           =   1740
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   2
      Left            =   840
      TabIndex        =   2
      Top             =   420
      Width           =   1755
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   3
      Left            =   840
      TabIndex        =   4
      Top             =   840
      Width           =   4185
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   375
      Index           =   4
      Left            =   3300
      TabIndex        =   3
      Top             =   420
      Width           =   1740
   End
   Begin VB.TextBox txtFields 
      Appearance      =   0  'Flat
      Height          =   360
      Index           =   7
      Left            =   840
      TabIndex        =   7
      Top             =   2100
      Width           =   3930
   End
   Begin VB.CommandButton cmdExit 
      Appearance      =   0  'Flat
      Height          =   435
      Left            =   3060
      Picture         =   "frmClientData.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   16
      Top             =   5580
      Width           =   960
   End
   Begin VB.CommandButton cmdSave 
      Appearance      =   0  'Flat
      Height          =   435
      Left            =   1380
      Picture         =   "frmClientData.frx":14E4
      Style           =   1  'Graphical
      TabIndex        =   15
      Top             =   5580
      Width           =   945
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "备注"
      Height          =   255
      Index           =   14
      Left            =   0
      TabIndex        =   31
      Top             =   4920
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "业务员"
      Height          =   255
      Index           =   13
      Left            =   0
      TabIndex        =   30
      Top             =   4260
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "电子邮箱"
      Height          =   255
      Index           =   12
      Left            =   0
      TabIndex        =   29
      Top             =   3840
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "网页"
      Height          =   270
      Index           =   11
      Left            =   -30
      TabIndex        =   28
      Top             =   3420
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "电话号码"
      Height          =   255
      Index           =   10
      Left            =   2640
      TabIndex        =   27
      Top             =   3060
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "税号"
      Height          =   255
      Index           =   9
      Left            =   -45
      TabIndex        =   26
      Top             =   3000
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "银行户号"
      Height          =   255
      Index           =   8
      Left            =   -30
      TabIndex        =   25
      Top             =   2580

⌨️ 快捷键说明

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