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

📄 店铺信息.frm

📁 一个以SQL Server 2000为数据库
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 店铺信息 
   Caption         =   "店铺信息"
   ClientHeight    =   3090
   ClientLeft      =   3240
   ClientTop       =   4680
   ClientWidth     =   4995
   LinkTopic       =   "Form5"
   ScaleHeight     =   3090
   ScaleWidth      =   4995
   Begin VB.TextBox Tmail 
      Height          =   375
      Left            =   1080
      TabIndex        =   13
      Text            =   "mafei19860729@yahoo.com.cn"
      Top             =   2400
      Width           =   3495
   End
   Begin VB.TextBox T邮编 
      Height          =   375
      Left            =   3000
      TabIndex        =   11
      Text            =   "2004331"
      Top             =   1920
      Width           =   1575
   End
   Begin VB.TextBox Ttelephone 
      Height          =   375
      Left            =   1080
      TabIndex        =   9
      Text            =   "32051144"
      Top             =   1920
      Width           =   1215
   End
   Begin VB.TextBox Taddress 
      Height          =   375
      Left            =   1080
      TabIndex        =   7
      Text            =   "上海市真南路500号"
      Top             =   1440
      Width           =   3495
   End
   Begin VB.TextBox TTime 
      Height          =   270
      Left            =   3120
      TabIndex        =   5
      Text            =   "2005-6-1"
      Top             =   840
      Width           =   1455
   End
   Begin VB.TextBox TBoss 
      Height          =   375
      Left            =   1080
      TabIndex        =   3
      Text            =   "飞哥"
      Top             =   840
      Width           =   975
   End
   Begin VB.TextBox Tshopname 
      Height          =   375
      Left            =   1080
      TabIndex        =   1
      Text            =   "飞哥音像店"
      Top             =   240
      Width           =   3495
   End
   Begin VB.Label Lmail 
      Caption         =   "E-mail:"
      Height          =   375
      Left            =   240
      TabIndex        =   12
      Top             =   2400
      Width           =   855
   End
   Begin VB.Label L邮编 
      Caption         =   "邮编:"
      Height          =   375
      Left            =   2400
      TabIndex        =   10
      Top             =   1920
      Width           =   735
   End
   Begin VB.Label Ltelephone 
      Caption         =   "联系电话:"
      Height          =   375
      Left            =   120
      TabIndex        =   8
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label Laddress 
      Caption         =   "所在地址:"
      Height          =   375
      Left            =   120
      TabIndex        =   6
      Top             =   1440
      Width           =   975
   End
   Begin VB.Label LTime 
      Caption         =   "开业时间"
      Height          =   375
      Left            =   2280
      TabIndex        =   4
      Top             =   840
      Width           =   855
   End
   Begin VB.Label LBoss 
      Caption         =   "老  板:"
      Height          =   375
      Left            =   240
      TabIndex        =   2
      Top             =   840
      Width           =   735
   End
   Begin VB.Label Lshopname 
      Caption         =   "店铺名称:"
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   1095
   End
End
Attribute VB_Name = "店铺信息"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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