Changeset 3 for trunk/UFormMain.lfm
- Timestamp:
- Jan 14, 2018, 10:48:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r2 r3 20 20 ActivePage = TabSheetServices 21 21 Align = alClient 22 PopupMenu = PopupMenuServices 22 23 TabIndex = 6 23 24 TabOrder = 0 … … 269 270 OnExecute = ARestoreExecute 270 271 Visible = False 272 end 273 object AServiceStop: TAction 274 Caption = 'Stop' 275 OnExecute = AServiceStopExecute 276 end 277 object AServiceRestart: TAction 278 Caption = 'Restart' 279 OnExecute = AServiceRestartExecute 280 end 281 object AServiceStart: TAction 282 Caption = 'Start' 283 OnExecute = AServiceStartExecute 271 284 end 272 285 end … … 4670 4683 end 4671 4684 end 4685 object PopupMenuServices: TPopupMenu 4686 OnPopup = PopupMenuServicesPopup 4687 left = 712 4688 top = 104 4689 object MenuItem41: TMenuItem 4690 Action = AServiceStart 4691 end 4692 object MenuItem42: TMenuItem 4693 Action = AServiceStop 4694 end 4695 object MenuItem43: TMenuItem 4696 Action = AServiceRestart 4697 end 4698 object MenuItem44: TMenuItem 4699 Caption = '-' 4700 end 4701 object MenuItem45: TMenuItem 4702 Caption = 'Open Services window' 4703 end 4704 object MenuItem46: TMenuItem 4705 Caption = 'Search online' 4706 end 4707 object MenuItem47: TMenuItem 4708 Caption = 'Go to details' 4709 end 4710 end 4672 4711 end
Note:
See TracChangeset
for help on using the changeset viewer.