Ignore:
Timestamp:
Jun 30, 2023, 3:20:46 PM (10 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
branches/topdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown

    • Property svn:ignore
      •  

        old new  
        11lib
        22heaptrclog.trc
         3OS
        34OS.exe
        45OS.lps
  • branches/topdown/UFormMenu.lfm

    r28 r36  
    11object FormMenu: TFormMenu
    22  Left = 443
    3   Height = 398
     3  Height = 478
    44  Top = 262
    5   Width = 262
     5  Width = 314
    66  Caption = 'Menu'
    7   ClientHeight = 398
    8   ClientWidth = 262
    9   DesignTimePPI = 120
     7  ClientHeight = 478
     8  ClientWidth = 314
     9  DesignTimePPI = 144
    1010  FormStyle = fsStayOnTop
    1111  OnDeactivate = FormDeactivate
    1212  OnShow = FormShow
    13   LCLVersion = '2.0.2.0'
     13  LCLVersion = '2.2.6.0'
    1414  object ListBoxApps: TListBox
    15     Left = 10
    16     Height = 345
    17     Top = 7
    18     Width = 245
     15    Left = 12
     16    Height = 415
     17    Top = 8
     18    Width = 294
    1919    Anchors = [akTop, akLeft, akRight, akBottom]
    2020    Items.Strings = (
     
    2222      'File manager'
    2323    )
    24     ItemHeight = 20
     24    ItemHeight = 32
    2525    OnClick = ListBoxAppsClick
    2626    TabOrder = 0
    2727  end
    2828  object ToolBar1: TToolBar
    29     Left = 164
    30     Height = 28
    31     Top = 362
    32     Width = 90
     29    Left = 192
     30    Height = 33
     31    Top = 437
     32    Width = 114
    3333    Align = alCustom
    3434    Anchors = [akRight, akBottom]
     
    4949  end
    5050  object PopupMenu1: TPopupMenu
    51     left = 111
    52     top = 278
     51    Left = 133
     52    Top = 334
    5353    object MenuItemReboot: TMenuItem
    5454      Caption = 'Reboot'
Note: See TracChangeset for help on using the changeset viewer.