Ignore:
Timestamp:
Mar 8, 2022, 10:55:43 AM (2 years ago)
Author:
chronos
Message:
  • Added: Action to generate text as brainfuck code.
  • Modified: Used loop in number generation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMemory.lfm

    r112 r143  
    11object FormMemory: TFormMemory
    22  Left = 565
    3   Height = 388
    4   Top = 182
    5   Width = 586
     3  Height = 418
     4  Top = 168
     5  Width = 1082
    66  Caption = 'Memory'
    7   ClientHeight = 388
    8   ClientWidth = 586
    9   DesignTimePPI = 144
    10   LCLVersion = '2.0.2.0'
     7  ClientHeight = 418
     8  ClientWidth = 1082
     9  DesignTimePPI = 150
     10  LCLVersion = '2.2.0.4'
    1111  object Label6: TLabel
    1212    Left = 6
    13     Height = 26
     13    Height = 27
    1414    Top = 6
    15     Width = 574
     15    Width = 1070
    1616    Align = alTop
    1717    BorderSpacing.Around = 6
    1818    Caption = 'Memory:'
    19     ParentColor = False
    2019    ParentFont = False
    2120  end
    2221  object ListViewMemory: TListView
    2322    Left = 6
    24     Height = 344
    25     Top = 38
    26     Width = 574
     23    Height = 373
     24    Top = 39
     25    Width = 1070
    2726    Align = alClient
    2827    BorderSpacing.Around = 6
     
    3029      item
    3130        Caption = 'Address'
    32         Width = 120
     31        Width = 125
    3332      end   
    3433      item
    3534        Caption = 'Data'
    36         Width = 495
     35        Width = 516
     36      end   
     37      item
     38        Caption = 'Text'
     39        Width = 414
    3740      end>
    38     Font.Height = -18
     41    Font.Height = -19
    3942    Font.Name = 'Courier New'
    4043    OwnerData = True
Note: See TracChangeset for help on using the changeset viewer.