-
Notifications
You must be signed in to change notification settings - Fork 5
/
MethodsFrame.fmx
35 lines (35 loc) · 1.06 KB
/
MethodsFrame.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
object FrameM: TFrameM
Size.Width = 213.000000000000000000
Size.Height = 500.000000000000000000
Size.PlatformDefault = False
object StringGridM: TStringGrid
Align = Client
CanFocus = True
ClipChildren = True
Size.Width = 213.000000000000000000
Size.Height = 500.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
RowCount = 58
Options = [ColumnResize, ColumnMove, ColLines, RowLines, RowSelect, Tabs, Header, HeaderClick, AutoDisplacement]
OnSelectCell = StringGridMSelectCell
Viewport.Width = 213.000000000000000000
Viewport.Height = 500.000000000000000000
object StringColumnA: TStringColumn
Header = 'Algorithm'
Size.Width = 75.000000000000000000
end
object StringColumnP: TStringColumn
Header = 'Period'
Size.Width = 50.000000000000000000
end
object StringColumnB: TStringColumn
Header = 'Bit'
Size.Width = 30.000000000000000000
end
object StringColumnS: TStringColumn
Header = 'Step'
Size.Width = 35.000000000000000000
end
end
end