Changeset 4 for trunk/UFormMain.lfm
- Timestamp:
- Apr 20, 2016, 11:11:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r3 r4 1 1 object FormMain: TFormMain 2 Left = 5172 Left = 762 3 3 Height = 446 4 Top = 3864 Top = 587 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' … … 33 33 end> 34 34 OwnerData = True 35 PopupMenu = PopupMenuAcronym 35 36 ReadOnly = True 36 37 RowSelect = True … … 38 39 ViewStyle = vsReport 39 40 OnData = ListViewAcronymsData 41 OnDblClick = ListViewAcronymsDblClick 42 OnKeyPress = ListViewAcronymsKeyPress 43 OnSelectItem = ListViewAcronymsSelectItem 40 44 end 41 45 object EditSearch: TEdit … … 49 53 end 50 54 object TrayIcon1: TTrayIcon 51 PopUpMenu = PopupMenu 155 PopUpMenu = PopupMenuTryIcon 52 56 Icon.Data = { 53 57 501702000000010006000000000001002000E291000066000000808000000100 … … 4337 4341 Visible = True 4338 4342 OnClick = TrayIcon1Click 4339 left = 2734340 top = 1884343 left = 152 4344 top = 256 4341 4345 end 4342 object PopupMenu 1: TPopupMenu4346 object PopupMenuTryIcon: TPopupMenu 4343 4347 left = 144 4344 4348 top = 192 4345 4349 object MenuItem2: TMenuItem 4346 Action = A ctionShow4350 Action = AShow 4347 4351 Default = True 4348 4352 end 4349 4353 object MenuItem3: TMenuItem 4350 Action = A ctionImport4354 Action = AImport 4351 4355 end 4352 4356 object MenuItem1: TMenuItem 4353 Action = A ctionExit4357 Action = AExit 4354 4358 end 4355 4359 end … … 4357 4361 left = 465 4358 4362 top = 171 4359 object A ctionExit: TAction4363 object AExit: TAction 4360 4364 Caption = 'Exit' 4361 OnExecute = A ctionExitExecute4365 OnExecute = AExitExecute 4362 4366 end 4363 object A ctionShow: TAction4367 object AShow: TAction 4364 4368 Caption = 'Show' 4365 OnExecute = A ctionShowExecute4369 OnExecute = AShowExecute 4366 4370 end 4367 object A ctionImport: TAction4371 object AImport: TAction 4368 4372 Caption = 'Import' 4369 OnExecute = ActionImportExecute 4373 OnExecute = AImportExecute 4374 end 4375 object AAcronymAdd: TAction 4376 Caption = 'Add' 4377 OnExecute = AAcronymAddExecute 4378 ShortCut = 45 4379 end 4380 object AAcronymModify: TAction 4381 Caption = 'Modify' 4382 OnExecute = AAcronymModifyExecute 4383 ShortCut = 13 4384 end 4385 object AAcronymRemove: TAction 4386 Caption = 'Remove' 4387 OnExecute = AAcronymRemoveExecute 4388 ShortCut = 46 4389 end 4390 object AAcronymRemoveAll: TAction 4391 Caption = 'Remove all' 4392 OnExecute = AAcronymRemoveAllExecute 4370 4393 end 4371 4394 end … … 4376 4399 top = 128 4377 4400 end 4401 object PopupMenuAcronym: TPopupMenu 4402 left = 359 4403 top = 263 4404 object MenuItem4: TMenuItem 4405 Action = AAcronymAdd 4406 end 4407 object MenuItem5: TMenuItem 4408 Action = AAcronymModify 4409 end 4410 object MenuItem6: TMenuItem 4411 Action = AAcronymRemove 4412 end 4413 object MenuItem7: TMenuItem 4414 Action = AAcronymRemoveAll 4415 end 4416 end 4378 4417 end
Note:
See TracChangeset
for help on using the changeset viewer.