unit1.dfm

来自「CELLULAR AUTOMATA 」· DFM 代码 · 共 80 行

DFM
80
字号
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 + =
减小字号Ctrl + -
显示快捷键?