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

📄 formaddobject.frm

📁 用XML做专家系统的一个编译器,有说明书,使用简单,有模板
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "添加知识"
   ClientHeight    =   6075
   ClientLeft      =   2130
   ClientTop       =   675
   ClientWidth     =   6660
   LinkTopic       =   "Form1"
   ScaleHeight     =   6075
   ScaleWidth      =   6660
   Begin VB.Frame Frame1 
      Caption         =   "对象信息"
      Height          =   5652
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   6372
      Begin VB.CommandButton Command6 
         Caption         =   "取消"
         Height          =   312
         Left            =   4920
         TabIndex        =   16
         Top             =   5160
         Width           =   972
      End
      Begin VB.CommandButton Command5 
         Caption         =   "确定"
         Height          =   312
         Left            =   4920
         TabIndex        =   15
         Top             =   4680
         Width           =   972
      End
      Begin VB.CommandButton Command4 
         Caption         =   "添加方法..."
         Height          =   312
         Left            =   4920
         TabIndex        =   14
         Top             =   3120
         Width           =   972
      End
      Begin VB.CommandButton Command3 
         Caption         =   "添加规则..."
         Height          =   312
         Left            =   4920
         TabIndex        =   13
         Top             =   2640
         Width           =   972
      End
      Begin VB.Frame Frame2 
         Caption         =   "文档片断"
         Height          =   3012
         Left            =   120
         TabIndex        =   11
         Top             =   2520
         Width           =   4452
         Begin VB.TextBox Text4 
            Height          =   2652
            Left            =   120
            ScrollBars      =   3  'Both
            TabIndex        =   12
            Text            =   "Text4"
            Top             =   240
            Width           =   4212
         End
      End
      Begin VB.TextBox Text1 
         Height          =   288
         Left            =   960
         TabIndex        =   6
         Text            =   "Text1"
         Top             =   480
         Width           =   3492
      End
      Begin VB.ComboBox Combo1 
         Height          =   288
         Left            =   960
         TabIndex        =   5
         Text            =   "Combo1"
         Top             =   960
         Width           =   3492
      End
      Begin VB.CommandButton Command1 
         Caption         =   "添加对象"
         Height          =   312
         Left            =   4920
         TabIndex        =   4
         Top             =   1440
         Width           =   972
      End
      Begin VB.TextBox Text2 
         Height          =   288
         Left            =   960
         TabIndex        =   3
         Text            =   "Text1"
         Top             =   1440
         Width           =   3492
      End
      Begin VB.TextBox Text3 
         Height          =   288
         Left            =   960
         TabIndex        =   2
         Text            =   "Text3"
         Top             =   1920
         Width           =   3492
      End
      Begin VB.CommandButton Command2 
         Caption         =   "添加属性"
         Height          =   312
         Left            =   4920
         TabIndex        =   1
         Top             =   1920
         Width           =   972
      End
      Begin VB.Label Label1 
         Caption         =   "对象名"
         Height          =   252
         Index           =   0
         Left            =   360
         TabIndex        =   10
         Top             =   480
         Width           =   492
      End
      Begin VB.Label Label1 
         Caption         =   "父对象"
         Height          =   252
         Index           =   1
         Left            =   360
         TabIndex        =   9
         Top             =   960
         Width           =   492
      End
      Begin VB.Label Label1 
         Caption         =   "ID"
         Height          =   252
         Index           =   2
         Left            =   360
         TabIndex        =   8
         Top             =   1440
         Width           =   492
      End
      Begin VB.Label Label1 
         Caption         =   "属性"
         Height          =   252
         Index           =   3
         Left            =   360
         TabIndex        =   7
         Top             =   1920
         Width           =   492
      End
   End
End
Attribute VB_Name = "Form1"
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 + -