Changeset 3 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Jan 14, 2018, 10:48:21 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Prepared context menu actions for Services list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r2 r3  
    2020    ActivePage = TabSheetServices
    2121    Align = alClient
     22    PopupMenu = PopupMenuServices
    2223    TabIndex = 6
    2324    TabOrder = 0
     
    269270      OnExecute = ARestoreExecute
    270271      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
    271284    end
    272285  end
     
    46704683    end
    46714684  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
    46724711end
Note: See TracChangeset for help on using the changeset viewer.