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