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

📄 ftesttree.frm

📁 用Treeview来显示每个Field
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form fTestTree 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "Test Class Wrapper - cTreeView : ADO CODE EXAMPLE"
   ClientHeight    =   6195
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   9360
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "fTestTree.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6195
   ScaleWidth      =   9360
   StartUpPosition =   2  'CenterScreen
   Begin MSComctlLib.ImageList imgDialog 
      Left            =   2625
      Top             =   1575
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   16777215
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   7
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":1782
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":1D1C
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":22B6
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":2850
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":2DEA
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":3384
            Key             =   ""
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "fTestTree.frx":369E
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.CheckBox chkDialog 
      Caption         =   "Hot Tracking Cursor"
      Height          =   195
      Index           =   2
      Left            =   7455
      TabIndex        =   61
      Top             =   5835
      Value           =   1  'Checked
      Width           =   1800
   End
   Begin VB.CheckBox chkDialog 
      Caption         =   "Allow Label Edit"
      Height          =   195
      Index           =   1
      Left            =   5460
      TabIndex        =   60
      Top             =   5835
      Value           =   1  'Checked
      Width           =   1800
   End
   Begin VB.CheckBox chkDialog 
      Caption         =   "Allow Drag'n'Drop"
      Height          =   195
      Index           =   0
      Left            =   3465
      TabIndex        =   59
      Top             =   5835
      Value           =   1  'Checked
      Width           =   1800
   End
   Begin VB.Frame fraFind 
      Caption         =   "Search:"
      Height          =   1380
      Left            =   105
      TabIndex        =   1
      Top             =   0
      Width           =   3165
      Begin VB.CommandButton cmdFind 
         Caption         =   "Prev"
         Enabled         =   0   'False
         Height          =   315
         Index           =   2
         Left            =   2310
         TabIndex        =   8
         Top             =   945
         Width           =   750
      End
      Begin VB.CommandButton cmdFind 
         Caption         =   "Next"
         Enabled         =   0   'False
         Height          =   315
         Index           =   1
         Left            =   1207
         TabIndex        =   7
         Top             =   945
         Width           =   750
      End
      Begin VB.OptionButton optFind 
         Caption         =   "Product"
         Height          =   315
         Index           =   1
         Left            =   1890
         TabIndex        =   5
         Top             =   597
         Width           =   855
      End
      Begin VB.OptionButton optFind 
         Caption         =   "Group"
         Height          =   315
         Index           =   0
         Left            =   735
         TabIndex        =   4
         Top             =   597
         Width           =   855
      End
      Begin VB.CommandButton cmdFind 
         Caption         =   "First"
         Enabled         =   0   'False
         Height          =   315
         Index           =   0
         Left            =   105
         TabIndex        =   6
         Top             =   945
         Width           =   750
      End
      Begin VB.TextBox txtFind 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   735
         TabIndex        =   3
         Top             =   250
         Width           =   2325
      End
      Begin VB.Label lblFind 
         Alignment       =   1  'Right Justify
         BackColor       =   &H00C0C0C0&
         Caption         =   "Find: "
         Height          =   315
         Left            =   105
         TabIndex        =   2
         Top             =   250
         Width           =   540
      End
   End
   Begin VB.CommandButton cmdMove 
      Caption         =   "End"
      Height          =   315
      Index           =   5
      Left            =   2745
      TabIndex        =   58
      Top             =   5775
      Width           =   527
   End
   Begin VB.CommandButton cmdMove 
      Caption         =   "PDn"
      Height          =   315
      Index           =   4
      Left            =   2220
      TabIndex        =   57
      Top             =   5775
      Width           =   527
   End
   Begin VB.CommandButton cmdMove 
      Caption         =   "Dn"
      Height          =   315
      Index           =   3
      Left            =   1680
      TabIndex        =   56
      Top             =   5775
      Width           =   527
   End
   Begin VB.CommandButton cmdMove 
      Caption         =   "Up"
      Height          =   315
      Index           =   2
      Left            =   1155
      TabIndex        =   55
      Top             =   5775
      Width           =   527
   End
   Begin VB.CommandButton cmdMove 
      Caption         =   "PUp"
      Height          =   315
      Index           =   1
      Left            =   630
      TabIndex        =   54
      Top             =   5775
      Width           =   527
   End
   Begin VB.CommandButton cmdMove 
      Caption         =   "Hm"
      Height          =   315
      Index           =   0
      Left            =   105
      TabIndex        =   53
      Top             =   5775
      Width           =   527
   End
   Begin MSComctlLib.TreeView tvwDialog 
      Height          =   4215
      Left            =   105
      TabIndex        =   0
      Top             =   1470
      Width           =   3165
      _ExtentX        =   5583
      _ExtentY        =   7435
      _Version        =   393217
      Style           =   7
      BorderStyle     =   1
      Appearance      =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.Frame fraDetail 
      Caption         =   "Selected Node Details:"
      Height          =   3585
      Left            =   3465
      TabIndex        =   22
      Top             =   2100
      Width           =   5790
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   14
         Left            =   4305
         TabIndex        =   52
         Top             =   3150
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   13
         Left            =   4305
         TabIndex        =   50
         Top             =   2835
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   12
         Left            =   4305
         TabIndex        =   48
         Top             =   2520
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   11
         Left            =   4305
         TabIndex        =   46
         Top             =   2205
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   10
         Left            =   4305
         TabIndex        =   44
         Top             =   1890
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   9
         Left            =   4305
         TabIndex        =   42
         Top             =   1575
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   8
         Left            =   4305
         TabIndex        =   40
         Top             =   1260
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   510
         Index           =   7
         Left            =   1470
         TabIndex        =   26
         Top             =   630
         Width           =   4215
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Index           =   6
         Left            =   1470
         TabIndex        =   38
         Top             =   2835
         Width           =   1380
      End
      Begin VB.Label lblDetails 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         BorderStyle     =   1  'Fixed Single

⌨️ 快捷键说明

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