Cell.clw
上传用户:mjs2008
上传日期:2021-05-16
资源大小:5089k
文件大小:6k
源码类别:

生物技术

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CCellView
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "cell.h"
  8. LastPage=0
  9. ClassCount=8
  10. Class1=CCellApp
  11. Class2=CAboutDlg
  12. Class3=CCellDoc
  13. Class4=CCellView
  14. Class5=CHSIDlg
  15. Class6=CMainFrame
  16. ResourceCount=7
  17. Resource1=IDD_HISTOGRAM
  18. Resource2=IDD_AREA_RANGE
  19. Resource3=IDD_HUE_DIAGRAM
  20. Resource4=IDR_MAINFRAME
  21. Resource5=IDD_THRESHOLD_HSI
  22. Class7=CHistogramDlg
  23. Resource6=IDD_ABOUTBOX
  24. Class8=CSet
  25. Resource7=IDD_SET
  26. [CLS:CCellApp]
  27. Type=0
  28. BaseClass=CWinApp
  29. HeaderFile=Cell.h
  30. ImplementationFile=Cell.cpp
  31. [CLS:CAboutDlg]
  32. Type=0
  33. BaseClass=CDialog
  34. HeaderFile=Cell.cpp
  35. ImplementationFile=Cell.cpp
  36. LastObject=CAboutDlg
  37. [CLS:CCellDoc]
  38. Type=0
  39. BaseClass=CDocument
  40. HeaderFile=CellDoc.h
  41. ImplementationFile=CellDoc.cpp
  42. [CLS:CCellView]
  43. Type=0
  44. BaseClass=CScrollView
  45. HeaderFile=CellView.h
  46. ImplementationFile=CellView.cpp
  47. LastObject=ID_PROC_SMOOTH
  48. Filter=C
  49. VirtualFilter=VWC
  50. [CLS:CHSIDlg]
  51. Type=0
  52. BaseClass=CDialog
  53. HeaderFile=HSIDlg.h
  54. ImplementationFile=HSIDlg.cpp
  55. [CLS:CMainFrame]
  56. Type=0
  57. BaseClass=CFrameWnd
  58. HeaderFile=MainFrm.h
  59. ImplementationFile=MainFrm.cpp
  60. [DLG:IDD_ABOUTBOX]
  61. Type=1
  62. Class=CAboutDlg
  63. ControlCount=4
  64. Control1=IDC_STATIC,static,1342177283
  65. Control2=IDC_STATIC,static,1342308480
  66. Control3=IDC_STATIC,static,1342308352
  67. Control4=IDOK,button,1342373889
  68. [DLG:IDD_THRESHOLD_HSI]
  69. Type=1
  70. Class=CHSIDlg
  71. ControlCount=15
  72. Control1=IDOK,button,1342242817
  73. Control2=IDCANCEL,button,1342242816
  74. Control3=IDC_HSIRANGE_HUE,edit,1350631552
  75. Control4=IDC_HSIRANGE_SAT,edit,1350631552
  76. Control5=IDC_HSIRANGE_INT,edit,1350631552
  77. Control6=IDC_HSI_EX,button,1342242819
  78. Control7=IDC_HSIRANGE_PREVIEW,button,1342177287
  79. Control8=IDC_STATIC,static,1342308352
  80. Control9=IDC_STATIC,static,1342308352
  81. Control10=IDC_STATIC,static,1342308352
  82. Control11=IDC_STATIC,static,1342308352
  83. Control12=IDC_STATIC,static,1342308352
  84. Control13=IDC_STATIC,static,1342308352
  85. Control14=IDC_STATIC,button,1342177287
  86. Control15=IDC_HSIRANGE_PIC,static,1342177287
  87. [DLG:IDD_HUE_DIAGRAM]
  88. Type=1
  89. Class=?
  90. ControlCount=12
  91. Control1=IDOK,button,1342242817
  92. Control2=IDC_HUE_CHART,static,1342177287
  93. Control3=IDC_STATIC,static,1342308352
  94. Control4=IDC_STATIC,static,1342308352
  95. Control5=IDC_STATIC,static,1342308352
  96. Control6=IDC_STATIC,static,1342308352
  97. Control7=IDC_STATIC,static,1342308352
  98. Control8=IDC_STATIC,static,1342308352
  99. Control9=IDC_STATIC,static,1342308352
  100. Control10=IDC_STATIC,static,1342308352
  101. Control11=IDC_STATIC,static,1342308352
  102. Control12=IDCANCEL,button,1342242817
  103. [TB:IDR_MAINFRAME]
  104. Type=1
  105. Class=?
  106. Command1=ID_FILE_NEW
  107. Command2=ID_FILE_OPEN
  108. Command3=ID_FILE_SAVE
  109. Command4=ID_EDIT_CUT
  110. Command5=ID_EDIT_COPY
  111. Command6=ID_EDIT_PASTE
  112. Command7=ID_FILE_PRINT
  113. Command8=ID_APP_ABOUT
  114. Command9=ID_PROC_HISTOGRAM
  115. Command10=ID_PROC_HUEDIAGRAM
  116. Command11=ID_PROC_RELOAD
  117. CommandCount=11
  118. [MNU:IDR_MAINFRAME]
  119. Type=1
  120. Class=?
  121. Command1=ID_FILE_NEW
  122. Command2=ID_FILE_OPEN
  123. Command3=ID_FILE_SAVE
  124. Command4=ID_FILE_SAVE_AS
  125. Command5=ID_APP_EXIT
  126. Command6=ID_EDIT_UNDO
  127. Command7=ID_EDIT_CUT
  128. Command8=ID_EDIT_COPY
  129. Command9=ID_EDIT_PASTE
  130. Command10=ID_VIEW_TOOLBAR
  131. Command11=ID_VIEW_STATUS_BAR
  132. Command12=ID_PROC_HISTOGRAM
  133. Command13=ID_PROC_HUEDIAGRAM
  134. Command14=ID_PROC_HSI
  135. Command15=ID_PROC_RELOAD
  136. Command16=ID_PROC_SPEC_COLOR
  137. Command17=ID_PROC_FINDCENTER
  138. Command18=ID_PROC_SOBEL_CORRECT
  139. Command19=ID_PROC_FILLHOLE
  140. Command20=ID_PROC_FORCE_KILL
  141. Command21=ID_PROC_FORCE_SELE
  142. Command22=ID_PROC_EROSION
  143. Command23=ID_PROC_DILATION
  144. Command24=ID_PROC_SMOOTH
  145. Command25=ID_PROC_STAT
  146. Command26=ID_DISP_EDGE
  147. Command27=ID_DISP_REGION
  148. Command28=ID_DISP_SOBEL
  149. Command29=ID_DISP_HSI
  150. Command30=ID_APP_ABOUT
  151. CommandCount=30
  152. [ACL:IDR_MAINFRAME]
  153. Type=1
  154. Class=?
  155. Command1=ID_PROC_FORCE_SELE
  156. Command2=ID_EDIT_COPY
  157. Command3=ID_PROC_FORCE_KILL
  158. Command4=ID_DISP_EDGE
  159. Command5=ID_PROC_FINDCENTER
  160. Command6=ID_DISP_REGION
  161. Command7=ID_PROC_FILLHOLE
  162. Command8=ID_PROC_STAT
  163. Command9=ID_FILE_NEW
  164. Command10=ID_FILE_OPEN
  165. Command11=ID_PROC_SMOOTH
  166. Command12=ID_PROC_EROSION
  167. Command13=ID_PROC_RELOAD
  168. Command14=ID_FILE_SAVE
  169. Command15=ID_PROC_SOBEL_CORRECT
  170. Command16=ID_EDIT_PASTE
  171. Command17=ID_EDIT_UNDO
  172. Command18=ID_EDIT_CUT
  173. Command19=ID_NEXT_PANE
  174. Command20=ID_PREV_PANE
  175. Command21=ID_EDIT_COPY
  176. Command22=ID_EDIT_PASTE
  177. Command23=ID_PROC_DILATION
  178. Command24=ID_EDIT_CUT
  179. Command25=ID_EDIT_UNDO
  180. CommandCount=25
  181. [DLG:IDD_AREA_RANGE]
  182. Type=1
  183. Class=?
  184. ControlCount=4
  185. Control1=IDC_STATIC,static,1342308352
  186. Control2=IDC_STATIC,static,1342308352
  187. Control3=IDOK,button,1342242816
  188. Control4=IDCANCEL,button,1342242816
  189. [DLG:IDD_HISTOGRAM]
  190. Type=1
  191. Class=CHistogramDlg
  192. ControlCount=34
  193. Control1=IDCANCEL,button,1342242817
  194. Control2=IDOK,button,1342242816
  195. Control3=IDC_RED,button,1342242825
  196. Control4=IDC_GREEN,button,1342242825
  197. Control5=IDC_BLUE,button,1342242825
  198. Control6=IDC_HISTOGRAM_MAGNIFY,edit,1350639744
  199. Control7=IDC_HISTOGRAM_SAME,button,1342246915
  200. Control8=IDC_STATIC,button,1342177287
  201. Control9=IDC_HISTOGRAM_CHART,static,1342177287
  202. Control10=IDC_STATIC,static,1342308352
  203. Control11=IDC_STATIC,static,1342308352
  204. Control12=IDC_STATIC,static,1342308352
  205. Control13=IDC_STATIC,static,1342308352
  206. Control14=IDC_STATIC,static,1342308352
  207. Control15=IDC_STATIC,static,1342308352
  208. Control16=IDC_STATIC,static,1342308352
  209. Control17=IDC_STATIC,static,1342308352
  210. Control18=IDC_STATIC,static,1342308352
  211. Control19=IDC_STATIC,button,1342177287
  212. Control20=IDC_STATIC,static,1342308352
  213. Control21=IDC_STATIC,static,1342308352
  214. Control22=IDC_STATIC,static,1342308352
  215. Control23=IDC_THRESH_R,edit,1350576256
  216. Control24=IDC_THRESH_G,edit,1350576256
  217. Control25=IDC_THRESH_B,edit,1350576256
  218. Control26=IDC_THRESH_RMAX,edit,1350576256
  219. Control27=IDC_THRESH_GMAX,edit,1350576256
  220. Control28=IDC_THRESH_BMAX,edit,1350576256
  221. Control29=IDC_STATIC,static,1342308352
  222. Control30=IDC_STATIC,static,1342308352
  223. Control31=IDC_STATIC,static,1342308352
  224. Control32=IDC_STATIC,static,1342312449
  225. Control33=IDC_STATIC,static,1342308352
  226. Control34=IDC_STATIC,static,1342308352
  227. [CLS:CHistogramDlg]
  228. Type=0
  229. HeaderFile=HistogramDlg.h
  230. ImplementationFile=HistogramDlg.cpp
  231. BaseClass=CDialog
  232. Filter=D
  233. LastObject=CHistogramDlg
  234. [DLG:IDD_SET]
  235. Type=1
  236. Class=CSet
  237. ControlCount=4
  238. Control1=IDOK,button,1342242817
  239. Control2=IDCANCEL,button,1342242816
  240. Control3=IDC_STATIC,static,1342308352
  241. Control4=IDC_PRE_COUNT,edit,1350639744
  242. [CLS:CSet]
  243. Type=0
  244. HeaderFile=Set.h
  245. ImplementationFile=Set.cpp
  246. BaseClass=CDialog
  247. Filter=D
  248. LastObject=CSet
  249. VirtualFilter=dWC