Ignore:
Timestamp:
Oct 17, 2012, 1:21:41 PM (12 years ago)
Author:
chronos
Message:
Location:
ModularSystem/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ModularSystem/Demo

    • Property svn:ignore
      •  

        old new  
        55Demo.lps
        66Demo
         7heaptrclog.trc
  • ModularSystem/Demo/UMainForm.lfm

    r428 r429  
    11object MainForm: TMainForm
    2   Left = 283
    3   Height = 316
    4   Top = 182
     2  Left = 217
     3  Height = 308
     4  Top = 177
    55  Width = 649
    66  Caption = 'Module test'
    7   ClientHeight = 316
     7  ClientHeight = 308
    88  ClientWidth = 649
    99  OnCreate = FormCreate
     
    1313  object ListViewModules: TListView
    1414    Left = 8
    15     Height = 265
     15    Height = 257
    1616    Top = 8
    1717    Width = 632
     
    5151    OwnerData = True
    5252    PopupMenu = PopupMenu1
     53    ReadOnly = True
    5354    RowSelect = True
    5455    TabOrder = 0
     
    6061    Left = 8
    6162    Height = 25
    62     Top = 281
     63    Top = 273
    6364    Width = 75
    6465    Action = AModuleInstall
     
    6970    Left = 88
    7071    Height = 25
    71     Top = 281
     72    Top = 273
    7273    Width = 75
    7374    Action = AModuleUninstall
     
    7879    Left = 168
    7980    Height = 25
    80     Top = 281
     81    Top = 273
    8182    Width = 75
    8283    Action = AModuleUpdate
     
    8788    Left = 248
    8889    Height = 25
    89     Top = 281
     90    Top = 273
    9091    Width = 75
    9192    Action = AModuleStart
     
    9697    Left = 328
    9798    Height = 25
    98     Top = 281
     99    Top = 273
    99100    Width = 75
    100101    Action = AModuleStop
     
    145146    end
    146147  end
     148  object ModuleManager: TModuleManager
     149    left = 296
     150    top = 72
     151  end
    147152end
Note: See TracChangeset for help on using the changeset viewer.