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

📄 unit1.dfm

📁 这是一个用visualprolog7.0编写的一个专家系统的实例
💻 DFM
字号:
object Form1: TForm1
  Left = 388
  Top = 173
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '2-408'#21160#29289#35782#21035#19987#23478#31995#32479
  ClientHeight = 357
  ClientWidth = 375
  Color = clLime
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 280
    Width = 60
    Height = 19
    Caption = #26465#20214#28304
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #21326#25991#26032#39759
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 272
    Top = 280
    Width = 80
    Height = 19
    Caption = #21021#22987#26465#20214
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #21326#25991#26032#39759
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 375
    Height = 270
    Caption = #28155#21152#35782#21035#21021#22987#26465#20214
    Color = clBtnHighlight
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    object Panel2: TPanel
      Left = 233
      Top = 17
      Width = 140
      Height = 251
      Align = alRight
      BevelInner = bvLowered
      Color = clHighlightText
      TabOrder = 0
      object Splitter2: TSplitter
        Left = 2
        Top = 2
        Height = 247
      end
      object ListBox2: TListBox
        Left = 5
        Top = 2
        Width = 133
        Height = 247
        Align = alClient
        ItemHeight = 15
        MultiSelect = True
        TabOrder = 0
      end
    end
    object Panel1: TPanel
      Left = 2
      Top = 17
      Width = 140
      Height = 251
      Align = alLeft
      BevelInner = bvLowered
      Color = clHighlightText
      TabOrder = 1
      object Splitter1: TSplitter
        Left = 135
        Top = 2
        Height = 247
        Align = alRight
      end
      object ListBox1: TListBox
        Left = 2
        Top = 2
        Width = 133
        Height = 247
        Align = alClient
        ItemHeight = 15
        MultiSelect = True
        TabOrder = 0
      end
    end
    object Panel3: TPanel
      Left = 142
      Top = 17
      Width = 91
      Height = 251
      Align = alClient
      BevelInner = bvLowered
      Color = clHighlightText
      TabOrder = 2
      object Button1: TButton
        Left = 16
        Top = 32
        Width = 65
        Height = 25
        Caption = '-->'
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button3: TButton
        Left = 16
        Top = 93
        Width = 65
        Height = 25
        Caption = #21024#38500'<--'
        TabOrder = 1
        OnClick = Button3Click
      end
      object Button2: TButton
        Left = 16
        Top = 157
        Width = 65
        Height = 25
        Caption = #20840#21024'<<'
        TabOrder = 2
        OnClick = Button2Click
      end
    end
  end
  object Button5: TButton
    Left = 136
    Top = 304
    Width = 105
    Height = 33
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button5Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 16
    Top = 304
  end
  object Query1: TQuery
    Active = True
    DatabaseName = #21160#29289#35782#21035
    SQL.Strings = (
      'select '#32467#35770' from '#25512#23548
      'WHERE '#26465#20214' like '#39'%'#21453#21005'%'#39';')
    Left = 272
    Top = 304
  end
  object DataSource2: TDataSource
    DataSet = Table1
    Left = 80
    Top = 304
  end
  object Table1: TTable
    Active = True
    DatabaseName = #21160#29289#35782#21035
    TableName = #26465#20214
    Left = 344
    Top = 304
  end
end

⌨️ 快捷键说明

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