Antonio Linares wrote:Ramesh,
Are those dialogs from a RC file ?
If so, could you please post here the RC file or send it to my email ?
thanks
// Add this to your resources RC file
#ifdef __FLAT__
1 24 "./WinXP/WindowsXP.Manifest"
#endif
new BITMAP "./bitmaps/32x32/new.bmp"
quit BITMAP "./bitmaps/32x32/quit.bmp"
TEST DIALOG 20, 41, 356, 86
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "測試 Unicode 繁體中文(Traditional Chinese)-例如堃,叙"
FONT 12, "細明體"
{
EDITTEXT 201, 68, 7, 170, 12
EDITTEXT 202, 68, 22, 99, 12
CONTROL "存檔", 301, "BUTTON", BS_USERBUTTON | WS_TABSTOP, 302, 8, 46, 18
CONTROL "取消", 302, "BUTTON", BS_USERBUTTON | WS_TABSTOP, 302, 29, 46, 18
CONTROL "列印", 303, "BUTTON", BS_USERBUTTON | WS_TABSTOP, 302, 50, 46, 18
LTEXT "中文地址", 101, 5, 7, 60, 12
LTEXT "中文姓名", 102, 5, 22, 60, 12
}
Antonio Linares wrote:As Embarcadero does not allow the redistribution of these (free) tools, if you are interested
about using cgrc.exe please send me a gmail account if you want to receive the instructions about how to download the software
from Embarcadero and where this tool is located
rem IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1
IF EXIST %1.rc %bcdir%\bin\cgrc -r -m -ipath%bcdir%\include %1
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 70 guests