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

📄 unit1.~dfm

📁 人工智能中专家系统源代码,用delphi语言编写的
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 145
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #23567#40479#30340#21160#29289#35782#21035#19987#23478#31995#32479
  ClientHeight = 314
  ClientWidth = 510
  Color = clWhite
  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 = 392
    Top = 56
    Width = 105
    Height = 33
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button5Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 408
    Top = 232
  end
  object DataSource2: TDataSource
    DataSet = Table1
    Left = 408
    Top = 280
  end
  object Query1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\Smallbird\'#26700#38754'\'#19987#23478#31995#32479'\'#20316#19994'1\animal.mdb;Persist Security Info=Fa' +
      'lse'
    Parameters = <>
    Left = 448
    Top = 232
  end
  object Table1: TADOTable
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\Smallbird\'#26700#38754'\'#19987#23478#31995#32479'\'#20316#19994'1\animal.mdb;Persist Security Info=Fa' +
      'lse'
    CursorType = ctStatic
    TableName = #26465#20214
    Left = 464
    Top = 280
  end
end

⌨️ 快捷键说明

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