Changeset 22 for trunk/Forms/UFormMain.lfm
- Timestamp:
- May 4, 2016, 11:43:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r21 r22 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '1. 7'15 LCLVersion = '1.6.0.4' 16 16 object ListViewAcronyms: TListView 17 17 Left = 8 … … 4371 4371 Images = ImageList1 4372 4372 left = 464 4373 top = 1 444373 top = 160 4374 4374 object AExit: TAction 4375 4375 Caption = 'Exit' … … 4424 4424 OnExecute = AShowAboutExecute 4425 4425 end 4426 object AShowImportFormats: TAction 4427 Caption = 'Import formats' 4428 OnExecute = AShowImportFormatsExecute 4429 end 4430 object AProcessImports: TAction 4431 Caption = 'Process imports' 4432 OnExecute = AProcessImportsExecute 4433 end 4426 4434 end 4427 4435 object PersistentForm1: TPersistentForm … … 4473 4481 Action = AShowImportSources 4474 4482 end 4483 object MenuItem7: TMenuItem 4484 Action = AShowImportFormats 4485 end 4475 4486 end 4476 4487 object MenuItem16: TMenuItem … … 4478 4489 object MenuItem17: TMenuItem 4479 4490 Action = AImport 4491 end 4492 object MenuItem23: TMenuItem 4493 Action = AProcessImports 4480 4494 end 4481 4495 object MenuItem18: TMenuItem … … 4516 4530 Order = soUp 4517 4531 left = 464 4518 top = 2 084532 top = 224 4519 4533 end 4520 4534 object ImageList1: TImageList
Note:
See TracChangeset
for help on using the changeset viewer.