132 lines
4.6 KiB
Plaintext
132 lines
4.6 KiB
Plaintext
|
object ChaosForm: TChaosForm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'Transform Transitions'
|
||
|
ClientHeight = 324
|
||
|
ClientWidth = 494
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'Tahoma'
|
||
|
Font.Style = []
|
||
|
Icon.Data = {
|
||
|
0000010001001010200000000000680400001600000028000000100000002000
|
||
|
0000010020000000000000040000000000000000000000000000000000000501
|
||
|
01002A0E0D00250D0B00250D0B00260D0B0026090700000000007B7B7B00E6E6
|
||
|
E600000000000000000000000000000000000000000000000000000000002A0F
|
||
|
0C00F1554A00DE4E4400DF4E4400F653480057181400D7DEDF001A1A1A000000
|
||
|
0000D8D8D800000000000000000000000000000000000000000000000000250D
|
||
|
0B00DE4E4400CD483F00D9483E003A020000D6E1E20000000000000000000000
|
||
|
000000000000E6E6E6000000000000000000000000000000000000000000250D
|
||
|
0B00DF4E4500D8483E004C1C1800CAD8D900000000000000000000000000F4F4
|
||
|
F40010101000000000000000000000000000000000000000000000000000260D
|
||
|
0B00F65348003A020000CAD8D900000000000000000000000000000000000000
|
||
|
0000848484000000000000000000000000000000000000000000000000002609
|
||
|
060056171300D6E1E20000000000000000000000000000000000000000000000
|
||
|
000000000000000000006D6D6D00000000000000000000000000000000000000
|
||
|
0000DAE1E100000000000000000000000000000000000000000000000000F7F7
|
||
|
F7000A0A0A005B5B5B000000000000000000000000000000000000000000F1F1
|
||
|
F10099999900F7F7F70000000000000000000000000000000000000000000000
|
||
|
0000E9E9E9000000000000000000000000000000000000000000000000009292
|
||
|
92000000000000000000E9E9E900DFDFDF00C2C3B600C5C6B700C5C6B700C5C6
|
||
|
B700CACABC00C4C4C100CECECE00000000000000000000000000000000006262
|
||
|
62000000000078787800BBBBBB004C4D40000000620000006E0000006C000000
|
||
|
6D000000850000000000B3B4B10000000000000000000000000000000000DADA
|
||
|
DA0000000000F1F1F10000000000505139001B11EF00261DFD00261DFB00251C
|
||
|
FF0000006F00C9C9C3000000000000000000000000000000000000000000D0D0
|
||
|
D00000000000F5F5F50000000000505139001910E300241CEF00261DFF000906
|
||
|
6400CDCEB800000000000000000000000000000000000000000000000000C8C8
|
||
|
C800000000003F3F3F009F9F9F005D5E46001910E400261DFF0000005E007A7A
|
||
|
6A00393A3C00000000000000000000000000E8E8E8009C9C9C00000000000000
|
||
|
00007F7F7F00000000007373730060614B00160DF00004006700D1D2BF00DBDB
|
||
|
DB0000000000000000004B4B4B00F8F8F800C8C8C80000000000ADADAD000000
|
||
|
00000000000000000000000000004F50460000005900C3C4AD00000000000000
|
||
|
0000BDBDBD006666660000000000000000000000000000000000424242000000
|
||
|
00000000000000000000000000003D3D3D00C9C9BF0000000000000000000000
|
||
|
00000000000000000000C8C8C800D4D4D400AFAFAF004343430000000000007F
|
||
|
0000003F0000031F0000071F00000F9F00001F0F00003F1F00001FBF0000000F
|
||
|
0000000F0000101F0000103F00000039000080000000F1800000F3E10000}
|
||
|
OldCreateOrder = False
|
||
|
OnActivate = FormActivate
|
||
|
OnCreate = FormCreate
|
||
|
OnResize = FormResize
|
||
|
DesignSize = (
|
||
|
494
|
||
|
324)
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object PageControl1: TPageControl
|
||
|
Left = 0
|
||
|
Top = 8
|
||
|
Width = 496
|
||
|
Height = 277
|
||
|
ActivePage = TabMatrix
|
||
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||
|
TabOrder = 0
|
||
|
object TabMatrix: TTabSheet
|
||
|
Caption = 'Probability Matrix'
|
||
|
DesignSize = (
|
||
|
488
|
||
|
249)
|
||
|
object ChaosMatrix: TStringGrid
|
||
|
Left = 0
|
||
|
Top = 80
|
||
|
Width = 488
|
||
|
Height = 145
|
||
|
Anchors = [akLeft, akTop, akRight]
|
||
|
Color = clBtnFace
|
||
|
ColCount = 2
|
||
|
RowCount = 2
|
||
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking]
|
||
|
TabOrder = 0
|
||
|
OnDrawCell = ChaosMatrixDrawCell
|
||
|
end
|
||
|
object chkPercents: TCheckBox
|
||
|
Left = 10
|
||
|
Top = 229
|
||
|
Width = 350
|
||
|
Height = 17
|
||
|
Caption = ' Show values in percents'
|
||
|
TabOrder = 1
|
||
|
OnClick = chkPercentsClick
|
||
|
end
|
||
|
object WeightVector: TStringGrid
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Width = 488
|
||
|
Height = 70
|
||
|
Align = alTop
|
||
|
Color = clBtnFace
|
||
|
ColCount = 2
|
||
|
RowCount = 2
|
||
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking]
|
||
|
ScrollBars = ssHorizontal
|
||
|
TabOrder = 2
|
||
|
OnDrawCell = ChaosMatrixDrawCell
|
||
|
end
|
||
|
end
|
||
|
object TabDiagram: TTabSheet
|
||
|
Caption = 'Xaos Diagram'
|
||
|
ImageIndex = 1
|
||
|
TabVisible = False
|
||
|
ExplicitLeft = 0
|
||
|
ExplicitTop = 0
|
||
|
ExplicitWidth = 0
|
||
|
ExplicitHeight = 0
|
||
|
end
|
||
|
end
|
||
|
object btnClose: TButton
|
||
|
Left = 400
|
||
|
Top = 291
|
||
|
Width = 86
|
||
|
Height = 25
|
||
|
Anchors = [akRight, akBottom]
|
||
|
Caption = 'Close'
|
||
|
Default = True
|
||
|
ModalResult = 8
|
||
|
TabOrder = 1
|
||
|
OnClick = btnCloseClick
|
||
|
end
|
||
|
end
|