home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / vcterm / vcterm.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1998-03-27  |  4.4 KB  |  198 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CSettingsDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "vcterm.h"
  9. LastPage=0
  10.  
  11. ClassCount=7
  12. Class1=CInputDlg
  13. Class2=CMainFrame
  14. Class3=CSettingsDlg
  15. Class4=CTermEdit
  16. Class5=CVCTermApp
  17. Class6=CAboutDlg
  18.  
  19. ResourceCount=5
  20. Resource1=IDD_INPUTDLG
  21. Resource2=IDD_SETTINGS
  22. Resource3=IDR_MAINFRAME
  23. Resource4=IDD_ABOUTBOX
  24. Class7=CCancelDlg
  25. Resource5=IDD_CANCELDLG
  26.  
  27. [CLS:CInputDlg]
  28. Type=0
  29. BaseClass=CDialog
  30. HeaderFile=InputDlg.h
  31. ImplementationFile=InputDlg.cpp
  32.  
  33. [CLS:CMainFrame]
  34. Type=0
  35. BaseClass=CFrameWnd
  36. HeaderFile=mainfrm.h
  37. ImplementationFile=mainfrm.cpp
  38. Filter=T
  39. VirtualFilter=fWC
  40. LastObject=CMainFrame
  41.  
  42. [CLS:CSettingsDlg]
  43. Type=0
  44. BaseClass=CDialog
  45. HeaderFile=setdlg.h
  46. ImplementationFile=setdlg.cpp
  47. Filter=D
  48. VirtualFilter=dWC
  49. LastObject=CSettingsDlg
  50.  
  51. [CLS:CTermEdit]
  52. Type=0
  53. BaseClass=CEdit
  54. HeaderFile=termedit.h
  55. ImplementationFile=termedit.cpp
  56. Filter=C
  57. LastObject=ID_TEST
  58. VirtualFilter=WC
  59.  
  60. [CLS:CVCTermApp]
  61. Type=0
  62. BaseClass=CWinApp
  63. HeaderFile=vcterm.h
  64. ImplementationFile=vcterm.cpp
  65.  
  66. [CLS:CAboutDlg]
  67. Type=0
  68. BaseClass=CDialog
  69. HeaderFile=vcterm.cpp
  70. ImplementationFile=vcterm.cpp
  71.  
  72. [DLG:IDD_INPUTDLG]
  73. Type=1
  74. Class=CInputDlg
  75. ControlCount=4
  76. Control1=IDOK,button,1342242817
  77. Control2=IDCANCEL,button,1342242816
  78. Control3=IDC_STATIC1,static,1342308352
  79. Control4=IDC_EDIT1,edit,1350631552
  80.  
  81. [DLG:IDD_SETTINGS]
  82. Type=1
  83. Class=CSettingsDlg
  84. ControlCount=32
  85. Control1=IDC_STATIC,button,1342308359
  86. Control2=IDC_BAUD1,button,1342373897
  87. Control3=IDC_BAUD2,button,1342177289
  88. Control4=IDC_BAUD3,button,1342177289
  89. Control5=IDC_BAUD4,button,1342177289
  90. Control6=IDC_BAUD5,button,1342177289
  91. Control7=IDC_BAUD6,button,1342177289
  92. Control8=IDC_STATIC,button,1342308359
  93. Control9=IDC_DATABITS1,button,1342373897
  94. Control10=IDC_DATABITS2,button,1342177289
  95. Control11=IDC_STATIC,button,1342308359
  96. Control12=IDC_STOPBITS1,button,1342373897
  97. Control13=IDC_STOPBITS2,button,1342177289
  98. Control14=IDC_STATIC,button,1342308359
  99. Control15=IDC_ECHO1,button,1342373897
  100. Control16=IDC_ECHO2,button,1342177289
  101. Control17=IDC_STATIC,button,1342308359
  102. Control18=IDC_PARITY1,button,1342373897
  103. Control19=IDC_PARITY2,button,1342177289
  104. Control20=IDC_PARITY3,button,1342177289
  105. Control21=IDC_STATIC,button,1342308359
  106. Control22=IDC_COM1,button,1342373897
  107. Control23=IDC_COM2,button,1342177289
  108. Control24=IDC_COM3,button,1342177289
  109. Control25=IDC_COM4,button,1342177289
  110. Control26=IDC_STATIC,button,1342308359
  111. Control27=IDC_FLOW1,button,1342373897
  112. Control28=IDC_FLOW2,button,1342177289
  113. Control29=IDC_FLOW3,button,1342177289
  114. Control30=IDC_FLOW4,button,1342177289
  115. Control31=IDOK,button,1342373888
  116. Control32=IDCANCEL,button,1342373888
  117.  
  118. [DLG:IDD_ABOUTBOX]
  119. Type=1
  120. Class=CAboutDlg
  121. ControlCount=6
  122. Control1=IDC_STATIC,static,1342177283
  123. Control2=IDC_STATIC,static,1342308480
  124. Control3=IDC_STATIC,static,1342308352
  125. Control4=IDOK,button,1342373889
  126. Control5=IDC_STATIC,static,1342308480
  127. Control6=IDC_STATIC,static,1342308480
  128.  
  129. [TB:IDR_MAINFRAME]
  130. Type=1
  131. Class=?
  132. Command1=ID_FILE_OPENLOG
  133. Command2=ID_FILE_CLOSELOG
  134. Command3=ID_FILE_TRANSMIT
  135. Command4=ID_COMM_DIAL
  136. Command5=ID_COMM_HANGUP
  137. Command6=ID_APP_ABOUT
  138. CommandCount=6
  139.  
  140. [MNU:IDR_MAINFRAME]
  141. Type=1
  142. Class=?
  143. Command1=ID_FILE_OPENLOG
  144. Command2=ID_FILE_CLOSELOG
  145. Command3=ID_FILE_TRANSMIT
  146. Command4=ID_APP_EXIT
  147. Command5=ID_COMM_OPEN
  148. Command6=ID_COMM_SETTINGS
  149. Command7=ID_COMM_DIAL
  150. Command8=ID_COMM_HANGUP
  151. Command9=ID_PROP_INPUTLEN
  152. Command10=ID_PROP_RTHRESHOLD
  153. Command11=ID_PROP_STHRESHOLD
  154. Command12=ID_PROP_PARITYREPLACE
  155. Command13=ID_PROP_DTRENABLE
  156. Command14=ID_PROP_CDHOLDING
  157. Command15=ID_PROP_CTSHOLDING
  158. Command16=ID_PROP_DSRHOLDING
  159. Command17=ID_VIEW_TOOLBAR
  160. Command18=ID_VIEW_STATUS_BAR
  161. Command19=ID_APP_ABOUT
  162. CommandCount=19
  163.  
  164. [ACL:IDR_MAINFRAME]
  165. Type=1
  166. Class=?
  167. Command1=ID_FILE_NEW
  168. Command2=ID_FILE_OPEN
  169. Command3=ID_FILE_SAVE
  170. Command4=ID_EDIT_UNDO
  171. Command5=ID_EDIT_CUT
  172. Command6=ID_EDIT_COPY
  173. Command7=ID_EDIT_PASTE
  174. Command8=ID_EDIT_UNDO
  175. Command9=ID_EDIT_CUT
  176. Command10=ID_EDIT_COPY
  177. Command11=ID_EDIT_PASTE
  178. Command12=ID_NEXT_PANE
  179. Command13=ID_PREV_PANE
  180. CommandCount=13
  181.  
  182. [DLG:IDD_CANCELDLG]
  183. Type=1
  184. Class=CCancelDlg
  185. ControlCount=2
  186. Control1=IDCANCEL,button,1342242817
  187. Control2=IDC_STATIC,static,1342308352
  188.  
  189. [CLS:CCancelDlg]
  190. Type=0
  191. HeaderFile=CanDlg.h
  192. ImplementationFile=CanDlg.cpp
  193. BaseClass=CDialog
  194. Filter=D
  195. LastObject=CCancelDlg
  196. VirtualFilter=dWC
  197.  
  198.