Changeset 19 for trunk/Forms/UFormMain.lfm
- Timestamp:
- May 4, 2016, 12:54:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r18 r19 34 34 end> 35 35 OwnerData = True 36 PopupMenu = PopupMenuAcronym37 36 ReadOnly = True 38 37 RowSelect = True … … 40 39 ViewStyle = vsReport 41 40 OnData = ListViewAcronymsData 42 OnDblClick = ListViewAcronymsDblClick43 OnKeyPress = ListViewAcronymsKeyPress44 41 OnSelectItem = ListViewAcronymsSelectItem 45 42 end … … 4354 4351 end 4355 4352 object PopupMenuTryIcon: TPopupMenu 4353 Images = ImageList1 4356 4354 left = 80 4357 4355 top = 208 … … 4371 4369 end 4372 4370 object ActionList1: TActionList 4371 Images = ImageList1 4373 4372 left = 464 4374 4373 top = 144 … … 4384 4383 Caption = 'Import' 4385 4384 OnExecute = AImportExecute 4386 end4387 object AAcronymAdd: TAction4388 Caption = 'Add'4389 OnExecute = AAcronymAddExecute4390 ShortCut = 454391 end4392 object AAcronymModify: TAction4393 Caption = 'Modify'4394 OnExecute = AAcronymModifyExecute4395 ShortCut = 134396 end4397 object AAcronymRemove: TAction4398 Caption = 'Remove'4399 OnExecute = AAcronymRemoveExecute4400 ShortCut = 464401 end4402 object AAcronymRemoveAll: TAction4403 Caption = 'Remove all'4404 OnExecute = AAcronymRemoveAllExecute4405 4385 end 4406 4386 object AFileOpen: TAction … … 4443 4423 top = 80 4444 4424 end 4445 object PopupMenuAcronym: TPopupMenu4446 left = 2644447 top = 2084448 object MenuItem4: TMenuItem4449 Action = AAcronymAdd4450 end4451 object MenuItem5: TMenuItem4452 Action = AAcronymModify4453 end4454 object MenuItem6: TMenuItem4455 Action = AAcronymRemove4456 end4457 object MenuItem7: TMenuItem4458 Action = AAcronymRemoveAll4459 end4460 end4461 4425 object MainMenu1: TMainMenu 4426 Images = ImageList1 4462 4427 left = 464 4463 4428 top = 80 … … 4536 4501 top = 208 4537 4502 end 4503 object ImageList1: TImageList 4504 left = 464 4505 top = 280 4506 end 4538 4507 end
Note:
See TracChangeset
for help on using the changeset viewer.