Last change
on this file was 238, checked in by chronos, 16 months ago |
- Modified: Removed U prefix from unit names.
- Fixed: Memory leaks.
|
File size:
572 bytes
|
Line | |
---|
1 | object FormStorage: TFormStorage
|
---|
2 | Left = 543
|
---|
3 | Height = 746
|
---|
4 | Top = 498
|
---|
5 | Width = 1153
|
---|
6 | Caption = 'Storage'
|
---|
7 | ClientHeight = 746
|
---|
8 | ClientWidth = 1153
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '2.2.6.0'
|
---|
11 | object ListView1: TListView
|
---|
12 | Left = 17
|
---|
13 | Height = 721
|
---|
14 | Top = 19
|
---|
15 | Width = 1127
|
---|
16 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
17 | Columns = <
|
---|
18 | item
|
---|
19 | Caption = 'Address'
|
---|
20 | Width = 100
|
---|
21 | end
|
---|
22 | item
|
---|
23 | Caption = 'Data'
|
---|
24 | Width = 1012
|
---|
25 | end>
|
---|
26 | ReadOnly = True
|
---|
27 | TabOrder = 0
|
---|
28 | ViewStyle = vsReport
|
---|
29 | end
|
---|
30 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.