Changeset 429 for ModularSystem/Demo/UMainForm.lfm
- Timestamp:
- Oct 17, 2012, 1:21:41 PM (12 years ago)
- Location:
- ModularSystem/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ModularSystem/Demo
- Property svn:ignore
-
old new 5 5 Demo.lps 6 6 Demo 7 heaptrclog.trc
-
- Property svn:ignore
-
ModularSystem/Demo/UMainForm.lfm
r428 r429 1 1 object MainForm: TMainForm 2 Left = 2 833 Height = 3 164 Top = 1 822 Left = 217 3 Height = 308 4 Top = 177 5 5 Width = 649 6 6 Caption = 'Module test' 7 ClientHeight = 3 167 ClientHeight = 308 8 8 ClientWidth = 649 9 9 OnCreate = FormCreate … … 13 13 object ListViewModules: TListView 14 14 Left = 8 15 Height = 2 6515 Height = 257 16 16 Top = 8 17 17 Width = 632 … … 51 51 OwnerData = True 52 52 PopupMenu = PopupMenu1 53 ReadOnly = True 53 54 RowSelect = True 54 55 TabOrder = 0 … … 60 61 Left = 8 61 62 Height = 25 62 Top = 2 8163 Top = 273 63 64 Width = 75 64 65 Action = AModuleInstall … … 69 70 Left = 88 70 71 Height = 25 71 Top = 2 8172 Top = 273 72 73 Width = 75 73 74 Action = AModuleUninstall … … 78 79 Left = 168 79 80 Height = 25 80 Top = 2 8181 Top = 273 81 82 Width = 75 82 83 Action = AModuleUpdate … … 87 88 Left = 248 88 89 Height = 25 89 Top = 2 8190 Top = 273 90 91 Width = 75 91 92 Action = AModuleStart … … 96 97 Left = 328 97 98 Height = 25 98 Top = 2 8199 Top = 273 99 100 Width = 75 100 101 Action = AModuleStop … … 145 146 end 146 147 end 148 object ModuleManager: TModuleManager 149 left = 296 150 top = 72 151 end 147 152 end
Note:
See TracChangeset
for help on using the changeset viewer.