-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
VERSION 5.00 | ||
Begin VB.Form FrmLockWorkStation | ||
BorderStyle = 0 'None | ||
ClientHeight = 90 | ||
ClientLeft = 0 | ||
ClientTop = 0 | ||
ClientWidth = 90 | ||
Icon = "FrmLockWorkStation.frx":0000 | ||
LinkTopic = "Form1" | ||
ScaleHeight = 90 | ||
ScaleWidth = 90 | ||
ShowInTaskbar = 0 'False | ||
StartUpPosition = 2 'CenterScreen | ||
Visible = 0 'False | ||
WindowState = 1 'Minimized | ||
End | ||
Attribute VB_Name = "FrmLockWorkStation" | ||
Attribute VB_GlobalNameSpace = False | ||
Attribute VB_Creatable = False | ||
Attribute VB_PredeclaredId = True | ||
Attribute VB_Exposed = False | ||
Private Sub Form_Load() | ||
Dim X As String | ||
X = "rundll32 user32,LockWorkStation" | ||
Shell (X) | ||
End | ||
End Sub | ||
|
||
' EOF |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Type=Exe | ||
Form=FrmLockWorkStation.frm | ||
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINXP\system32\stdole2.tlb#OLE Automation | ||
IconForm="FrmLockWorkStation" | ||
Startup="FrmLockWorkStation" | ||
HelpFile="" | ||
Title="LockWorkStation" | ||
ExeName32="LockWorkStation.exe" | ||
Command32="" | ||
Name="LockWorkStation" | ||
HelpContextID="0" | ||
CompatibleMode="0" | ||
MajorVer=1 | ||
MinorVer=0 | ||
RevisionVer=0 | ||
AutoIncrementVer=0 | ||
ServerSupportFiles=0 | ||
VersionCompanyName="Jigsy" | ||
VersionFileDescription="Invokes WinKey+L" | ||
VersionLegalCopyright="N/A; OSS by Jigsy. Feel free to re-distribute. :>" | ||
CompilationType=0 | ||
OptimizationType=0 | ||
FavorPentiumPro(tm)=0 | ||
CodeViewDebugInfo=0 | ||
NoAliasing=0 | ||
BoundsCheck=0 | ||
OverflowCheck=0 | ||
FlPointCheck=0 | ||
FDIVCheck=0 | ||
UnroundedFP=0 | ||
StartMode=0 | ||
Unattended=0 | ||
Retained=0 | ||
ThreadPerObject=0 | ||
MaxNumberOfThreads=1 | ||
DebugStartupOption=0 | ||
|
||
[MS Transaction Server] | ||
AutoRefresh=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FrmLockWorkStation = 44, 44, 577, 492, , 516, 63, 1041, 503, C |