Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
snowie2000 committed May 9, 2020
0 parents commit a3a8c0d
Show file tree
Hide file tree
Showing 13 changed files with 1,006 additions and 0 deletions.
Binary file added EasyHk32.lib
Binary file not shown.
19 changes: 19 additions & 0 deletions Observer/WFObserver.dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
program WFObserver;

uses
madExcept,
madLinkDisAsm,
madListHardware,
madListProcesses,
madListModules,
Forms,
ufmMain in 'ufmMain.pas' {WhichFontFather};

{$R *.res}

begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TWhichFontFather, WhichFontFather);
Application.Run;
end.
111 changes: 111 additions & 0 deletions Observer/WFObserver.dproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{ADB5DBAC-78DC-4EF7-B271-53463922AAFD}</ProjectGuid>
<ProjectVersion>12.3</ProjectVersion>
<MainSource>WFObserver.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Platform>Win32</Platform>
<AppType>Application</AppType>
<FrameworkType>VCL</FrameworkType>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_DcuOutput>.\$(Config)\$(Platform)</DCC_DcuOutput>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_ExeOutput>.\$(Config)\$(Platform)</DCC_ExeOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_MapFile>3</DCC_MapFile>
<DCC_Define>DEBUG;madExcept;$(DCC_Define)</DCC_Define>
<DCC_Optimize>false</DCC_Optimize>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="WFObserver.dpr">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="ufmMain.pas">
<Form>WhichFontFather</Form>
</DCCReference>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Delphi.Personality>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1066</VersionInfo>
<VersionInfo Name="CodePage">1258</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k150.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp150.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
<Source>
<Source Name="MainSource">WFObserver.dpr</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>
Binary file added Observer/WFObserver.res
Binary file not shown.
5 changes: 5 additions & 0 deletions Observer/WFObserver.skincfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[ExpressSkins]
Default=1
ShowNotifications=0
Enabled=0
dxSkinsDefaultPainters=0
47 changes: 47 additions & 0 deletions Observer/ufmMain.dfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
object WhichFontFather: TWhichFontFather
Left = 0
Top = 0
Caption = 'Which Font is it using'
ClientHeight = 475
ClientWidth = 328
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
328
475)
PixelsPerInch = 96
TextHeight = 13
object lstFonts: TListBox
Left = 8
Top = 8
Width = 312
Height = 459
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 13
TabOrder = 0
ExplicitWidth = 273
ExplicitHeight = 334
end
object btn1: TButton
Left = 72
Top = 188
Width = 184
Height = 88
Anchors = []
Caption = 'START'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
ExplicitLeft = 5
ExplicitTop = 3
end
end
26 changes: 26 additions & 0 deletions Observer/ufmMain.pas
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
unit ufmMain;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;

type
TWhichFontFather = class(TForm)
btn1: TButton;
lstFonts: TListBox;
private
{ Private declarations }
public
{ Public declarations }
end;

var
WhichFontFather: TWhichFontFather;

implementation

{$R *.dfm}

end.
28 changes: 28 additions & 0 deletions WhichFont.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhichFont", "WhichFont.vcxproj", "{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Debug|x64.ActiveCfg = Debug|x64
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Debug|x64.Build.0 = Debug|x64
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Debug|x86.ActiveCfg = Debug|Win32
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Debug|x86.Build.0 = Debug|Win32
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Release|x64.ActiveCfg = Release|x64
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Release|x64.Build.0 = Release|x64
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Release|x86.ActiveCfg = Release|Win32
{77BECCCF-E272-4D7F-A6D4-E78E8CD3A4E9}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit a3a8c0d

Please sign in to comment.