home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / YPENSEL.C < prev    next >
Text File  |  1995-06-17  |  8KB  |  345 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <winb.h>
  5. #include <te.h>
  6. #include <fntb.h>
  7. #include <gui.h>
  8.  
  9. int    idPenEdDlg = -1 ;
  10. int    idPenEdTitleMsg = -1 ;
  11. int    idPenEdToolTIcon[5] = -1 ;
  12. int    idPenEdOkDBtn = -1 ;
  13. int    idPenEdOkMsg = -1 ;
  14. int    idPenEdCancelDBtn = -1 ;
  15. int    idPenEdCancelMsg = -1 ;
  16. int    idPenEdGrayMsg = -1 ;
  17. int    idPenEdGrayNumMsg = -1 ;
  18. int    idPenEdGraySBar = -1 ;
  19. int    idPenEdEditHSBar = -1 ;
  20. int    idPenEdEditVSBar = -1 ;
  21. int    idPenEdSizeDBtn = -1 ;
  22. int    idPenEdSizeMsg = -1 ;
  23. int    idPenEdEditWin = -1 ;
  24. int    idPenEdSampleWin = -1 ;
  25. int    idPenSelDlg = -1 ;
  26. int    idPenSelTitleMsg = -1 ;
  27. int    idPenSelSBar = -1 ;
  28. int    idPenSelConcMsg = -1 ;
  29. int    idPenSelConcTIcon = -1 ;
  30. int    idPenSelEraseIcon = -1 ;
  31. int    idPenSelEndDBtn = -1 ;
  32. int    idPenSelEndMsg = -1 ;
  33. int    idPenSelEditDBtn = -1 ;
  34. int    idPenSelEditMsg = -1 ;
  35. int    idPenSelSaveDBtn = -1 ;
  36. int    idPenSelSaveMsg = -1 ;
  37. int    idPenSelLoadDBtn = -1 ;
  38. int    idPenSelLoadMsg = -1 ;
  39. int    idPenSelSampleListWin = -1 ;
  40. int    idPenSelSelectWin[4] = -1 ;
  41. int    idBrushSmallDlg = -1 ;
  42. int    idBrushT1Hyper = -1 ;
  43. int    idBrushTitleMsg[2] = -1 ;
  44. int    idBrushWinSizeIcon[2] = -1 ;
  45. int    idBrushT3Hyper = -1 ;
  46. int    idBrushPenSampleTIcon[4] = -1 ;
  47. int    idBrushEraseIcon[2] = -1 ;
  48. int    idBrushTinyDlg = -1 ;
  49. int    idBrushT5Hyper = -1 ;
  50. int    idBrushT4Hyper = -1 ;
  51. int    idBrushPenDispWin = -1 ;
  52. int    idBrushPenBtn = -1 ;
  53. int    idBrushT2Hyper = -1 ;
  54. int    idBrushMsg[2] = -1 ;
  55. int    idBrushModeMenu = -1 ;
  56. int    idBrushModeMItem = -1 ;
  57. int    idBrushModeSelMenu = -1 ;
  58. int    idBrushModeSelMItem[7] = -1 ;
  59. int    idBrushGrayNumMsg = -1 ;
  60. int    idBrushGraySBar = -1 ;
  61.  
  62. /*    initDataZPENSEL:idPenEdToolTIcon[0]:MJ_TICONL40の呼び出し関数    */
  63. /*    initDataZPENSEL:idPenEdToolTIcon[1]:MJ_TICONL40の呼び出し関数    */
  64. /*    initDataZPENSEL:idPenEdToolTIcon[2]:MJ_TICONL40の呼び出し関数    */
  65. /*    initDataZPENSEL:idPenEdToolTIcon[3]:MJ_TICONL40の呼び出し関数    */
  66. /*    initDataZPENSEL:idPenEdToolTIcon[4]:MJ_TICONL40の呼び出し関数    */
  67. int    penedTICONtoolFunc(kobj, messId, argc, pev, trigger)
  68. int        kobj ;
  69. int        messId ;
  70. int        argc ;
  71. EVENT    *pev ;
  72. int        trigger ;
  73. {
  74.     return NOERR ;
  75. }
  76.  
  77. /*    initDataZPENSEL:idPenEdOkDBtn:MJ_DBUTTONL40の呼び出し関数    */
  78. int    penedDBTNokFunc(kobj, messId, argc, pev, trigger)
  79. int        kobj ;
  80. int        messId ;
  81. int        argc ;
  82. EVENT    *pev ;
  83. int        trigger ;
  84. {
  85.     return NOERR ;
  86. }
  87.  
  88. /*    initDataZPENSEL:idPenEdCancelDBtn:MJ_DBUTTONL40の呼び出し関数    */
  89. int    penedDBTNcancelFunc(kobj, messId, argc, pev, trigger)
  90. int        kobj ;
  91. int        messId ;
  92. int        argc ;
  93. EVENT    *pev ;
  94. int        trigger ;
  95. {
  96.     return NOERR ;
  97. }
  98.  
  99. /*    initDataZPENSEL:idPenEdGraySBar:MJ_SCRLL40の呼び出し関数    */
  100. int    penedSBARgrayFunc(kobj, messId, argc, pev, trigger)
  101. int        kobj ;
  102. int        messId ;
  103. int        argc ;
  104. EVENT    *pev ;
  105. int        trigger ;
  106. {
  107.     return NOERR ;
  108. }
  109.  
  110. /*    initDataZPENSEL:idPenEdEditHSBar:MJ_SCRLL40の呼び出し関数    */
  111. /*    initDataZPENSEL:idPenEdEditVSBar:MJ_SCRLL40の呼び出し関数    */
  112. int    penedSBAReditFunc(kobj, messId, argc, pev, trigger)
  113. int        kobj ;
  114. int        messId ;
  115. int        argc ;
  116. EVENT    *pev ;
  117. int        trigger ;
  118. {
  119.     return NOERR ;
  120. }
  121.  
  122. /*    initDataZPENSEL:idPenEdSizeDBtn:MJ_DBUTTONL40の呼び出し関数    */
  123. int    penedDBTNsizeFunc(kobj, messId, argc, pev, trigger)
  124. int        kobj ;
  125. int        messId ;
  126. int        argc ;
  127. EVENT    *pev ;
  128. int        trigger ;
  129. {
  130.     return NOERR ;
  131. }
  132.  
  133. /*    initDataZPENSEL:idPenEdEditWin:MJ_WINDOWL40の呼び出し関数    */
  134. int    PenEdEditWinProc(kobj, messId, argc, pev, trigger)
  135. int        kobj ;
  136. int        messId ;
  137. int        argc ;
  138. EVENT    *pev ;
  139. int        trigger ;
  140. {
  141.     return NOERR ;
  142. }
  143.  
  144. /*    initDataZPENSEL:idPenEdSampleWin:MJ_WINDOWL40の呼び出し関数    */
  145. int    PenEdSampleWinProc(kobj, messId, argc, pev, trigger)
  146. int        kobj ;
  147. int        messId ;
  148. int        argc ;
  149. EVENT    *pev ;
  150. int        trigger ;
  151. {
  152.     return NOERR ;
  153. }
  154.  
  155. /*    initDataZPENSEL:idPenSelSBar:MJ_SCRLL40の呼び出し関数    */
  156. int    penselSBARFunc(kobj, messId, argc, pev, trigger)
  157. int        kobj ;
  158. int        messId ;
  159. int        argc ;
  160. EVENT    *pev ;
  161. int        trigger ;
  162. {
  163.     return NOERR ;
  164. }
  165.  
  166. /*    initDataZPENSEL:idPenSelConcTIcon:MJ_TICONL40の呼び出し関数    */
  167. int    penselTICONconcFunc(kobj, messId, argc, pev, trigger)
  168. int        kobj ;
  169. int        messId ;
  170. int        argc ;
  171. EVENT    *pev ;
  172. int        trigger ;
  173. {
  174.     return NOERR ;
  175. }
  176.  
  177. /*    initDataZPENSEL:idPenSelEraseIcon:MJ_ICONL40の呼び出し関数    */
  178. int    penselICONeraseFunc(kobj, messId, argc, pev, trigger)
  179. int        kobj ;
  180. int        messId ;
  181. int        argc ;
  182. EVENT    *pev ;
  183. int        trigger ;
  184. {
  185.     return NOERR ;
  186. }
  187.  
  188. /*    initDataZPENSEL:idPenSelEndDBtn:MJ_DBUTTONL40の呼び出し関数    */
  189. int    penselDBTNendFunc(kobj, messId, argc, pev, trigger)
  190. int        kobj ;
  191. int        messId ;
  192. int        argc ;
  193. EVENT    *pev ;
  194. int        trigger ;
  195. {
  196.     return NOERR ;
  197. }
  198.  
  199. /*    initDataZPENSEL:idPenSelEditDBtn:MJ_DBUTTONL40の呼び出し関数    */
  200. int    penselDBTNeditFunc(kobj, messId, argc, pev, trigger)
  201. int        kobj ;
  202. int        messId ;
  203. int        argc ;
  204. EVENT    *pev ;
  205. int        trigger ;
  206. {
  207.     return NOERR ;
  208. }
  209.  
  210. /*    initDataZPENSEL:idPenSelSaveDBtn:MJ_DBUTTONL40の呼び出し関数    */
  211. int    penselDBTNsaveFunc(kobj, messId, argc, pev, trigger)
  212. int        kobj ;
  213. int        messId ;
  214. int        argc ;
  215. EVENT    *pev ;
  216. int        trigger ;
  217. {
  218.     return NOERR ;
  219. }
  220.  
  221. /*    initDataZPENSEL:idPenSelLoadDBtn:MJ_DBUTTONL40の呼び出し関数    */
  222. int    penselDBTNloadFunc(kobj, messId, argc, pev, trigger)
  223. int        kobj ;
  224. int        messId ;
  225. int        argc ;
  226. EVENT    *pev ;
  227. int        trigger ;
  228. {
  229.     return NOERR ;
  230. }
  231.  
  232. /*    initDataZPENSEL:idPenSelSampleListWin:MJ_WINDOWL40の呼び出し関数    */
  233. int    PenSelSampleListWinProc(kobj, messId, argc, pev, trigger)
  234. int        kobj ;
  235. int        messId ;
  236. int        argc ;
  237. EVENT    *pev ;
  238. int        trigger ;
  239. {
  240.     return NOERR ;
  241. }
  242.  
  243. /*    initDataZPENSEL:idPenSelSelectWin[0]:MJ_WINDOWL40の呼び出し関数    */
  244. /*    initDataZPENSEL:idPenSelSelectWin[1]:MJ_WINDOWL40の呼び出し関数    */
  245. /*    initDataZPENSEL:idPenSelSelectWin[2]:MJ_WINDOWL40の呼び出し関数    */
  246. /*    initDataZPENSEL:idPenSelSelectWin[3]:MJ_WINDOWL40の呼び出し関数    */
  247. int    PenSelSelectWinProc(kobj, messId, argc, pev, trigger)
  248. int        kobj ;
  249. int        messId ;
  250. int        argc ;
  251. EVENT    *pev ;
  252. int        trigger ;
  253. {
  254.     return NOERR ;
  255. }
  256.  
  257. /*    initDataZPENSEL:idBrushWinSizeIcon[0]:MJ_ICONL40の呼び出し関数    */
  258. /*    initDataZPENSEL:idBrushWinSizeIcon[1]:MJ_ICONL40の呼び出し関数    */
  259. int    brushICONwinsizeFunc(kobj, messId, argc, pev, trigger)
  260. int        kobj ;
  261. int        messId ;
  262. int        argc ;
  263. EVENT    *pev ;
  264. int        trigger ;
  265. {
  266.     return NOERR ;
  267. }
  268.  
  269. /*    initDataZPENSEL:idBrushPenSampleTIcon[0]:MJ_TICONL40の呼び出し関数    */
  270. /*    initDataZPENSEL:idBrushPenSampleTIcon[1]:MJ_TICONL40の呼び出し関数    */
  271. /*    initDataZPENSEL:idBrushPenSampleTIcon[2]:MJ_TICONL40の呼び出し関数    */
  272. /*    initDataZPENSEL:idBrushPenSampleTIcon[3]:MJ_TICONL40の呼び出し関数    */
  273. int    brushTICONpensampleFunc(kobj, messId, argc, pev, trigger)
  274. int        kobj ;
  275. int        messId ;
  276. int        argc ;
  277. EVENT    *pev ;
  278. int        trigger ;
  279. {
  280.     return NOERR ;
  281. }
  282.  
  283. /*    initDataZPENSEL:idBrushEraseIcon[0]:MJ_ICONL40の呼び出し関数    */
  284. /*    initDataZPENSEL:idBrushEraseIcon[1]:MJ_ICONL40の呼び出し関数    */
  285. int    brushICONeraseFunc(kobj, messId, argc, pev, trigger)
  286. int        kobj ;
  287. int        messId ;
  288. int        argc ;
  289. EVENT    *pev ;
  290. int        trigger ;
  291. {
  292.     return NOERR ;
  293. }
  294.  
  295. /*    initDataZPENSEL:idBrushPenDispWin:MJ_WINDOWL40の呼び出し関数    */
  296. int    BrushPenDispWinProc(kobj, messId, argc, pev, trigger)
  297. int        kobj ;
  298. int        messId ;
  299. int        argc ;
  300. EVENT    *pev ;
  301. int        trigger ;
  302. {
  303.     return NOERR ;
  304. }
  305.  
  306. /*    initDataZPENSEL:idBrushPenBtn:MJ_BUTTONL40の呼び出し関数    */
  307. int    BrushPenBtnProc(kobj, messId, argc, pev, trigger)
  308. int        kobj ;
  309. int        messId ;
  310. int        argc ;
  311. EVENT    *pev ;
  312. int        trigger ;
  313. {
  314.     return NOERR ;
  315. }
  316.  
  317. /*    initDataZPENSEL:idBrushModeSelMItem[0]:MJ_MITEML40の呼び出し関数    */
  318. /*    initDataZPENSEL:idBrushModeSelMItem[1]:MJ_MITEML40の呼び出し関数    */
  319. /*    initDataZPENSEL:idBrushModeSelMItem[2]:MJ_MITEML40の呼び出し関数    */
  320. /*    initDataZPENSEL:idBrushModeSelMItem[3]:MJ_MITEML40の呼び出し関数    */
  321. /*    initDataZPENSEL:idBrushModeSelMItem[4]:MJ_MITEML40の呼び出し関数    */
  322. /*    initDataZPENSEL:idBrushModeSelMItem[5]:MJ_MITEML40の呼び出し関数    */
  323. /*    initDataZPENSEL:idBrushModeSelMItem[6]:MJ_MITEML40の呼び出し関数    */
  324. int    brushMITEMmodeselFunc(kobj, messId, argc, pev, trigger)
  325. int        kobj ;
  326. int        messId ;
  327. int        argc ;
  328. EVENT    *pev ;
  329. int        trigger ;
  330. {
  331.     return NOERR ;
  332. }
  333.  
  334. /*    initDataZPENSEL:idBrushGraySBar:MJ_SCRLL40の呼び出し関数    */
  335. int    brushSBARgrayFunc(kobj, messId, argc, pev, trigger)
  336. int        kobj ;
  337. int        messId ;
  338. int        argc ;
  339. EVENT    *pev ;
  340. int        trigger ;
  341. {
  342.     return NOERR ;
  343. }
  344.  
  345.