Ignore:
Timestamp:
Jun 2, 2023, 11:18:38 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Removed explicit mode directive.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMemory.lfm

    r143 r144  
    11object FormMemory: TFormMemory
    22  Left = 565
    3   Height = 418
     3  Height = 401
    44  Top = 168
    5   Width = 1082
     5  Width = 1039
    66  Caption = 'Memory'
    7   ClientHeight = 418
    8   ClientWidth = 1082
    9   DesignTimePPI = 150
    10   LCLVersion = '2.2.0.4'
     7  ClientHeight = 401
     8  ClientWidth = 1039
     9  DesignTimePPI = 144
     10  LCLVersion = '2.2.6.0'
    1111  object Label6: TLabel
    1212    Left = 6
    13     Height = 27
     13    Height = 26
    1414    Top = 6
    15     Width = 1070
     15    Width = 1027
    1616    Align = alTop
    1717    BorderSpacing.Around = 6
    1818    Caption = 'Memory:'
     19    ParentColor = False
    1920    ParentFont = False
    2021  end
    2122  object ListViewMemory: TListView
    2223    Left = 6
    23     Height = 373
    24     Top = 39
    25     Width = 1070
     24    Height = 357
     25    Top = 38
     26    Width = 1027
    2627    Align = alClient
    2728    BorderSpacing.Around = 6
     
    2930      item
    3031        Caption = 'Address'
    31         Width = 125
     32        Width = 120
    3233      end   
    3334      item
    3435        Caption = 'Data'
    35         Width = 516
     36        Width = 495
    3637      end   
    3738      item
    3839        Caption = 'Text'
    39         Width = 414
     40        Width = 397
    4041      end>
    41     Font.Height = -19
     42    Font.Height = -18
    4243    Font.Name = 'Courier New'
    4344    OwnerData = True
Note: See TracChangeset for help on using the changeset viewer.