Ignore:
Timestamp:
Jan 19, 2012, 7:34:30 PM (12 years ago)
Author:
chronos
Message:
Location:
ModularSystem/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ModularSystem/Demo

    • Property svn:ignore
      •  

        old new  
        11lib
        22project1.exe
         3project1
  • ModularSystem/Demo/UMainForm.lfm

    r314 r316  
    3131      item
    3232        Caption = 'Dependencies'
    33         Width = 150
     33        Width = 162
    3434      end>
    3535    OwnerData = True
     36    PopupMenu = PopupMenu1
    3637    RowSelect = True
    3738    TabOrder = 0
     
    4546    Top = 281
    4647    Width = 75
     48    Action = AModuleInstall
    4749    Anchors = [akLeft, akBottom]
    48     Caption = 'Install'
    49     Enabled = False
    50     OnClick = ButtonInstallClick
    5150    TabOrder = 1
    5251  end
     
    5655    Top = 281
    5756    Width = 75
     57    Action = AModuleUninstall
    5858    Anchors = [akLeft, akBottom]
    59     Caption = 'Uninstall'
    60     Enabled = False
    61     OnClick = ButtonUninstallClick
    6259    TabOrder = 2
    6360  end
     
    6764    Top = 281
    6865    Width = 75
     66    Action = AModuleUpdate
    6967    Anchors = [akLeft, akBottom]
    70     Caption = 'Update'
    71     Enabled = False
    72     OnClick = ButtonUpdateClick
    7368    TabOrder = 3
    7469  end
     70  object PopupMenu1: TPopupMenu
     71    left = 183
     72    top = 67
     73    object MenuItem1: TMenuItem
     74      Action = AModuleInstall
     75    end
     76    object MenuItem2: TMenuItem
     77      Action = AModuleUninstall
     78    end
     79    object MenuItem3: TMenuItem
     80      Action = AModuleUpdate
     81    end
     82  end
     83  object ActionList1: TActionList
     84    left = 137
     85    top = 165
     86    object AModuleInstall: TAction
     87      Caption = 'Install'
     88      OnExecute = ButtonInstallClick
     89    end
     90    object AModuleUninstall: TAction
     91      Caption = 'Uninstall'
     92      OnExecute = ButtonUninstallClick
     93    end
     94    object AModuleUpdate: TAction
     95      Caption = 'Update'
     96      OnExecute = ButtonUpdateClick
     97    end
     98  end
    7599end
Note: See TracChangeset for help on using the changeset viewer.