Ignore:
Timestamp:
May 5, 2019, 12:17:58 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by newer .lrj files.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormMemory.lfm

    r61 r103  
    11object FormMemory: TFormMemory
    22  Left = 565
    3   Height = 259
     3  Height = 388
    44  Top = 182
    5   Width = 391
     5  Width = 586
    66  Caption = 'Memory'
    7   ClientHeight = 259
    8   ClientWidth = 391
    9   LCLVersion = '1.3'
     7  ClientHeight = 388
     8  ClientWidth = 586
     9  DesignTimePPI = 144
     10  LCLVersion = '2.0.0.4'
    1011  object Label6: TLabel
    11     Left = 4
     12    Left = 6
    1213    Height = 25
    13     Top = 4
    14     Width = 383
     14    Top = 6
     15    Width = 574
    1516    Align = alTop
    16     BorderSpacing.Around = 4
     17    BorderSpacing.Around = 6
    1718    Caption = 'Memory:'
    1819    ParentColor = False
     20    ParentFont = False
    1921  end
    2022  object ListViewMemory: TListView
    21     Left = 4
    22     Height = 222
    23     Top = 33
    24     Width = 383
     23    Left = 6
     24    Height = 345
     25    Top = 37
     26    Width = 574
    2527    Align = alClient
    26     BorderSpacing.Around = 4
     28    BorderSpacing.Around = 6
    2729    Columns = <   
    2830      item
    2931        Caption = 'Address'
    30         Width = 80
     32        Width = 120
    3133      end   
    3234      item
    3335        Caption = 'Data'
    34         Width = 330
     36        Width = 495
    3537      end>
    36     Font.Height = -12
     38    Font.Height = -18
    3739    Font.Name = 'Courier New'
    3840    OwnerData = True
Note: See TracChangeset for help on using the changeset viewer.