Ignore:
Timestamp:
Jul 31, 2012, 8:53:58 AM (12 years ago)
Author:
chronos
Message:
  • Added: ModuleSystem package which helps manage available module instalation/uninstallation and their dependencies.
Location:
ModularSystem
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ModularSystem

    • Property svn:ignore set to
      lib
  • ModularSystem/Demo

    • Property svn:ignore
      •  

        old new  
        22project1.exe
        33project1
         4Demo.exe
         5Demo.lps
  • ModularSystem/Demo/UMainForm.lfm

    r316 r394  
    11object MainForm: TMainForm
    2   Left = 463
     2  Left = 283
    33  Height = 316
    44  Top = 182
    5   Width = 398
     5  Width = 649
    66  Caption = 'Module test'
    77  ClientHeight = 316
    8   ClientWidth = 398
     8  ClientWidth = 649
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
    12   LCLVersion = '0.9.31'
     12  LCLVersion = '1.1'
    1313  object ListViewModules: TListView
    1414    Left = 8
    1515    Height = 265
    1616    Top = 8
    17     Width = 381
     17    Width = 632
    1818    Anchors = [akTop, akLeft, akRight, akBottom]
    1919    Columns = <   
    2020      item
    2121        Caption = 'Name'
     22        Width = 70
     23      end   
     24      item
     25        Caption = 'System name'
    2226        Width = 70
    2327      end   
     
    3034      end   
    3135      item
     36        Caption = 'License'
     37        Width = 70
     38      end   
     39      item
    3240        Caption = 'Dependencies'
    3341        Width = 162
     42      end   
     43      item
     44        Caption = 'Description'
     45        Width = 200
    3446      end>
    3547    OwnerData = True
Note: See TracChangeset for help on using the changeset viewer.