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

📄 frmtreedef.frm

📁 一个把自己的东西刻成光盘后自动查询和启动的原代码
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form FrmTreeDef 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "目录树定义"
   ClientHeight    =   5505
   ClientLeft      =   150
   ClientTop       =   435
   ClientWidth     =   5910
   Icon            =   "FrmTreeDef.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5505
   ScaleWidth      =   5910
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox Picture21 
      Height          =   855
      Left            =   0
      ScaleHeight     =   795
      ScaleWidth      =   7755
      TabIndex        =   2
      Top             =   0
      Visible         =   0   'False
      Width           =   7815
      Begin VB.PictureBox PicTree 
         Height          =   735
         Left            =   240
         ScaleHeight     =   675
         ScaleWidth      =   1155
         TabIndex        =   9
         Top             =   0
         Visible         =   0   'False
         Width           =   1215
         Begin VB.TextBox TxtRootNodeID 
            Height          =   285
            Left            =   120
            TabIndex        =   16
            Top             =   0
            Width           =   375
         End
         Begin VB.TextBox TxtTreeType 
            Height          =   285
            Left            =   600
            TabIndex        =   12
            Top             =   360
            Visible         =   0   'False
            Width           =   375
         End
         Begin VB.TextBox TxtTreeName 
            Height          =   285
            Left            =   600
            TabIndex        =   11
            Top             =   0
            Visible         =   0   'False
            Width           =   375
         End
         Begin VB.TextBox TxtUserName 
            Height          =   285
            Left            =   120
            TabIndex        =   10
            Top             =   360
            Visible         =   0   'False
            Width           =   375
         End
      End
      Begin VB.PictureBox PicParentNode 
         Height          =   735
         Left            =   1560
         ScaleHeight     =   675
         ScaleWidth      =   675
         TabIndex        =   6
         Top             =   0
         Visible         =   0   'False
         Width           =   735
         Begin VB.TextBox TxtPTableName 
            Height          =   285
            Left            =   120
            TabIndex        =   8
            Top             =   0
            Width           =   375
         End
         Begin VB.TextBox TxtPTypeCode 
            Height          =   285
            Left            =   120
            TabIndex        =   7
            Top             =   360
            Width           =   375
         End
      End
      Begin VB.PictureBox PicNode 
         Height          =   735
         Left            =   2400
         ScaleHeight     =   675
         ScaleWidth      =   1155
         TabIndex        =   3
         Top             =   0
         Visible         =   0   'False
         Width           =   1215
         Begin VB.TextBox TxtValue 
            Height          =   315
            Left            =   600
            TabIndex        =   47
            Top             =   360
            Width           =   375
         End
         Begin VB.TextBox TxtDataType 
            Height          =   285
            Left            =   600
            TabIndex        =   45
            Top             =   0
            Width           =   375
         End
         Begin VB.TextBox TxtLevelIndex 
            Height          =   285
            Left            =   120
            TabIndex        =   5
            Top             =   360
            Width           =   375
         End
         Begin VB.TextBox TxtNodeID 
            Height          =   285
            Left            =   120
            TabIndex        =   4
            Top             =   0
            Visible         =   0   'False
            Width           =   375
         End
      End
   End
   Begin TabDlg.SSTab TabMain 
      Height          =   4095
      Left            =   120
      TabIndex        =   17
      Top             =   840
      Width           =   5655
      _ExtentX        =   9975
      _ExtentY        =   7223
      _Version        =   393216
      Style           =   1
      Tab             =   2
      TabHeight       =   520
      MouseIcon       =   "FrmTreeDef.frx":014A
      TabCaption(0)   =   "目录树浏览"
      TabPicture(0)   =   "FrmTreeDef.frx":0166
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "TVTreeNode"
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "节点设置"
      TabPicture(1)   =   "FrmTreeDef.frx":0182
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Frame3"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Frame2"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "Frame1"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "Frame4"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).ControlCount=   4
      TabCaption(2)   =   "列表信息"
      TabPicture(2)   =   "FrmTreeDef.frx":019E
      Tab(2).ControlEnabled=   -1  'True
      Tab(2).Control(0)=   "LVResult"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).Control(1)=   "LVViewField"
      Tab(2).Control(1).Enabled=   0   'False
      Tab(2).Control(2)=   "OptListType(0)"
      Tab(2).Control(2).Enabled=   0   'False
      Tab(2).Control(3)=   "OptListType(1)"
      Tab(2).Control(3).Enabled=   0   'False
      Tab(2).Control(4)=   "CmdSel(0)"
      Tab(2).Control(4).Enabled=   0   'False
      Tab(2).Control(5)=   "CmdSel(1)"
      Tab(2).Control(5).Enabled=   0   'False
      Tab(2).ControlCount=   6
      Begin VB.CommandButton CmdSel 
         Caption         =   "全不选"
         Height          =   375
         Index           =   1
         Left            =   4560
         TabIndex        =   51
         Top             =   1320
         Width           =   855
      End
      Begin VB.CommandButton CmdSel 
         Caption         =   "全选"
         Height          =   375
         Index           =   0
         Left            =   4560
         TabIndex        =   50
         Top             =   840
         Width           =   855
      End
      Begin VB.Frame Frame4 
         Caption         =   "节点条件"
         Height          =   735
         Left            =   -74640
         TabIndex        =   43
         Top             =   3120
         Width           =   4935
         Begin VB.TextBox TxtWhereString 
            Height          =   375
            Left            =   120
            TabIndex        =   44
            Top             =   240
            Width           =   4695
         End
      End
      Begin VB.OptionButton OptListType 
         Caption         =   "文件列表"
         Height          =   375
         Index           =   1
         Left            =   1440
         TabIndex        =   42
         Top             =   480
         Width           =   1335
      End
      Begin VB.OptionButton OptListType 
         Caption         =   "案卷列表"
         Height          =   375
         Index           =   0
         Left            =   240
         TabIndex        =   41
         Top             =   480
         Width           =   1335
      End
      Begin VB.Frame Frame1 
         Caption         =   "节点类型"
         Height          =   1095
         Left            =   -72000
         TabIndex        =   36
         Top             =   480
         Width           =   2295
         Begin VB.OptionButton OptNodeType 
            Caption         =   "自定义节点"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   39
            Top             =   240
            Value           =   -1  'True
            Width           =   1215
         End
         Begin VB.OptionButton OptNodeType 
            Caption         =   "动态节点"
            Height          =   255
            Index           =   2
            Left            =   240
            TabIndex        =   38
            Top             =   800
            Width           =   1215
         End
         Begin VB.OptionButton OptNodeType 
            Caption         =   "静态节点"
            Height          =   255
            Index           =   1
            Left            =   240
            TabIndex        =   37
            Top             =   520
            Width           =   1215
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "节点信息"
         Height          =   2500
         Left            =   -74640
         TabIndex        =   25
         Top             =   480
         Width           =   2535
         Begin VB.CommandButton CmdList 
            Caption         =   "..."
            Height          =   360
            Left            =   2040
            TabIndex        =   52
            Top             =   1590
            Width           =   375
         End
         Begin VB.ComboBox CbxViewList 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   360
            ItemData        =   "FrmTreeDef.frx":01BA
            Left            =   960
            List            =   "FrmTreeDef.frx":01CA
            Style           =   2  'Dropdown List
            TabIndex        =   30
            Top             =   1590
            Width           =   1095
         End
         Begin VB.TextBox TxtFieldCnName 
            Height          =   360
            Left            =   960
            TabIndex        =   29
            Top             =   2040
            Width           =   1455
         End
         Begin VB.TextBox TxtParentNodeID 
            Enabled         =   0   'False
            Height          =   360
            Left            =   960
            TabIndex        =   28
            Top             =   240
            Width           =   1455
         End
         Begin VB.TextBox TxtTypeCode 
            Enabled         =   0   'False
            Height          =   360
            Left            =   960
            TabIndex        =   27
            Top             =   690
            Width           =   1455
         End
         Begin VB.TextBox TxtTableName 
            Height          =   360
            Left            =   960
            TabIndex        =   26
            Top             =   1140
            Width           =   1455
         End
         Begin VB.Label Label3 
            Caption         =   "根节点ID"
            Height          =   255
            Left            =   120
            TabIndex        =   35
            Top             =   360
            Width           =   855
         End
         Begin VB.Label Label8 
            Caption         =   "档案类型"
            Height          =   255
            Left            =   120
            TabIndex        =   34
            Top             =   810
            Width           =   855
         End
         Begin VB.Label Label6 
            Caption         =   "列表类型"
            Height          =   255
            Left            =   120
            TabIndex        =   33
            Top             =   1710
            Width           =   855
         End
         Begin VB.Label Label5 
            Caption         =   "表名"
            Height          =   255
            Left            =   120
            TabIndex        =   32
            Top             =   1260
            Width           =   855
         End
         Begin VB.Label Label2 
            Caption         =   "显示名称"
            Height          =   255
            Left            =   120
            TabIndex        =   31
            Top             =   2160
            Width           =   855
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "字段信息"
         Height          =   1335
         Left            =   -72000
         TabIndex        =   18
         Top             =   1650
         Width           =   2295
         Begin VB.ComboBox CbxDictType 
            Height          =   315
            Left            =   840
            Style           =   2  'Dropdown List
            TabIndex        =   21
            Top             =   585
            Width           =   1335
         End
         Begin VB.TextBox TxtFieldValue 
            Height          =   315
            Left            =   840
            TabIndex        =   20
            Top             =   960
            Width           =   1335
         End
         Begin VB.ComboBox CbxFieldEnName 
            Height          =   315
            Left            =   840
            TabIndex        =   19
            Top             =   210
            Width           =   1335
         End
         Begin VB.Label Label9 
            Caption         =   "数据字典"
            Height          =   255
            Left            =   120
            TabIndex        =   24
            Top             =   660
            Width           =   855
         End
         Begin VB.Label Label1 
            Caption         =   "字段名称"
            Height          =   255
            Left            =   120
            TabIndex        =   23
            Top             =   300
            Width           =   855
         End
         Begin VB.Label Label4 
            Caption         =   "字段数值"
            Height          =   255
            Left            =   120
            TabIndex        =   22
            Top             =   1020
            Width           =   855
         End
      End
      Begin MSComctlLib.TreeView TVTreeNode 
         Height          =   3375
         Left            =   -74820

⌨️ 快捷键说明

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