source: BigInt/UFormMain.lfm

Last change on this file was 514, checked in by chronos, 6 years ago
  • Modified: Updated BigInt classes for Int128 a UInt128.
File size: 683 bytes
Line 
1object FormMain: TFormMain
2 Left = 463
3 Height = 457
4 Top = 335
5 Width = 810
6 Caption = 'BigInt test'
7 ClientHeight = 457
8 ClientWidth = 810
9 DesignTimePPI = 120
10 OnShow = FormShow
11 LCLVersion = '1.8.2.0'
12 object ListView1: TListView
13 Left = 0
14 Height = 457
15 Top = 0
16 Width = 810
17 Align = alClient
18 Columns = <
19 item
20 Caption = 'Test'
21 Width = 200
22 end
23 item
24 Caption = 'Result'
25 Width = 100
26 end
27 item
28 Caption = 'Value'
29 Width = 100
30 end>
31 ReadOnly = True
32 RowSelect = True
33 TabOrder = 0
34 ViewStyle = vsReport
35 end
36end
Note: See TracBrowser for help on using the repository browser.