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

📄 unit1.dfm

📁 人工神经网络bp 算法是用于数学建模Alife.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patma
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form1: TForm1
  Left = 3
  Top = -4
  Width = 804
  Height = 575
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 241
    Height = 306
    Align = alLeft
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 239
      Height = 304
      Align = alTop
      Caption = #21407#22987#20540#36755#20837
      Color = clMoneyGreen
      ParentColor = False
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 24
        Width = 48
        Height = 13
        Caption = #36719#21270#28201#24230
      end
      object Label2: TLabel
        Left = 8
        Top = 56
        Width = 39
        Height = 13
        Caption = #30789#38109#27604' '
      end
      object Label3: TLabel
        Left = 0
        Top = 96
        Width = 42
        Height = 13
        Caption = '  '#30897#37240#27604
      end
      object Label4: TLabel
        Left = 10
        Top = 128
        Width = 30
        Height = 13
        Caption = #30789#27604'  '
      end
      object Label5: TLabel
        Left = 8
        Top = 152
        Width = 39
        Height = 13
        Caption = #23454#20999#24452' '
      end
      object Label6: TLabel
        Left = 8
        Top = 184
        Width = 42
        Height = 13
        Caption = #28809#22343#28201'  '
      end
      object Edit1: TEdit
        Left = 67
        Top = 22
        Width = 121
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
      object Edit2: TEdit
        Left = 64
        Top = 56
        Width = 121
        Height = 21
        TabOrder = 1
        Text = 'Edit2'
      end
      object Edit3: TEdit
        Left = 63
        Top = 88
        Width = 121
        Height = 21
        TabOrder = 2
        Text = 'Edit3'
      end
      object Edit4: TEdit
        Left = 61
        Top = 120
        Width = 121
        Height = 21
        TabOrder = 3
        Text = 'Edit4'
      end
      object Edit5: TEdit
        Left = 61
        Top = 151
        Width = 121
        Height = 21
        TabOrder = 4
        Text = 'Edit5'
      end
      object Edit6: TEdit
        Left = 60
        Top = 184
        Width = 121
        Height = 21
        TabOrder = 5
        Text = 'Edit6'
      end
    end
    object GroupBox2: TGroupBox
      Left = 1
      Top = 219
      Width = 239
      Height = 86
      Align = alBottom
      Caption = #25805#20316
      Color = clMoneyGreen
      ParentColor = False
      TabOrder = 1
      object Button1: TButton
        Left = 8
        Top = 32
        Width = 75
        Height = 25
        Caption = #20445#23384
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 84
        Top = 31
        Width = 75
        Height = 25
        Caption = #28165#38500' '
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 160
        Top = 32
        Width = 75
        Height = 25
        Caption = #27169#31946#21270' '
        TabOrder = 2
        OnClick = Button3Click
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 306
    Width = 796
    Height = 242
    Align = alBottom
    TabOrder = 1
    object GroupBox7: TGroupBox
      Left = 1
      Top = 1
      Width = 240
      Height = 240
      Align = alLeft
      Caption = #24453#21028#23450#25968#25454#36755#20837
      Color = clBackground
      ParentColor = False
      TabOrder = 0
      object Label16: TLabel
        Left = 8
        Top = 20
        Width = 48
        Height = 13
        Caption = #36719#21270#28201#24230
      end
      object Label17: TLabel
        Left = 8
        Top = 54
        Width = 36
        Height = 13
        Caption = #30789#38109#27604
      end
      object Label18: TLabel
        Left = 8
        Top = 91
        Width = 39
        Height = 13
        Caption = #30897#37240#27604' '
      end
      object Label19: TLabel
        Left = 8
        Top = 126
        Width = 27
        Height = 13
        Caption = #30789#27604' '
      end
      object Label20: TLabel
        Left = 8
        Top = 158
        Width = 39
        Height = 13
        Caption = #23454#20999#24452' '
      end
      object Label21: TLabel
        Left = 8
        Top = 192
        Width = 39
        Height = 13
        Caption = #28809#22343#28201' '
      end
      object Edit16: TEdit
        Left = 80
        Top = 19
        Width = 121
        Height = 21
        TabOrder = 0
        Text = 'Edit16'
      end
      object Edit17: TEdit
        Left = 80
        Top = 50
        Width = 121
        Height = 21
        TabOrder = 1
        Text = 'Edit17'
      end
      object Edit18: TEdit
        Left = 80
        Top = 84
        Width = 121
        Height = 21
        TabOrder = 2
        Text = 'Edit18'
      end
      object Edit19: TEdit
        Left = 80
        Top = 117
        Width = 121
        Height = 21
        TabOrder = 3
        Text = 'Edit19'
      end
      object Edit20: TEdit
        Left = 80
        Top = 151
        Width = 121
        Height = 21
        TabOrder = 4
        Text = 'Edit20'
      end
      object Edit21: TEdit
        Left = 80
        Top = 185
        Width = 121
        Height = 21
        TabOrder = 5
        Text = 'Edit21'
      end
      object CheckBox1: TCheckBox
        Left = 104
        Top = 216
        Width = 97
        Height = 17
        Caption = #35780#21028
        TabOrder = 6
        OnClick = CheckBox1Click
      end
      object CheckBox2: TCheckBox
        Left = 24
        Top = 216
        Width = 66
        Height = 17
        Caption = #28165#38500
        TabOrder = 7
        OnClick = CheckBox2Click
      end
    end
    object GroupBox8: TGroupBox
      Left = 241
      Top = 1
      Width = 291
      Height = 240
      Align = alClient
      Caption = #32467#26524#36755#20986
      Color = clAqua
      ParentColor = False
      TabOrder = 1
      object GroupBox10: TGroupBox
        Left = 2
        Top = 15
        Width = 287
        Height = 130
        Align = alTop
        Caption = #32467#26524#20026
        TabOrder = 0
        object Label22: TLabel
          Left = 32
          Top = 14
          Width = 24
          Height = 13
          Caption = #36731#24494
        end
        object Label23: TLabel
          Left = 32
          Top = 31
          Width = 27
          Height = 13
          Caption = #20013#31561' '
        end
        object Label24: TLabel
          Left = 32
          Top = 45
          Width = 24
          Height = 13
          Caption = #20005#37325
        end
        object Label25: TLabel
          Left = 104
          Top = 13
          Width = 38
          Height = 13
          Caption = 'Label25'
        end
        object Label26: TLabel
          Left = 16
          Top = 99
          Width = 48
          Height = 13
          Caption = #35780#21028#32467#26524
        end
        object Label27: TLabel
          Left = 104
          Top = 28
          Width = 38
          Height = 13
          Caption = 'Label27'
        end
        object Label28: TLabel
          Left = 104
          Top = 45
          Width = 38
          Height = 13
          Caption = 'Label28'
        end
        object Label29: TLabel
          Left = 26
          Top = 61
          Width = 48
          Height = 13
          Caption = #21472#21152#27425#25968
        end
        object Label30: TLabel
          Left = 104
          Top = 62
          Width = 38
          Height = 13
          Caption = 'Label30'
        end
        object Label31: TLabel
          Left = 29
          Top = 79
          Width = 38
          Height = 13
          Caption = 'Label31'
        end
        object Edit22: TEdit
          Left = 96
          Top = 96
          Width = 121
          Height = 21
          TabOrder = 0
          Text = 'Edit22'
        end

⌨️ 快捷键说明

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