mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 20:28:19 +02:00
- added compilable rc file for menus
- finishing applying of roozbeh patch (0008373) git-svn-id: trunk@10917 -
This commit is contained in:
parent
f8db4d067f
commit
3abf2565f0
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2679,6 +2679,8 @@ lcl/interfaces/wince/wincelclintfh.inc svneol=native#text/plain
|
||||
lcl/interfaces/wince/wincelistsl.inc svneol=native#text/plain
|
||||
lcl/interfaces/wince/wincelistslh.inc svneol=native#text/plain
|
||||
lcl/interfaces/wince/wincememostrings.inc svneol=native#text/plain
|
||||
lcl/interfaces/wince/wincemenures.rc svneol=native#text/plain
|
||||
lcl/interfaces/wince/wincemenures.res -text
|
||||
lcl/interfaces/wince/winceobject.inc svneol=native#text/plain
|
||||
lcl/interfaces/wince/winceproc.pp svneol=native#text/plain
|
||||
lcl/interfaces/wince/wincewinapi.inc svneol=native#text/plain
|
||||
|
96
lcl/interfaces/wince/wincemenures.rc
Normal file
96
lcl/interfaces/wince/wincemenures.rc
Normal file
@ -0,0 +1,96 @@
|
||||
STRINGTABLE
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
102, " "
|
||||
103, " "
|
||||
104, " "
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
40037, " "
|
||||
END
|
||||
|
||||
101 MENU
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
MENUITEM " ", 40052
|
||||
MENUITEM " ", 40053
|
||||
END
|
||||
|
||||
105 MENU
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
MENUITEM " ", 40052
|
||||
POPUP " "
|
||||
BEGIN
|
||||
MENUITEM " ", 40032
|
||||
END
|
||||
END
|
||||
|
||||
106 MENU
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
POPUP " "
|
||||
BEGIN
|
||||
MENUITEM " ", 40033
|
||||
END
|
||||
MENUITEM " ", 40053
|
||||
END
|
||||
|
||||
107 MENU
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
POPUP " "
|
||||
BEGIN
|
||||
MENUITEM " ", 40035
|
||||
END
|
||||
POPUP " "
|
||||
BEGIN
|
||||
MENUITEM " ", 40034
|
||||
END
|
||||
END
|
||||
|
||||
101 RCDATA
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
'65 00 02 00 FE FF 74 9C 04 00 10 00 65 9C 00 00 '
|
||||
'FF FF FE FF 75 9C 04 00 10 00 65 9C 00 00 FF FF '
|
||||
END
|
||||
|
||||
|
||||
105 RCDATA
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
'69 00 02 00 FE FF 74 9C 04 00 10 00 65 9C 00 00 '
|
||||
'FF FF FE FF 75 9C 04 00 18 00 65 9C 00 00 01 00 '
|
||||
END
|
||||
|
||||
|
||||
106 RCDATA
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
'6A 00 02 00 FE FF 74 9C 04 00 18 00 65 9C 00 00 '
|
||||
'00 00 FE FF 75 9C 04 00 10 00 65 9C 00 00 FF FF '
|
||||
END
|
||||
|
||||
|
||||
107 RCDATA
|
||||
MOVEABLE PURE LOADONCALL DISCARDABLE
|
||||
LANGUAGE LANG_ENGLISH, 1
|
||||
BEGIN
|
||||
'6B 00 02 00 FE FF 74 9C 04 00 18 00 65 9C 00 00 '
|
||||
'00 00 FE FF 75 9C 04 00 18 00 65 9C 00 00 01 00 '
|
||||
END
|
||||
|
||||
|
BIN
lcl/interfaces/wince/wincemenures.res
Normal file
BIN
lcl/interfaces/wince/wincemenures.res
Normal file
Binary file not shown.
@ -100,7 +100,7 @@ implementation
|
||||
|
||||
uses strutils;
|
||||
|
||||
{.$R wincemenures.res}
|
||||
{$R wincemenures.res}
|
||||
|
||||
{ helper routines }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user