Subversion Repositories alarming

Compare Revisions

No changes between revisions

Regard whitespace Rev 10 → Rev 11

/trunk/Delphi Client/DoorAlarmClient.dproj
6,7 → 6,7
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>DoorAlarmClient.exe</DCC_DependencyCheckOutputName>
<FrameworkType>VCL</FrameworkType>
<ProjectVersion>18.8</ProjectVersion>
<ProjectVersion>19.5</ProjectVersion>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
149,10 → 149,6
<Form>Form1</Form>
</DCCReference>
<DCCReference Include="AudioVolCntrl.pas"/>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
160,6 → 156,10
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<ItemGroup/>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
/trunk/Delphi Client/DoorAlarmClient.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/Delphi Client/DoorAlarmClientMain.dfm
12,13 → 12,11
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image2: TImage
Left = 8
/trunk/Delphi Client/DoorAlarmClientMain.pas
127,10 → 127,10
const
TIMEOUT = 1000; // ms
var
lpdwResult: DWORD;
lpdwResult: PDWORD_PTR;
begin
// Stops Spotify, WMP, etc.
lpdwResult := 0;
lpdwResult := nil;
SendMessageTimeout(HWND_BROADCAST, WM_APPCOMMAND, 0, MAKELONG(0, APPCOMMAND_MEDIA_STOP), SMTO_NORMAL, TIMEOUT, lpdwResult);
 
// Mutes everything (also YouTube)
/trunk/Delphi Client
Property changes:
Added: svn:global-ignores
+*.dcu
+__history
+*.local
+*.identcache