#include #include Opt("GUICoordMode", 0) ;1=absolute, 0=relative, 2=cell GUICreate("Service Administrator", 600, 600, -1, -1) GUISetState (@SW_SHOW) $listview = GUICtrlCreateListView ("Start|Group Name|Tag|Service/Device|Display Name",10,10,580,450);,$LVS_SORTDESCENDING) Dim $B_DESCENDING[_GUICtrlListViewGetSubItemsCount ($listview) ] ; Bottom GUI Contol/Nfo GUICtrlCreateGroup ("Modify Service", 0, 455, 365, 125) GUICtrlCreateLabel("Service/Device:", 10, 20, 85, 20, $SS_RIGHT) $srvc_mod_name = GUICtrlCreateLabel("", 90, 0, 150, 20) GUICtrlCreateLabel("Start:", -90, 20, 85, 20, $SS_RIGHT) $srvc_mod_start = GUICtrlCreateCombo ("Boot", 90, -3, 125,0, $CBS_DROPDOWNLIST) GUICtrlSetData(-1,"|System|Automatic|Manual|Disabled|N/A","N/A") ; GUICtrlCreateLabel("Group Name:", -90, 23, 85, 20, $SS_RIGHT) $srvc_mod_group = GUICtrlCreateEdit ("", 90,-3,250,20, $ES_OEMCONVERT) GUICtrlCreateLabel("Tag:", -90, 23, 85, 20, $SS_RIGHT) $srvc_mod_tag = GUICtrlCreateEdit ("", 90,-3,45,20, $ES_OEMCONVERT) GUICtrlCreateLabel("Display Name:", -90, 23, 85, 20, $SS_RIGHT) $srvc_mod_display = GUICtrlCreateEdit ("", 90,-3,250,20, $ES_OEMCONVERT) ;GUICtrlCreateLabel("