mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-23 00:12:15 +00:00
A half-working ShiftOSWindow
This commit is contained in:
parent
7047248a0d
commit
bcf104ffcf
3 changed files with 9 additions and 3 deletions
4
ShiftOS/My Project/Application.Designer.vb
generated
4
ShiftOS/My Project/Application.Designer.vb
generated
|
@ -1,7 +1,7 @@
|
||||||
'------------------------------------------------------------------------------
|
'------------------------------------------------------------------------------
|
||||||
' <auto-generated>
|
' <auto-generated>
|
||||||
' This code was generated by a tool.
|
' This code was generated by a tool.
|
||||||
' Runtime Version:4.0.30319.36323
|
' Runtime Version:4.0.30319.0
|
||||||
'
|
'
|
||||||
' Changes to this file may cause incorrect behavior and will be lost if
|
' Changes to this file may cause incorrect behavior and will be lost if
|
||||||
' the code is regenerated.
|
' the code is regenerated.
|
||||||
|
@ -32,7 +32,7 @@ Namespace My
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
Protected Overrides Sub OnCreateMainForm()
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
Me.MainForm = Global.ShiftOS.HijackScreen
|
Me.MainForm = Global.ShiftOS.ShiftOSWindow
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
<MySubMain>true</MySubMain>
|
<MySubMain>true</MySubMain>
|
||||||
<MainForm>HijackScreen</MainForm>
|
<MainForm>ShiftOSWindow</MainForm>
|
||||||
<SingleInstance>true</SingleInstance>
|
<SingleInstance>true</SingleInstance>
|
||||||
<ShutdownMode>1</ShutdownMode>
|
<ShutdownMode>1</ShutdownMode>
|
||||||
<EnableVisualStyles>true</EnableVisualStyles>
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||||||
|
|
|
@ -268,6 +268,12 @@
|
||||||
<Compile Include="Shiftnet.vb">
|
<Compile Include="Shiftnet.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="ShiftOSWindow.Designer.vb">
|
||||||
|
<DependentUpon>ShiftOSWindow.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ShiftOSWindow.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="skins.vb" />
|
<Compile Include="skins.vb" />
|
||||||
<Compile Include="Skinshifter.Designer.vb">
|
<Compile Include="Skinshifter.Designer.vb">
|
||||||
<DependentUpon>Skinshifter.vb</DependentUpon>
|
<DependentUpon>Skinshifter.vb</DependentUpon>
|
||||||
|
|
Loading…
Reference in a new issue