source: branches/ByteArray/Forms/FormStorage.lfm

Last change on this file was 5, checked in by chronos, 3 months ago
File size: 710 bytes
Line 
1object FormStorage: TFormStorage
2 Left = 703
3 Height = 746
4 Top = 347
5 Width = 1153
6 Caption = 'Storage'
7 ClientHeight = 746
8 ClientWidth = 1153
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '2.2.6.0'
12 object ListView1: TListView
13 Left = 17
14 Height = 721
15 Top = 16
16 Width = 1127
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 Columns = <
19 item
20 Caption = 'Address'
21 Width = 120
22 end
23 item
24 Caption = 'Data'
25 Width = 643
26 end
27 item
28 Caption = 'ASCII'
29 Width = 349
30 end>
31 OwnerData = True
32 ReadOnly = True
33 TabOrder = 0
34 ViewStyle = vsReport
35 OnData = ListView1Data
36 end
37end
Note: See TracBrowser for help on using the repository browser.