Skip to content

Commit 2a4a3d4

Browse files
committed
Initial commit
0 parents  commit 2a4a3d4

File tree

175 files changed

+28442
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+28442
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app

CrazyKeys/.vs/CrazyKeys/v15/.suo

32 KB
Binary file not shown.
40.6 MB
Binary file not shown.

CrazyKeys/.vs/CrazyKeys/v16/.suo

32 KB
Binary file not shown.
4 KB
Binary file not shown.
Binary file not shown.
3.6 MB
Binary file not shown.

CrazyKeys/CrazyKeys.sln

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.28307.852
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CrazyKeys_Exe", "CrazyKeys_Exe\CrazyKeys_Exe.vcxproj", "{37D631E3-CA50-4C7A-AE69-0982DE1727FB}"
6+
EndProject
7+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CrazyKeys_Dll", "CrazyKeys_Dll\CrazyKeys_Dll.vcxproj", "{010689BB-3E9D-4940-B5FC-24669F5D012E}"
8+
EndProject
9+
Global
10+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11+
Debug|x86 = Debug|x86
12+
Release|x86 = Release|x86
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{37D631E3-CA50-4C7A-AE69-0982DE1727FB}.Debug|x86.ActiveCfg = Debug|Win32
16+
{37D631E3-CA50-4C7A-AE69-0982DE1727FB}.Debug|x86.Build.0 = Debug|Win32
17+
{37D631E3-CA50-4C7A-AE69-0982DE1727FB}.Release|x86.ActiveCfg = Release|Win32
18+
{37D631E3-CA50-4C7A-AE69-0982DE1727FB}.Release|x86.Build.0 = Release|Win32
19+
{010689BB-3E9D-4940-B5FC-24669F5D012E}.Debug|x86.ActiveCfg = Debug|Win32
20+
{010689BB-3E9D-4940-B5FC-24669F5D012E}.Debug|x86.Build.0 = Debug|Win32
21+
{010689BB-3E9D-4940-B5FC-24669F5D012E}.Release|x86.ActiveCfg = Release|Win32
22+
{010689BB-3E9D-4940-B5FC-24669F5D012E}.Release|x86.Build.0 = Release|Win32
23+
EndGlobalSection
24+
GlobalSection(SolutionProperties) = preSolution
25+
HideSolutionNode = FALSE
26+
EndGlobalSection
27+
GlobalSection(ExtensibilityGlobals) = postSolution
28+
SolutionGuid = {2D82ED7E-E71A-4C0F-887B-B4259D87BD50}
29+
EndGlobalSection
30+
EndGlobal

CrazyKeys/CrazyKeys.v12.suo

10 KB
Binary file not shown.
8.43 KB
Binary file not shown.
47.7 KB
Binary file not shown.
127 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
#define HIDH_MAIN 0
4+
#define HIDH_ABOUT_PROGRAM_WELCOME 11
5+
#define HIDH_ABOUT_PROGRAM_WORK 12
6+
#define HIDH_ABOUT_PROBLEMS 14
7+
#define HIDH_ABOUT_SOURCE 15
8+
#define HIDH_ABOUT_ME 16
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
; This file is maintained by HCW. Do not modify this file directly.
2+
3+
[OPTIONS]
4+
COMPRESS=12 Hall Zeck
5+
LCID=0x419 0x0 0x0 ; Russian
6+
REPORT=Yes
7+
CONTENTS=HIDH_MAIN
8+
TITLE=Crazy Keys
9+
COPYRIGHT=LIOAN
10+
HLP=CrazyKeysHelp.hlp
11+
12+
[FILES]
13+
CrazyKeysHelp.rtf
14+
15+
[MAP]
16+
#include <..\CrazyKeys_Exe\resource.hm>
17+
#include <CrazyKeysHelp.h>
18+
19+
[WINDOWS]
20+
Main="CrazyKeys Translit Help",(128,128,768,768),27648,,(r12632256)
21+
22+
[CONFIG]
23+
BrowseButtons()

0 commit comments

Comments
 (0)