Changeset 10 for trunk/UFormMain.lfm
- Timestamp:
- Apr 22, 2016, 9:59:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r9 r10 1 1 object FormMain: TFormMain 2 Left = 5342 Left = 767 3 3 Height = 446 4 Top = 3524 Top = 445 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' … … 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 … … 4342 4342 Visible = True 4343 4343 OnClick = TrayIcon1Click 4344 left = 1524345 top = 2 564344 left = 80 4345 top = 272 4346 4346 end 4347 4347 object PopupMenuTryIcon: TPopupMenu 4348 left = 1444349 top = 1924348 left = 80 4349 top = 208 4350 4350 object MenuItem2: TMenuItem 4351 4351 Action = AShow … … 4355 4355 Action = AImport 4356 4356 end 4357 object MenuItem19: TMenuItem 4358 Action = ASettings 4359 end 4357 4360 object MenuItem1: TMenuItem 4358 4361 Action = AExit … … 4360 4363 end 4361 4364 object ActionList1: TActionList 4362 left = 46 54363 top = 1 714365 left = 464 4366 top = 144 4364 4367 object AExit: TAction 4365 4368 Caption = 'Exit' … … 4413 4416 OnExecute = AFileSaveAsExecute 4414 4417 end 4418 object ASettings: TAction 4419 Caption = 'Settings' 4420 OnExecute = ASettingsExecute 4421 end 4415 4422 end 4416 4423 object PersistentForm1: TPersistentForm 4417 4424 MinVisiblePart = 50 4418 4425 EntireVisible = False 4419 left = 3044420 top = 1124426 left = 264 4427 top = 80 4421 4428 end 4422 4429 object PopupMenuAcronym: TPopupMenu 4423 left = 3594424 top = 2 634430 left = 264 4431 top = 208 4425 4432 object MenuItem4: TMenuItem 4426 4433 Action = AAcronymAdd … … 4437 4444 end 4438 4445 object MainMenu1: TMainMenu 4439 left = 46 54440 top = 1124446 left = 464 4447 top = 80 4441 4448 object MenuItem8: TMenuItem 4442 4449 Caption = 'File' … … 4471 4478 Action = AImport 4472 4479 end 4480 object MenuItem18: TMenuItem 4481 Action = ASettings 4482 end 4473 4483 end 4474 4484 end 4475 4485 object OpenDialog1: TOpenDialog 4476 left = 1514477 top = 854486 left = 80 4487 top = 144 4478 4488 end 4479 4489 object SaveDialog1: TSaveDialog 4480 left = 484481 top = 8 54490 left = 80 4491 top = 88 4482 4492 end 4483 4493 object LastOpenedList1: TLastOpenedList 4484 4494 MaxCount = 10 4485 4495 OnChange = LastOpenedList1Change 4486 left = 5094496 left = 264 4487 4497 top = 267 4488 4498 end 4499 object CoolTranslator1: TCoolTranslator 4500 POFilesFolder = 'Languages' 4501 left = 264 4502 top = 144 4503 end 4489 4504 end
Note:
See TracChangeset
for help on using the changeset viewer.