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/UFormMain.lfm

    r28 r36  
    11object FormMain: TFormMain
    22  Left = 689
    3   Height = 300
     3  Height = 360
    44  Top = 331
    5   Width = 400
     5  Width = 480
    66  BorderStyle = bsNone
    77  Caption = 'Desktop'
    8   ClientHeight = 300
    9   ClientWidth = 400
    10   DesignTimePPI = 120
     8  ClientHeight = 360
     9  ClientWidth = 480
     10  DesignTimePPI = 144
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '2.0.2.0'
     14  LCLVersion = '2.2.6.0'
    1515  WindowState = wsFullScreen
    1616  object PanelTaskBar: TPanel
    1717    Left = 0
    18     Height = 36
    19     Top = 264
    20     Width = 400
     18    Height = 43
     19    Top = 317
     20    Width = 480
    2121    Align = alBottom
    22     ClientHeight = 36
    23     ClientWidth = 400
     22    ClientHeight = 43
     23    ClientWidth = 480
    2424    TabOrder = 0
    2525    object ButtonMenu: TButton
    2626      Left = 1
    27       Height = 34
     27      Height = 41
    2828      Top = 1
    29       Width = 94
     29      Width = 113
    3030      Align = alLeft
    3131      Caption = 'Menu'
     
    3434    end
    3535    object PanelTasks: TPanel
    36       Left = 105
    37       Height = 34
     36      Left = 126
     37      Height = 41
    3838      Top = 1
    39       Width = 294
     39      Width = 353
    4040      Align = alClient
    41       BorderSpacing.Left = 10
     41      BorderSpacing.Left = 12
    4242      BevelOuter = bvNone
    4343      TabOrder = 1
Note: See TracChangeset for help on using the changeset viewer.