Changeset 6 for trunk/UFormMain.lfm
- Timestamp:
- Apr 21, 2016, 10:22:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r5 r6 1 1 object FormMain: TFormMain 2 Left = 7622 Left = 541 3 3 Height = 446 4 Top = 5874 Top = 352 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 467 ClientHeight = 421 8 8 ClientWidth = 631 9 Menu = MainMenu1 9 10 OnClose = FormClose 10 11 OnCloseQuery = FormCloseQuery … … 15 16 object ListViewAcronyms: TListView 16 17 Left = 8 17 Height = 3 9118 Top = 4 618 Height = 372 19 Top = 40 19 20 Width = 613 20 21 Anchors = [akTop, akLeft, akRight, akBottom] … … 4392 4393 OnExecute = AAcronymRemoveAllExecute 4393 4394 end 4395 object AFileOpen: TAction 4396 Caption = 'Open' 4397 OnExecute = AFileOpenExecute 4398 end 4399 object AFileNew: TAction 4400 Caption = 'New' 4401 OnExecute = AFileNewExecute 4402 end 4403 object AFileSave: TAction 4404 Caption = 'Save' 4405 OnExecute = AFileSaveExecute 4406 end 4407 object AFileClose: TAction 4408 Caption = 'Close' 4409 OnExecute = AFileCloseExecute 4410 end 4411 object AFileSaveAs: TAction 4412 Caption = 'Save as...' 4413 OnExecute = AFileSaveAsExecute 4414 end 4394 4415 end 4395 4416 object PersistentForm1: TPersistentForm … … 4397 4418 EntireVisible = False 4398 4419 left = 304 4399 top = 1 284420 top = 112 4400 4421 end 4401 4422 object PopupMenuAcronym: TPopupMenu … … 4415 4436 end 4416 4437 end 4438 object MainMenu1: TMainMenu 4439 left = 465 4440 top = 112 4441 object MenuItem8: TMenuItem 4442 Caption = 'File' 4443 object MenuItem10: TMenuItem 4444 Action = AFileNew 4445 end 4446 object MenuItem11: TMenuItem 4447 Action = AFileOpen 4448 end 4449 object MenuItemOpenRecent: TMenuItem 4450 Caption = 'Open recent' 4451 end 4452 object MenuItem12: TMenuItem 4453 Action = AFileSave 4454 end 4455 object MenuItem13: TMenuItem 4456 Action = AFileSaveAs 4457 end 4458 object MenuItem14: TMenuItem 4459 Action = AFileClose 4460 end 4461 object MenuItem15: TMenuItem 4462 Caption = '-' 4463 end 4464 object MenuItem9: TMenuItem 4465 Action = AExit 4466 end 4467 end 4468 end 4469 object OpenDialog1: TOpenDialog 4470 left = 151 4471 top = 85 4472 end 4473 object SaveDialog1: TSaveDialog 4474 left = 48 4475 top = 85 4476 end 4477 object LastOpenedList1: TLastOpenedList 4478 MaxCount = 10 4479 OnChange = LastOpenedList1Change 4480 left = 509 4481 top = 267 4482 end 4417 4483 end
Note:
See TracChangeset
for help on using the changeset viewer.