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

📄 unit1.dfm

📁 CELLULAR AUTOMATA ONE DIMENSIONAL with a twist
💻 DFM
字号:
object Form1: TForm1
  Left = 218
  Top = 156
  Width = 667
  Height = 532
  Caption = ' Cellular Automata - One Dimensional with 3 States'
  Color = 8828609
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = 'Chiller'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 23
  object ButtonRun: TButton
    Left = 528
    Top = 64
    Width = 110
    Height = 25
    Caption = 'Run'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = ButtonRunClick
  end
  object EditGeneration: TEdit
    Left = 528
    Top = 104
    Width = 110
    Height = 24
    Color = 13821160
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    Text = '    Generation'
  end
  object ComboBox1: TComboBox
    Left = 528
    Top = 184
    Width = 110
    Height = 24
    Color = 13821160
    DropDownCount = 13
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ItemHeight = 16
    ItemIndex = 0
    ParentFont = False
    TabOrder = 2
    Text = ' Shrubs'
    OnChange = ComboBox1Change
    Items.Strings = (
      ' Shrubs'
      ' Triblobs'
      ' Gravel'
      ' Tinsel'
      ' Roots'
      ' Sex'
      ' Faults'
      ' Fields'
      ' Thorns'
      ' Red Ice'
      ' Chondrules'
      ' Red Yellow'
      ' Elevators')
  end
end

⌨️ 快捷键说明

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