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

📄 activex控件测试.frm

📁 个人VB学习源码精选,自己学习时的一些编程小程序,希望对大家有帮助
💻 FRM
字号:
VERSION 5.00
Object = "*\A数据库浏览器.vbp"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   5070
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6960
   LinkTopic       =   "Form1"
   ScaleHeight     =   5070
   ScaleWidth      =   6960
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   330
      Left            =   3195
      TabIndex        =   1
      Top             =   4635
      Width           =   1275
   End
   Begin 工程1.DataViewer DataViewer1 
      Height          =   4335
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   6405
      _extentx        =   11298
      _extenty        =   7646
      databasename    =   "d:\Temp Files\NWind.mdb"
      parenttablename =   "Categories"
      parentidfield   =   "CategoryID"
      parentnamefield =   "CategoryName"
      childtablename  =   "Products"
      childidfield    =   "ProductID"
      childnamefield  =   "ProductName"
      linkfield       =   "CategoryID"
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    DataViewer1.DatabaseName = "d:\Temp Files\NWind.mdb"
    DataViewer1.ParentTableName = "Categories"
    DataViewer1.ParentIDField = "CategoryID"
    DataViewer1.ParentNameField = "CategoryName"
End Sub

⌨️ 快捷键说明

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