home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / VisualBasicGUI.tcl < prev    next >
Text File  |  1997-08-04  |  113KB  |  3,424 lines

  1. # Generator: et.tcl    /main/hindenburg/19
  2. # Argument(s): -dphase -e -g -avb_library
  3. # Interpreter to use: Otsh V6.1.1/00
  4. #
  5. OTShRegister::importTool
  6.  
  7. set diag [CDM new Form "vb_library" "" "" "" "" "" 1]
  8.  
  9. set row1 [$diag addRow method 0.0]
  10. $row1 setProp is_event Yes
  11. $row1 setLabel "name_type" "Activate()\n"
  12. $row1 setProp "has_parmlist" "1"
  13.  
  14. set row2 [$diag addRow method 0.0]
  15. $row2 setProp is_event Yes
  16. $row2 setLabel "name_type" "Click()\n"
  17. $row2 setProp "has_parmlist" "1"
  18.  
  19. set row3 [$diag addRow method 0.0]
  20. $row3 setProp is_event Yes
  21. $row3 setLabel "name_type" "DbClick() \n"
  22. $row3 setProp "has_parmlist" "1"
  23.  
  24. set row4 [$diag addRow method 0.0]
  25. $row4 setProp is_event Yes
  26. $row4 setLabel "name_type" "Deactivate()\n"
  27. $row4 setProp "has_parmlist" "1"
  28.  
  29. set row5 [$diag addRow method 0.0]
  30. $row5 setProp is_event Yes
  31. $row5 setLabel "name_type" "DragDrop() \n"
  32. $row5 setProp "has_parmlist" "1"
  33.  
  34. set cell6 [$row5 addCell parameter 0.0]
  35. $cell6 setLabel "name_type" "source: Control, "
  36. $cell6 setScope "name_type" "cl" "scopePhase"
  37. $cell6 setScope "name_type" "de" "scopeSystem"
  38.  
  39. set cell7 [$row5 addCell parameter 0.0]
  40. $cell7 setLabel "name_type" "x: Single, "
  41. $cell7 setScope "name_type" "cl" "scopePhase"
  42.  
  43. set cell8 [$row5 addCell parameter 0.0]
  44. $cell8 setLabel "name_type" "y: Single"
  45. $cell8 setScope "name_type" "cl" "scopePhase"
  46.  
  47. set row9 [$diag addRow method 0.0]
  48. $row9 setProp is_event Yes
  49. $row9 setLabel "name_type" "DragOver() \n"
  50. $row9 setProp "has_parmlist" "1"
  51.  
  52. set cell10 [$row9 addCell parameter 0.0]
  53. $cell10 setLabel "name_type" "source: Control, "
  54. $cell10 setScope "name_type" "cl" "scopePhase"
  55. $cell10 setScope "name_type" "de" "scopeSystem"
  56.  
  57. set cell11 [$row9 addCell parameter 0.0]
  58. $cell11 setLabel "name_type" "x: Single, "
  59. $cell11 setScope "name_type" "cl" "scopePhase"
  60.  
  61. set cell12 [$row9 addCell parameter 0.0]
  62. $cell12 setLabel "name_type" "y: Single, "
  63. $cell12 setScope "name_type" "cl" "scopePhase"
  64.  
  65. set cell13 [$row9 addCell parameter 0.0]
  66. $cell13 setLabel "name_type" "state: Integer"
  67. $cell13 setScope "name_type" "cl" "scopePhase"
  68.  
  69. set row14 [$diag addRow method 0.0]
  70. $row14 setProp is_event Yes
  71. $row14 setLabel "name_type" "GotFocus()\n"
  72. $row14 setProp "has_parmlist" "1"
  73.  
  74. set row15 [$diag addRow method 0.0]
  75. $row15 setProp is_event Yes
  76. $row15 setLabel "name_type" "Initialize() \n"
  77. $row15 setProp "has_parmlist" "1"
  78.  
  79. set row16 [$diag addRow method 0.0]
  80. $row16 setProp is_event Yes
  81. $row16 setLabel "name_type" "KeyDown() \n"
  82. $row16 setProp "has_parmlist" "1"
  83.  
  84. set cell17 [$row16 addCell parameter 0.0]
  85. $cell17 setLabel "name_type" "keycode: Integer, "
  86. $cell17 setScope "name_type" "cl" "scopePhase"
  87.  
  88. set cell18 [$row16 addCell parameter 0.0]
  89. $cell18 setLabel "name_type" "shift:Integer"
  90. $cell18 setScope "name_type" "cl" "scopePhase"
  91.  
  92. set row19 [$diag addRow method 0.0]
  93. $row19 setProp is_event Yes
  94. $row19 setLabel "name_type" "KeyPress() \n"
  95. $row19 setProp "has_parmlist" "1"
  96.  
  97. set cell20 [$row19 addCell parameter 0.0]
  98. $cell20 setLabel "name_type" "keyascii: Integer"
  99. $cell20 setScope "name_type" "cl" "scopePhase"
  100.  
  101. set row21 [$diag addRow method 0.0]
  102. $row21 setProp is_event Yes
  103. $row21 setLabel "name_type" "KeyUp() \n"
  104. $row21 setProp "has_parmlist" "1"
  105.  
  106. set cell22 [$row21 addCell parameter 0.0]
  107. $cell22 setLabel "name_type" "keycode: Integer, "
  108. $cell22 setScope "name_type" "cl" "scopePhase"
  109.  
  110. set cell23 [$row21 addCell parameter 0.0]
  111. $cell23 setLabel "name_type" "shift: Integer"
  112. $cell23 setScope "name_type" "cl" "scopePhase"
  113.  
  114. set row24 [$diag addRow method 0.0]
  115. $row24 setProp is_event Yes
  116. $row24 setLabel "name_type" "LinkClose() \n"
  117. $row24 setProp "has_parmlist" "1"
  118.  
  119. set row25 [$diag addRow method 0.0]
  120. $row25 setProp is_event Yes
  121. $row25 setLabel "name_type" "LinkError() \n"
  122. $row25 setProp "has_parmlist" "1"
  123.  
  124. set cell26 [$row25 addCell parameter 0.0]
  125. $cell26 setLabel "name_type" "linkerr: Integer"
  126. $cell26 setScope "name_type" "cl" "scopePhase"
  127.  
  128. set row27 [$diag addRow method 0.0]
  129. $row27 setProp is_event Yes
  130. $row27 setLabel "name_type" "LinkExecute() \n"
  131. $row27 setProp "has_parmlist" "1"
  132.  
  133. set cell28 [$row27 addCell parameter 0.0]
  134. $cell28 setLabel "name_type" "cmdstr: String, "
  135. $cell28 setScope "name_type" "cl" "scopePhase"
  136.  
  137. set cell29 [$row27 addCell parameter 0.0]
  138. $cell29 setLabel "name_type" "cancel: Integer"
  139. $cell29 setScope "name_type" "cl" "scopePhase"
  140.  
  141. set row30 [$diag addRow method 0.0]
  142. $row30 setProp is_event Yes
  143. $row30 setLabel "name_type" "LinkOpen() \n"
  144. $row30 setProp "has_parmlist" "1"
  145.  
  146. set cell31 [$row30 addCell parameter 0.0]
  147. $cell31 setLabel "name_type" "cancel: Integer"
  148. $cell31 setScope "name_type" "cl" "scopePhase"
  149.  
  150. set row32 [$diag addRow method 0.0]
  151. $row32 setProp is_event Yes
  152. $row32 setLabel "name_type" "Load() \n"
  153. $row32 setProp "has_parmlist" "1"
  154.  
  155. set row33 [$diag addRow method 0.0]
  156. $row33 setProp is_event Yes
  157. $row33 setLabel "name_type" "LostFocus() \n"
  158. $row33 setProp "has_parmlist" "1"
  159.  
  160. set row34 [$diag addRow method 0.0]
  161. $row34 setProp is_event Yes
  162. $row34 setLabel "name_type" "MouseDown() \n"
  163. $row34 setProp "has_parmlist" "1"
  164.  
  165. set cell35 [$row34 addCell parameter 0.0]
  166. $cell35 setLabel "name_type" "button: Integer, "
  167. $cell35 setScope "name_type" "cl" "scopePhase"
  168.  
  169. set cell36 [$row34 addCell parameter 0.0]
  170. $cell36 setLabel "name_type" "shift: Integer, "
  171. $cell36 setScope "name_type" "cl" "scopePhase"
  172.  
  173. set cell37 [$row34 addCell parameter 0.0]
  174. $cell37 setLabel "name_type" "x: Single, "
  175. $cell37 setScope "name_type" "cl" "scopePhase"
  176.  
  177. set cell38 [$row34 addCell parameter 0.0]
  178. $cell38 setLabel "name_type" "y: Single"
  179. $cell38 setScope "name_type" "cl" "scopePhase"
  180.  
  181. set row39 [$diag addRow method 0.0]
  182. $row39 setProp is_event Yes
  183. $row39 setLabel "name_type" "MouseMove() \n"
  184. $row39 setProp "has_parmlist" "1"
  185.  
  186. set cell40 [$row39 addCell parameter 0.0]
  187. $cell40 setLabel "name_type" "button: Integer, "
  188. $cell40 setScope "name_type" "cl" "scopePhase"
  189.  
  190. set cell41 [$row39 addCell parameter 0.0]
  191. $cell41 setLabel "name_type" "shift: Integer, "
  192. $cell41 setScope "name_type" "cl" "scopePhase"
  193.  
  194. set cell42 [$row39 addCell parameter 0.0]
  195. $cell42 setLabel "name_type" "x: Single, "
  196. $cell42 setScope "name_type" "cl" "scopePhase"
  197.  
  198. set cell43 [$row39 addCell parameter 0.0]
  199. $cell43 setLabel "name_type" "y: Single"
  200. $cell43 setScope "name_type" "cl" "scopePhase"
  201.  
  202. set row44 [$diag addRow method 0.0]
  203. $row44 setProp is_event Yes
  204. $row44 setLabel "name_type" "MouseUp()  \n"
  205. $row44 setProp "has_parmlist" "1"
  206.  
  207. set cell45 [$row44 addCell parameter 0.0]
  208. $cell45 setLabel "name_type" "button: Integer, "
  209. $cell45 setScope "name_type" "cl" "scopePhase"
  210.  
  211. set cell46 [$row44 addCell parameter 0.0]
  212. $cell46 setLabel "name_type" "shift: Integer, "
  213. $cell46 setScope "name_type" "cl" "scopePhase"
  214.  
  215. set cell47 [$row44 addCell parameter 0.0]
  216. $cell47 setLabel "name_type" "x: Single, "
  217. $cell47 setScope "name_type" "cl" "scopePhase"
  218.  
  219. set cell48 [$row44 addCell parameter 0.0]
  220. $cell48 setLabel "name_type" "y: Single"
  221. $cell48 setScope "name_type" "cl" "scopePhase"
  222.  
  223. set row49 [$diag addRow method 0.0]
  224. $row49 setProp is_event Yes
  225. $row49 setLabel "name_type" "Paint()\n"
  226. $row49 setProp "has_parmlist" "1"
  227.  
  228. set row50 [$diag addRow method 0.0]
  229. $row50 setProp is_event Yes
  230. $row50 setLabel "name_type" "QueryUnload() \n"
  231. $row50 setProp "has_parmlist" "1"
  232.  
  233. set cell51 [$row50 addCell parameter 0.0]
  234. $cell51 setLabel "name_type" "cancel: Integer, "
  235. $cell51 setScope "name_type" "cl" "scopePhase"
  236.  
  237. set cell52 [$row50 addCell parameter 0.0]
  238. $cell52 setLabel "name_type" "unloadmode: Integer"
  239. $cell52 setScope "name_type" "cl" "scopePhase"
  240.  
  241. set row53 [$diag addRow method 0.0]
  242. $row53 setProp is_event Yes
  243. $row53 setLabel "name_type" "Resize() \n"
  244. $row53 setProp "has_parmlist" "1"
  245.  
  246. set row54 [$diag addRow method 0.0]
  247. $row54 setProp is_event Yes
  248. $row54 setLabel "name_type" "Terminate() \n"
  249. $row54 setProp "has_parmlist" "1"
  250.  
  251. set row55 [$diag addRow method 0.0]
  252. $row55 setProp is_event Yes
  253. $row55 setLabel "name_type" "Unload() "
  254. $row55 setProp "has_parmlist" "1"
  255.  
  256. set cell56 [$row55 addCell parameter 0.0]
  257. $cell56 setLabel "name_type" "cancel: Integer"
  258. $cell56 setScope "name_type" "cl" "scopePhase"
  259.  
  260. $diag save
  261.  
  262. # Generator: et.tcl    /main/hindenburg/19
  263. # Argument(s): -dphase -e -g -avb_library
  264. # Interpreter to use: Otsh V6.1.1/00
  265. #
  266. OTShRegister::importTool
  267.  
  268. set diag [CAD new windows "vb_library" "" "" "" "" "" 1]
  269.  
  270. set node57 [$diag addNode cad_class 16.0 656.0 417.0 430.0]
  271. $node57 setLabel "name" "Form"
  272. $node57 setScope "name" "cl" "scopePhase"
  273.  
  274. set node58 [$diag addNode cad_class 528.0 656.0 417.0 346.0]
  275. $node58 setLabel "name" "MDIForm"
  276. $node58 setScope "name" "cl" "scopePhase"
  277.  
  278. set node60 [$diag addNode cad_class 448.0 480.0 120.0 32.0]
  279. $node60 setLabel "name" "Window"
  280. $node60 setProp "is_folded" "1"
  281. $node60 setScope "name" "cl" "scopePhase"
  282.  
  283. set node59 [$diag addRake generalization $node60 $node57 512.0 512.0 224.0 656.0 592.0]
  284.  
  285. set conn61 [$node59 getInConn]
  286. set segm62 [$conn61 getFirstSegm]
  287.  
  288. set conn63 [$node59 getFirstOutConn]
  289. set segm64 [$conn63 getFirstSegm]
  290.  
  291. set conn65 [$diag addConn generalization_conn $node59 $node58 768.0 592.0 768.0 672.0]
  292. set segm66 [$conn65 getFirstSegm]
  293.  
  294. $diag save
  295.  
  296. # Generator: et.tcl    /main/hindenburg/19
  297. # Argument(s): -dphase -e -g -avb_library
  298. # Interpreter to use: Otsh V6.1.1/00
  299. #
  300. OTShRegister::importTool
  301.  
  302. set diag [CDM new MDIForm "vb_library" "" "" "" "" "" 1]
  303.  
  304. set row67 [$diag addRow method 0.0]
  305. $row67 setProp is_event Yes
  306. $row67 setLabel "name_type" "Activate()\n"
  307. $row67 setProp "has_parmlist" "1"
  308.  
  309. set row68 [$diag addRow method 0.0]
  310. $row68 setProp is_event Yes
  311. $row68 setLabel "name_type" "Click()\n"
  312. $row68 setProp "has_parmlist" "1"
  313.  
  314. set row69 [$diag addRow method 0.0]
  315. $row69 setProp is_event Yes
  316. $row69 setLabel "name_type" "DbClick() \n"
  317. $row69 setProp "has_parmlist" "1"
  318.  
  319. set row70 [$diag addRow method 0.0]
  320. $row70 setProp is_event Yes
  321. $row70 setLabel "name_type" "Deactivate()\n"
  322. $row70 setProp "has_parmlist" "1"
  323.  
  324. set row71 [$diag addRow method 0.0]
  325. $row71 setProp is_event Yes
  326. $row71 setLabel "name_type" "DragDrop() \n"
  327. $row71 setProp "has_parmlist" "1"
  328.  
  329. set cell72 [$row71 addCell parameter 0.0]
  330. $cell72 setLabel "name_type" "source: Control, "
  331. $cell72 setScope "name_type" "cl" "scopePhase"
  332. $cell72 setScope "name_type" "de" "scopeSystem"
  333.  
  334. set cell73 [$row71 addCell parameter 0.0]
  335. $cell73 setLabel "name_type" "x: Single, "
  336. $cell73 setScope "name_type" "cl" "scopePhase"
  337.  
  338. set cell74 [$row71 addCell parameter 0.0]
  339. $cell74 setLabel "name_type" "y: Single"
  340. $cell74 setScope "name_type" "cl" "scopePhase"
  341.  
  342. set row75 [$diag addRow method 0.0]
  343. $row75 setProp is_event Yes
  344. $row75 setLabel "name_type" "DragOver() \n"
  345. $row75 setProp "has_parmlist" "1"
  346.  
  347. set cell76 [$row75 addCell parameter 0.0]
  348. $cell76 setLabel "name_type" "source: Control, "
  349. $cell76 setScope "name_type" "cl" "scopePhase"
  350. $cell76 setScope "name_type" "de" "scopeSystem"
  351.  
  352. set cell77 [$row75 addCell parameter 0.0]
  353. $cell77 setLabel "name_type" "x: Single, "
  354. $cell77 setScope "name_type" "cl" "scopePhase"
  355.  
  356. set cell78 [$row75 addCell parameter 0.0]
  357. $cell78 setLabel "name_type" "y: Single, "
  358. $cell78 setScope "name_type" "cl" "scopePhase"
  359.  
  360. set cell79 [$row75 addCell parameter 0.0]
  361. $cell79 setLabel "name_type" "state: Integer"
  362. $cell79 setScope "name_type" "cl" "scopePhase"
  363.  
  364. set row80 [$diag addRow method 0.0]
  365. $row80 setProp is_event Yes
  366. $row80 setLabel "name_type" "Initialize() \n"
  367. $row80 setProp "has_parmlist" "1"
  368.  
  369. set row81 [$diag addRow method 0.0]
  370. $row81 setProp is_event Yes
  371. $row81 setLabel "name_type" "LinkClose() \n"
  372. $row81 setProp "has_parmlist" "1"
  373.  
  374. set row82 [$diag addRow method 0.0]
  375. $row82 setProp is_event Yes
  376. $row82 setLabel "name_type" "LinkError() \n"
  377. $row82 setProp "has_parmlist" "1"
  378.  
  379. set cell83 [$row82 addCell parameter 0.0]
  380. $cell83 setLabel "name_type" "linkerr: Integer"
  381. $cell83 setScope "name_type" "cl" "scopePhase"
  382.  
  383. set row84 [$diag addRow method 0.0]
  384. $row84 setProp is_event Yes
  385. $row84 setLabel "name_type" "LinkExecute() \n"
  386. $row84 setProp "has_parmlist" "1"
  387.  
  388. set cell85 [$row84 addCell parameter 0.0]
  389. $cell85 setLabel "name_type" "cmdstr: String, "
  390. $cell85 setScope "name_type" "cl" "scopePhase"
  391.  
  392. set cell86 [$row84 addCell parameter 0.0]
  393. $cell86 setLabel "name_type" "cancel: Integer"
  394. $cell86 setScope "name_type" "cl" "scopePhase"
  395.  
  396. set row87 [$diag addRow method 0.0]
  397. $row87 setProp is_event Yes
  398. $row87 setLabel "name_type" "LinkOpen() \n"
  399. $row87 setProp "has_parmlist" "1"
  400.  
  401. set cell88 [$row87 addCell parameter 0.0]
  402. $cell88 setLabel "name_type" "cancel: Integer"
  403. $cell88 setScope "name_type" "cl" "scopePhase"
  404.  
  405. set row89 [$diag addRow method 0.0]
  406. $row89 setProp is_event Yes
  407. $row89 setLabel "name_type" "Load() \n"
  408. $row89 setProp "has_parmlist" "1"
  409.  
  410. set row90 [$diag addRow method 0.0]
  411. $row90 setProp is_event Yes
  412. $row90 setLabel "name_type" "MouseDown() \n"
  413. $row90 setProp "has_parmlist" "1"
  414.  
  415. set cell91 [$row90 addCell parameter 0.0]
  416. $cell91 setLabel "name_type" "button: Integer, "
  417. $cell91 setScope "name_type" "cl" "scopePhase"
  418.  
  419. set cell92 [$row90 addCell parameter 0.0]
  420. $cell92 setLabel "name_type" "shift: Integer, "
  421. $cell92 setScope "name_type" "cl" "scopePhase"
  422.  
  423. set cell93 [$row90 addCell parameter 0.0]
  424. $cell93 setLabel "name_type" "x: Single, "
  425. $cell93 setScope "name_type" "cl" "scopePhase"
  426.  
  427. set cell94 [$row90 addCell parameter 0.0]
  428. $cell94 setLabel "name_type" "y: Single"
  429. $cell94 setScope "name_type" "cl" "scopePhase"
  430.  
  431. set row95 [$diag addRow method 0.0]
  432. $row95 setProp is_event Yes
  433. $row95 setLabel "name_type" "MouseMove() \n"
  434. $row95 setProp "has_parmlist" "1"
  435.  
  436. set cell96 [$row95 addCell parameter 0.0]
  437. $cell96 setLabel "name_type" "button: Integer, "
  438. $cell96 setScope "name_type" "cl" "scopePhase"
  439.  
  440. set cell97 [$row95 addCell parameter 0.0]
  441. $cell97 setLabel "name_type" "shift: Integer, "
  442. $cell97 setScope "name_type" "cl" "scopePhase"
  443.  
  444. set cell98 [$row95 addCell parameter 0.0]
  445. $cell98 setLabel "name_type" "x: Single, "
  446. $cell98 setScope "name_type" "cl" "scopePhase"
  447.  
  448. set cell99 [$row95 addCell parameter 0.0]
  449. $cell99 setLabel "name_type" "y: Single"
  450. $cell99 setScope "name_type" "cl" "scopePhase"
  451.  
  452. set row100 [$diag addRow method 0.0]
  453. $row100 setProp is_event Yes
  454. $row100 setLabel "name_type" "MouseUp()  \n"
  455. $row100 setProp "has_parmlist" "1"
  456.  
  457. set cell101 [$row100 addCell parameter 0.0]
  458. $cell101 setLabel "name_type" "button: Integer, "
  459. $cell101 setScope "name_type" "cl" "scopePhase"
  460.  
  461. set cell102 [$row100 addCell parameter 0.0]
  462. $cell102 setLabel "name_type" "shift: Integer, "
  463. $cell102 setScope "name_type" "cl" "scopePhase"
  464.  
  465. set cell103 [$row100 addCell parameter 0.0]
  466. $cell103 setLabel "name_type" "x: Single, "
  467. $cell103 setScope "name_type" "cl" "scopePhase"
  468.  
  469. set cell104 [$row100 addCell parameter 0.0]
  470. $cell104 setLabel "name_type" "y: Single"
  471. $cell104 setScope "name_type" "cl" "scopePhase"
  472.  
  473. set row105 [$diag addRow method 0.0]
  474. $row105 setProp is_event Yes
  475. $row105 setLabel "name_type" "QueryUnload() \n"
  476. $row105 setProp "has_parmlist" "1"
  477.  
  478. set cell106 [$row105 addCell parameter 0.0]
  479. $cell106 setLabel "name_type" "cancel: Integer, "
  480. $cell106 setScope "name_type" "cl" "scopePhase"
  481.  
  482. set cell107 [$row105 addCell parameter 0.0]
  483. $cell107 setLabel "name_type" "unloadmode: Integer"
  484. $cell107 setScope "name_type" "cl" "scopePhase"
  485.  
  486. set row108 [$diag addRow method 0.0]
  487. $row108 setProp is_event Yes
  488. $row108 setLabel "name_type" "Resize() \n"
  489. $row108 setProp "has_parmlist" "1"
  490.  
  491. set row109 [$diag addRow method 0.0]
  492. $row109 setProp is_event Yes
  493. $row109 setLabel "name_type" "Terminate() \n"
  494. $row109 setProp "has_parmlist" "1"
  495.  
  496. set row110 [$diag addRow method 0.0]
  497. $row110 setProp is_event Yes
  498. $row110 setLabel "name_type" "Unload() "
  499. $row110 setProp "has_parmlist" "1"
  500.  
  501. set cell111 [$row110 addCell parameter 0.0]
  502. $cell111 setLabel "name_type" "cancel: Integer"
  503. $cell111 setScope "name_type" "cl" "scopePhase"
  504.  
  505. $diag save
  506.  
  507. # Generator: et.tcl    /main/hindenburg/19
  508. # Argument(s): -dphase -e -g -avb_library
  509. # Interpreter to use: Otsh V6.1.1/00
  510. #
  511. OTShRegister::importTool
  512.  
  513. set diag [CDM new Frame "vb_library" "" "" "" "" "" 1]
  514.  
  515. set row112 [$diag addRow method 0.0]
  516. $row112 setProp is_event Yes
  517. $row112 setLabel "name_type" "Click() \n"
  518. $row112 setProp "has_parmlist" "1"
  519.  
  520. set row113 [$diag addRow method 0.0]
  521. $row113 setProp is_event Yes
  522. $row113 setLabel "name_type" "DblClick() \n"
  523. $row113 setProp "has_parmlist" "1"
  524.  
  525. set row114 [$diag addRow method 0.0]
  526. $row114 setProp is_event Yes
  527. $row114 setLabel "name_type" "DragDrop()\n"
  528. $row114 setProp "has_parmlist" "1"
  529.  
  530. set cell115 [$row114 addCell parameter 0.0]
  531. $cell115 setLabel "name_type" "source: Control, "
  532. $cell115 setScope "name_type" "cl" "scopePhase"
  533. $cell115 setScope "name_type" "de" "scopeSystem"
  534.  
  535. set cell116 [$row114 addCell parameter 0.0]
  536. $cell116 setLabel "name_type" "x: Single, "
  537. $cell116 setScope "name_type" "cl" "scopePhase"
  538.  
  539. set cell117 [$row114 addCell parameter 0.0]
  540. $cell117 setLabel "name_type" "y: Single"
  541. $cell117 setScope "name_type" "cl" "scopePhase"
  542.  
  543. set row118 [$diag addRow method 0.0]
  544. $row118 setProp is_event Yes
  545. $row118 setLabel "name_type" "DragOver() \n"
  546. $row118 setProp "has_parmlist" "1"
  547.  
  548. set cell119 [$row118 addCell parameter 0.0]
  549. $cell119 setLabel "name_type" "source: Control, "
  550. $cell119 setScope "name_type" "cl" "scopePhase"
  551. $cell119 setScope "name_type" "de" "scopeSystem"
  552.  
  553. set cell120 [$row118 addCell parameter 0.0]
  554. $cell120 setLabel "name_type" "x: Single, "
  555. $cell120 setScope "name_type" "cl" "scopePhase"
  556.  
  557. set cell121 [$row118 addCell parameter 0.0]
  558. $cell121 setLabel "name_type" "y: Single, "
  559. $cell121 setScope "name_type" "cl" "scopePhase"
  560.  
  561. set cell122 [$row118 addCell parameter 0.0]
  562. $cell122 setLabel "name_type" "state: Integer"
  563. $cell122 setScope "name_type" "cl" "scopePhase"
  564.  
  565. set row123 [$diag addRow method 0.0]
  566. $row123 setProp is_event Yes
  567. $row123 setLabel "name_type" "MouseDown()  \n"
  568. $row123 setProp "has_parmlist" "1"
  569.  
  570. set cell124 [$row123 addCell parameter 0.0]
  571. $cell124 setLabel "name_type" "button: Integer, "
  572. $cell124 setScope "name_type" "cl" "scopePhase"
  573.  
  574. set cell125 [$row123 addCell parameter 0.0]
  575. $cell125 setLabel "name_type" "shift: Integer, "
  576. $cell125 setScope "name_type" "cl" "scopePhase"
  577.  
  578. set cell126 [$row123 addCell parameter 0.0]
  579. $cell126 setLabel "name_type" "x: Single, "
  580. $cell126 setScope "name_type" "cl" "scopePhase"
  581.  
  582. set cell127 [$row123 addCell parameter 0.0]
  583. $cell127 setLabel "name_type" "y: Single"
  584. $cell127 setScope "name_type" "cl" "scopePhase"
  585.  
  586. set row128 [$diag addRow method 0.0]
  587. $row128 setProp is_event Yes
  588. $row128 setLabel "name_type" "MouseMove()  \n"
  589. $row128 setProp "has_parmlist" "1"
  590.  
  591. set cell129 [$row128 addCell parameter 0.0]
  592. $cell129 setLabel "name_type" "button: Integer, "
  593. $cell129 setScope "name_type" "cl" "scopePhase"
  594.  
  595. set cell130 [$row128 addCell parameter 0.0]
  596. $cell130 setLabel "name_type" "shift: Integer, "
  597. $cell130 setScope "name_type" "cl" "scopePhase"
  598.  
  599. set cell131 [$row128 addCell parameter 0.0]
  600. $cell131 setLabel "name_type" "x: Single, "
  601. $cell131 setScope "name_type" "cl" "scopePhase"
  602.  
  603. set cell132 [$row128 addCell parameter 0.0]
  604. $cell132 setLabel "name_type" "y: Single"
  605. $cell132 setScope "name_type" "cl" "scopePhase"
  606.  
  607. set row133 [$diag addRow method 0.0]
  608. $row133 setProp is_event Yes
  609. $row133 setLabel "name_type" "MouseUp()  "
  610. $row133 setProp "has_parmlist" "1"
  611.  
  612. set cell134 [$row133 addCell parameter 0.0]
  613. $cell134 setLabel "name_type" "button: Integer, "
  614. $cell134 setScope "name_type" "cl" "scopePhase"
  615.  
  616. set cell135 [$row133 addCell parameter 0.0]
  617. $cell135 setLabel "name_type" "shift: Integer, "
  618. $cell135 setScope "name_type" "cl" "scopePhase"
  619.  
  620. set cell136 [$row133 addCell parameter 0.0]
  621. $cell136 setLabel "name_type" "x: Single, "
  622. $cell136 setScope "name_type" "cl" "scopePhase"
  623.  
  624. set cell137 [$row133 addCell parameter 0.0]
  625. $cell137 setLabel "name_type" "y: Single"
  626. $cell137 setScope "name_type" "cl" "scopePhase"
  627.  
  628. $diag save
  629.  
  630. # Generator: et.tcl    /main/hindenburg/19
  631. # Argument(s): -dphase -e -g -avb_library
  632. # Interpreter to use: Otsh V6.1.1/00
  633. #
  634. OTShRegister::importTool
  635.  
  636. set diag [CDM new PictureBox "vb_library" "" "" "" "" "" 1]
  637.  
  638. set row138 [$diag addRow method 0.0]
  639. $row138 setProp is_event Yes
  640. $row138 setLabel "name_type" "Change()\n"
  641. $row138 setProp "has_parmlist" "1"
  642.  
  643. set row139 [$diag addRow method 0.0]
  644. $row139 setProp is_event Yes
  645. $row139 setLabel "name_type" "Click()\n"
  646. $row139 setProp "has_parmlist" "1"
  647.  
  648. set row140 [$diag addRow method 0.0]
  649. $row140 setProp is_event Yes
  650. $row140 setLabel "name_type" "DblClick()\n"
  651. $row140 setProp "has_parmlist" "1"
  652.  
  653. set row141 [$diag addRow method 0.0]
  654. $row141 setProp is_event Yes
  655. $row141 setLabel "name_type" "DragDrop() \n"
  656. $row141 setProp "has_parmlist" "1"
  657.  
  658. set cell142 [$row141 addCell parameter 0.0]
  659. $cell142 setLabel "name_type" "source: Control, "
  660. $cell142 setScope "name_type" "cl" "scopePhase"
  661. $cell142 setScope "name_type" "de" "scopeSystem"
  662.  
  663. set cell143 [$row141 addCell parameter 0.0]
  664. $cell143 setLabel "name_type" "x: Single, "
  665. $cell143 setScope "name_type" "cl" "scopePhase"
  666.  
  667. set cell144 [$row141 addCell parameter 0.0]
  668. $cell144 setLabel "name_type" "y: Single"
  669. $cell144 setScope "name_type" "cl" "scopePhase"
  670.  
  671. set row145 [$diag addRow method 0.0]
  672. $row145 setProp is_event Yes
  673. $row145 setLabel "name_type" "DragOver() \n"
  674. $row145 setProp "has_parmlist" "1"
  675.  
  676. set cell146 [$row145 addCell parameter 0.0]
  677. $cell146 setLabel "name_type" "source: Control, "
  678. $cell146 setScope "name_type" "cl" "scopePhase"
  679. $cell146 setScope "name_type" "de" "scopeSystem"
  680.  
  681. set cell147 [$row145 addCell parameter 0.0]
  682. $cell147 setLabel "name_type" "x: Single, "
  683. $cell147 setScope "name_type" "cl" "scopePhase"
  684.  
  685. set cell148 [$row145 addCell parameter 0.0]
  686. $cell148 setLabel "name_type" "y: Single, "
  687. $cell148 setScope "name_type" "cl" "scopePhase"
  688.  
  689. set cell149 [$row145 addCell parameter 0.0]
  690. $cell149 setLabel "name_type" "state: Integer"
  691. $cell149 setScope "name_type" "cl" "scopePhase"
  692.  
  693. set row150 [$diag addRow method 0.0]
  694. $row150 setProp is_event Yes
  695. $row150 setLabel "name_type" "GotFocus()\n"
  696. $row150 setProp "has_parmlist" "1"
  697.  
  698. set row151 [$diag addRow method 0.0]
  699. $row151 setProp is_event Yes
  700. $row151 setLabel "name_type" "KeyDown() \n"
  701. $row151 setProp "has_parmlist" "1"
  702.  
  703. set cell152 [$row151 addCell parameter 0.0]
  704. $cell152 setLabel "name_type" "keycode: Integer, "
  705. $cell152 setScope "name_type" "cl" "scopePhase"
  706.  
  707. set cell153 [$row151 addCell parameter 0.0]
  708. $cell153 setLabel "name_type" "shift:Integer"
  709. $cell153 setScope "name_type" "cl" "scopePhase"
  710.  
  711. set row154 [$diag addRow method 0.0]
  712. $row154 setProp is_event Yes
  713. $row154 setLabel "name_type" "KeyPress() \n"
  714. $row154 setProp "has_parmlist" "1"
  715.  
  716. set cell155 [$row154 addCell parameter 0.0]
  717. $cell155 setLabel "name_type" "keyascii: Integer"
  718. $cell155 setScope "name_type" "cl" "scopePhase"
  719.  
  720. set row156 [$diag addRow method 0.0]
  721. $row156 setProp is_event Yes
  722. $row156 setLabel "name_type" "KeyUp()  \n"
  723. $row156 setProp "has_parmlist" "1"
  724.  
  725. set cell157 [$row156 addCell parameter 0.0]
  726. $cell157 setLabel "name_type" "keycode: Integer, "
  727. $cell157 setScope "name_type" "cl" "scopePhase"
  728.  
  729. set cell158 [$row156 addCell parameter 0.0]
  730. $cell158 setLabel "name_type" "shift: Integer"
  731. $cell158 setScope "name_type" "cl" "scopePhase"
  732.  
  733. set row159 [$diag addRow method 0.0]
  734. $row159 setProp is_event Yes
  735. $row159 setLabel "name_type" "LinkClose()\n"
  736. $row159 setProp "has_parmlist" "1"
  737.  
  738. set row160 [$diag addRow method 0.0]
  739. $row160 setProp is_event Yes
  740. $row160 setLabel "name_type" "LinkError()  \n"
  741. $row160 setProp "has_parmlist" "1"
  742.  
  743. set cell161 [$row160 addCell parameter 0.0]
  744. $cell161 setLabel "name_type" "linkerr: Integer"
  745. $cell161 setScope "name_type" "cl" "scopePhase"
  746.  
  747. set row162 [$diag addRow method 0.0]
  748. $row162 setProp is_event Yes
  749. $row162 setLabel "name_type" "LinkNotify() \n"
  750. $row162 setProp "has_parmlist" "1"
  751.  
  752. set row163 [$diag addRow method 0.0]
  753. $row163 setProp is_event Yes
  754. $row163 setLabel "name_type" "LinkOpen()  \n"
  755. $row163 setProp "has_parmlist" "1"
  756.  
  757. set cell164 [$row163 addCell parameter 0.0]
  758. $cell164 setLabel "name_type" "cancel: Integer"
  759. $cell164 setScope "name_type" "cl" "scopePhase"
  760.  
  761. set row165 [$diag addRow method 0.0]
  762. $row165 setProp is_event Yes
  763. $row165 setLabel "name_type" "LostFocus()\n"
  764. $row165 setProp "has_parmlist" "1"
  765.  
  766. set row166 [$diag addRow method 0.0]
  767. $row166 setProp is_event Yes
  768. $row166 setLabel "name_type" "MouseDown()  \n"
  769. $row166 setProp "has_parmlist" "1"
  770.  
  771. set cell167 [$row166 addCell parameter 0.0]
  772. $cell167 setLabel "name_type" "button: Integer, "
  773. $cell167 setScope "name_type" "cl" "scopePhase"
  774.  
  775. set cell168 [$row166 addCell parameter 0.0]
  776. $cell168 setLabel "name_type" "shift: Integer, "
  777. $cell168 setScope "name_type" "cl" "scopePhase"
  778.  
  779. set cell169 [$row166 addCell parameter 0.0]
  780. $cell169 setLabel "name_type" "x: Single, "
  781. $cell169 setScope "name_type" "cl" "scopePhase"
  782.  
  783. set cell170 [$row166 addCell parameter 0.0]
  784. $cell170 setLabel "name_type" "y: Single"
  785. $cell170 setScope "name_type" "cl" "scopePhase"
  786.  
  787. set row171 [$diag addRow method 0.0]
  788. $row171 setProp is_event Yes
  789. $row171 setLabel "name_type" "MouseMove()  \n"
  790. $row171 setProp "has_parmlist" "1"
  791.  
  792. set cell172 [$row171 addCell parameter 0.0]
  793. $cell172 setLabel "name_type" "button: Integer, "
  794. $cell172 setScope "name_type" "cl" "scopePhase"
  795.  
  796. set cell173 [$row171 addCell parameter 0.0]
  797. $cell173 setLabel "name_type" "shift: Integer, "
  798. $cell173 setScope "name_type" "cl" "scopePhase"
  799.  
  800. set cell174 [$row171 addCell parameter 0.0]
  801. $cell174 setLabel "name_type" "x: Single, "
  802. $cell174 setScope "name_type" "cl" "scopePhase"
  803.  
  804. set cell175 [$row171 addCell parameter 0.0]
  805. $cell175 setLabel "name_type" "y: Single"
  806. $cell175 setScope "name_type" "cl" "scopePhase"
  807.  
  808. set row176 [$diag addRow method 0.0]
  809. $row176 setProp is_event Yes
  810. $row176 setLabel "name_type" "MouseUp()  \n"
  811. $row176 setProp "has_parmlist" "1"
  812.  
  813. set cell177 [$row176 addCell parameter 0.0]
  814. $cell177 setLabel "name_type" "button: Integer, "
  815. $cell177 setScope "name_type" "cl" "scopePhase"
  816.  
  817. set cell178 [$row176 addCell parameter 0.0]
  818. $cell178 setLabel "name_type" "shift: Integer, "
  819. $cell178 setScope "name_type" "cl" "scopePhase"
  820.  
  821. set cell179 [$row176 addCell parameter 0.0]
  822. $cell179 setLabel "name_type" "x: Single, "
  823. $cell179 setScope "name_type" "cl" "scopePhase"
  824.  
  825. set cell180 [$row176 addCell parameter 0.0]
  826. $cell180 setLabel "name_type" "y: Single"
  827. $cell180 setScope "name_type" "cl" "scopePhase"
  828.  
  829. set row181 [$diag addRow method 0.0]
  830. $row181 setProp is_event Yes
  831. $row181 setLabel "name_type" "Paint() \n"
  832. $row181 setProp "has_parmlist" "1"
  833.  
  834. set row182 [$diag addRow method 0.0]
  835. $row182 setProp is_event Yes
  836. $row182 setLabel "name_type" "Resize()"
  837. $row182 setProp "has_parmlist" "1"
  838.  
  839. $diag save
  840.  
  841. # Generator: et.tcl    /main/hindenburg/19
  842. # Argument(s): -dphase -e -g -avb_library
  843. # Interpreter to use: Otsh V6.1.1/00
  844. #
  845. OTShRegister::importTool
  846.  
  847. set diag [CDM new Menu "vb_library" "" "" "" "" "" 1]
  848.  
  849. set row183 [$diag addRow method 0.0]
  850. $row183 setProp is_event Yes
  851. $row183 setLabel "name_type" "Click()"
  852. $row183 setProp "has_parmlist" "1"
  853.  
  854. $diag save
  855.  
  856. # Generator: et.tcl    /main/hindenburg/19
  857. # Argument(s): -dphase -e -g -avb_library
  858. # Interpreter to use: Otsh V6.1.1/00
  859. #
  860. OTShRegister::importTool
  861.  
  862. set diag [CAD new leafcontrols3 "vb_library" "" "" "" "" "" 1]
  863.  
  864. set node185 [$diag addNode cad_class 1360.0 800.0 120.0 37.3333]
  865. $node185 setLabel "name" "LeafControl"
  866. $node185 setProp "is_folded" "1"
  867. $node185 setScope "name" "cl" "scopePhase"
  868.  
  869. set node186 [$diag addNode cad_class 1056.0 1392.0 413.333 265.333]
  870. $node186 setLabel "name" "VScrollBar"
  871. $node186 setScope "name" "cl" "scopePhase"
  872.  
  873. set node187 [$diag addNode cad_class 800.0 976.0 417.333 265.333]
  874. $node187 setLabel "name" "Data"
  875. $node187 setScope "name" "cl" "scopePhase"
  876.  
  877. set node188 [$diag addNode cad_class 1280.0 976.0 413.333 265.333]
  878. $node188 setLabel "name" "HScrollBar"
  879. $node188 setScope "name" "cl" "scopePhase"
  880.  
  881. set node189 [$diag addNode cad_class 1552.0 1392.0 208.0 116.0]
  882. $node189 setLabel "name" "Line"
  883. $node189 setScope "name" "cl" "scopePhase"
  884.  
  885. set node184 [$diag addRake generalization $node185 $node187 1424.0 816.0 1008.0 1072.0 944.0]
  886.  
  887. set conn190 [$node184 getInConn]
  888. set segm191 [$conn190 getFirstSegm]
  889.  
  890. set conn192 [$node184 getFirstOutConn]
  891. set segm193 [$conn192 getFirstSegm]
  892.  
  893. set conn194 [$diag addConn generalization_conn $node184 $node188 1488.0 944.0 1488.0 992.0]
  894. set segm195 [$conn194 getFirstSegm]
  895.  
  896. set conn196 [$diag addConn generalization_conn $node184 $node189 1760.0 944.0 1760.0 1408.0]
  897. set segm197 [$conn196 getFirstSegm]
  898.  
  899. set conn198 [$diag addConn generalization_conn $node184 $node186 1248.0 944.0 1248.0 1424.0]
  900. set segm199 [$conn198 getFirstSegm]
  901.  
  902. $diag save
  903.  
  904. # Generator: et.tcl    /main/hindenburg/19
  905. # Argument(s): -dphase -e -g -avb_library
  906. # Interpreter to use: Otsh V6.1.1/00
  907. #
  908. OTShRegister::importTool
  909.  
  910. set diag [CDM new CheckBox "vb_library" "" "" "" "" "" 1]
  911.  
  912. set row200 [$diag addRow method 0.0]
  913. $row200 setProp is_event Yes
  914. $row200 setLabel "name_type" "Click()\n"
  915. $row200 setProp "has_parmlist" "1"
  916.  
  917. set row201 [$diag addRow method 0.0]
  918. $row201 setProp is_event Yes
  919. $row201 setLabel "name_type" "DragDrop() \n"
  920. $row201 setProp "has_parmlist" "1"
  921.  
  922. set cell202 [$row201 addCell parameter 0.0]
  923. $cell202 setLabel "name_type" "source: Control, "
  924. $cell202 setScope "name_type" "cl" "scopePhase"
  925. $cell202 setScope "name_type" "de" "scopeSystem"
  926.  
  927. set cell203 [$row201 addCell parameter 0.0]
  928. $cell203 setLabel "name_type" "x: Single, "
  929. $cell203 setScope "name_type" "cl" "scopePhase"
  930.  
  931. set cell204 [$row201 addCell parameter 0.0]
  932. $cell204 setLabel "name_type" "y: Single"
  933. $cell204 setScope "name_type" "cl" "scopePhase"
  934.  
  935. set row205 [$diag addRow method 0.0]
  936. $row205 setProp is_event Yes
  937. $row205 setLabel "name_type" "DragOver() \n"
  938. $row205 setProp "has_parmlist" "1"
  939.  
  940. set cell206 [$row205 addCell parameter 0.0]
  941. $cell206 setLabel "name_type" "source: Control, "
  942. $cell206 setScope "name_type" "cl" "scopePhase"
  943. $cell206 setScope "name_type" "de" "scopeSystem"
  944.  
  945. set cell207 [$row205 addCell parameter 0.0]
  946. $cell207 setLabel "name_type" "x: Single, "
  947. $cell207 setScope "name_type" "cl" "scopePhase"
  948.  
  949. set cell208 [$row205 addCell parameter 0.0]
  950. $cell208 setLabel "name_type" "y: Single, "
  951. $cell208 setScope "name_type" "cl" "scopePhase"
  952.  
  953. set cell209 [$row205 addCell parameter 0.0]
  954. $cell209 setLabel "name_type" "state: Integer"
  955. $cell209 setScope "name_type" "cl" "scopePhase"
  956.  
  957. set row210 [$diag addRow method 0.0]
  958. $row210 setProp is_event Yes
  959. $row210 setLabel "name_type" "GotFocus()\n"
  960. $row210 setProp "has_parmlist" "1"
  961.  
  962. set row211 [$diag addRow method 0.0]
  963. $row211 setProp is_event Yes
  964. $row211 setLabel "name_type" "KeyDown() \n"
  965. $row211 setProp "has_parmlist" "1"
  966.  
  967. set cell212 [$row211 addCell parameter 0.0]
  968. $cell212 setLabel "name_type" "keycode: Integer, "
  969. $cell212 setScope "name_type" "cl" "scopePhase"
  970.  
  971. set cell213 [$row211 addCell parameter 0.0]
  972. $cell213 setLabel "name_type" "shift:Integer"
  973. $cell213 setScope "name_type" "cl" "scopePhase"
  974.  
  975. set row214 [$diag addRow method 0.0]
  976. $row214 setProp is_event Yes
  977. $row214 setLabel "name_type" "KeyPress() \n"
  978. $row214 setProp "has_parmlist" "1"
  979.  
  980. set cell215 [$row214 addCell parameter 0.0]
  981. $cell215 setLabel "name_type" "keyascii: Integer"
  982. $cell215 setScope "name_type" "cl" "scopePhase"
  983.  
  984. set row216 [$diag addRow method 0.0]
  985. $row216 setProp is_event Yes
  986. $row216 setLabel "name_type" "KeyUp() \n"
  987. $row216 setProp "has_parmlist" "1"
  988.  
  989. set cell217 [$row216 addCell parameter 0.0]
  990. $cell217 setLabel "name_type" "keycode: Integer, "
  991. $cell217 setScope "name_type" "cl" "scopePhase"
  992.  
  993. set cell218 [$row216 addCell parameter 0.0]
  994. $cell218 setLabel "name_type" "shift: Integer"
  995. $cell218 setScope "name_type" "cl" "scopePhase"
  996.  
  997. set row219 [$diag addRow method 0.0]
  998. $row219 setProp is_event Yes
  999. $row219 setLabel "name_type" "LostFocus() \n"
  1000. $row219 setProp "has_parmlist" "1"
  1001.  
  1002. set row220 [$diag addRow method 0.0]
  1003. $row220 setProp is_event Yes
  1004. $row220 setLabel "name_type" "MouseDown() \n"
  1005. $row220 setProp "has_parmlist" "1"
  1006.  
  1007. set cell221 [$row220 addCell parameter 0.0]
  1008. $cell221 setLabel "name_type" "button: Integer, "
  1009. $cell221 setScope "name_type" "cl" "scopePhase"
  1010.  
  1011. set cell222 [$row220 addCell parameter 0.0]
  1012. $cell222 setLabel "name_type" "shift: Integer, "
  1013. $cell222 setScope "name_type" "cl" "scopePhase"
  1014.  
  1015. set cell223 [$row220 addCell parameter 0.0]
  1016. $cell223 setLabel "name_type" "x: Single, "
  1017. $cell223 setScope "name_type" "cl" "scopePhase"
  1018.  
  1019. set cell224 [$row220 addCell parameter 0.0]
  1020. $cell224 setLabel "name_type" "y: Single"
  1021. $cell224 setScope "name_type" "cl" "scopePhase"
  1022.  
  1023. set row225 [$diag addRow method 0.0]
  1024. $row225 setProp is_event Yes
  1025. $row225 setLabel "name_type" "MouseMove() \n"
  1026. $row225 setProp "has_parmlist" "1"
  1027.  
  1028. set cell226 [$row225 addCell parameter 0.0]
  1029. $cell226 setLabel "name_type" "button: Integer, "
  1030. $cell226 setScope "name_type" "cl" "scopePhase"
  1031.  
  1032. set cell227 [$row225 addCell parameter 0.0]
  1033. $cell227 setLabel "name_type" "shift: Integer, "
  1034. $cell227 setScope "name_type" "cl" "scopePhase"
  1035.  
  1036. set cell228 [$row225 addCell parameter 0.0]
  1037. $cell228 setLabel "name_type" "x: Single, "
  1038. $cell228 setScope "name_type" "cl" "scopePhase"
  1039.  
  1040. set cell229 [$row225 addCell parameter 0.0]
  1041. $cell229 setLabel "name_type" "y: Single"
  1042. $cell229 setScope "name_type" "cl" "scopePhase"
  1043.  
  1044. set row230 [$diag addRow method 0.0]
  1045. $row230 setProp is_event Yes
  1046. $row230 setLabel "name_type" "MouseUp()  "
  1047. $row230 setProp "has_parmlist" "1"
  1048.  
  1049. set cell231 [$row230 addCell parameter 0.0]
  1050. $cell231 setLabel "name_type" "button: Integer, "
  1051. $cell231 setScope "name_type" "cl" "scopePhase"
  1052.  
  1053. set cell232 [$row230 addCell parameter 0.0]
  1054. $cell232 setLabel "name_type" "shift: Integer, "
  1055. $cell232 setScope "name_type" "cl" "scopePhase"
  1056.  
  1057. set cell233 [$row230 addCell parameter 0.0]
  1058. $cell233 setLabel "name_type" "x: Single, "
  1059. $cell233 setScope "name_type" "cl" "scopePhase"
  1060.  
  1061. set cell234 [$row230 addCell parameter 0.0]
  1062. $cell234 setLabel "name_type" "y: Single"
  1063. $cell234 setScope "name_type" "cl" "scopePhase"
  1064.  
  1065. $diag save
  1066.  
  1067. # Generator: et.tcl    /main/hindenburg/19
  1068. # Argument(s): -dphase -e -g -avb_library
  1069. # Interpreter to use: Otsh V6.1.1/00
  1070. #
  1071. OTShRegister::importTool
  1072.  
  1073. set diag [CDM new ComboBox "vb_library" "" "" "" "" "" 1]
  1074.  
  1075. set row235 [$diag addRow method 0.0]
  1076. $row235 setProp is_event Yes
  1077. $row235 setLabel "name_type" "Change()\n"
  1078. $row235 setProp "has_parmlist" "1"
  1079.  
  1080. set row236 [$diag addRow method 0.0]
  1081. $row236 setProp is_event Yes
  1082. $row236 setLabel "name_type" "Click()\n"
  1083. $row236 setProp "has_parmlist" "1"
  1084.  
  1085. set row237 [$diag addRow method 0.0]
  1086. $row237 setProp is_event Yes
  1087. $row237 setLabel "name_type" "DbClick() \n"
  1088. $row237 setProp "has_parmlist" "1"
  1089.  
  1090. set row238 [$diag addRow method 0.0]
  1091. $row238 setProp is_event Yes
  1092. $row238 setLabel "name_type" "DragDrop() \n"
  1093. $row238 setProp "has_parmlist" "1"
  1094.  
  1095. set cell239 [$row238 addCell parameter 0.0]
  1096. $cell239 setLabel "name_type" "source: Control, "
  1097. $cell239 setScope "name_type" "cl" "scopePhase"
  1098. $cell239 setScope "name_type" "de" "scopeSystem"
  1099.  
  1100. set cell240 [$row238 addCell parameter 0.0]
  1101. $cell240 setLabel "name_type" "x: Single, "
  1102. $cell240 setScope "name_type" "cl" "scopePhase"
  1103.  
  1104. set cell241 [$row238 addCell parameter 0.0]
  1105. $cell241 setLabel "name_type" "y: Single"
  1106. $cell241 setScope "name_type" "cl" "scopePhase"
  1107.  
  1108. set row242 [$diag addRow method 0.0]
  1109. $row242 setProp is_event Yes
  1110. $row242 setLabel "name_type" "DragOver() \n"
  1111. $row242 setProp "has_parmlist" "1"
  1112.  
  1113. set cell243 [$row242 addCell parameter 0.0]
  1114. $cell243 setLabel "name_type" "source: Control, "
  1115. $cell243 setScope "name_type" "cl" "scopePhase"
  1116. $cell243 setScope "name_type" "de" "scopeSystem"
  1117.  
  1118. set cell244 [$row242 addCell parameter 0.0]
  1119. $cell244 setLabel "name_type" "x: Single, "
  1120. $cell244 setScope "name_type" "cl" "scopePhase"
  1121.  
  1122. set cell245 [$row242 addCell parameter 0.0]
  1123. $cell245 setLabel "name_type" "y: Single, "
  1124. $cell245 setScope "name_type" "cl" "scopePhase"
  1125.  
  1126. set cell246 [$row242 addCell parameter 0.0]
  1127. $cell246 setLabel "name_type" "state: Integer"
  1128. $cell246 setScope "name_type" "cl" "scopePhase"
  1129.  
  1130. set row247 [$diag addRow method 0.0]
  1131. $row247 setProp is_event Yes
  1132. $row247 setLabel "name_type" "DropDown()\n"
  1133. $row247 setProp "has_parmlist" "1"
  1134.  
  1135. set row248 [$diag addRow method 0.0]
  1136. $row248 setProp is_event Yes
  1137. $row248 setLabel "name_type" "GotFocus()\n"
  1138. $row248 setProp "has_parmlist" "1"
  1139.  
  1140. set row249 [$diag addRow method 0.0]
  1141. $row249 setProp is_event Yes
  1142. $row249 setLabel "name_type" "KeyDown() \n"
  1143. $row249 setProp "has_parmlist" "1"
  1144.  
  1145. set cell250 [$row249 addCell parameter 0.0]
  1146. $cell250 setLabel "name_type" "keycode: Integer, "
  1147. $cell250 setScope "name_type" "cl" "scopePhase"
  1148.  
  1149. set cell251 [$row249 addCell parameter 0.0]
  1150. $cell251 setLabel "name_type" "shift:Integer"
  1151. $cell251 setScope "name_type" "cl" "scopePhase"
  1152.  
  1153. set row252 [$diag addRow method 0.0]
  1154. $row252 setProp is_event Yes
  1155. $row252 setLabel "name_type" "KeyPress() \n"
  1156. $row252 setProp "has_parmlist" "1"
  1157.  
  1158. set cell253 [$row252 addCell parameter 0.0]
  1159. $cell253 setLabel "name_type" "keyascii: Integer"
  1160. $cell253 setScope "name_type" "cl" "scopePhase"
  1161.  
  1162. set row254 [$diag addRow method 0.0]
  1163. $row254 setProp is_event Yes
  1164. $row254 setLabel "name_type" "KeyUp() \n"
  1165. $row254 setProp "has_parmlist" "1"
  1166.  
  1167. set cell255 [$row254 addCell parameter 0.0]
  1168. $cell255 setLabel "name_type" "keycode: Integer, "
  1169. $cell255 setScope "name_type" "cl" "scopePhase"
  1170.  
  1171. set cell256 [$row254 addCell parameter 0.0]
  1172. $cell256 setLabel "name_type" "shift: Integer"
  1173. $cell256 setScope "name_type" "cl" "scopePhase"
  1174.  
  1175. set row257 [$diag addRow method 0.0]
  1176. $row257 setProp is_event Yes
  1177. $row257 setLabel "name_type" "LostFocus() "
  1178. $row257 setProp "has_parmlist" "1"
  1179.  
  1180. $diag save
  1181.  
  1182. # Generator: et.tcl    /main/hindenburg/19
  1183. # Argument(s): -dphase -e -g -avb_library
  1184. # Interpreter to use: Otsh V6.1.1/00
  1185. #
  1186. OTShRegister::importTool
  1187.  
  1188. set diag [CDM new CommandButton "vb_library" "" "" "" "" "" 1]
  1189.  
  1190. set row258 [$diag addRow method 0.0]
  1191. $row258 setProp is_event Yes
  1192. $row258 setLabel "name_type" "Click()\n"
  1193. $row258 setProp "has_parmlist" "1"
  1194.  
  1195. set row259 [$diag addRow method 0.0]
  1196. $row259 setProp is_event Yes
  1197. $row259 setLabel "name_type" "DragDrop() \n"
  1198. $row259 setProp "has_parmlist" "1"
  1199.  
  1200. set cell260 [$row259 addCell parameter 0.0]
  1201. $cell260 setLabel "name_type" "source: Control, "
  1202. $cell260 setScope "name_type" "cl" "scopePhase"
  1203. $cell260 setScope "name_type" "de" "scopeSystem"
  1204.  
  1205. set cell261 [$row259 addCell parameter 0.0]
  1206. $cell261 setLabel "name_type" "x: Single, "
  1207. $cell261 setScope "name_type" "cl" "scopePhase"
  1208.  
  1209. set cell262 [$row259 addCell parameter 0.0]
  1210. $cell262 setLabel "name_type" "y: Single"
  1211. $cell262 setScope "name_type" "cl" "scopePhase"
  1212.  
  1213. set row263 [$diag addRow method 0.0]
  1214. $row263 setProp is_event Yes
  1215. $row263 setLabel "name_type" "DragOver() \n"
  1216. $row263 setProp "has_parmlist" "1"
  1217.  
  1218. set cell264 [$row263 addCell parameter 0.0]
  1219. $cell264 setLabel "name_type" "source: Control, "
  1220. $cell264 setScope "name_type" "cl" "scopePhase"
  1221. $cell264 setScope "name_type" "de" "scopeSystem"
  1222.  
  1223. set cell265 [$row263 addCell parameter 0.0]
  1224. $cell265 setLabel "name_type" "x: Single, "
  1225. $cell265 setScope "name_type" "cl" "scopePhase"
  1226.  
  1227. set cell266 [$row263 addCell parameter 0.0]
  1228. $cell266 setLabel "name_type" "y: Single, "
  1229. $cell266 setScope "name_type" "cl" "scopePhase"
  1230.  
  1231. set cell267 [$row263 addCell parameter 0.0]
  1232. $cell267 setLabel "name_type" "state: Integer"
  1233. $cell267 setScope "name_type" "cl" "scopePhase"
  1234.  
  1235. set row268 [$diag addRow method 0.0]
  1236. $row268 setProp is_event Yes
  1237. $row268 setLabel "name_type" "GotFocus()\n"
  1238. $row268 setProp "has_parmlist" "1"
  1239.  
  1240. set row269 [$diag addRow method 0.0]
  1241. $row269 setProp is_event Yes
  1242. $row269 setLabel "name_type" "KeyDown() \n"
  1243. $row269 setProp "has_parmlist" "1"
  1244.  
  1245. set cell270 [$row269 addCell parameter 0.0]
  1246. $cell270 setLabel "name_type" "keycode: Integer, "
  1247. $cell270 setScope "name_type" "cl" "scopePhase"
  1248.  
  1249. set cell271 [$row269 addCell parameter 0.0]
  1250. $cell271 setLabel "name_type" "shift:Integer"
  1251. $cell271 setScope "name_type" "cl" "scopePhase"
  1252.  
  1253. set row272 [$diag addRow method 0.0]
  1254. $row272 setProp is_event Yes
  1255. $row272 setLabel "name_type" "KeyPress() \n"
  1256. $row272 setProp "has_parmlist" "1"
  1257.  
  1258. set cell273 [$row272 addCell parameter 0.0]
  1259. $cell273 setLabel "name_type" "keyascii: Integer"
  1260. $cell273 setScope "name_type" "cl" "scopePhase"
  1261.  
  1262. set row274 [$diag addRow method 0.0]
  1263. $row274 setProp is_event Yes
  1264. $row274 setLabel "name_type" "KeyUp() \n"
  1265. $row274 setProp "has_parmlist" "1"
  1266.  
  1267. set cell275 [$row274 addCell parameter 0.0]
  1268. $cell275 setLabel "name_type" "keycode: Integer, "
  1269. $cell275 setScope "name_type" "cl" "scopePhase"
  1270.  
  1271. set cell276 [$row274 addCell parameter 0.0]
  1272. $cell276 setLabel "name_type" "shift: Integer"
  1273. $cell276 setScope "name_type" "cl" "scopePhase"
  1274.  
  1275. set row277 [$diag addRow method 0.0]
  1276. $row277 setProp is_event Yes
  1277. $row277 setLabel "name_type" "LostFocus() \n"
  1278. $row277 setProp "has_parmlist" "1"
  1279.  
  1280. set row278 [$diag addRow method 0.0]
  1281. $row278 setProp is_event Yes
  1282. $row278 setLabel "name_type" "MouseDown() \n"
  1283. $row278 setProp "has_parmlist" "1"
  1284.  
  1285. set cell279 [$row278 addCell parameter 0.0]
  1286. $cell279 setLabel "name_type" "button: Integer, "
  1287. $cell279 setScope "name_type" "cl" "scopePhase"
  1288.  
  1289. set cell280 [$row278 addCell parameter 0.0]
  1290. $cell280 setLabel "name_type" "shift: Integer, "
  1291. $cell280 setScope "name_type" "cl" "scopePhase"
  1292.  
  1293. set cell281 [$row278 addCell parameter 0.0]
  1294. $cell281 setLabel "name_type" "x: Single, "
  1295. $cell281 setScope "name_type" "cl" "scopePhase"
  1296.  
  1297. set cell282 [$row278 addCell parameter 0.0]
  1298. $cell282 setLabel "name_type" "y: Single"
  1299. $cell282 setScope "name_type" "cl" "scopePhase"
  1300.  
  1301. set row283 [$diag addRow method 0.0]
  1302. $row283 setProp is_event Yes
  1303. $row283 setLabel "name_type" "MouseMove() \n"
  1304. $row283 setProp "has_parmlist" "1"
  1305.  
  1306. set cell284 [$row283 addCell parameter 0.0]
  1307. $cell284 setLabel "name_type" "button: Integer, "
  1308. $cell284 setScope "name_type" "cl" "scopePhase"
  1309.  
  1310. set cell285 [$row283 addCell parameter 0.0]
  1311. $cell285 setLabel "name_type" "shift: Integer, "
  1312. $cell285 setScope "name_type" "cl" "scopePhase"
  1313.  
  1314. set cell286 [$row283 addCell parameter 0.0]
  1315. $cell286 setLabel "name_type" "x: Single, "
  1316. $cell286 setScope "name_type" "cl" "scopePhase"
  1317.  
  1318. set cell287 [$row283 addCell parameter 0.0]
  1319. $cell287 setLabel "name_type" "y: Single"
  1320. $cell287 setScope "name_type" "cl" "scopePhase"
  1321.  
  1322. set row288 [$diag addRow method 0.0]
  1323. $row288 setProp is_event Yes
  1324. $row288 setLabel "name_type" "MouseUp()  "
  1325. $row288 setProp "has_parmlist" "1"
  1326.  
  1327. set cell289 [$row288 addCell parameter 0.0]
  1328. $cell289 setLabel "name_type" "button: Integer, "
  1329. $cell289 setScope "name_type" "cl" "scopePhase"
  1330.  
  1331. set cell290 [$row288 addCell parameter 0.0]
  1332. $cell290 setLabel "name_type" "shift: Integer, "
  1333. $cell290 setScope "name_type" "cl" "scopePhase"
  1334.  
  1335. set cell291 [$row288 addCell parameter 0.0]
  1336. $cell291 setLabel "name_type" "x: Single, "
  1337. $cell291 setScope "name_type" "cl" "scopePhase"
  1338.  
  1339. set cell292 [$row288 addCell parameter 0.0]
  1340. $cell292 setLabel "name_type" "y: Single"
  1341. $cell292 setScope "name_type" "cl" "scopePhase"
  1342.  
  1343. $diag save
  1344.  
  1345. # Generator: et.tcl    /main/hindenburg/19
  1346. # Argument(s): -dphase -e -g -avb_library
  1347. # Interpreter to use: Otsh V6.1.1/00
  1348. #
  1349. OTShRegister::importTool
  1350.  
  1351. set diag [CDM new Data "vb_library" "" "" "" "" "" 1]
  1352.  
  1353. set row293 [$diag addRow method 0.0]
  1354. $row293 setProp is_event Yes
  1355. $row293 setLabel "name_type" "DragDrop() \n"
  1356. $row293 setProp "has_parmlist" "1"
  1357.  
  1358. set cell294 [$row293 addCell parameter 0.0]
  1359. $cell294 setLabel "name_type" "source: Control, "
  1360. $cell294 setScope "name_type" "cl" "scopePhase"
  1361. $cell294 setScope "name_type" "de" "scopeSystem"
  1362.  
  1363. set cell295 [$row293 addCell parameter 0.0]
  1364. $cell295 setLabel "name_type" "x: Single, "
  1365. $cell295 setScope "name_type" "cl" "scopePhase"
  1366.  
  1367. set cell296 [$row293 addCell parameter 0.0]
  1368. $cell296 setLabel "name_type" "y: Single"
  1369. $cell296 setScope "name_type" "cl" "scopePhase"
  1370.  
  1371. set row297 [$diag addRow method 0.0]
  1372. $row297 setProp is_event Yes
  1373. $row297 setLabel "name_type" "DragOver() \n"
  1374. $row297 setProp "has_parmlist" "1"
  1375.  
  1376. set cell298 [$row297 addCell parameter 0.0]
  1377. $cell298 setLabel "name_type" "source: Control, "
  1378. $cell298 setScope "name_type" "cl" "scopePhase"
  1379. $cell298 setScope "name_type" "de" "scopeSystem"
  1380.  
  1381. set cell299 [$row297 addCell parameter 0.0]
  1382. $cell299 setLabel "name_type" "x: Single, "
  1383. $cell299 setScope "name_type" "cl" "scopePhase"
  1384.  
  1385. set cell300 [$row297 addCell parameter 0.0]
  1386. $cell300 setLabel "name_type" "y: Single, "
  1387. $cell300 setScope "name_type" "cl" "scopePhase"
  1388.  
  1389. set cell301 [$row297 addCell parameter 0.0]
  1390. $cell301 setLabel "name_type" "state: Integer"
  1391. $cell301 setScope "name_type" "cl" "scopePhase"
  1392.  
  1393. set row302 [$diag addRow method 0.0]
  1394. $row302 setProp is_event Yes
  1395. $row302 setLabel "name_type" "Error ()\n"
  1396. $row302 setProp "has_parmlist" "1"
  1397.  
  1398. set cell303 [$row302 addCell parameter 0.0]
  1399. $cell303 setLabel "name_type" "dataerr: Integer, "
  1400. $cell303 setScope "name_type" "cl" "scopePhase"
  1401.  
  1402. set cell304 [$row302 addCell parameter 0.0]
  1403. $cell304 setLabel "name_type" "response: Integer"
  1404. $cell304 setScope "name_type" "cl" "scopePhase"
  1405.  
  1406. set row305 [$diag addRow method 0.0]
  1407. $row305 setProp is_event Yes
  1408. $row305 setLabel "name_type" "MouseDown() \n"
  1409. $row305 setProp "has_parmlist" "1"
  1410.  
  1411. set cell306 [$row305 addCell parameter 0.0]
  1412. $cell306 setLabel "name_type" "button: Integer, "
  1413. $cell306 setScope "name_type" "cl" "scopePhase"
  1414.  
  1415. set cell307 [$row305 addCell parameter 0.0]
  1416. $cell307 setLabel "name_type" "shift: Integer, "
  1417. $cell307 setScope "name_type" "cl" "scopePhase"
  1418.  
  1419. set cell308 [$row305 addCell parameter 0.0]
  1420. $cell308 setLabel "name_type" "x: Single, "
  1421. $cell308 setScope "name_type" "cl" "scopePhase"
  1422.  
  1423. set cell309 [$row305 addCell parameter 0.0]
  1424. $cell309 setLabel "name_type" "y: Single"
  1425. $cell309 setScope "name_type" "cl" "scopePhase"
  1426.  
  1427. set row310 [$diag addRow method 0.0]
  1428. $row310 setProp is_event Yes
  1429. $row310 setLabel "name_type" "MouseMove() \n"
  1430. $row310 setProp "has_parmlist" "1"
  1431.  
  1432. set cell311 [$row310 addCell parameter 0.0]
  1433. $cell311 setLabel "name_type" "button: Integer, "
  1434. $cell311 setScope "name_type" "cl" "scopePhase"
  1435.  
  1436. set cell312 [$row310 addCell parameter 0.0]
  1437. $cell312 setLabel "name_type" "shift: Integer, "
  1438. $cell312 setScope "name_type" "cl" "scopePhase"
  1439.  
  1440. set cell313 [$row310 addCell parameter 0.0]
  1441. $cell313 setLabel "name_type" "x: Single, "
  1442. $cell313 setScope "name_type" "cl" "scopePhase"
  1443.  
  1444. set cell314 [$row310 addCell parameter 0.0]
  1445. $cell314 setLabel "name_type" "y: Single"
  1446. $cell314 setScope "name_type" "cl" "scopePhase"
  1447.  
  1448. set row315 [$diag addRow method 0.0]
  1449. $row315 setProp is_event Yes
  1450. $row315 setLabel "name_type" "MouseUp()  \n"
  1451. $row315 setProp "has_parmlist" "1"
  1452.  
  1453. set cell316 [$row315 addCell parameter 0.0]
  1454. $cell316 setLabel "name_type" "button: Integer, "
  1455. $cell316 setScope "name_type" "cl" "scopePhase"
  1456.  
  1457. set cell317 [$row315 addCell parameter 0.0]
  1458. $cell317 setLabel "name_type" "shift: Integer, "
  1459. $cell317 setScope "name_type" "cl" "scopePhase"
  1460.  
  1461. set cell318 [$row315 addCell parameter 0.0]
  1462. $cell318 setLabel "name_type" "x: Single, "
  1463. $cell318 setScope "name_type" "cl" "scopePhase"
  1464.  
  1465. set cell319 [$row315 addCell parameter 0.0]
  1466. $cell319 setLabel "name_type" "y: Single"
  1467. $cell319 setScope "name_type" "cl" "scopePhase"
  1468.  
  1469. set row320 [$diag addRow method 0.0]
  1470. $row320 setProp is_event Yes
  1471. $row320 setLabel "name_type" "Reposition()\n"
  1472. $row320 setProp "has_parmlist" "1"
  1473.  
  1474. set row321 [$diag addRow method 0.0]
  1475. $row321 setProp is_event Yes
  1476. $row321 setLabel "name_type" "Resize() \n"
  1477. $row321 setProp "has_parmlist" "1"
  1478.  
  1479. set row322 [$diag addRow method 0.0]
  1480. $row322 setProp is_event Yes
  1481. $row322 setLabel "name_type" "Validate()"
  1482. $row322 setProp "has_parmlist" "1"
  1483.  
  1484. set cell323 [$row322 addCell parameter 0.0]
  1485. $cell323 setLabel "name_type" "action: Integer, "
  1486. $cell323 setScope "name_type" "cl" "scopePhase"
  1487.  
  1488. set cell324 [$row322 addCell parameter 0.0]
  1489. $cell324 setLabel "name_type" "save: Integer"
  1490. $cell324 setScope "name_type" "cl" "scopePhase"
  1491.  
  1492. $diag save
  1493.  
  1494. # Generator: et.tcl    /main/hindenburg/19
  1495. # Argument(s): -dphase -e -g -avb_library
  1496. # Interpreter to use: Otsh V6.1.1/00
  1497. #
  1498. OTShRegister::importTool
  1499.  
  1500. set diag [CDM new ListBox "vb_library" "" "" "" "" "" 1]
  1501.  
  1502. set row325 [$diag addRow method 0.0]
  1503. $row325 setProp is_event Yes
  1504. $row325 setLabel "name_type" "Click()\n"
  1505. $row325 setProp "has_parmlist" "1"
  1506.  
  1507. set row326 [$diag addRow method 0.0]
  1508. $row326 setProp is_event Yes
  1509. $row326 setLabel "name_type" "DbClick() \n"
  1510. $row326 setProp "has_parmlist" "1"
  1511.  
  1512. set row327 [$diag addRow method 0.0]
  1513. $row327 setProp is_event Yes
  1514. $row327 setLabel "name_type" "DragDrop() \n"
  1515. $row327 setProp "has_parmlist" "1"
  1516.  
  1517. set cell328 [$row327 addCell parameter 0.0]
  1518. $cell328 setLabel "name_type" "source: Control, "
  1519. $cell328 setScope "name_type" "cl" "scopePhase"
  1520. $cell328 setScope "name_type" "de" "scopeSystem"
  1521.  
  1522. set cell329 [$row327 addCell parameter 0.0]
  1523. $cell329 setLabel "name_type" "x: Single, "
  1524. $cell329 setScope "name_type" "cl" "scopePhase"
  1525.  
  1526. set cell330 [$row327 addCell parameter 0.0]
  1527. $cell330 setLabel "name_type" "y: Single"
  1528. $cell330 setScope "name_type" "cl" "scopePhase"
  1529.  
  1530. set row331 [$diag addRow method 0.0]
  1531. $row331 setProp is_event Yes
  1532. $row331 setLabel "name_type" "DragOver() \n"
  1533. $row331 setProp "has_parmlist" "1"
  1534.  
  1535. set cell332 [$row331 addCell parameter 0.0]
  1536. $cell332 setLabel "name_type" "source: Control, "
  1537. $cell332 setScope "name_type" "cl" "scopePhase"
  1538. $cell332 setScope "name_type" "de" "scopeSystem"
  1539.  
  1540. set cell333 [$row331 addCell parameter 0.0]
  1541. $cell333 setLabel "name_type" "x: Single, "
  1542. $cell333 setScope "name_type" "cl" "scopePhase"
  1543.  
  1544. set cell334 [$row331 addCell parameter 0.0]
  1545. $cell334 setLabel "name_type" "y: Single, "
  1546. $cell334 setScope "name_type" "cl" "scopePhase"
  1547.  
  1548. set cell335 [$row331 addCell parameter 0.0]
  1549. $cell335 setLabel "name_type" "state: Integer"
  1550. $cell335 setScope "name_type" "cl" "scopePhase"
  1551.  
  1552. set row336 [$diag addRow method 0.0]
  1553. $row336 setProp is_event Yes
  1554. $row336 setLabel "name_type" "GotFocus()\n"
  1555. $row336 setProp "has_parmlist" "1"
  1556.  
  1557. set row337 [$diag addRow method 0.0]
  1558. $row337 setProp is_event Yes
  1559. $row337 setLabel "name_type" "KeyDown() \n"
  1560. $row337 setProp "has_parmlist" "1"
  1561.  
  1562. set cell338 [$row337 addCell parameter 0.0]
  1563. $cell338 setLabel "name_type" "keycode: Integer, "
  1564. $cell338 setScope "name_type" "cl" "scopePhase"
  1565.  
  1566. set cell339 [$row337 addCell parameter 0.0]
  1567. $cell339 setLabel "name_type" "shift:Integer"
  1568. $cell339 setScope "name_type" "cl" "scopePhase"
  1569.  
  1570. set row340 [$diag addRow method 0.0]
  1571. $row340 setProp is_event Yes
  1572. $row340 setLabel "name_type" "KeyPress() \n"
  1573. $row340 setProp "has_parmlist" "1"
  1574.  
  1575. set cell341 [$row340 addCell parameter 0.0]
  1576. $cell341 setLabel "name_type" "keyascii: Integer"
  1577. $cell341 setScope "name_type" "cl" "scopePhase"
  1578.  
  1579. set row342 [$diag addRow method 0.0]
  1580. $row342 setProp is_event Yes
  1581. $row342 setLabel "name_type" "KeyUp() \n"
  1582. $row342 setProp "has_parmlist" "1"
  1583.  
  1584. set cell343 [$row342 addCell parameter 0.0]
  1585. $cell343 setLabel "name_type" "keycode: Integer, "
  1586. $cell343 setScope "name_type" "cl" "scopePhase"
  1587.  
  1588. set cell344 [$row342 addCell parameter 0.0]
  1589. $cell344 setLabel "name_type" "shift: Integer"
  1590. $cell344 setScope "name_type" "cl" "scopePhase"
  1591.  
  1592. set row345 [$diag addRow method 0.0]
  1593. $row345 setProp is_event Yes
  1594. $row345 setLabel "name_type" "LostFocus() \n"
  1595. $row345 setProp "has_parmlist" "1"
  1596.  
  1597. set row346 [$diag addRow method 0.0]
  1598. $row346 setProp is_event Yes
  1599. $row346 setLabel "name_type" "MouseDown() \n"
  1600. $row346 setProp "has_parmlist" "1"
  1601.  
  1602. set cell347 [$row346 addCell parameter 0.0]
  1603. $cell347 setLabel "name_type" "button: Integer, "
  1604. $cell347 setScope "name_type" "cl" "scopePhase"
  1605.  
  1606. set cell348 [$row346 addCell parameter 0.0]
  1607. $cell348 setLabel "name_type" "shift: Integer, "
  1608. $cell348 setScope "name_type" "cl" "scopePhase"
  1609.  
  1610. set cell349 [$row346 addCell parameter 0.0]
  1611. $cell349 setLabel "name_type" "x: Single, "
  1612. $cell349 setScope "name_type" "cl" "scopePhase"
  1613.  
  1614. set cell350 [$row346 addCell parameter 0.0]
  1615. $cell350 setLabel "name_type" "y: Single"
  1616. $cell350 setScope "name_type" "cl" "scopePhase"
  1617.  
  1618. set row351 [$diag addRow method 0.0]
  1619. $row351 setProp is_event Yes
  1620. $row351 setLabel "name_type" "MouseMove() \n"
  1621. $row351 setProp "has_parmlist" "1"
  1622.  
  1623. set cell352 [$row351 addCell parameter 0.0]
  1624. $cell352 setLabel "name_type" "button: Integer, "
  1625. $cell352 setScope "name_type" "cl" "scopePhase"
  1626.  
  1627. set cell353 [$row351 addCell parameter 0.0]
  1628. $cell353 setLabel "name_type" "shift: Integer, "
  1629. $cell353 setScope "name_type" "cl" "scopePhase"
  1630.  
  1631. set cell354 [$row351 addCell parameter 0.0]
  1632. $cell354 setLabel "name_type" "x: Single, "
  1633. $cell354 setScope "name_type" "cl" "scopePhase"
  1634.  
  1635. set cell355 [$row351 addCell parameter 0.0]
  1636. $cell355 setLabel "name_type" "y: Single"
  1637. $cell355 setScope "name_type" "cl" "scopePhase"
  1638.  
  1639. set row356 [$diag addRow method 0.0]
  1640. $row356 setProp is_event Yes
  1641. $row356 setLabel "name_type" "MouseUp()  "
  1642. $row356 setProp "has_parmlist" "1"
  1643.  
  1644. set cell357 [$row356 addCell parameter 0.0]
  1645. $cell357 setLabel "name_type" "button: Integer, "
  1646. $cell357 setScope "name_type" "cl" "scopePhase"
  1647.  
  1648. set cell358 [$row356 addCell parameter 0.0]
  1649. $cell358 setLabel "name_type" "shift: Integer, "
  1650. $cell358 setScope "name_type" "cl" "scopePhase"
  1651.  
  1652. set cell359 [$row356 addCell parameter 0.0]
  1653. $cell359 setLabel "name_type" "x: Single, "
  1654. $cell359 setScope "name_type" "cl" "scopePhase"
  1655.  
  1656. set cell360 [$row356 addCell parameter 0.0]
  1657. $cell360 setLabel "name_type" "y: Single"
  1658. $cell360 setScope "name_type" "cl" "scopePhase"
  1659.  
  1660. $diag save
  1661.  
  1662. # Generator: et.tcl    /main/hindenburg/19
  1663. # Argument(s): -dphase -e -g -avb_library
  1664. # Interpreter to use: Otsh V6.1.1/00
  1665. #
  1666. OTShRegister::importTool
  1667.  
  1668. set diag [CDM new DirListBox "vb_library" "" "" "" "" "" 1]
  1669.  
  1670. set row361 [$diag addRow method 0.0]
  1671. $row361 setProp is_event Yes
  1672. $row361 setLabel "name_type" "Change()\n"
  1673. $row361 setProp "has_parmlist" "1"
  1674.  
  1675. set row362 [$diag addRow method 0.0]
  1676. $row362 setProp is_event Yes
  1677. $row362 setLabel "name_type" "Click() \n"
  1678. $row362 setProp "has_parmlist" "1"
  1679.  
  1680. set row363 [$diag addRow method 0.0]
  1681. $row363 setProp is_event Yes
  1682. $row363 setLabel "name_type" "DragDrop() \n"
  1683. $row363 setProp "has_parmlist" "1"
  1684.  
  1685. set cell364 [$row363 addCell parameter 0.0]
  1686. $cell364 setLabel "name_type" "source: Control, "
  1687. $cell364 setScope "name_type" "cl" "scopePhase"
  1688. $cell364 setScope "name_type" "de" "scopeSystem"
  1689.  
  1690. set cell365 [$row363 addCell parameter 0.0]
  1691. $cell365 setLabel "name_type" "x: Single, "
  1692. $cell365 setScope "name_type" "cl" "scopePhase"
  1693.  
  1694. set cell366 [$row363 addCell parameter 0.0]
  1695. $cell366 setLabel "name_type" "y: Single"
  1696. $cell366 setScope "name_type" "cl" "scopePhase"
  1697.  
  1698. set row367 [$diag addRow method 0.0]
  1699. $row367 setProp is_event Yes
  1700. $row367 setLabel "name_type" "DragOver() \n"
  1701. $row367 setProp "has_parmlist" "1"
  1702.  
  1703. set cell368 [$row367 addCell parameter 0.0]
  1704. $cell368 setLabel "name_type" "source: Control, "
  1705. $cell368 setScope "name_type" "cl" "scopePhase"
  1706. $cell368 setScope "name_type" "de" "scopeSystem"
  1707.  
  1708. set cell369 [$row367 addCell parameter 0.0]
  1709. $cell369 setLabel "name_type" "x: Single, "
  1710. $cell369 setScope "name_type" "cl" "scopePhase"
  1711.  
  1712. set cell370 [$row367 addCell parameter 0.0]
  1713. $cell370 setLabel "name_type" "y: Single, "
  1714. $cell370 setScope "name_type" "cl" "scopePhase"
  1715.  
  1716. set cell371 [$row367 addCell parameter 0.0]
  1717. $cell371 setLabel "name_type" "state: Integer"
  1718. $cell371 setScope "name_type" "cl" "scopePhase"
  1719.  
  1720. set row372 [$diag addRow method 0.0]
  1721. $row372 setProp is_event Yes
  1722. $row372 setLabel "name_type" "GotFocus()\n"
  1723. $row372 setProp "has_parmlist" "1"
  1724.  
  1725. set row373 [$diag addRow method 0.0]
  1726. $row373 setProp is_event Yes
  1727. $row373 setLabel "name_type" "KeyDown() \n"
  1728. $row373 setProp "has_parmlist" "1"
  1729.  
  1730. set cell374 [$row373 addCell parameter 0.0]
  1731. $cell374 setLabel "name_type" "keycode: Integer, "
  1732. $cell374 setScope "name_type" "cl" "scopePhase"
  1733.  
  1734. set cell375 [$row373 addCell parameter 0.0]
  1735. $cell375 setLabel "name_type" "shift:Integer"
  1736. $cell375 setScope "name_type" "cl" "scopePhase"
  1737.  
  1738. set row376 [$diag addRow method 0.0]
  1739. $row376 setProp is_event Yes
  1740. $row376 setLabel "name_type" "KeyPress() \n"
  1741. $row376 setProp "has_parmlist" "1"
  1742.  
  1743. set cell377 [$row376 addCell parameter 0.0]
  1744. $cell377 setLabel "name_type" "keyascii: Integer"
  1745. $cell377 setScope "name_type" "cl" "scopePhase"
  1746.  
  1747. set row378 [$diag addRow method 0.0]
  1748. $row378 setProp is_event Yes
  1749. $row378 setLabel "name_type" "KeyUp() \n"
  1750. $row378 setProp "has_parmlist" "1"
  1751.  
  1752. set cell379 [$row378 addCell parameter 0.0]
  1753. $cell379 setLabel "name_type" "keycode: Integer, "
  1754. $cell379 setScope "name_type" "cl" "scopePhase"
  1755.  
  1756. set cell380 [$row378 addCell parameter 0.0]
  1757. $cell380 setLabel "name_type" "shift: Integer"
  1758. $cell380 setScope "name_type" "cl" "scopePhase"
  1759.  
  1760. set row381 [$diag addRow method 0.0]
  1761. $row381 setProp is_event Yes
  1762. $row381 setLabel "name_type" "LostFocus() \n"
  1763. $row381 setProp "has_parmlist" "1"
  1764.  
  1765. set row382 [$diag addRow method 0.0]
  1766. $row382 setProp is_event Yes
  1767. $row382 setLabel "name_type" "MouseDown() \n"
  1768. $row382 setProp "has_parmlist" "1"
  1769.  
  1770. set cell383 [$row382 addCell parameter 0.0]
  1771. $cell383 setLabel "name_type" "button: Integer, "
  1772. $cell383 setScope "name_type" "cl" "scopePhase"
  1773.  
  1774. set cell384 [$row382 addCell parameter 0.0]
  1775. $cell384 setLabel "name_type" "shift: Integer, "
  1776. $cell384 setScope "name_type" "cl" "scopePhase"
  1777.  
  1778. set cell385 [$row382 addCell parameter 0.0]
  1779. $cell385 setLabel "name_type" "x: Single, "
  1780. $cell385 setScope "name_type" "cl" "scopePhase"
  1781.  
  1782. set cell386 [$row382 addCell parameter 0.0]
  1783. $cell386 setLabel "name_type" "y: Single"
  1784. $cell386 setScope "name_type" "cl" "scopePhase"
  1785.  
  1786. set row387 [$diag addRow method 0.0]
  1787. $row387 setProp is_event Yes
  1788. $row387 setLabel "name_type" "MouseMove() \n"
  1789. $row387 setProp "has_parmlist" "1"
  1790.  
  1791. set cell388 [$row387 addCell parameter 0.0]
  1792. $cell388 setLabel "name_type" "button: Integer, "
  1793. $cell388 setScope "name_type" "cl" "scopePhase"
  1794.  
  1795. set cell389 [$row387 addCell parameter 0.0]
  1796. $cell389 setLabel "name_type" "shift: Integer, "
  1797. $cell389 setScope "name_type" "cl" "scopePhase"
  1798.  
  1799. set cell390 [$row387 addCell parameter 0.0]
  1800. $cell390 setLabel "name_type" "x: Single, "
  1801. $cell390 setScope "name_type" "cl" "scopePhase"
  1802.  
  1803. set cell391 [$row387 addCell parameter 0.0]
  1804. $cell391 setLabel "name_type" "y: Single"
  1805. $cell391 setScope "name_type" "cl" "scopePhase"
  1806.  
  1807. set row392 [$diag addRow method 0.0]
  1808. $row392 setProp is_event Yes
  1809. $row392 setLabel "name_type" "MouseUp()  "
  1810. $row392 setProp "has_parmlist" "1"
  1811.  
  1812. set cell393 [$row392 addCell parameter 0.0]
  1813. $cell393 setLabel "name_type" "button: Integer, "
  1814. $cell393 setScope "name_type" "cl" "scopePhase"
  1815.  
  1816. set cell394 [$row392 addCell parameter 0.0]
  1817. $cell394 setLabel "name_type" "shift: Integer, "
  1818. $cell394 setScope "name_type" "cl" "scopePhase"
  1819.  
  1820. set cell395 [$row392 addCell parameter 0.0]
  1821. $cell395 setLabel "name_type" "x: Single, "
  1822. $cell395 setScope "name_type" "cl" "scopePhase"
  1823.  
  1824. set cell396 [$row392 addCell parameter 0.0]
  1825. $cell396 setLabel "name_type" "y: Single"
  1826. $cell396 setScope "name_type" "cl" "scopePhase"
  1827.  
  1828. $diag save
  1829.  
  1830. # Generator: et.tcl    /main/hindenburg/19
  1831. # Argument(s): -dphase -e -g -avb_library
  1832. # Interpreter to use: Otsh V6.1.1/00
  1833. #
  1834. OTShRegister::importTool
  1835.  
  1836. set diag [CDM new DriveListBox "vb_library" "" "" "" "" "" 1]
  1837.  
  1838. set row397 [$diag addRow method 0.0]
  1839. $row397 setProp is_event Yes
  1840. $row397 setLabel "name_type" "Change()\n"
  1841. $row397 setProp "has_parmlist" "1"
  1842.  
  1843. set row398 [$diag addRow method 0.0]
  1844. $row398 setProp is_event Yes
  1845. $row398 setLabel "name_type" "DragDrop() \n"
  1846. $row398 setProp "has_parmlist" "1"
  1847.  
  1848. set cell399 [$row398 addCell parameter 0.0]
  1849. $cell399 setLabel "name_type" "source: Control, "
  1850. $cell399 setScope "name_type" "cl" "scopePhase"
  1851. $cell399 setScope "name_type" "de" "scopeSystem"
  1852.  
  1853. set cell400 [$row398 addCell parameter 0.0]
  1854. $cell400 setLabel "name_type" "x: Single, "
  1855. $cell400 setScope "name_type" "cl" "scopePhase"
  1856.  
  1857. set cell401 [$row398 addCell parameter 0.0]
  1858. $cell401 setLabel "name_type" "y: Single"
  1859. $cell401 setScope "name_type" "cl" "scopePhase"
  1860.  
  1861. set row402 [$diag addRow method 0.0]
  1862. $row402 setProp is_event Yes
  1863. $row402 setLabel "name_type" "DragOver() \n"
  1864. $row402 setProp "has_parmlist" "1"
  1865.  
  1866. set cell403 [$row402 addCell parameter 0.0]
  1867. $cell403 setLabel "name_type" "source: Control, "
  1868. $cell403 setScope "name_type" "cl" "scopePhase"
  1869. $cell403 setScope "name_type" "de" "scopeSystem"
  1870.  
  1871. set cell404 [$row402 addCell parameter 0.0]
  1872. $cell404 setLabel "name_type" "x: Single, "
  1873. $cell404 setScope "name_type" "cl" "scopePhase"
  1874.  
  1875. set cell405 [$row402 addCell parameter 0.0]
  1876. $cell405 setLabel "name_type" "y: Single, "
  1877. $cell405 setScope "name_type" "cl" "scopePhase"
  1878.  
  1879. set cell406 [$row402 addCell parameter 0.0]
  1880. $cell406 setLabel "name_type" "state: Integer"
  1881. $cell406 setScope "name_type" "cl" "scopePhase"
  1882.  
  1883. set row407 [$diag addRow method 0.0]
  1884. $row407 setProp is_event Yes
  1885. $row407 setLabel "name_type" "GotFocus()\n"
  1886. $row407 setProp "has_parmlist" "1"
  1887.  
  1888. set row408 [$diag addRow method 0.0]
  1889. $row408 setProp is_event Yes
  1890. $row408 setLabel "name_type" "KeyDown() \n"
  1891. $row408 setProp "has_parmlist" "1"
  1892.  
  1893. set cell409 [$row408 addCell parameter 0.0]
  1894. $cell409 setLabel "name_type" "keycode: Integer, "
  1895. $cell409 setScope "name_type" "cl" "scopePhase"
  1896.  
  1897. set cell410 [$row408 addCell parameter 0.0]
  1898. $cell410 setLabel "name_type" "shift:Integer"
  1899. $cell410 setScope "name_type" "cl" "scopePhase"
  1900.  
  1901. set row411 [$diag addRow method 0.0]
  1902. $row411 setProp is_event Yes
  1903. $row411 setLabel "name_type" "KeyPress() \n"
  1904. $row411 setProp "has_parmlist" "1"
  1905.  
  1906. set cell412 [$row411 addCell parameter 0.0]
  1907. $cell412 setLabel "name_type" "keyascii: Integer"
  1908. $cell412 setScope "name_type" "cl" "scopePhase"
  1909.  
  1910. set row413 [$diag addRow method 0.0]
  1911. $row413 setProp is_event Yes
  1912. $row413 setLabel "name_type" "KeyUp() \n"
  1913. $row413 setProp "has_parmlist" "1"
  1914.  
  1915. set cell414 [$row413 addCell parameter 0.0]
  1916. $cell414 setLabel "name_type" "keycode: Integer, "
  1917. $cell414 setScope "name_type" "cl" "scopePhase"
  1918.  
  1919. set cell415 [$row413 addCell parameter 0.0]
  1920. $cell415 setLabel "name_type" "shift: Integer"
  1921. $cell415 setScope "name_type" "cl" "scopePhase"
  1922.  
  1923. set row416 [$diag addRow method 0.0]
  1924. $row416 setProp is_event Yes
  1925. $row416 setLabel "name_type" "LostFocus() "
  1926. $row416 setProp "has_parmlist" "1"
  1927.  
  1928. $diag save
  1929.  
  1930. # Generator: et.tcl    /main/hindenburg/19
  1931. # Argument(s): -dphase -e -g -avb_library
  1932. # Interpreter to use: Otsh V6.1.1/00
  1933. #
  1934. OTShRegister::importTool
  1935.  
  1936. set diag [CDM new FileListBox "vb_library" "" "" "" "" "" 1]
  1937.  
  1938. set row417 [$diag addRow method 0.0]
  1939. $row417 setProp is_event Yes
  1940. $row417 setLabel "name_type" "Click()\n"
  1941. $row417 setProp "has_parmlist" "1"
  1942.  
  1943. set row418 [$diag addRow method 0.0]
  1944. $row418 setProp is_event Yes
  1945. $row418 setLabel "name_type" "DbClick() \n"
  1946. $row418 setProp "has_parmlist" "1"
  1947.  
  1948. set row419 [$diag addRow method 0.0]
  1949. $row419 setProp is_event Yes
  1950. $row419 setLabel "name_type" "DragDrop() \n"
  1951. $row419 setProp "has_parmlist" "1"
  1952.  
  1953. set cell420 [$row419 addCell parameter 0.0]
  1954. $cell420 setLabel "name_type" "source: Control, "
  1955. $cell420 setScope "name_type" "cl" "scopePhase"
  1956. $cell420 setScope "name_type" "de" "scopeSystem"
  1957.  
  1958. set cell421 [$row419 addCell parameter 0.0]
  1959. $cell421 setLabel "name_type" "x: Single, "
  1960. $cell421 setScope "name_type" "cl" "scopePhase"
  1961.  
  1962. set cell422 [$row419 addCell parameter 0.0]
  1963. $cell422 setLabel "name_type" "y: Single"
  1964. $cell422 setScope "name_type" "cl" "scopePhase"
  1965.  
  1966. set row423 [$diag addRow method 0.0]
  1967. $row423 setProp is_event Yes
  1968. $row423 setLabel "name_type" "DragOver() \n"
  1969. $row423 setProp "has_parmlist" "1"
  1970.  
  1971. set cell424 [$row423 addCell parameter 0.0]
  1972. $cell424 setLabel "name_type" "source: Control, "
  1973. $cell424 setScope "name_type" "cl" "scopePhase"
  1974. $cell424 setScope "name_type" "de" "scopeSystem"
  1975.  
  1976. set cell425 [$row423 addCell parameter 0.0]
  1977. $cell425 setLabel "name_type" "x: Single, "
  1978. $cell425 setScope "name_type" "cl" "scopePhase"
  1979.  
  1980. set cell426 [$row423 addCell parameter 0.0]
  1981. $cell426 setLabel "name_type" "y: Single, "
  1982. $cell426 setScope "name_type" "cl" "scopePhase"
  1983.  
  1984. set cell427 [$row423 addCell parameter 0.0]
  1985. $cell427 setLabel "name_type" "state: Integer"
  1986. $cell427 setScope "name_type" "cl" "scopePhase"
  1987.  
  1988. set row428 [$diag addRow method 0.0]
  1989. $row428 setProp is_event Yes
  1990. $row428 setLabel "name_type" "GotFocus()\n"
  1991. $row428 setProp "has_parmlist" "1"
  1992.  
  1993. set row429 [$diag addRow method 0.0]
  1994. $row429 setProp is_event Yes
  1995. $row429 setLabel "name_type" "KeyDown() \n"
  1996. $row429 setProp "has_parmlist" "1"
  1997.  
  1998. set cell430 [$row429 addCell parameter 0.0]
  1999. $cell430 setLabel "name_type" "keycode: Integer, "
  2000. $cell430 setScope "name_type" "cl" "scopePhase"
  2001.  
  2002. set cell431 [$row429 addCell parameter 0.0]
  2003. $cell431 setLabel "name_type" "shift:Integer"
  2004. $cell431 setScope "name_type" "cl" "scopePhase"
  2005.  
  2006. set row432 [$diag addRow method 0.0]
  2007. $row432 setProp is_event Yes
  2008. $row432 setLabel "name_type" "KeyPress() \n"
  2009. $row432 setProp "has_parmlist" "1"
  2010.  
  2011. set cell433 [$row432 addCell parameter 0.0]
  2012. $cell433 setLabel "name_type" "keyascii: Integer"
  2013. $cell433 setScope "name_type" "cl" "scopePhase"
  2014.  
  2015. set row434 [$diag addRow method 0.0]
  2016. $row434 setProp is_event Yes
  2017. $row434 setLabel "name_type" "KeyUp() \n"
  2018. $row434 setProp "has_parmlist" "1"
  2019.  
  2020. set cell435 [$row434 addCell parameter 0.0]
  2021. $cell435 setLabel "name_type" "keycode: Integer, "
  2022. $cell435 setScope "name_type" "cl" "scopePhase"
  2023.  
  2024. set cell436 [$row434 addCell parameter 0.0]
  2025. $cell436 setLabel "name_type" "shift: Integer"
  2026. $cell436 setScope "name_type" "cl" "scopePhase"
  2027.  
  2028. set row437 [$diag addRow method 0.0]
  2029. $row437 setProp is_event Yes
  2030. $row437 setLabel "name_type" "LostFocus() \n"
  2031. $row437 setProp "has_parmlist" "1"
  2032.  
  2033. set row438 [$diag addRow method 0.0]
  2034. $row438 setProp is_event Yes
  2035. $row438 setLabel "name_type" "MouseDown() \n"
  2036. $row438 setProp "has_parmlist" "1"
  2037.  
  2038. set cell439 [$row438 addCell parameter 0.0]
  2039. $cell439 setLabel "name_type" "button: Integer, "
  2040. $cell439 setScope "name_type" "cl" "scopePhase"
  2041.  
  2042. set cell440 [$row438 addCell parameter 0.0]
  2043. $cell440 setLabel "name_type" "shift: Integer, "
  2044. $cell440 setScope "name_type" "cl" "scopePhase"
  2045.  
  2046. set cell441 [$row438 addCell parameter 0.0]
  2047. $cell441 setLabel "name_type" "x: Single, "
  2048. $cell441 setScope "name_type" "cl" "scopePhase"
  2049.  
  2050. set cell442 [$row438 addCell parameter 0.0]
  2051. $cell442 setLabel "name_type" "y: Single"
  2052. $cell442 setScope "name_type" "cl" "scopePhase"
  2053.  
  2054. set row443 [$diag addRow method 0.0]
  2055. $row443 setProp is_event Yes
  2056. $row443 setLabel "name_type" "MouseMove() \n"
  2057. $row443 setProp "has_parmlist" "1"
  2058.  
  2059. set cell444 [$row443 addCell parameter 0.0]
  2060. $cell444 setLabel "name_type" "button: Integer, "
  2061. $cell444 setScope "name_type" "cl" "scopePhase"
  2062.  
  2063. set cell445 [$row443 addCell parameter 0.0]
  2064. $cell445 setLabel "name_type" "shift: Integer, "
  2065. $cell445 setScope "name_type" "cl" "scopePhase"
  2066.  
  2067. set cell446 [$row443 addCell parameter 0.0]
  2068. $cell446 setLabel "name_type" "x: Single, "
  2069. $cell446 setScope "name_type" "cl" "scopePhase"
  2070.  
  2071. set cell447 [$row443 addCell parameter 0.0]
  2072. $cell447 setLabel "name_type" "y: Single"
  2073. $cell447 setScope "name_type" "cl" "scopePhase"
  2074.  
  2075. set row448 [$diag addRow method 0.0]
  2076. $row448 setProp is_event Yes
  2077. $row448 setLabel "name_type" "MouseUp()  \n"
  2078. $row448 setProp "has_parmlist" "1"
  2079.  
  2080. set cell449 [$row448 addCell parameter 0.0]
  2081. $cell449 setLabel "name_type" "button: Integer, "
  2082. $cell449 setScope "name_type" "cl" "scopePhase"
  2083.  
  2084. set cell450 [$row448 addCell parameter 0.0]
  2085. $cell450 setLabel "name_type" "shift: Integer, "
  2086. $cell450 setScope "name_type" "cl" "scopePhase"
  2087.  
  2088. set cell451 [$row448 addCell parameter 0.0]
  2089. $cell451 setLabel "name_type" "x: Single, "
  2090. $cell451 setScope "name_type" "cl" "scopePhase"
  2091.  
  2092. set cell452 [$row448 addCell parameter 0.0]
  2093. $cell452 setLabel "name_type" "y: Single"
  2094. $cell452 setScope "name_type" "cl" "scopePhase"
  2095.  
  2096. set row453 [$diag addRow method 0.0]
  2097. $row453 setProp is_event Yes
  2098. $row453 setLabel "name_type" "PathChange()\n"
  2099. $row453 setProp "has_parmlist" "1"
  2100.  
  2101. set row454 [$diag addRow method 0.0]
  2102. $row454 setProp is_event Yes
  2103. $row454 setLabel "name_type" "PatternChange()"
  2104. $row454 setProp "has_parmlist" "1"
  2105.  
  2106. $diag save
  2107.  
  2108. # Generator: et.tcl    /main/hindenburg/19
  2109. # Argument(s): -dphase -e -g -avb_library
  2110. # Interpreter to use: Otsh V6.1.1/00
  2111. #
  2112. OTShRegister::importTool
  2113.  
  2114. set diag [CAD new leafcontrols1 "vb_library" "" "" "" "" "" 1]
  2115.  
  2116. set node456 [$diag addNode cad_class 768.0 624.0 120.0 45.3333]
  2117. $node456 setLabel "name" "LeafControl"
  2118. $node456 setProp "is_folded" "1"
  2119. $node456 setScope "name" "cl" "scopePhase"
  2120.  
  2121. set node457 [$diag addNode cad_class 464.0 1104.0 322.667 265.333]
  2122. $node457 setLabel "name" "TextBox"
  2123. $node457 setScope "name" "cl" "scopePhase"
  2124.  
  2125. set node458 [$diag addNode cad_class 224.0 784.0 322.667 238.667]
  2126. $node458 setLabel "name" "CheckBox"
  2127. $node458 setScope "name" "cl" "scopePhase"
  2128.  
  2129. set node459 [$diag addNode cad_class 672.0 784.0 313.333 238.667]
  2130. $node459 setLabel "name" "ComboBox"
  2131. $node459 setScope "name" "cl" "scopePhase"
  2132.  
  2133. set node460 [$diag addNode cad_class 896.0 1104.0 322.667 238.667]
  2134. $node460 setLabel "name" "CommandButton"
  2135. $node460 setScope "name" "cl" "scopePhase"
  2136.  
  2137. set node455 [$diag addRake generalization $node456 $node458 832.0 640.0 432.0 880.0 768.0]
  2138.  
  2139. set conn461 [$node455 getInConn]
  2140. set segm462 [$conn461 getFirstSegm]
  2141.  
  2142. set conn463 [$node455 getFirstOutConn]
  2143. set segm464 [$conn463 getFirstSegm]
  2144.  
  2145. set conn465 [$diag addConn generalization_conn $node455 $node459 880.0 768.5 880.0 800.0]
  2146. set segm466 [$conn465 getFirstSegm]
  2147.  
  2148. set conn467 [$diag addConn generalization_conn $node455 $node460 1104.0 768.5 1104.0 1120.0]
  2149. set segm468 [$conn467 getFirstSegm]
  2150.  
  2151. set conn469 [$diag addConn generalization_conn $node455 $node457 656.0 768.5 656.0 1136.0]
  2152. set segm470 [$conn469 getFirstSegm]
  2153.  
  2154. $diag save
  2155.  
  2156. # Generator: et.tcl    /main/hindenburg/19
  2157. # Argument(s): -dphase -e -g -avb_library
  2158. # Interpreter to use: Otsh V6.1.1/00
  2159. #
  2160. OTShRegister::importTool
  2161.  
  2162. set diag [CDM new TextBox "vb_library" "" "" "" "" "" 1]
  2163.  
  2164. set row471 [$diag addRow method 0.0]
  2165. $row471 setProp is_event Yes
  2166. $row471 setLabel "name_type" "Change()\n"
  2167. $row471 setProp "has_parmlist" "1"
  2168.  
  2169. set row472 [$diag addRow method 0.0]
  2170. $row472 setProp is_event Yes
  2171. $row472 setLabel "name_type" "Click()\n"
  2172. $row472 setProp "has_parmlist" "1"
  2173.  
  2174. set row473 [$diag addRow method 0.0]
  2175. $row473 setProp is_event Yes
  2176. $row473 setLabel "name_type" "DbClick() \n"
  2177. $row473 setProp "has_parmlist" "1"
  2178.  
  2179. set row474 [$diag addRow method 0.0]
  2180. $row474 setProp is_event Yes
  2181. $row474 setLabel "name_type" "DragDrop() \n"
  2182. $row474 setProp "has_parmlist" "1"
  2183.  
  2184. set cell475 [$row474 addCell parameter 0.0]
  2185. $cell475 setLabel "name_type" "source: Control, "
  2186. $cell475 setScope "name_type" "cl" "scopePhase"
  2187. $cell475 setScope "name_type" "de" "scopeSystem"
  2188.  
  2189. set cell476 [$row474 addCell parameter 0.0]
  2190. $cell476 setLabel "name_type" "x: Single, "
  2191. $cell476 setScope "name_type" "cl" "scopePhase"
  2192.  
  2193. set cell477 [$row474 addCell parameter 0.0]
  2194. $cell477 setLabel "name_type" "y: Single"
  2195. $cell477 setScope "name_type" "cl" "scopePhase"
  2196.  
  2197. set row478 [$diag addRow method 0.0]
  2198. $row478 setProp is_event Yes
  2199. $row478 setLabel "name_type" "DragOver() \n"
  2200. $row478 setProp "has_parmlist" "1"
  2201.  
  2202. set cell479 [$row478 addCell parameter 0.0]
  2203. $cell479 setLabel "name_type" "source: Control, "
  2204. $cell479 setScope "name_type" "cl" "scopePhase"
  2205. $cell479 setScope "name_type" "de" "scopeSystem"
  2206.  
  2207. set cell480 [$row478 addCell parameter 0.0]
  2208. $cell480 setLabel "name_type" "x: Single, "
  2209. $cell480 setScope "name_type" "cl" "scopePhase"
  2210.  
  2211. set cell481 [$row478 addCell parameter 0.0]
  2212. $cell481 setLabel "name_type" "y: Single, "
  2213. $cell481 setScope "name_type" "cl" "scopePhase"
  2214.  
  2215. set cell482 [$row478 addCell parameter 0.0]
  2216. $cell482 setLabel "name_type" "state: Integer"
  2217. $cell482 setScope "name_type" "cl" "scopePhase"
  2218.  
  2219. set row483 [$diag addRow method 0.0]
  2220. $row483 setProp is_event Yes
  2221. $row483 setLabel "name_type" "GotFocus()\n"
  2222. $row483 setProp "has_parmlist" "1"
  2223.  
  2224. set row484 [$diag addRow method 0.0]
  2225. $row484 setProp is_event Yes
  2226. $row484 setLabel "name_type" "KeyDown() \n"
  2227. $row484 setProp "has_parmlist" "1"
  2228.  
  2229. set cell485 [$row484 addCell parameter 0.0]
  2230. $cell485 setLabel "name_type" "keycode: Integer, "
  2231. $cell485 setScope "name_type" "cl" "scopePhase"
  2232.  
  2233. set cell486 [$row484 addCell parameter 0.0]
  2234. $cell486 setLabel "name_type" "shift:Integer"
  2235. $cell486 setScope "name_type" "cl" "scopePhase"
  2236.  
  2237. set row487 [$diag addRow method 0.0]
  2238. $row487 setProp is_event Yes
  2239. $row487 setLabel "name_type" "KeyPress() \n"
  2240. $row487 setProp "has_parmlist" "1"
  2241.  
  2242. set cell488 [$row487 addCell parameter 0.0]
  2243. $cell488 setLabel "name_type" "keyascii: Integer"
  2244. $cell488 setScope "name_type" "cl" "scopePhase"
  2245.  
  2246. set row489 [$diag addRow method 0.0]
  2247. $row489 setProp is_event Yes
  2248. $row489 setLabel "name_type" "KeyUp() \n"
  2249. $row489 setProp "has_parmlist" "1"
  2250.  
  2251. set cell490 [$row489 addCell parameter 0.0]
  2252. $cell490 setLabel "name_type" "keycode: Integer, "
  2253. $cell490 setScope "name_type" "cl" "scopePhase"
  2254.  
  2255. set cell491 [$row489 addCell parameter 0.0]
  2256. $cell491 setLabel "name_type" "shift: Integer"
  2257. $cell491 setScope "name_type" "cl" "scopePhase"
  2258.  
  2259. set row492 [$diag addRow method 0.0]
  2260. $row492 setProp is_event Yes
  2261. $row492 setLabel "name_type" "LostFocus() \n"
  2262. $row492 setProp "has_parmlist" "1"
  2263.  
  2264. set row493 [$diag addRow method 0.0]
  2265. $row493 setProp is_event Yes
  2266. $row493 setLabel "name_type" "MouseDown() \n"
  2267. $row493 setProp "has_parmlist" "1"
  2268.  
  2269. set cell494 [$row493 addCell parameter 0.0]
  2270. $cell494 setLabel "name_type" "button: Integer, "
  2271. $cell494 setScope "name_type" "cl" "scopePhase"
  2272.  
  2273. set cell495 [$row493 addCell parameter 0.0]
  2274. $cell495 setLabel "name_type" "shift: Integer, "
  2275. $cell495 setScope "name_type" "cl" "scopePhase"
  2276.  
  2277. set cell496 [$row493 addCell parameter 0.0]
  2278. $cell496 setLabel "name_type" "x: Single, "
  2279. $cell496 setScope "name_type" "cl" "scopePhase"
  2280.  
  2281. set cell497 [$row493 addCell parameter 0.0]
  2282. $cell497 setLabel "name_type" "y: Single"
  2283. $cell497 setScope "name_type" "cl" "scopePhase"
  2284.  
  2285. set row498 [$diag addRow method 0.0]
  2286. $row498 setProp is_event Yes
  2287. $row498 setLabel "name_type" "MouseMove() \n"
  2288. $row498 setProp "has_parmlist" "1"
  2289.  
  2290. set cell499 [$row498 addCell parameter 0.0]
  2291. $cell499 setLabel "name_type" "button: Integer, "
  2292. $cell499 setScope "name_type" "cl" "scopePhase"
  2293.  
  2294. set cell500 [$row498 addCell parameter 0.0]
  2295. $cell500 setLabel "name_type" "shift: Integer, "
  2296. $cell500 setScope "name_type" "cl" "scopePhase"
  2297.  
  2298. set cell501 [$row498 addCell parameter 0.0]
  2299. $cell501 setLabel "name_type" "x: Single, "
  2300. $cell501 setScope "name_type" "cl" "scopePhase"
  2301.  
  2302. set cell502 [$row498 addCell parameter 0.0]
  2303. $cell502 setLabel "name_type" "y: Single"
  2304. $cell502 setScope "name_type" "cl" "scopePhase"
  2305.  
  2306. set row503 [$diag addRow method 0.0]
  2307. $row503 setProp is_event Yes
  2308. $row503 setLabel "name_type" "MouseUp()  "
  2309. $row503 setProp "has_parmlist" "1"
  2310.  
  2311. set cell504 [$row503 addCell parameter 0.0]
  2312. $cell504 setLabel "name_type" "button: Integer, "
  2313. $cell504 setScope "name_type" "cl" "scopePhase"
  2314.  
  2315. set cell505 [$row503 addCell parameter 0.0]
  2316. $cell505 setLabel "name_type" "shift: Integer, "
  2317. $cell505 setScope "name_type" "cl" "scopePhase"
  2318.  
  2319. set cell506 [$row503 addCell parameter 0.0]
  2320. $cell506 setLabel "name_type" "x: Single, "
  2321. $cell506 setScope "name_type" "cl" "scopePhase"
  2322.  
  2323. set cell507 [$row503 addCell parameter 0.0]
  2324. $cell507 setLabel "name_type" "y: Single"
  2325. $cell507 setScope "name_type" "cl" "scopePhase"
  2326.  
  2327. $diag save
  2328.  
  2329. # Generator: et.tcl    /main/hindenburg/19
  2330. # Argument(s): -dphase -e -g -avb_library
  2331. # Interpreter to use: Otsh V6.1.1/00
  2332. #
  2333. OTShRegister::importTool
  2334.  
  2335. set diag [CAD new leafcontrols2 "vb_library" "" "" "" "" "" 1]
  2336.  
  2337. set node509 [$diag addNode cad_class 1360.0 800.0 120.0 30.0]
  2338. $node509 setLabel "name" "LeafControl"
  2339. $node509 setProp "is_folded" "1"
  2340. $node509 setScope "name" "cl" "scopePhase"
  2341.  
  2342. set node510 [$diag addNode cad_class 1056.0 1392.0 417.0 248.0]
  2343. $node510 setLabel "name" "ListBox"
  2344. $node510 setScope "name" "cl" "scopePhase"
  2345.  
  2346. set node511 [$diag addNode cad_class 800.0 976.0 417.0 276.0]
  2347. $node511 setLabel "name" "FileListBox"
  2348. $node511 setScope "name" "cl" "scopePhase"
  2349.  
  2350. set node512 [$diag addNode cad_class 1280.0 976.0 417.0 248.0]
  2351. $node512 setLabel "name" "DirListBox"
  2352. $node512 setScope "name" "cl" "scopePhase"
  2353.  
  2354. set node513 [$diag addNode cad_class 1552.0 1392.0 412.0 192.0]
  2355. $node513 setLabel "name" "DriveListBox"
  2356. $node513 setScope "name" "cl" "scopePhase"
  2357.  
  2358. set node508 [$diag addRake generalization $node509 $node511 1424.0 816.0 1008.0 1072.0 944.0]
  2359.  
  2360. set conn514 [$node508 getInConn]
  2361. set segm515 [$conn514 getFirstSegm]
  2362.  
  2363. set conn516 [$node508 getFirstOutConn]
  2364. set segm517 [$conn516 getFirstSegm]
  2365.  
  2366. set conn518 [$diag addConn generalization_conn $node508 $node512 1488.0 944.0 1488.0 992.0]
  2367. set segm519 [$conn518 getFirstSegm]
  2368.  
  2369. set conn520 [$diag addConn generalization_conn $node508 $node513 1760.0 944.0 1760.0 1408.0]
  2370. set segm521 [$conn520 getFirstSegm]
  2371.  
  2372. set conn522 [$diag addConn generalization_conn $node508 $node510 1248.0 944.0 1248.0 1424.0]
  2373. set segm523 [$conn522 getFirstSegm]
  2374.  
  2375. $diag save
  2376.  
  2377. # Generator: et.tcl    /main/hindenburg/19
  2378. # Argument(s): -dphase -e -g -avb_library
  2379. # Interpreter to use: Otsh V6.1.1/00
  2380. #
  2381. OTShRegister::importTool
  2382.  
  2383. set diag [CDM new HScrollBar "vb_library" "" "" "" "" "" 1]
  2384.  
  2385. set row524 [$diag addRow method 0.0]
  2386. $row524 setProp is_event Yes
  2387. $row524 setLabel "name_type" "Change()\n"
  2388. $row524 setProp "has_parmlist" "1"
  2389.  
  2390. set row525 [$diag addRow method 0.0]
  2391. $row525 setProp is_event Yes
  2392. $row525 setLabel "name_type" "DragDrop() \n"
  2393. $row525 setProp "has_parmlist" "1"
  2394.  
  2395. set cell526 [$row525 addCell parameter 0.0]
  2396. $cell526 setLabel "name_type" "source: Control, "
  2397. $cell526 setScope "name_type" "cl" "scopePhase"
  2398. $cell526 setScope "name_type" "de" "scopeSystem"
  2399.  
  2400. set cell527 [$row525 addCell parameter 0.0]
  2401. $cell527 setLabel "name_type" "x: Single, "
  2402. $cell527 setScope "name_type" "cl" "scopePhase"
  2403.  
  2404. set cell528 [$row525 addCell parameter 0.0]
  2405. $cell528 setLabel "name_type" "y: Single"
  2406. $cell528 setScope "name_type" "cl" "scopePhase"
  2407.  
  2408. set row529 [$diag addRow method 0.0]
  2409. $row529 setProp is_event Yes
  2410. $row529 setLabel "name_type" "DragOver() \n"
  2411. $row529 setProp "has_parmlist" "1"
  2412.  
  2413. set cell530 [$row529 addCell parameter 0.0]
  2414. $cell530 setLabel "name_type" "source: Control, "
  2415. $cell530 setScope "name_type" "cl" "scopePhase"
  2416. $cell530 setScope "name_type" "de" "scopeSystem"
  2417.  
  2418. set cell531 [$row529 addCell parameter 0.0]
  2419. $cell531 setLabel "name_type" "x: Single, "
  2420. $cell531 setScope "name_type" "cl" "scopePhase"
  2421.  
  2422. set cell532 [$row529 addCell parameter 0.0]
  2423. $cell532 setLabel "name_type" "y: Single, "
  2424. $cell532 setScope "name_type" "cl" "scopePhase"
  2425.  
  2426. set cell533 [$row529 addCell parameter 0.0]
  2427. $cell533 setLabel "name_type" "state: Integer"
  2428. $cell533 setScope "name_type" "cl" "scopePhase"
  2429.  
  2430. set row534 [$diag addRow method 0.0]
  2431. $row534 setProp is_event Yes
  2432. $row534 setLabel "name_type" "GotFocus()\n"
  2433. $row534 setProp "has_parmlist" "1"
  2434.  
  2435. set row535 [$diag addRow method 0.0]
  2436. $row535 setProp is_event Yes
  2437. $row535 setLabel "name_type" "KeyDown() \n"
  2438. $row535 setProp "has_parmlist" "1"
  2439.  
  2440. set cell536 [$row535 addCell parameter 0.0]
  2441. $cell536 setLabel "name_type" "keycode: Integer, "
  2442. $cell536 setScope "name_type" "cl" "scopePhase"
  2443.  
  2444. set cell537 [$row535 addCell parameter 0.0]
  2445. $cell537 setLabel "name_type" "shift:Integer"
  2446. $cell537 setScope "name_type" "cl" "scopePhase"
  2447.  
  2448. set row538 [$diag addRow method 0.0]
  2449. $row538 setProp is_event Yes
  2450. $row538 setLabel "name_type" "KeyPress() \n"
  2451. $row538 setProp "has_parmlist" "1"
  2452.  
  2453. set cell539 [$row538 addCell parameter 0.0]
  2454. $cell539 setLabel "name_type" "keyascii: Integer"
  2455. $cell539 setScope "name_type" "cl" "scopePhase"
  2456.  
  2457. set row540 [$diag addRow method 0.0]
  2458. $row540 setProp is_event Yes
  2459. $row540 setLabel "name_type" "KeyUp() \n"
  2460. $row540 setProp "has_parmlist" "1"
  2461.  
  2462. set cell541 [$row540 addCell parameter 0.0]
  2463. $cell541 setLabel "name_type" "keycode: Integer, "
  2464. $cell541 setScope "name_type" "cl" "scopePhase"
  2465.  
  2466. set cell542 [$row540 addCell parameter 0.0]
  2467. $cell542 setLabel "name_type" "shift: Integer"
  2468. $cell542 setScope "name_type" "cl" "scopePhase"
  2469.  
  2470. set row543 [$diag addRow method 0.0]
  2471. $row543 setProp is_event Yes
  2472. $row543 setLabel "name_type" "LostFocus() \n"
  2473. $row543 setProp "has_parmlist" "1"
  2474.  
  2475. set row544 [$diag addRow method 0.0]
  2476. $row544 setProp is_event Yes
  2477. $row544 setLabel "name_type" "Scroll()"
  2478. $row544 setProp "has_parmlist" "1"
  2479.  
  2480. $diag save
  2481.  
  2482. # Generator: et.tcl    /main/hindenburg/19
  2483. # Argument(s): -dphase -e -g -avb_library
  2484. # Interpreter to use: Otsh V6.1.1/00
  2485. #
  2486. OTShRegister::importTool
  2487.  
  2488. set diag [CDM new VScrollBar "vb_library" "" "" "" "" "" 1]
  2489.  
  2490. set row545 [$diag addRow method 0.0]
  2491. $row545 setProp is_event Yes
  2492. $row545 setLabel "name_type" "Change()\n"
  2493. $row545 setProp "has_parmlist" "1"
  2494.  
  2495. set row546 [$diag addRow method 0.0]
  2496. $row546 setProp is_event Yes
  2497. $row546 setLabel "name_type" "DragDrop() \n"
  2498. $row546 setProp "has_parmlist" "1"
  2499.  
  2500. set cell547 [$row546 addCell parameter 0.0]
  2501. $cell547 setLabel "name_type" "source: Control, "
  2502. $cell547 setScope "name_type" "cl" "scopePhase"
  2503. $cell547 setScope "name_type" "de" "scopeSystem"
  2504.  
  2505. set cell548 [$row546 addCell parameter 0.0]
  2506. $cell548 setLabel "name_type" "x: Single, "
  2507. $cell548 setScope "name_type" "cl" "scopePhase"
  2508.  
  2509. set cell549 [$row546 addCell parameter 0.0]
  2510. $cell549 setLabel "name_type" "y: Single"
  2511. $cell549 setScope "name_type" "cl" "scopePhase"
  2512.  
  2513. set row550 [$diag addRow method 0.0]
  2514. $row550 setProp is_event Yes
  2515. $row550 setLabel "name_type" "DragOver() \n"
  2516. $row550 setProp "has_parmlist" "1"
  2517.  
  2518. set cell551 [$row550 addCell parameter 0.0]
  2519. $cell551 setLabel "name_type" "source: Control, "
  2520. $cell551 setScope "name_type" "cl" "scopePhase"
  2521. $cell551 setScope "name_type" "de" "scopeSystem"
  2522.  
  2523. set cell552 [$row550 addCell parameter 0.0]
  2524. $cell552 setLabel "name_type" "x: Single, "
  2525. $cell552 setScope "name_type" "cl" "scopePhase"
  2526.  
  2527. set cell553 [$row550 addCell parameter 0.0]
  2528. $cell553 setLabel "name_type" "y: Single, "
  2529. $cell553 setScope "name_type" "cl" "scopePhase"
  2530.  
  2531. set cell554 [$row550 addCell parameter 0.0]
  2532. $cell554 setLabel "name_type" "state: Integer"
  2533. $cell554 setScope "name_type" "cl" "scopePhase"
  2534.  
  2535. set row555 [$diag addRow method 0.0]
  2536. $row555 setProp is_event Yes
  2537. $row555 setLabel "name_type" "GotFocus()\n"
  2538. $row555 setProp "has_parmlist" "1"
  2539.  
  2540. set row556 [$diag addRow method 0.0]
  2541. $row556 setProp is_event Yes
  2542. $row556 setLabel "name_type" "KeyDown() \n"
  2543. $row556 setProp "has_parmlist" "1"
  2544.  
  2545. set cell557 [$row556 addCell parameter 0.0]
  2546. $cell557 setLabel "name_type" "keycode: Integer, "
  2547. $cell557 setScope "name_type" "cl" "scopePhase"
  2548.  
  2549. set cell558 [$row556 addCell parameter 0.0]
  2550. $cell558 setLabel "name_type" "shift:Integer"
  2551. $cell558 setScope "name_type" "cl" "scopePhase"
  2552.  
  2553. set row559 [$diag addRow method 0.0]
  2554. $row559 setProp is_event Yes
  2555. $row559 setLabel "name_type" "KeyPress() \n"
  2556. $row559 setProp "has_parmlist" "1"
  2557.  
  2558. set cell560 [$row559 addCell parameter 0.0]
  2559. $cell560 setLabel "name_type" "keyascii: Integer"
  2560. $cell560 setScope "name_type" "cl" "scopePhase"
  2561.  
  2562. set row561 [$diag addRow method 0.0]
  2563. $row561 setProp is_event Yes
  2564. $row561 setLabel "name_type" "KeyUp() \n"
  2565. $row561 setProp "has_parmlist" "1"
  2566.  
  2567. set cell562 [$row561 addCell parameter 0.0]
  2568. $cell562 setLabel "name_type" "keycode: Integer, "
  2569. $cell562 setScope "name_type" "cl" "scopePhase"
  2570.  
  2571. set cell563 [$row561 addCell parameter 0.0]
  2572. $cell563 setLabel "name_type" "shift: Integer"
  2573. $cell563 setScope "name_type" "cl" "scopePhase"
  2574.  
  2575. set row564 [$diag addRow method 0.0]
  2576. $row564 setProp is_event Yes
  2577. $row564 setLabel "name_type" "LostFocus() \n"
  2578. $row564 setProp "has_parmlist" "1"
  2579.  
  2580. set row565 [$diag addRow method 0.0]
  2581. $row565 setProp is_event Yes
  2582. $row565 setLabel "name_type" "Scroll()"
  2583. $row565 setProp "has_parmlist" "1"
  2584.  
  2585. $diag save
  2586.  
  2587. # Generator: et.tcl    /main/hindenburg/19
  2588. # Argument(s): -dphase -e -g -avb_library
  2589. # Interpreter to use: Otsh V6.1.1/00
  2590. #
  2591. OTShRegister::importTool
  2592.  
  2593. set diag [CAD new leafcontrols4 "vb_library" "" "" "" "" "" 1]
  2594.  
  2595. set node567 [$diag addNode cad_class 1360.0 800.0 120.0 37.3333]
  2596. $node567 setLabel "name" "LeafControl"
  2597. $node567 setProp "is_folded" "1"
  2598. $node567 setScope "name" "cl" "scopePhase"
  2599.  
  2600. set node568 [$diag addNode cad_class 1056.0 1392.0 417.333 340.0]
  2601. $node568 setLabel "name" "Label"
  2602. $node568 setScope "name" "cl" "scopePhase"
  2603.  
  2604. set node569 [$diag addNode cad_class 800.0 976.0 417.333 228.0]
  2605. $node569 setLabel "name" "Image"
  2606. $node569 setScope "name" "cl" "scopePhase"
  2607.  
  2608. set node570 [$diag addNode cad_class 1280.0 976.0 425.333 377.333]
  2609. $node570 setLabel "name" "OLE"
  2610. $node570 setScope "name" "cl" "scopePhase"
  2611.  
  2612. set node571 [$diag addNode cad_class 1552.0 1392.0 208.0 116.0]
  2613. $node571 setLabel "name" "Shape"
  2614. $node571 setScope "name" "cl" "scopePhase"
  2615.  
  2616. set node566 [$diag addRake generalization $node567 $node569 1424.0 816.0 1008.0 1072.0 944.0]
  2617.  
  2618. set conn572 [$node566 getInConn]
  2619. set segm573 [$conn572 getFirstSegm]
  2620.  
  2621. set conn574 [$node566 getFirstOutConn]
  2622. set segm575 [$conn574 getFirstSegm]
  2623.  
  2624. set conn576 [$diag addConn generalization_conn $node566 $node570 1488.0 944.0 1488.0 992.0]
  2625. set segm577 [$conn576 getFirstSegm]
  2626.  
  2627. set conn578 [$diag addConn generalization_conn $node566 $node571 1760.0 944.0 1760.0 1408.0]
  2628. set segm579 [$conn578 getFirstSegm]
  2629.  
  2630. set conn580 [$diag addConn generalization_conn $node566 $node568 1248.0 944.0 1248.0 1424.0]
  2631. set segm581 [$conn580 getFirstSegm]
  2632.  
  2633. $diag save
  2634.  
  2635. # Generator: et.tcl    /main/hindenburg/19
  2636. # Argument(s): -dphase -e -g -avb_library
  2637. # Interpreter to use: Otsh V6.1.1/00
  2638. #
  2639. OTShRegister::importTool
  2640.  
  2641. set diag [CDM new Image "vb_library" "" "" "" "" "" 1]
  2642.  
  2643. set row582 [$diag addRow method 0.0]
  2644. $row582 setProp is_event Yes
  2645. $row582 setLabel "name_type" "Click()\n"
  2646. $row582 setProp "has_parmlist" "1"
  2647.  
  2648. set row583 [$diag addRow method 0.0]
  2649. $row583 setProp is_event Yes
  2650. $row583 setLabel "name_type" "DbClick() \n"
  2651. $row583 setProp "has_parmlist" "1"
  2652.  
  2653. set row584 [$diag addRow method 0.0]
  2654. $row584 setProp is_event Yes
  2655. $row584 setLabel "name_type" "DragDrop() \n"
  2656. $row584 setProp "has_parmlist" "1"
  2657.  
  2658. set cell585 [$row584 addCell parameter 0.0]
  2659. $cell585 setLabel "name_type" "source: Control, "
  2660. $cell585 setScope "name_type" "cl" "scopePhase"
  2661. $cell585 setScope "name_type" "de" "scopeSystem"
  2662.  
  2663. set cell586 [$row584 addCell parameter 0.0]
  2664. $cell586 setLabel "name_type" "x: Single, "
  2665. $cell586 setScope "name_type" "cl" "scopePhase"
  2666.  
  2667. set cell587 [$row584 addCell parameter 0.0]
  2668. $cell587 setLabel "name_type" "y: Single"
  2669. $cell587 setScope "name_type" "cl" "scopePhase"
  2670.  
  2671. set row588 [$diag addRow method 0.0]
  2672. $row588 setProp is_event Yes
  2673. $row588 setLabel "name_type" "DragOver() \n"
  2674. $row588 setProp "has_parmlist" "1"
  2675.  
  2676. set cell589 [$row588 addCell parameter 0.0]
  2677. $cell589 setLabel "name_type" "source: Control, "
  2678. $cell589 setScope "name_type" "cl" "scopePhase"
  2679. $cell589 setScope "name_type" "de" "scopeSystem"
  2680.  
  2681. set cell590 [$row588 addCell parameter 0.0]
  2682. $cell590 setLabel "name_type" "x: Single, "
  2683. $cell590 setScope "name_type" "cl" "scopePhase"
  2684.  
  2685. set cell591 [$row588 addCell parameter 0.0]
  2686. $cell591 setLabel "name_type" "y: Single, "
  2687. $cell591 setScope "name_type" "cl" "scopePhase"
  2688.  
  2689. set cell592 [$row588 addCell parameter 0.0]
  2690. $cell592 setLabel "name_type" "state: Integer"
  2691. $cell592 setScope "name_type" "cl" "scopePhase"
  2692.  
  2693. set row593 [$diag addRow method 0.0]
  2694. $row593 setProp is_event Yes
  2695. $row593 setLabel "name_type" "MouseDown() \n"
  2696. $row593 setProp "has_parmlist" "1"
  2697.  
  2698. set cell594 [$row593 addCell parameter 0.0]
  2699. $cell594 setLabel "name_type" "button: Integer, "
  2700. $cell594 setScope "name_type" "cl" "scopePhase"
  2701.  
  2702. set cell595 [$row593 addCell parameter 0.0]
  2703. $cell595 setLabel "name_type" "shift: Integer, "
  2704. $cell595 setScope "name_type" "cl" "scopePhase"
  2705.  
  2706. set cell596 [$row593 addCell parameter 0.0]
  2707. $cell596 setLabel "name_type" "x: Single, "
  2708. $cell596 setScope "name_type" "cl" "scopePhase"
  2709.  
  2710. set cell597 [$row593 addCell parameter 0.0]
  2711. $cell597 setLabel "name_type" "y: Single"
  2712. $cell597 setScope "name_type" "cl" "scopePhase"
  2713.  
  2714. set row598 [$diag addRow method 0.0]
  2715. $row598 setProp is_event Yes
  2716. $row598 setLabel "name_type" "MouseMove() \n"
  2717. $row598 setProp "has_parmlist" "1"
  2718.  
  2719. set cell599 [$row598 addCell parameter 0.0]
  2720. $cell599 setLabel "name_type" "button: Integer, "
  2721. $cell599 setScope "name_type" "cl" "scopePhase"
  2722.  
  2723. set cell600 [$row598 addCell parameter 0.0]
  2724. $cell600 setLabel "name_type" "shift: Integer, "
  2725. $cell600 setScope "name_type" "cl" "scopePhase"
  2726.  
  2727. set cell601 [$row598 addCell parameter 0.0]
  2728. $cell601 setLabel "name_type" "x: Single, "
  2729. $cell601 setScope "name_type" "cl" "scopePhase"
  2730.  
  2731. set cell602 [$row598 addCell parameter 0.0]
  2732. $cell602 setLabel "name_type" "y: Single"
  2733. $cell602 setScope "name_type" "cl" "scopePhase"
  2734.  
  2735. set row603 [$diag addRow method 0.0]
  2736. $row603 setProp is_event Yes
  2737. $row603 setLabel "name_type" "MouseUp()  "
  2738. $row603 setProp "has_parmlist" "1"
  2739.  
  2740. set cell604 [$row603 addCell parameter 0.0]
  2741. $cell604 setLabel "name_type" "button: Integer, "
  2742. $cell604 setScope "name_type" "cl" "scopePhase"
  2743.  
  2744. set cell605 [$row603 addCell parameter 0.0]
  2745. $cell605 setLabel "name_type" "shift: Integer, "
  2746. $cell605 setScope "name_type" "cl" "scopePhase"
  2747.  
  2748. set cell606 [$row603 addCell parameter 0.0]
  2749. $cell606 setLabel "name_type" "x: Single, "
  2750. $cell606 setScope "name_type" "cl" "scopePhase"
  2751.  
  2752. set cell607 [$row603 addCell parameter 0.0]
  2753. $cell607 setLabel "name_type" "y: Single"
  2754. $cell607 setScope "name_type" "cl" "scopePhase"
  2755.  
  2756. $diag save
  2757.  
  2758. # Generator: et.tcl    /main/hindenburg/19
  2759. # Argument(s): -dphase -e -g -avb_library
  2760. # Interpreter to use: Otsh V6.1.1/00
  2761. #
  2762. OTShRegister::importTool
  2763.  
  2764. set diag [CDM new Label "vb_library" "" "" "" "" "" 1]
  2765.  
  2766. set row608 [$diag addRow method 0.0]
  2767. $row608 setProp is_event Yes
  2768. $row608 setLabel "name_type" "Change()\n"
  2769. $row608 setProp "has_parmlist" "1"
  2770.  
  2771. set row609 [$diag addRow method 0.0]
  2772. $row609 setProp is_event Yes
  2773. $row609 setLabel "name_type" "Click()\n"
  2774. $row609 setProp "has_parmlist" "1"
  2775.  
  2776. set row610 [$diag addRow method 0.0]
  2777. $row610 setProp is_event Yes
  2778. $row610 setLabel "name_type" "DbClick() \n"
  2779. $row610 setProp "has_parmlist" "1"
  2780.  
  2781. set row611 [$diag addRow method 0.0]
  2782. $row611 setProp is_event Yes
  2783. $row611 setLabel "name_type" "Deactivate()\n"
  2784. $row611 setProp "has_parmlist" "1"
  2785.  
  2786. set row612 [$diag addRow method 0.0]
  2787. $row612 setProp is_event Yes
  2788. $row612 setLabel "name_type" "DragDrop() \n"
  2789. $row612 setProp "has_parmlist" "1"
  2790.  
  2791. set cell613 [$row612 addCell parameter 0.0]
  2792. $cell613 setLabel "name_type" "source: Control, "
  2793. $cell613 setScope "name_type" "cl" "scopePhase"
  2794. $cell613 setScope "name_type" "de" "scopeSystem"
  2795.  
  2796. set cell614 [$row612 addCell parameter 0.0]
  2797. $cell614 setLabel "name_type" "x: Single, "
  2798. $cell614 setScope "name_type" "cl" "scopePhase"
  2799.  
  2800. set cell615 [$row612 addCell parameter 0.0]
  2801. $cell615 setLabel "name_type" "y: Single"
  2802. $cell615 setScope "name_type" "cl" "scopePhase"
  2803.  
  2804. set row616 [$diag addRow method 0.0]
  2805. $row616 setProp is_event Yes
  2806. $row616 setLabel "name_type" "DragOver() \n"
  2807. $row616 setProp "has_parmlist" "1"
  2808.  
  2809. set cell617 [$row616 addCell parameter 0.0]
  2810. $cell617 setLabel "name_type" "source: Control, "
  2811. $cell617 setScope "name_type" "cl" "scopePhase"
  2812. $cell617 setScope "name_type" "de" "scopeSystem"
  2813.  
  2814. set cell618 [$row616 addCell parameter 0.0]
  2815. $cell618 setLabel "name_type" "x: Single, "
  2816. $cell618 setScope "name_type" "cl" "scopePhase"
  2817.  
  2818. set cell619 [$row616 addCell parameter 0.0]
  2819. $cell619 setLabel "name_type" "y: Single, "
  2820. $cell619 setScope "name_type" "cl" "scopePhase"
  2821.  
  2822. set cell620 [$row616 addCell parameter 0.0]
  2823. $cell620 setLabel "name_type" "state: Integer"
  2824. $cell620 setScope "name_type" "cl" "scopePhase"
  2825.  
  2826. set row621 [$diag addRow method 0.0]
  2827. $row621 setProp is_event Yes
  2828. $row621 setLabel "name_type" "LinkClose() \n"
  2829. $row621 setProp "has_parmlist" "1"
  2830.  
  2831. set row622 [$diag addRow method 0.0]
  2832. $row622 setProp is_event Yes
  2833. $row622 setLabel "name_type" "LinkError() \n"
  2834. $row622 setProp "has_parmlist" "1"
  2835.  
  2836. set cell623 [$row622 addCell parameter 0.0]
  2837. $cell623 setLabel "name_type" "linkerr: Integer"
  2838. $cell623 setScope "name_type" "cl" "scopePhase"
  2839.  
  2840. set row624 [$diag addRow method 0.0]
  2841. $row624 setProp is_event Yes
  2842. $row624 setLabel "name_type" "LinkNotify()\n"
  2843. $row624 setProp "has_parmlist" "1"
  2844.  
  2845. set row625 [$diag addRow method 0.0]
  2846. $row625 setProp is_event Yes
  2847. $row625 setLabel "name_type" "LinkOpen() \n"
  2848. $row625 setProp "has_parmlist" "1"
  2849.  
  2850. set cell626 [$row625 addCell parameter 0.0]
  2851. $cell626 setLabel "name_type" "cancel: Integer"
  2852. $cell626 setScope "name_type" "cl" "scopePhase"
  2853.  
  2854. set row627 [$diag addRow method 0.0]
  2855. $row627 setProp is_event Yes
  2856. $row627 setLabel "name_type" "MouseDown() \n"
  2857. $row627 setProp "has_parmlist" "1"
  2858.  
  2859. set cell628 [$row627 addCell parameter 0.0]
  2860. $cell628 setLabel "name_type" "button: Integer, "
  2861. $cell628 setScope "name_type" "cl" "scopePhase"
  2862.  
  2863. set cell629 [$row627 addCell parameter 0.0]
  2864. $cell629 setLabel "name_type" "shift: Integer, "
  2865. $cell629 setScope "name_type" "cl" "scopePhase"
  2866.  
  2867. set cell630 [$row627 addCell parameter 0.0]
  2868. $cell630 setLabel "name_type" "x: Single, "
  2869. $cell630 setScope "name_type" "cl" "scopePhase"
  2870.  
  2871. set cell631 [$row627 addCell parameter 0.0]
  2872. $cell631 setLabel "name_type" "y: Single"
  2873. $cell631 setScope "name_type" "cl" "scopePhase"
  2874.  
  2875. set row632 [$diag addRow method 0.0]
  2876. $row632 setProp is_event Yes
  2877. $row632 setLabel "name_type" "MouseMove() \n"
  2878. $row632 setProp "has_parmlist" "1"
  2879.  
  2880. set cell633 [$row632 addCell parameter 0.0]
  2881. $cell633 setLabel "name_type" "button: Integer, "
  2882. $cell633 setScope "name_type" "cl" "scopePhase"
  2883.  
  2884. set cell634 [$row632 addCell parameter 0.0]
  2885. $cell634 setLabel "name_type" "shift: Integer, "
  2886. $cell634 setScope "name_type" "cl" "scopePhase"
  2887.  
  2888. set cell635 [$row632 addCell parameter 0.0]
  2889. $cell635 setLabel "name_type" "x: Single, "
  2890. $cell635 setScope "name_type" "cl" "scopePhase"
  2891.  
  2892. set cell636 [$row632 addCell parameter 0.0]
  2893. $cell636 setLabel "name_type" "y: Single"
  2894. $cell636 setScope "name_type" "cl" "scopePhase"
  2895.  
  2896. set row637 [$diag addRow method 0.0]
  2897. $row637 setProp is_event Yes
  2898. $row637 setLabel "name_type" "MouseUp()  "
  2899. $row637 setProp "has_parmlist" "1"
  2900.  
  2901. set cell638 [$row637 addCell parameter 0.0]
  2902. $cell638 setLabel "name_type" "button: Integer, "
  2903. $cell638 setScope "name_type" "cl" "scopePhase"
  2904.  
  2905. set cell639 [$row637 addCell parameter 0.0]
  2906. $cell639 setLabel "name_type" "shift: Integer, "
  2907. $cell639 setScope "name_type" "cl" "scopePhase"
  2908.  
  2909. set cell640 [$row637 addCell parameter 0.0]
  2910. $cell640 setLabel "name_type" "x: Single, "
  2911. $cell640 setScope "name_type" "cl" "scopePhase"
  2912.  
  2913. set cell641 [$row637 addCell parameter 0.0]
  2914. $cell641 setLabel "name_type" "y: Single"
  2915. $cell641 setScope "name_type" "cl" "scopePhase"
  2916.  
  2917. $diag save
  2918.  
  2919. # Generator: et.tcl    /main/hindenburg/19
  2920. # Argument(s): -dphase -e -g -avb_library
  2921. # Interpreter to use: Otsh V6.1.1/00
  2922. #
  2923. OTShRegister::importTool
  2924.  
  2925. set diag [CDM new OLE "vb_library" "" "" "" "" "" 1]
  2926.  
  2927. set row642 [$diag addRow method 0.0]
  2928. $row642 setProp is_event Yes
  2929. $row642 setLabel "name_type" "Click()\n"
  2930. $row642 setProp "has_parmlist" "1"
  2931.  
  2932. set row643 [$diag addRow method 0.0]
  2933. $row643 setProp is_event Yes
  2934. $row643 setLabel "name_type" "DbClick()\n"
  2935. $row643 setProp "has_parmlist" "1"
  2936.  
  2937. set row644 [$diag addRow method 0.0]
  2938. $row644 setProp is_event Yes
  2939. $row644 setLabel "name_type" "DragDrop() \n"
  2940. $row644 setProp "has_parmlist" "1"
  2941.  
  2942. set cell645 [$row644 addCell parameter 0.0]
  2943. $cell645 setLabel "name_type" "source: Control, "
  2944. $cell645 setScope "name_type" "cl" "scopePhase"
  2945. $cell645 setScope "name_type" "de" "scopeSystem"
  2946.  
  2947. set cell646 [$row644 addCell parameter 0.0]
  2948. $cell646 setLabel "name_type" "x: Single, "
  2949. $cell646 setScope "name_type" "cl" "scopePhase"
  2950.  
  2951. set cell647 [$row644 addCell parameter 0.0]
  2952. $cell647 setLabel "name_type" "y: Single"
  2953. $cell647 setScope "name_type" "cl" "scopePhase"
  2954.  
  2955. set row648 [$diag addRow method 0.0]
  2956. $row648 setProp is_event Yes
  2957. $row648 setLabel "name_type" "DragOver() \n"
  2958. $row648 setProp "has_parmlist" "1"
  2959.  
  2960. set cell649 [$row648 addCell parameter 0.0]
  2961. $cell649 setLabel "name_type" "source: Control, "
  2962. $cell649 setScope "name_type" "cl" "scopePhase"
  2963. $cell649 setScope "name_type" "de" "scopeSystem"
  2964.  
  2965. set cell650 [$row648 addCell parameter 0.0]
  2966. $cell650 setLabel "name_type" "x: Single, "
  2967. $cell650 setScope "name_type" "cl" "scopePhase"
  2968.  
  2969. set cell651 [$row648 addCell parameter 0.0]
  2970. $cell651 setLabel "name_type" "y: Single, "
  2971. $cell651 setScope "name_type" "cl" "scopePhase"
  2972.  
  2973. set cell652 [$row648 addCell parameter 0.0]
  2974. $cell652 setLabel "name_type" "state: Integer"
  2975. $cell652 setScope "name_type" "cl" "scopePhase"
  2976.  
  2977. set row653 [$diag addRow method 0.0]
  2978. $row653 setProp is_event Yes
  2979. $row653 setLabel "name_type" "GotFocus()\n"
  2980. $row653 setProp "has_parmlist" "1"
  2981.  
  2982. set row654 [$diag addRow method 0.0]
  2983. $row654 setProp is_event Yes
  2984. $row654 setLabel "name_type" "KeyDown() \n"
  2985. $row654 setProp "has_parmlist" "1"
  2986.  
  2987. set cell655 [$row654 addCell parameter 0.0]
  2988. $cell655 setLabel "name_type" "keycode: Integer, "
  2989. $cell655 setScope "name_type" "cl" "scopePhase"
  2990.  
  2991. set cell656 [$row654 addCell parameter 0.0]
  2992. $cell656 setLabel "name_type" "shift:Integer"
  2993. $cell656 setScope "name_type" "cl" "scopePhase"
  2994.  
  2995. set row657 [$diag addRow method 0.0]
  2996. $row657 setProp is_event Yes
  2997. $row657 setLabel "name_type" "KeyPress() \n"
  2998. $row657 setProp "has_parmlist" "1"
  2999.  
  3000. set cell658 [$row657 addCell parameter 0.0]
  3001. $cell658 setLabel "name_type" "keyascii: Integer"
  3002. $cell658 setScope "name_type" "cl" "scopePhase"
  3003.  
  3004. set row659 [$diag addRow method 0.0]
  3005. $row659 setProp is_event Yes
  3006. $row659 setLabel "name_type" "KeyUp() \n"
  3007. $row659 setProp "has_parmlist" "1"
  3008.  
  3009. set cell660 [$row659 addCell parameter 0.0]
  3010. $cell660 setLabel "name_type" "keycode: Integer, "
  3011. $cell660 setScope "name_type" "cl" "scopePhase"
  3012.  
  3013. set cell661 [$row659 addCell parameter 0.0]
  3014. $cell661 setLabel "name_type" "shift: Integer"
  3015. $cell661 setScope "name_type" "cl" "scopePhase"
  3016.  
  3017. set row662 [$diag addRow method 0.0]
  3018. $row662 setProp is_event Yes
  3019. $row662 setLabel "name_type" "LostFocus() \n"
  3020. $row662 setProp "has_parmlist" "1"
  3021.  
  3022. set row663 [$diag addRow method 0.0]
  3023. $row663 setProp is_event Yes
  3024. $row663 setLabel "name_type" "MouseDown() \n"
  3025. $row663 setProp "has_parmlist" "1"
  3026.  
  3027. set cell664 [$row663 addCell parameter 0.0]
  3028. $cell664 setLabel "name_type" "button: Integer, "
  3029. $cell664 setScope "name_type" "cl" "scopePhase"
  3030.  
  3031. set cell665 [$row663 addCell parameter 0.0]
  3032. $cell665 setLabel "name_type" "shift: Integer, "
  3033. $cell665 setScope "name_type" "cl" "scopePhase"
  3034.  
  3035. set cell666 [$row663 addCell parameter 0.0]
  3036. $cell666 setLabel "name_type" "x: Single, "
  3037. $cell666 setScope "name_type" "cl" "scopePhase"
  3038.  
  3039. set cell667 [$row663 addCell parameter 0.0]
  3040. $cell667 setLabel "name_type" "y: Single"
  3041. $cell667 setScope "name_type" "cl" "scopePhase"
  3042.  
  3043. set row668 [$diag addRow method 0.0]
  3044. $row668 setProp is_event Yes
  3045. $row668 setLabel "name_type" "MouseMove() \n"
  3046. $row668 setProp "has_parmlist" "1"
  3047.  
  3048. set cell669 [$row668 addCell parameter 0.0]
  3049. $cell669 setLabel "name_type" "button: Integer, "
  3050. $cell669 setScope "name_type" "cl" "scopePhase"
  3051.  
  3052. set cell670 [$row668 addCell parameter 0.0]
  3053. $cell670 setLabel "name_type" "shift: Integer, "
  3054. $cell670 setScope "name_type" "cl" "scopePhase"
  3055.  
  3056. set cell671 [$row668 addCell parameter 0.0]
  3057. $cell671 setLabel "name_type" "x: Single, "
  3058. $cell671 setScope "name_type" "cl" "scopePhase"
  3059.  
  3060. set cell672 [$row668 addCell parameter 0.0]
  3061. $cell672 setLabel "name_type" "y: Single"
  3062. $cell672 setScope "name_type" "cl" "scopePhase"
  3063.  
  3064. set row673 [$diag addRow method 0.0]
  3065. $row673 setProp is_event Yes
  3066. $row673 setLabel "name_type" "MouseUp()  \n"
  3067. $row673 setProp "has_parmlist" "1"
  3068.  
  3069. set cell674 [$row673 addCell parameter 0.0]
  3070. $cell674 setLabel "name_type" "button: Integer, "
  3071. $cell674 setScope "name_type" "cl" "scopePhase"
  3072.  
  3073. set cell675 [$row673 addCell parameter 0.0]
  3074. $cell675 setLabel "name_type" "shift: Integer, "
  3075. $cell675 setScope "name_type" "cl" "scopePhase"
  3076.  
  3077. set cell676 [$row673 addCell parameter 0.0]
  3078. $cell676 setLabel "name_type" "x: Single, "
  3079. $cell676 setScope "name_type" "cl" "scopePhase"
  3080.  
  3081. set cell677 [$row673 addCell parameter 0.0]
  3082. $cell677 setLabel "name_type" "y: Single"
  3083. $cell677 setScope "name_type" "cl" "scopePhase"
  3084.  
  3085. set row678 [$diag addRow method 0.0]
  3086. $row678 setProp is_event Yes
  3087. $row678 setLabel "name_type" "ObjectMove()\n"
  3088. $row678 setProp "has_parmlist" "1"
  3089.  
  3090. set cell679 [$row678 addCell parameter 0.0]
  3091. $cell679 setLabel "name_type" "left: Single, "
  3092. $cell679 setScope "name_type" "cl" "scopePhase"
  3093.  
  3094. set cell680 [$row678 addCell parameter 0.0]
  3095. $cell680 setLabel "name_type" "top: Single, "
  3096. $cell680 setScope "name_type" "cl" "scopePhase"
  3097.  
  3098. set cell681 [$row678 addCell parameter 0.0]
  3099. $cell681 setLabel "name_type" "width: Single, "
  3100. $cell681 setScope "name_type" "cl" "scopePhase"
  3101.  
  3102. set cell682 [$row678 addCell parameter 0.0]
  3103. $cell682 setLabel "name_type" "height: Single"
  3104. $cell682 setScope "name_type" "cl" "scopePhase"
  3105.  
  3106. set row683 [$diag addRow method 0.0]
  3107. $row683 setProp is_event Yes
  3108. $row683 setLabel "name_type" "Resize() \n"
  3109. $row683 setProp "has_parmlist" "1"
  3110.  
  3111. set row684 [$diag addRow method 0.0]
  3112. $row684 setProp is_event Yes
  3113. $row684 setLabel "name_type" "Updated ()"
  3114. $row684 setProp "has_parmlist" "1"
  3115.  
  3116. set cell685 [$row684 addCell parameter 0.0]
  3117. $cell685 setLabel "name_type" "code: Integer"
  3118. $cell685 setScope "name_type" "cl" "scopePhase"
  3119.  
  3120. $diag save
  3121.  
  3122. # Generator: et.tcl    /main/hindenburg/19
  3123. # Argument(s): -dphase -e -g -avb_library
  3124. # Interpreter to use: Otsh V6.1.1/00
  3125. #
  3126. OTShRegister::importTool
  3127.  
  3128. set diag [CAD new leafcontrols5 "vb_library" "" "" "" "" "" 1]
  3129.  
  3130. set node687 [$diag addNode cad_class 1360.0 800.0 120.0 30.0]
  3131. $node687 setLabel "name" "LeafControl"
  3132. $node687 setProp "is_folded" "1"
  3133. $node687 setScope "name" "cl" "scopePhase"
  3134.  
  3135. set node688 [$diag addNode cad_class 976.0 1008.0 417.0 248.0]
  3136. $node688 setLabel "name" "OptionButton"
  3137. $node688 setScope "name" "cl" "scopePhase"
  3138.  
  3139. set node689 [$diag addNode cad_class 1456.0 1008.0 208.0 94.0]
  3140. $node689 setLabel "name" "Timer"
  3141. $node689 setScope "name" "cl" "scopePhase"
  3142.  
  3143. set node686 [$diag addRake generalization $node687 $node688 1424.0 816.0 1184.0 1104.0 944.0]
  3144.  
  3145. set conn690 [$node686 getInConn]
  3146. set segm691 [$conn690 getFirstSegm]
  3147.  
  3148. set conn692 [$node686 getFirstOutConn]
  3149. set segm693 [$conn692 getFirstSegm]
  3150.  
  3151. set conn694 [$diag addConn generalization_conn $node686 $node689 1568.0 944.0 1568.0 1024.0]
  3152. set segm695 [$conn694 getFirstSegm]
  3153.  
  3154. $diag save
  3155.  
  3156. # Generator: et.tcl    /main/hindenburg/19
  3157. # Argument(s): -dphase -e -g -avb_library
  3158. # Interpreter to use: Otsh V6.1.1/00
  3159. #
  3160. OTShRegister::importTool
  3161.  
  3162. set diag [CDM new OptionButton "vb_library" "" "" "" "" "" 1]
  3163.  
  3164. set row696 [$diag addRow method 0.0]
  3165. $row696 setProp is_event Yes
  3166. $row696 setLabel "name_type" "Click()\n"
  3167. $row696 setProp "has_parmlist" "1"
  3168.  
  3169. set row697 [$diag addRow method 0.0]
  3170. $row697 setProp is_event Yes
  3171. $row697 setLabel "name_type" "DbClick() \n"
  3172. $row697 setProp "has_parmlist" "1"
  3173.  
  3174. set row698 [$diag addRow method 0.0]
  3175. $row698 setProp is_event Yes
  3176. $row698 setLabel "name_type" "DragDrop() \n"
  3177. $row698 setProp "has_parmlist" "1"
  3178.  
  3179. set cell699 [$row698 addCell parameter 0.0]
  3180. $cell699 setLabel "name_type" "source: Control, "
  3181. $cell699 setScope "name_type" "cl" "scopePhase"
  3182. $cell699 setScope "name_type" "de" "scopeSystem"
  3183.  
  3184. set cell700 [$row698 addCell parameter 0.0]
  3185. $cell700 setLabel "name_type" "x: Single, "
  3186. $cell700 setScope "name_type" "cl" "scopePhase"
  3187.  
  3188. set cell701 [$row698 addCell parameter 0.0]
  3189. $cell701 setLabel "name_type" "y: Single"
  3190. $cell701 setScope "name_type" "cl" "scopePhase"
  3191.  
  3192. set row702 [$diag addRow method 0.0]
  3193. $row702 setProp is_event Yes
  3194. $row702 setLabel "name_type" "DragOver() \n"
  3195. $row702 setProp "has_parmlist" "1"
  3196.  
  3197. set cell703 [$row702 addCell parameter 0.0]
  3198. $cell703 setLabel "name_type" "source: Control, "
  3199. $cell703 setScope "name_type" "cl" "scopePhase"
  3200. $cell703 setScope "name_type" "de" "scopeSystem"
  3201.  
  3202. set cell704 [$row702 addCell parameter 0.0]
  3203. $cell704 setLabel "name_type" "x: Single, "
  3204. $cell704 setScope "name_type" "cl" "scopePhase"
  3205.  
  3206. set cell705 [$row702 addCell parameter 0.0]
  3207. $cell705 setLabel "name_type" "y: Single, "
  3208. $cell705 setScope "name_type" "cl" "scopePhase"
  3209.  
  3210. set cell706 [$row702 addCell parameter 0.0]
  3211. $cell706 setLabel "name_type" "state: Integer"
  3212. $cell706 setScope "name_type" "cl" "scopePhase"
  3213.  
  3214. set row707 [$diag addRow method 0.0]
  3215. $row707 setProp is_event Yes
  3216. $row707 setLabel "name_type" "GotFocus()\n"
  3217. $row707 setProp "has_parmlist" "1"
  3218.  
  3219. set row708 [$diag addRow method 0.0]
  3220. $row708 setProp is_event Yes
  3221. $row708 setLabel "name_type" "KeyDown() \n"
  3222. $row708 setProp "has_parmlist" "1"
  3223.  
  3224. set cell709 [$row708 addCell parameter 0.0]
  3225. $cell709 setLabel "name_type" "keycode: Integer, "
  3226. $cell709 setScope "name_type" "cl" "scopePhase"
  3227.  
  3228. set cell710 [$row708 addCell parameter 0.0]
  3229. $cell710 setLabel "name_type" "shift:Integer"
  3230. $cell710 setScope "name_type" "cl" "scopePhase"
  3231.  
  3232. set row711 [$diag addRow method 0.0]
  3233. $row711 setProp is_event Yes
  3234. $row711 setLabel "name_type" "KeyPress() \n"
  3235. $row711 setProp "has_parmlist" "1"
  3236.  
  3237. set cell712 [$row711 addCell parameter 0.0]
  3238. $cell712 setLabel "name_type" "keyascii: Integer"
  3239. $cell712 setScope "name_type" "cl" "scopePhase"
  3240.  
  3241. set row713 [$diag addRow method 0.0]
  3242. $row713 setProp is_event Yes
  3243. $row713 setLabel "name_type" "KeyUp() \n"
  3244. $row713 setProp "has_parmlist" "1"
  3245.  
  3246. set cell714 [$row713 addCell parameter 0.0]
  3247. $cell714 setLabel "name_type" "keycode: Integer, "
  3248. $cell714 setScope "name_type" "cl" "scopePhase"
  3249.  
  3250. set cell715 [$row713 addCell parameter 0.0]
  3251. $cell715 setLabel "name_type" "shift: Integer"
  3252. $cell715 setScope "name_type" "cl" "scopePhase"
  3253.  
  3254. set row716 [$diag addRow method 0.0]
  3255. $row716 setProp is_event Yes
  3256. $row716 setLabel "name_type" "LostFocus() \n"
  3257. $row716 setProp "has_parmlist" "1"
  3258.  
  3259. set row717 [$diag addRow method 0.0]
  3260. $row717 setProp is_event Yes
  3261. $row717 setLabel "name_type" "MouseDown() \n"
  3262. $row717 setProp "has_parmlist" "1"
  3263.  
  3264. set cell718 [$row717 addCell parameter 0.0]
  3265. $cell718 setLabel "name_type" "button: Integer, "
  3266. $cell718 setScope "name_type" "cl" "scopePhase"
  3267.  
  3268. set cell719 [$row717 addCell parameter 0.0]
  3269. $cell719 setLabel "name_type" "shift: Integer, "
  3270. $cell719 setScope "name_type" "cl" "scopePhase"
  3271.  
  3272. set cell720 [$row717 addCell parameter 0.0]
  3273. $cell720 setLabel "name_type" "x: Single, "
  3274. $cell720 setScope "name_type" "cl" "scopePhase"
  3275.  
  3276. set cell721 [$row717 addCell parameter 0.0]
  3277. $cell721 setLabel "name_type" "y: Single"
  3278. $cell721 setScope "name_type" "cl" "scopePhase"
  3279.  
  3280. set row722 [$diag addRow method 0.0]
  3281. $row722 setProp is_event Yes
  3282. $row722 setLabel "name_type" "MouseMove() \n"
  3283. $row722 setProp "has_parmlist" "1"
  3284.  
  3285. set cell723 [$row722 addCell parameter 0.0]
  3286. $cell723 setLabel "name_type" "button: Integer, "
  3287. $cell723 setScope "name_type" "cl" "scopePhase"
  3288.  
  3289. set cell724 [$row722 addCell parameter 0.0]
  3290. $cell724 setLabel "name_type" "shift: Integer, "
  3291. $cell724 setScope "name_type" "cl" "scopePhase"
  3292.  
  3293. set cell725 [$row722 addCell parameter 0.0]
  3294. $cell725 setLabel "name_type" "x: Single, "
  3295. $cell725 setScope "name_type" "cl" "scopePhase"
  3296.  
  3297. set cell726 [$row722 addCell parameter 0.0]
  3298. $cell726 setLabel "name_type" "y: Single"
  3299. $cell726 setScope "name_type" "cl" "scopePhase"
  3300.  
  3301. set row727 [$diag addRow method 0.0]
  3302. $row727 setProp is_event Yes
  3303. $row727 setLabel "name_type" "MouseUp()  "
  3304. $row727 setProp "has_parmlist" "1"
  3305.  
  3306. set cell728 [$row727 addCell parameter 0.0]
  3307. $cell728 setLabel "name_type" "button: Integer, "
  3308. $cell728 setScope "name_type" "cl" "scopePhase"
  3309.  
  3310. set cell729 [$row727 addCell parameter 0.0]
  3311. $cell729 setLabel "name_type" "shift: Integer, "
  3312. $cell729 setScope "name_type" "cl" "scopePhase"
  3313.  
  3314. set cell730 [$row727 addCell parameter 0.0]
  3315. $cell730 setLabel "name_type" "x: Single, "
  3316. $cell730 setScope "name_type" "cl" "scopePhase"
  3317.  
  3318. set cell731 [$row727 addCell parameter 0.0]
  3319. $cell731 setLabel "name_type" "y: Single"
  3320. $cell731 setScope "name_type" "cl" "scopePhase"
  3321.  
  3322. $diag save
  3323.  
  3324. # Generator: et.tcl    /main/hindenburg/19
  3325. # Argument(s): -dphase -e -g -avb_library
  3326. # Interpreter to use: Otsh V6.1.1/00
  3327. #
  3328. OTShRegister::importTool
  3329.  
  3330. set diag [CDM new Timer "vb_library" "" "" "" "" "" 1]
  3331.  
  3332. set row732 [$diag addRow method 0.0]
  3333. $row732 setProp is_event Yes
  3334. $row732 setLabel "name_type" "Timer()"
  3335. $row732 setProp "has_parmlist" "1"
  3336.  
  3337. $diag save
  3338.  
  3339. # Generator: et.tcl    /main/hindenburg/19
  3340. # Argument(s): -dphase -e -g -avb_library
  3341. # Interpreter to use: Otsh V6.1.1/00
  3342. #
  3343. OTShRegister::importTool
  3344.  
  3345. set diag [CAD new nodecontrols1 "vb_library" "" "" "" "" "" 1]
  3346.  
  3347. set node734 [$diag addNode cad_class 816.0 512.0 120.0 37.3333]
  3348. $node734 setLabel "name" "NodeControl"
  3349. $node734 setProp "is_folded" "1"
  3350. $node734 setScope "name" "cl" "scopePhase"
  3351.  
  3352. set node735 [$diag addNode cad_class 272.0 672.0 421.333 228.0]
  3353. $node735 setLabel "name" "Frame"
  3354. $node735 setScope "name" "cl" "scopePhase"
  3355.  
  3356. set node736 [$diag addNode cad_class 720.0 672.0 421.333 452.0]
  3357. $node736 setLabel "name" "PictureBox"
  3358. $node736 setScope "name" "cl" "scopePhase"
  3359.  
  3360. set node737 [$diag addNode cad_class 1168.0 672.0 120.0 116.0]
  3361. $node737 setLabel "name" "Menu"
  3362. $node737 setScope "name" "cl" "scopePhase"
  3363.  
  3364. set node733 [$diag addRake generalization $node734 $node735 864.0 544.0 480.0 704.0 624.0]
  3365.  
  3366. set conn738 [$node733 getInConn]
  3367. set segm739 [$conn738 getFirstSegm]
  3368.  
  3369. set conn740 [$node733 getFirstOutConn]
  3370. set segm741 [$conn740 getFirstSegm]
  3371.  
  3372. set conn742 [$diag addConn generalization_conn $node733 $node736 864.0 624.0 864.0 688.0]
  3373. set segm743 [$conn742 getFirstSegm]
  3374.  
  3375. set conn744 [$diag addConn generalization_conn $node733 $node737 1232.0 624.0 1232.0 688.0]
  3376. set segm745 [$conn744 getFirstSegm]
  3377.  
  3378. $diag save
  3379.  
  3380. # Generator: et.tcl    /main/hindenburg/19
  3381. # Argument(s): -dphase -e -g -avb_library
  3382. # Interpreter to use: Otsh V6.1.1/00
  3383. #
  3384. OTShRegister::importTool
  3385.  
  3386. set diag [CDM new Shape "vb_library" "" "" "" "" "" 1]
  3387.  
  3388. $diag save
  3389.  
  3390. # Generator: et.tcl    /main/hindenburg/19
  3391. # Argument(s): -dphase -e -g -avb_library
  3392. # Interpreter to use: Otsh V6.1.1/00
  3393. #
  3394. OTShRegister::importTool
  3395.  
  3396. set diag [CDM new Line "vb_library" "" "" "" "" "" 1]
  3397.  
  3398. $diag save
  3399.  
  3400. # Generator: et.tcl    /main/hindenburg/19
  3401. # Argument(s): -dphase -e -g -avb_library
  3402. # Interpreter to use: Otsh V6.1.1/00
  3403. #
  3404. OTShRegister::importTool
  3405.  
  3406. set diag [CAD new miscellaneous "vb_library" "" "" "" "" "" 1]
  3407.  
  3408. set node746 [$diag addNode cad_class 752.0 816.0 120.0 45.3333]
  3409. $node746 setLabel "name" "Control"
  3410. $node746 setProp "is_folded" "1"
  3411. $node746 setScope "name" "cl" "scopePhase"
  3412.  
  3413. set node747 [$diag addNode cad_class 976.0 816.0 120.0 45.3333]
  3414. $node747 setLabel "name" "Collection"
  3415. $node747 setProp "is_folded" "1"
  3416. $node747 setScope "name" "cl" "scopePhase"
  3417.  
  3418. set node748 [$diag addNode cad_class 528.0 816.0 120.0 45.3333]
  3419. $node748 setLabel "name" "ClassSet"
  3420. $node748 setProp "is_folded" "1"
  3421. $node748 setScope "name" "cl" "scopePhase"
  3422.  
  3423. $diag save
  3424.