Changeset 316 for ModularSystem/Demo/UMainForm.lfm
- Timestamp:
- Jan 19, 2012, 7:34:30 PM (13 years ago)
- Location:
- ModularSystem/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ModularSystem/Demo
- Property svn:ignore
-
old new 1 1 lib 2 2 project1.exe 3 project1
-
- Property svn:ignore
-
ModularSystem/Demo/UMainForm.lfm
r314 r316 31 31 item 32 32 Caption = 'Dependencies' 33 Width = 1 5033 Width = 162 34 34 end> 35 35 OwnerData = True 36 PopupMenu = PopupMenu1 36 37 RowSelect = True 37 38 TabOrder = 0 … … 45 46 Top = 281 46 47 Width = 75 48 Action = AModuleInstall 47 49 Anchors = [akLeft, akBottom] 48 Caption = 'Install'49 Enabled = False50 OnClick = ButtonInstallClick51 50 TabOrder = 1 52 51 end … … 56 55 Top = 281 57 56 Width = 75 57 Action = AModuleUninstall 58 58 Anchors = [akLeft, akBottom] 59 Caption = 'Uninstall'60 Enabled = False61 OnClick = ButtonUninstallClick62 59 TabOrder = 2 63 60 end … … 67 64 Top = 281 68 65 Width = 75 66 Action = AModuleUpdate 69 67 Anchors = [akLeft, akBottom] 70 Caption = 'Update'71 Enabled = False72 OnClick = ButtonUpdateClick73 68 TabOrder = 3 74 69 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 75 99 end
Note:
See TracChangeset
for help on using the changeset viewer.