📄 unit1.dfm
字号:
object Form1: TForm1
Left = 229
Top = 39
Width = 696
Height = 645
Caption = '1-D Cellular Automata'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 544
Top = 208
Width = 39
Height = 16
Caption = 'Parent'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 624
Top = 208
Width = 30
Height = 16
Caption = 'Child'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 552
Top = 240
Width = 27
Height = 20
Caption = '000'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 552
Top = 272
Width = 27
Height = 20
Caption = '001'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 552
Top = 304
Width = 27
Height = 20
Caption = '010'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 552
Top = 368
Width = 27
Height = 20
Caption = '100'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 552
Top = 400
Width = 27
Height = 20
Caption = '101'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 552
Top = 432
Width = 27
Height = 20
Caption = '110'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 552
Top = 464
Width = 27
Height = 20
Caption = '111'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 552
Top = 336
Width = 27
Height = 20
Caption = '011'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object EditGeneration: TEdit
Left = 560
Top = 24
Width = 113
Height = 21
TabOrder = 0
Text = 'Generation Counter'
end
object ButtonRun: TButton
Left = 576
Top = 72
Width = 81
Height = 33
Caption = 'Run'
TabOrder = 1
OnClick = ButtonRunClick
end
object ButtonRunSlow: TButton
Left = 560
Top = 128
Width = 113
Height = 41
Caption = 'RunSlow'
TabOrder = 2
OnClick = ButtonRunSlowClick
end
object Edit2: TEdit
Left = 624
Top = 240
Width = 25
Height = 21
TabOrder = 3
Text = '0'
end
object Edit3: TEdit
Left = 624
Top = 272
Width = 25
Height = 21
TabOrder = 4
Text = '1'
end
object Edit4: TEdit
Left = 624
Top = 304
Width = 25
Height = 21
TabOrder = 5
Text = '1'
end
object Edit5: TEdit
Left = 624
Top = 336
Width = 25
Height = 21
TabOrder = 6
Text = '1'
end
object Edit6: TEdit
Left = 623
Top = 368
Width = 25
Height = 21
TabOrder = 7
Text = '1'
end
object Edit7: TEdit
Left = 623
Top = 400
Width = 25
Height = 21
TabOrder = 8
Text = '1'
end
object Edit8: TEdit
Left = 623
Top = 432
Width = 25
Height = 21
TabOrder = 9
Text = '1'
end
object Edit9: TEdit
Left = 623
Top = 464
Width = 25
Height = 21
TabOrder = 10
Text = '0'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -