File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -863,7 +863,7 @@ $exportDrivers.Add_Click({
863863$stopService = New-Object System.Windows.Forms.Button
864864$stopService.Text = ' Stop Service'
865865$stopService.Size = New-Object System.Drawing.Size(90 , 30 )
866- $stopService.Location = New-Object System.Drawing.Point(900 , 2 )
866+ $stopService.Location = New-Object System.Drawing.Point(860 , 2 )
867867$stopService.ForeColor = ' White'
868868$stopService.Add_Click ({
869869 Stop-SelectedService
@@ -880,7 +880,7 @@ $form.Controls.Add($stopService)
880880$startService = New-Object System.Windows.Forms.Button
881881$startService.Text = ' Start Service'
882882$startService.Size = New-Object System.Drawing.Size(90 , 30 )
883- $startService.Location = New-Object System.Drawing.Point(990 , 2 )
883+ $startService.Location = New-Object System.Drawing.Point(950 , 2 )
884884$startService.ForeColor = ' White'
885885$startService.Add_Click ({
886886 Start-SelectedService
You can’t perform that action at this time.
0 commit comments