Ignore:
Timestamp:
Jan 4, 2018, 2:00:49 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Preparation for support for multiple memory types.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virt simple/UFormMain.lfm

    r89 r138  
    11object Form1: TForm1
    2   Left = 383
    3   Height = 1104
    4   Top = 191
    5   Width = 1708
     2  Left = 44
     3  Height = 1023
     4  Top = 6
     5  Width = 1703
    66  Caption = 'Form1'
    7   ClientHeight = 1104
    8   ClientWidth = 1708
     7  ClientHeight = 0
     8  ClientWidth = 0
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnDestroy = FormDestroy
    1213  OnShow = FormShow
    13   LCLVersion = '1.7'
     14  LCLVersion = '1.8.0.6'
    1415  object ListViewMemory: TListView
    1516    Left = 888
     
    7778  object Label1: TLabel
    7879    Left = 888
    79     Height = 24
     80    Height = 20
    8081    Top = 9
    81     Width = 75
     82    Width = 58
    8283    Caption = 'Memory:'
    8384    ParentColor = False
     
    8586  object Label2: TLabel
    8687    Left = 1128
    87     Height = 24
     88    Height = 20
    8889    Top = 9
    89     Width = 84
     90    Width = 63
    9091    Caption = 'Registers:'
    9192    ParentColor = False
     
    9394  object Label3: TLabel
    9495    Left = 1416
    95     Height = 24
     96    Height = 20
    9697    Top = 8
    97     Width = 145
     98    Width = 111
    9899    Caption = 'Special registers:'
    99100    ParentColor = False
     
    131132  object Label4: TLabel
    132133    Left = 18
    133     Height = 24
     134    Height = 20
    134135    Top = 744
    135     Width = 66
     136    Width = 49
    136137    Caption = 'Output:'
    137138    ParentColor = False
     
    139140  object Label5: TLabel
    140141    Left = 528
    141     Height = 24
     142    Height = 20
    142143    Top = 9
    143     Width = 194
     144    Width = 152
    144145    Caption = 'Compiled source code:'
    145146    ParentColor = False
     
    157158  object Label6: TLabel
    158159    Left = 20
    159     Height = 24
     160    Height = 20
    160161    Top = 7
    161     Width = 109
     162    Width = 85
    162163    Caption = 'Source code:'
    163164    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.