Changeset 394 for ModularSystem/Demo/UMainForm.lfm
- Timestamp:
- Jul 31, 2012, 8:53:58 AM (12 years ago)
- Location:
- ModularSystem
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ModularSystem
-
Property svn:ignore
set to
lib
-
Property svn:ignore
set to
-
ModularSystem/Demo
- Property svn:ignore
-
old new 2 2 project1.exe 3 3 project1 4 Demo.exe 5 Demo.lps
-
- Property svn:ignore
-
ModularSystem/Demo/UMainForm.lfm
r316 r394 1 1 object MainForm: TMainForm 2 Left = 4632 Left = 283 3 3 Height = 316 4 4 Top = 182 5 Width = 3985 Width = 649 6 6 Caption = 'Module test' 7 7 ClientHeight = 316 8 ClientWidth = 3988 ClientWidth = 649 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy 11 11 OnShow = FormShow 12 LCLVersion = ' 0.9.31'12 LCLVersion = '1.1' 13 13 object ListViewModules: TListView 14 14 Left = 8 15 15 Height = 265 16 16 Top = 8 17 Width = 38117 Width = 632 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 19 Columns = < 20 20 item 21 21 Caption = 'Name' 22 Width = 70 23 end 24 item 25 Caption = 'System name' 22 26 Width = 70 23 27 end … … 30 34 end 31 35 item 36 Caption = 'License' 37 Width = 70 38 end 39 item 32 40 Caption = 'Dependencies' 33 41 Width = 162 42 end 43 item 44 Caption = 'Description' 45 Width = 200 34 46 end> 35 47 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.