Borland Delphi 程式
使用 ResScope 1.96 開啟程式
在 RC 資源 裡 將
(Font.Charset = GB2312_CHARSET) 註:134 Simplified Chinese characters 簡體中文
改為
(Font.Charset = CHINESEBIG5_CHARSET) 註:136 Traditional Chinese characters 繁體中文
另 字體 Font.Name = '冼极' 改為 Font.Name = '新細明體'
試試希望有幫到您~~ ^_^
|