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

📄 form7.frm

📁 通过vb控件制作界面
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form7 
   Caption         =   "编辑轿车信息"
   ClientHeight    =   4545
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5745
   LinkTopic       =   "Form1"
   ScaleHeight     =   4545
   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             =   4080
      Width           =   2415
   End
   Begin VB.Frame Frame2 
      Caption         =   "查看轿车信息"
      Height          =   735
      Index           =   0
      Left            =   120
      TabIndex        =   16
      Top             =   2400
      Width           =   5535
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   9
         Left            =   360
         TabIndex        =   20
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   8
         Left            =   1560
         TabIndex        =   19
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   2
         Left            =   2760
         TabIndex        =   18
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录"
         Height          =   375
         Index           =   3
         Left            =   3960
         TabIndex        =   17
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "修改轿车信息"
      Height          =   735
      Index           =   1
      Left            =   120
      TabIndex        =   11
      Top             =   3240
      Width           =   5535
      Begin VB.CommandButton Command1 
         Caption         =   "退出"
         Height          =   375
         Index           =   4
         Left            =   3960
         TabIndex        =   15
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "删除记录"
         Height          =   375
         Index           =   5
         Left            =   2760
         TabIndex        =   14
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "保存记录"
         Height          =   375
         Index           =   6
         Left            =   1560
         TabIndex        =   13
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "修改记录"
         Height          =   375
         Index           =   7
         Left            =   360
         TabIndex        =   12
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   4
      Left            =   3960
      TabIndex        =   2
      Top             =   240
      Width           =   1575
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   1
      Left            =   1200
      TabIndex        =   1
      Top             =   720
      Width           =   1575
   End
   Begin VB.Frame Frame1 
      Height          =   2295
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   5535
      Begin VB.TextBox Text2 
         Height          =   975
         Left            =   1080
         TabIndex        =   10
         Top             =   1200
         Width           =   4335
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   7
         Left            =   1080
         TabIndex        =   8
         Top             =   240
         Width           =   1575
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   0
         Left            =   3840
         TabIndex        =   7
         Top             =   720
         Width           =   1575
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "具体描述"
         Height          =   195
         Index           =   8
         Left            =   240
         TabIndex        =   9
         Top             =   1320
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "保修期"
         Height          =   195
         Index           =   5
         Left            =   2880
         TabIndex        =   6
         Top             =   840
         Width           =   540
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "轿车品牌"
         Height          =   195
         Index           =   4
         Left            =   2880
         TabIndex        =   5
         Top             =   360
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "轿车价格"
         Height          =   195
         Index           =   2
         Left            =   240
         TabIndex        =   4
         Top             =   840
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "轿车型号"
         Height          =   195
         Index           =   0
         Left            =   240
         TabIndex        =   3
         Top             =   360
         Width           =   720
      End
   End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 客户姓名_Click()

End Sub

Private Sub Label1_Click(Index As Integer)

End Sub

⌨️ 快捷键说明

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