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

📄 unit1.dfm

📁 感知器算法,通常用于模式识别中.使用DELPHI 7 编制.
💻 DFM
字号:
object Form1: TForm1
  Left = 199
  Top = 160
  Width = 566
  Height = 456
  Caption = #24863#30693#22120#31639#27861
  Color = clBtnFace
  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 Image1: TImage
    Left = 136
    Top = 160
    Width = 353
    Height = 193
    OnMouseDown = Image1MouseDown
  end
  object Label1: TLabel
    Left = 68
    Top = 64
    Width = 75
    Height = 13
    Caption = #21021#22987#26435#21521#37327'     '
  end
  object Label2: TLabel
    Left = 68
    Top = 104
    Width = 69
    Height = 13
    Caption = #26368#32456#26435#21521#37327'   '
  end
  object Label3: TLabel
    Left = 160
    Top = 104
    Width = 17
    Height = 13
    Caption = 'W1'
  end
  object Label4: TLabel
    Left = 256
    Top = 104
    Width = 17
    Height = 13
    Caption = 'W2'
  end
  object Label5: TLabel
    Left = 352
    Top = 104
    Width = 17
    Height = 13
    Caption = 'W3'
  end
  object Edit1: TEdit
    Left = 184
    Top = 56
    Width = 50
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 184
    Top = 96
    Width = 49
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 280
    Top = 96
    Width = 49
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 376
    Top = 96
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 3
    Text = 'Edit4'
  end
  object Button1: TButton
    Left = 280
    Top = 56
    Width = 50
    Height = 20
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 376
    Top = 56
    Width = 50
    Height = 20
    Caption = #35745#31639
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 48
    Top = 168
    Width = 65
    Height = 25
    Caption = #30011#32447
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 48
    Top = 216
    Width = 65
    Height = 25
    Caption = #28165#38500
    TabOrder = 7
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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