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

📄 formknowledge.frm

📁 用XML做专家系统的一个编译器,有说明书,使用简单,有模板
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form FormKnowledge 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Visual Input"
   ClientHeight    =   6540
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8415
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6540
   ScaleWidth      =   8415
   Begin VB.TextBox TextShowXML 
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   6015
      Left            =   240
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   2
      Top             =   120
      Width           =   6255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "添加到当前工程中"
      Height          =   495
      Left            =   6960
      TabIndex        =   39
      Top             =   240
      Width           =   1215
   End
   Begin MSComDlg.CommonDialog dlgOpen 
      Left            =   7080
      Top             =   4800
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton CommandExit 
      Caption         =   "退回"
      Height          =   375
      Left            =   6960
      TabIndex        =   1
      Top             =   1320
      Width           =   1335
   End
   Begin VB.CommandButton BuildCommand 
      Caption         =   "生成XML文档"
      Height          =   375
      Left            =   6960
      TabIndex        =   0
      Top             =   840
      Width           =   1335
   End
   Begin VB.Frame Frame3 
      Caption         =   "规则管理"
      Height          =   3495
      Left            =   240
      TabIndex        =   10
      Top             =   2640
      Width           =   6255
      Begin VB.TextBox RuleAttText 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   3240
         TabIndex        =   24
         Top             =   1800
         Width           =   1695
      End
      Begin VB.TextBox RuleObjText 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   840
         TabIndex        =   23
         Top             =   1800
         Width           =   1575
      End
      Begin VB.TextBox RuleText 
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   240
         TabIndex        =   22
         Top             =   3000
         Width           =   4695
      End
      Begin VB.TextBox RValueText 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   3360
         TabIndex        =   21
         Top             =   2280
         Width           =   1575
      End
      Begin VB.TextBox RRelationText 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   1320
         TabIndex        =   20
         Top             =   2280
         Width           =   1095
      End
      Begin VB.CommandButton CommandDelRule 
         Caption         =   "删除规则"
         Height          =   375
         Left            =   5040
         TabIndex        =   19
         Top             =   792
         Width           =   1095
      End
      Begin VB.CommandButton CommandDelThen 
         Caption         =   "结论删除"
         Height          =   375
         Left            =   5040
         TabIndex        =   18
         Top             =   1896
         Width           =   1095
      End
      Begin VB.CommandButton CommandDelIf 
         Caption         =   "前提删除"
         Height          =   375
         Left            =   5040
         TabIndex        =   17
         Top             =   1344
         Width           =   1095
      End
      Begin VB.ListBox RuleList 
         BackColor       =   &H80000018&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   780
         Left            =   240
         TabIndex        =   16
         Top             =   600
         Width           =   855
      End
      Begin VB.CommandButton Command4 
         Caption         =   "建新规则"
         Height          =   375
         Left            =   5040
         TabIndex        =   15
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton Command3 
         Caption         =   "作为结论"
         Height          =   375
         Left            =   5040
         TabIndex        =   14
         Top             =   3000
         Width           =   1095
      End
      Begin VB.CommandButton Command2 
         Caption         =   "作为前提"
         Height          =   375
         Left            =   5040
         TabIndex        =   13
         Top             =   2448
         Width           =   1095
      End
      Begin VB.ListBox ThenList 
         BackColor       =   &H80000018&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   540
         Left            =   1560
         TabIndex        =   12
         Top             =   1080
         Width           =   3375
      End
      Begin VB.ListBox IfList 
         BackColor       =   &H80000018&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   540
         Left            =   1560
         TabIndex        =   11
         Top             =   240
         Width           =   3375
      End
      Begin VB.Label Label12 
         Caption         =   "Attribute"
         Height          =   255
         Left            =   2520
         TabIndex        =   32
         Top             =   1800
         Width           =   735
      End
      Begin VB.Label Label11 
         Caption         =   "Object"
         Height          =   255
         Left            =   240
         TabIndex        =   31
         Top             =   1800
         Width           =   495
      End
      Begin VB.Label Label10 
         Caption         =   "Rule Statement Preview"
         Height          =   255
         Left            =   240
         TabIndex        =   30
         Top             =   2760
         Width           =   1815
      End
      Begin VB.Label Label9 
         Caption         =   "Rule Value"
         Height          =   255
         Left            =   2520
         TabIndex        =   29
         Top             =   2280
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "Rule Relation"
         Height          =   255
         Left            =   240
         TabIndex        =   28
         Top             =   2280
         Width           =   975
      End
      Begin VB.Label Label7 
         Caption         =   "结论"
         Height          =   255
         Left            =   1200
         TabIndex        =   27
         Top             =   1080
         Width           =   375
      End
      Begin VB.Label Label6 
         Caption         =   "前提"
         Height          =   255
         Left            =   1200
         TabIndex        =   26
         Top             =   360
         Width           =   375
      End
      Begin VB.Label Label5 
         Caption         =   "规则"
         Height          =   255
         Left            =   240
         TabIndex        =   25
         Top             =   360
         Width           =   375
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "知识列表"
      Height          =   2535
      Left            =   240
      TabIndex        =   3
      Top             =   120
      Width           =   6255
      Begin VB.TextBox AttributeText 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Left            =   720
         TabIndex        =   35
         Top             =   840
         Width           =   2655
      End
      Begin VB.CommandButton Command1 
         Caption         =   "输入对象和对象的属性"
         Enabled         =   0   'False
         Height          =   975
         Left            =   5040
         TabIndex        =   34
         Top             =   360
         Width           =   1095
      End
      Begin VB.ComboBox ObjectCombo 
         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        =   "FormKnowledge.frx":0000
         Left            =   720
         List            =   "FormKnowledge.frx":0002
         TabIndex        =   33
         Top             =   360
         Width           =   2655
      End
      Begin VB.ListBox ObjectList 
         BackColor       =   &H80000018&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   780
         ItemData        =   "FormKnowledge.frx":0004
         Left            =   120
         List            =   "FormKnowledge.frx":0006
         TabIndex        =   7
         Top             =   1560
         Width           =   2175
      End
      Begin VB.ListBox AttributeList 
         BackColor       =   &H80000018&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False

⌨️ 快捷键说明

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