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

  1. //#if !defined(__meditapp_rh)                // 番兵。まだインクルードされていない場合にのみ,このファイルを使用
  2. //#define __meditapp_rh
  3.  
  4. /*  Main medit
  5.     Project Team DoGA
  6.     Copyright (c) 1995. All Rights Reserved.
  7.  
  8.     サブシステム:    medit.exe Application
  9.     ファイル:        meditapp.h
  10.     作成者:          Taka2
  11.  
  12.  
  13.     概要
  14.     ====
  15.     meditapp.rc で定義されているすべてのリソースの定数定義
  16. */
  17.  
  18.  
  19. //
  20. // IDHELP BWCC ダイアログ用のボーランドボタン
  21. //
  22. #define IDHELP                  998             // ヘルプボタンの ID
  23.  
  24.  
  25. //
  26. // アプリケーション固有の定義:
  27. //
  28.  
  29.  
  30. #define CM_EDIT_DELETE            201
  31. #define CM_EDIT_DUP                202
  32. #define CM_EDIT_EXCHANGE        203
  33. #define CM_EDIT_FORWARD            204
  34. #define CM_EDIT_MAXFRAME        205
  35. #define CM_MECHA_ADD_FIX        206
  36. #define CM_MECHA_ADD_MOVE        207
  37. #define CM_MECHA_RANGE            208
  38. #define CM_CAMERA_ADD_END        209
  39. #define CM_CAMERA_DELETE_END    210
  40. #define CM_CAMERA_RANGE            211
  41. #define CM_CAMERA_TARGET_RANGE  212
  42. #define CM_CAMERA_LIGHT            213
  43. #define CM_DISP_FXGA            214
  44. #define CM_DISP_REND            216
  45. #define CM_DISP_RENDRESO        217
  46. #define CM_DISP_WIREVIEW        218
  47. #define CM_DISP_SIMPLE            219
  48. #define CM_DISP_ZOOM            220
  49. #define CM_DISP_SCALEDOWN        221
  50. #define CM_DISP_SCALEUP            222
  51. #define CM_DISP_MESH            223
  52. #define CM_DISP_MESHSPACE        224
  53. #define CM_MODE_GRID            225
  54. #define CM_MODE_GRIDSPACE        226
  55. #define CM_MODE_ROTSPACE        227
  56. #define CM_MODE_SCALESPACE        228
  57.  
  58. #define BITMAP_BUTTON_FRAMEBACKWARD    404
  59. #define BITMAP_BUTTON_FRAMEFORWARD    403
  60. #define BITMAP_BUTTON_STOP    402
  61. #define BITMAP_BUTTON_PLAY    401
  62. #define BUTTON_CANCEL    412
  63. #define BUTTON_OK    411
  64.  
  65. #define    IDD_REND_RESO    530
  66. #define IDC_REND_WIDTH    536
  67. #define IDC_REND_HEIGHT    537
  68.  
  69. #define IDD_SLIDER    520
  70. #define IDC_SLIDERPROMPT 523
  71. #define IDC_SLIDERVALUE    522
  72. #define IDC_SLIDER        521
  73.  
  74.  
  75. #define IDC_DIRECT_TEXT_SZ    519
  76. #define IDC_DIRECT_TEXT_SY    518
  77. #define IDC_DIRECT_TEXT_SX    517
  78. #define IDC_DIRECT_M5    516
  79. #define IDC_DIRECT_M4    515
  80. #define IDC_DIRECT_END    514
  81. #define IDC_DIRECT_BEGIN    513
  82.  
  83. #define IDC_DIRECT_M3    512
  84. #define IDC_DIRECT_M2    511
  85. #define IDC_DIRECT_M1   510
  86. #define IDC_DIRECT_SZ    509
  87. #define IDC_DIRECT_SY    508
  88. #define IDC_DIRECT_SX    507
  89. #define IDC_DIRECT_RZ    506
  90. #define IDC_DIRECT_RY    505
  91. #define IDC_DIRECT_RX    504
  92. #define IDC_DIRECT_PZ    503
  93. #define IDC_DIRECT_PY    502
  94. #define IDC_DIRECT_PX    501
  95. #define IDD_DIRECTINPUT    500
  96.  
  97. #define DIALOG_RANGE    1030
  98. #define IDC_TEXT_END    1031
  99. #define IDC_TEXT_BEGIN    1032
  100. #define IDC_NUM_TIME_BEGIN    1033
  101. #define IDC_NUM_TIME_END    1034
  102. #define IDC_TEXT_TIME_BEGIN    1035
  103. #define IDC_TEXT_TIME_END    1036
  104. #define IDC_TEXT_MESSAGE    1037
  105.  
  106. #define IDI_SDIAPPLICATION      1001            // アプリケーションアイコン
  107.  
  108. #define SDI_MENU                100             // メニューリソースの ID と,アクセラレータの ID
  109. #define CM_DISP_HIDDENREMOVE    1
  110. #define SDI_MENU_REND           101             // メニューリソースの ID と,アクセラレータの ID
  111. #define SDI_MENU_BOTH           102             // メニューリソースの ID と,アクセラレータの ID
  112.  
  113. //
  114. // CM_FILEnnnn コマンド (include\owl\editfile.rh 但し CM_FILEPRINTPREVIEW を除く)
  115. //
  116. #define CM_FILENEW              24331           // SDI 新規作成
  117. #define CM_FILEOPEN             24332           // SDI 開く
  118. #define CM_FILECLOSE            24339
  119. #define CM_FILESAVE             24333
  120. #define CM_FILESAVEAS           24334
  121.  
  122.  
  123. //
  124. // ウィンドウコマンド (include\owl\windows.rh)
  125. //
  126. #define CM_EXIT                 24310
  127.  
  128.  
  129. //
  130. // CM_EDITnnnn コマンド (include\owl\edit.rh)
  131. //
  132. #define CM_EDITUNDO             24321
  133. #define CM_EDITCUT              24322
  134. #define CM_EDITCOPY             24323
  135. #define CM_EDITPASTE            24324
  136. #define CM_EDITDELETE           24325
  137. #define CM_EDITCLEAR            24326
  138. #define CM_EDITADD              24327
  139. #define CM_EDITEDIT             24328
  140.  
  141.  
  142. //
  143. // 検索メニューコマンド (include\owl\editsear.rh)
  144. //
  145. #define CM_EDITFIND             24351
  146. #define CM_EDITREPLACE          24352
  147. #define CM_EDITFINDNEXT         24353
  148.  
  149.  
  150. //
  151. // ヘルプメニューコマンド
  152. //
  153. #define CM_HELPCONTENTS         2001
  154. #define CM_HELPUSING            2002
  155. #define CM_HELPABOUT            2009
  156.  
  157.  
  158. // コンテキストセンシティブヘルプのカーソル
  159. #define IDC_HELPCURSOR          24000
  160.  
  161.  
  162. //
  163. // 「・・・について」ダイアログ
  164. //
  165. #define IDD_ABOUT            22000
  166. #define IDC_VERSION             22001
  167. #define IDC_COPYRIGHT           22002
  168. #define IDC_DEBUG               22003
  169.  
  170. //
  171. // OWL 定義文字列
  172. //
  173.  
  174. // Statusbar
  175. #define IDS_MODES               32530
  176. #define IDS_MODESOFF            32531
  177.  
  178.  
  179. // EditFile
  180. #define IDS_UNTITLED            32550
  181. #define IDS_UNABLEREAD          32551
  182. #define IDS_UNABLEWRITE         32552
  183. #define IDS_FILECHANGED         32553
  184. #define IDS_FILEFILTER          32554
  185.                                 
  186. // EditSearch                   
  187. #define IDS_CANNOTFIND          32540
  188.  
  189.  
  190. //
  191. // 汎用・アプリケーションの例外メッセージ (include\owl\except.rh)
  192. //
  193. #define IDS_UNKNOWNEXCEPTION    32767
  194. #define IDS_OWLEXCEPTION        32766
  195. #define IDS_OKTORESUME          32765
  196. #define IDS_UNHANDLEDXMSG       32764
  197. #define IDS_UNKNOWNERROR        32763
  198. #define IDS_NOAPP               32762
  199. #define IDS_OUTOFMEMORY         32761
  200. #define IDS_INVALIDMODULE       32760
  201. #define IDS_INVALIDMAINWINDOW   32759
  202.  
  203. //
  204. // Owl 1 互換メッセージ
  205. //
  206. #define IDS_INVALIDWINDOW       32756
  207. #define IDS_INVALIDCHILDWINDOW  32755
  208. #define IDS_INVALIDCLIENTWINDOW 32754
  209.  
  210. //
  211. // TXWindow メッセージ
  212. //
  213. #define IDS_CLASSREGISTERFAIL   32749
  214. #define IDS_CHILDREGISTERFAIL   32748
  215. #define IDS_WINDOWCREATEFAIL    32747
  216. #define IDS_WINDOWEXECUTEFAIL   32746
  217. #define IDS_CHILDCREATEFAIL     32745
  218.  
  219. #define IDS_MENUFAILURE         32744
  220. #define IDS_VALIDATORSYNTAX     32743
  221. #define IDS_PRINTERERROR        32742
  222.  
  223. #define IDS_LAYOUTINCOMPLETE    32741
  224. #define IDS_LAYOUTBADRELWIN     32740
  225.  
  226. //
  227. // TXGdi メッセージ
  228. //
  229. #define IDS_GDIFAILURE          32739
  230. #define IDS_GDIALLOCFAIL        32738
  231. #define IDS_GDICREATEFAIL       32737
  232. #define IDS_GDIRESLOADFAIL      32736
  233. #define IDS_GDIFILEREADFAIL     32735
  234. #define IDS_GDIDELETEFAIL       32734
  235. #define IDS_GDIDESTROYFAIL      32733
  236. #define IDS_INVALIDDIBHANDLE    32732
  237.  
  238.  
  239. // TInputDialog ダイアログのリソース (include\owl\inputdia.rh)
  240. #define IDD_INPUTDIALOG         32514
  241. #define ID_PROMPT               4091
  242. #define ID_INPUT                4090
  243.  
  244.  
  245. // TSlider のビットマップ (水平および垂直) (include\owl\slider.rh)
  246. #define IDB_HSLIDERTHUMB        32000
  247. #define IDB_VSLIDERTHUMB        32001
  248.  
  249.  
  250. // データ検証メッセージ (include\owl\validate.rh)
  251. #define IDS_VALPXPCONFORM       32520
  252. #define IDS_VALINVALIDCHAR      32521
  253. #define IDS_VALNOTINRANGE       32522
  254. #define IDS_VALNOTINLIST        32523
  255.  
  256.  
  257. //#endif         // __meditapp_rh 番兵
  258.