- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
GENESIS2000 System Hooks
1
Genesis2000
Hooks Training
$GENESIS_DIR/sys/hooks
Richard Yu
GENESIS2000 System Hooks
2
1. acquire
Description This hook is activated when the File Acquire command is
activated at the Engineering Toolkit window. It is used to
import jobs from the STAR 1000 system.
See Also The Engineering Toolkit (Doc.0102)
Acquire : 從Star1000的資料庫系統中將料號取回,
並回存到genesis2000的資料庫上
GENESIS2000 System Hooks
3
2. area_pixmaps
Description This hook is a directory which contains bitmap files. When
a user attaches the attribute .area_name=name to a surface
feature, the surface will be displayed stippled according to the
bitmap file by that name.
See Also
Area_pixmaps : 這是一個目錄, $GENESIS_DIR/sys/hooks/area_pixmaps, 內
含 bitmap 檔,
========================================================================
#define yux_width 100
#define yux_height 40
static unsigned char yux_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0x04, 0x00, 0x00,
……………
GENESIS2000 System Hooks
4
Bitmap 檔的格式, 可由三種方式來製作
在 Windows Nt 或 2000.
/bin/xpaint.exe
只要在存檔時, 將檔案存成 .xbm 或 .xpm 的格式即可.
在 Solari
原创力文档


文档评论(0)