Changeset 38 for trunk/Forms/UFormMemory.lfm
- Timestamp:
- Feb 19, 2012, 10:29:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMemory.lfm
r37 r38 1 object Form 3: TForm31 object FormMemory: TFormMemory 2 2 Left = 256 3 Height = 2 403 Height = 259 4 4 Top = 32 5 Width = 320 6 Caption = 'Form3' 5 Width = 391 6 Caption = 'FormMemory' 7 ClientHeight = 259 8 ClientWidth = 391 7 9 LCLVersion = '0.9.31' 10 object Label6: TLabel 11 Left = 8 12 Height = 18 13 Top = 8 14 Width = 57 15 Caption = 'Memory:' 16 ParentColor = False 17 end 18 object ListViewMemory: TListView 19 Left = 8 20 Height = 231 21 Top = 24 22 Width = 374 23 Anchors = [akTop, akLeft, akRight, akBottom] 24 Columns = < 25 item 26 Caption = 'Address' 27 Width = 80 28 end 29 item 30 Caption = 'Data' 31 Width = 330 32 end> 33 Font.Height = -11 34 Font.Name = 'Courier New' 35 OwnerData = True 36 ParentFont = False 37 ReadOnly = True 38 TabOrder = 0 39 ViewStyle = vsReport 40 OnData = ListViewMemoryData 41 end 8 42 end
Note:
See TracChangeset
for help on using the changeset viewer.