home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / PASM.LZH / PASMAPP.RH < prev    next >
Text File  |  1996-07-03  |  7KB  |  245 lines

  1. //#if !defined(__pasmapp_rh)                // 番兵。まだインクルードされていない場合にのみ,このファイルを使用
  2. //#define __pasmapp_rh
  3.  
  4. /*  Main partsasm
  5.     Project Team DoGA
  6.     Copyright (c) 1995. All Rights Reserved.
  7.  
  8.     サブシステム:    partsasm.exe Application
  9.     ファイル:        pasmapp.h
  10.     作成者:          Taka2
  11.  
  12.  
  13.     概要
  14.     ====
  15.     pasmapp.rc で定義されているすべてのリソースの定数定義
  16. */
  17.  
  18.  
  19. //
  20. // IDHELP BWCC ダイアログ用のボーランドボタン
  21. //
  22. #define IDHELP                  998             // ヘルプボタンの ID
  23.  
  24.  
  25. //
  26. // アプリケーション固有の定義:
  27. //
  28. #define IDC_REND_WIDTH    536
  29. #define IDC_REND_HEIGHT    537
  30. #define IDD_COLOR    530
  31. #define IDC_COLOR_MG    535
  32. #define IDC_LIGHT_LEFT    538
  33. #define IDC_LIGHT_RIGHT    539
  34. #define IDC_COLOR_GR    534
  35. #define IDC_COLOR_RD    533
  36. #define IDC_COLOR_BL    532
  37. #define IDC_COLOR_WH    531
  38. #define IDD_SLIDER    520
  39. #define IDC_SLIDERPROMPT 523
  40. #define IDC_SLIDERVALUE    522
  41. #define IDC_SLIDER        521
  42. #define IDC_DIRECT_M3    512
  43. #define IDC_DIRECT_M2    511
  44. #define IDC_DIRECT_M1    510
  45. #define IDC_DIRECT_SZ    509
  46. #define IDC_DIRECT_SY    508
  47. #define IDC_DIRECT_SX    507
  48. #define IDC_DIRECT_RZ    506
  49. #define IDC_DIRECT_RY    505
  50. #define IDC_DIRECT_RX    504
  51. #define IDC_DIRECT_PZ    503
  52. #define IDC_DIRECT_PY    502
  53. #define IDC_DIRECT_PX    501
  54. #define IDD_DIRECTINPUT    500
  55. #define BUTTON_ZOOM        413
  56. #define BUTTON_CANCEL    412
  57. #define BUTTON_OK    411
  58. #define BITMAP_BUTTON_FD    410
  59. #define BITMAP_BUTTON_BD    409
  60. #define BITMAP_BUTTON_UR    408
  61. #define BITMAP_BUTTON_DR    407
  62. #define BITMAP_BUTTON_RR    406
  63. #define BITMAP_BUTTON_LR    405
  64. #define BITMAP_BUTTON_DP    404
  65. #define BITMAP_BUTTON_UP    403
  66. #define BITMAP_BUTTON_RP    402
  67. #define BITMAP_BUTTON_LP    401
  68. #define IDD_PARTS    301
  69. #define IDC_PARTS_LISTBOX    302
  70. #define IDC_PARTS_NAME    303
  71. #define IDI_SDIAPPLICATION      1001            // アプリケーションアイコン
  72.  
  73. #define SDI_MENU                100             // メニューリソースの ID と,アクセラレータの ID
  74. #define CM_ETCHIDDENREMOVE    101
  75. #define SDI_MENU_REND           101             // メニューリソースの ID と,アクセラレータの ID
  76. #define SDI_MENU_BOTH           102             // メニューリソースの ID と,アクセラレータの ID
  77. #define CM_RENDCOLOR    129
  78. #define CM_RENDSHOW    128
  79. #define CM_DISPZOOM    127
  80. #define CM_HELPCONTEXT    126
  81. #define CM_ALLSCALE    125
  82. #define CM_ETCMESHSPACING    124
  83. #define CM_ETCMESHON    123
  84. #define CM_FXGSHOW    122
  85. #define CM_PARTSINITSCALE    121
  86. #define CM_PARTSINITROT    120
  87. #define CM_PARTSINITMOVE    119
  88. #define CM_ETCGRID    118
  89. #define CM_ETCINITTARGET    117
  90. #define CM_ETCINITEYE    116
  91. #define CM_ETCSCALESPACE    115
  92. #define CM_ETCROTSPACE    114
  93. #define CM_ETCGRIDSPACE    113
  94. #define CM_ETCSCALEONLY    112
  95. #define CM_ETCROTONLY    111
  96. #define CM_ETCROTSCALE    110
  97. #define CM_ETCSCALEDOWN    109
  98. #define CM_ETCSCALEUP    108
  99. #define CM_EDITDUPZ    107
  100. #define CM_EDITDUPY    106
  101. #define CM_EDITDUPX    105
  102. #define CM_EDITDUP    104
  103. #define CM_PartsCatalog    103
  104. #define CM_PartsExchange    102
  105.  
  106. //
  107. // CM_FILEnnnn コマンド (include\owl\editfile.rh 但し CM_FILEPRINTPREVIEW を除く)
  108. //
  109. #define CM_FILENEW              24331           // SDI 新規作成
  110. #define CM_FILEOPEN             24332           // SDI 開く
  111. #define CM_FILECLOSE            24339
  112. #define CM_FILESAVE             24333
  113. #define CM_FILESAVEAS           24334
  114.  
  115.  
  116. //
  117. // ウィンドウコマンド (include\owl\windows.rh)
  118. //
  119. #define CM_EXIT                 24310
  120.  
  121.  
  122. //
  123. // CM_EDITnnnn コマンド (include\owl\edit.rh)
  124. //
  125. #define CM_EDITUNDO             24321
  126. #define CM_EDITCUT              24322
  127. #define CM_EDITCOPY             24323
  128. #define CM_EDITPASTE            24324
  129. #define CM_EDITDELETE           24325
  130. #define CM_EDITCLEAR            24326
  131. #define CM_EDITADD              24327
  132. #define CM_EDITEDIT             24328
  133.  
  134.  
  135. //
  136. // 検索メニューコマンド (include\owl\editsear.rh)
  137. //
  138. #define CM_EDITFIND             24351
  139. #define CM_EDITREPLACE          24352
  140. #define CM_EDITFINDNEXT         24353
  141.  
  142.  
  143. //
  144. // ヘルプメニューコマンド
  145. //
  146. #define CM_HELPABOUT            2009
  147.  
  148.  
  149. //
  150. // 「・・・について」ダイアログ
  151. //
  152. #define IDD_ABOUT            22000
  153. #define IDC_VERSION             22001
  154. #define IDC_COPYRIGHT           22002
  155. #define IDC_DEBUG               22003
  156.  
  157. //
  158. // OWL 定義文字列
  159. //
  160.  
  161. // Statusbar
  162. #define IDS_MODES               32530
  163. #define IDS_MODESOFF            32531
  164.  
  165.  
  166. // EditFile
  167. #define IDS_UNTITLED            32550
  168. #define IDS_UNABLEREAD          32551
  169. #define IDS_UNABLEWRITE         32552
  170. #define IDS_FILECHANGED         32553
  171. #define IDS_FILEFILTER          32554
  172.                                 
  173. // EditSearch                   
  174. #define IDS_CANNOTFIND          32540
  175.  
  176.  
  177. //
  178. // 汎用・アプリケーションの例外メッセージ (include\owl\except.rh)
  179. //
  180. #define IDS_UNKNOWNEXCEPTION    32767
  181. #define IDS_OWLEXCEPTION        32766
  182. #define IDS_OKTORESUME          32765
  183. #define IDS_UNHANDLEDXMSG       32764
  184. #define IDS_UNKNOWNERROR        32763
  185. #define IDS_NOAPP               32762
  186. #define IDS_OUTOFMEMORY         32761
  187. #define IDS_INVALIDMODULE       32760
  188. #define IDS_INVALIDMAINWINDOW   32759
  189.  
  190. //
  191. // Owl 1 互換メッセージ
  192. //
  193. #define IDS_INVALIDWINDOW       32756
  194. #define IDS_INVALIDCHILDWINDOW  32755
  195. #define IDS_INVALIDCLIENTWINDOW 32754
  196.  
  197. //
  198. // TXWindow メッセージ
  199. //
  200. #define IDS_CLASSREGISTERFAIL   32749
  201. #define IDS_CHILDREGISTERFAIL   32748
  202. #define IDS_WINDOWCREATEFAIL    32747
  203. #define IDS_WINDOWEXECUTEFAIL   32746
  204. #define IDS_CHILDCREATEFAIL     32745
  205.  
  206. #define IDS_MENUFAILURE         32744
  207. #define IDS_VALIDATORSYNTAX     32743
  208. #define IDS_PRINTERERROR        32742
  209.  
  210. #define IDS_LAYOUTINCOMPLETE    32741
  211. #define IDS_LAYOUTBADRELWIN     32740
  212.  
  213. //
  214. // TXGdi メッセージ
  215. //
  216. #define IDS_GDIFAILURE          32739
  217. #define IDS_GDIALLOCFAIL        32738
  218. #define IDS_GDICREATEFAIL       32737
  219. #define IDS_GDIRESLOADFAIL      32736
  220. #define IDS_GDIFILEREADFAIL     32735
  221. #define IDS_GDIDELETEFAIL       32734
  222. #define IDS_GDIDESTROYFAIL      32733
  223. #define IDS_INVALIDDIBHANDLE    32732
  224.  
  225.  
  226. // TInputDialog ダイアログのリソース (include\owl\inputdia.rh)
  227. #define IDD_INPUTDIALOG         32514
  228. #define ID_PROMPT               4091
  229. #define ID_INPUT                4090
  230.  
  231.  
  232. // TSlider のビットマップ (水平および垂直) (include\owl\slider.rh)
  233. #define IDB_HSLIDERTHUMB        32000
  234. #define IDB_VSLIDERTHUMB        32001
  235.  
  236.  
  237. // データ検証メッセージ (include\owl\validate.rh)
  238. #define IDS_VALPXPCONFORM       32520
  239. #define IDS_VALINVALIDCHAR      32521
  240. #define IDS_VALNOTINRANGE       32522
  241. #define IDS_VALNOTINLIST        32523
  242.  
  243.  
  244. //#endif         // __pasmapp_rh 番兵
  245.