messageProps.bil 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658
  1. // $XConsortium: messageProps.bil /main/2 1996/11/11 11:57:59 drk $
  2. :bil-version 1 0
  3. :module messageProps
  4. (
  5. :element messageProps
  6. (
  7. :type :dialog
  8. :width 580
  9. :height 485
  10. :bg-color "white"
  11. :label "Tt_message"
  12. :resizable :true
  13. :visible :false
  14. :children (
  15. messagePane
  16. messageMenuPane
  17. messageActionPane
  18. messageProps_footer
  19. )
  20. )
  21. :element messagePane
  22. (
  23. :type :container
  24. :container-type :relative
  25. :x 0
  26. :y 44
  27. :width 576
  28. :height 436
  29. :visible :true
  30. :border-frame :shadow-in
  31. :north-attachment (:obj messageMenuPane 0)
  32. :south-attachment (:obj messageProps 0)
  33. :east-attachment (:obj messageProps 0)
  34. :west-attachment (:point 0 0)
  35. :children (
  36. classChoice
  37. opText
  38. addressChoice
  39. handlerText
  40. scopeChoice
  41. sessionText
  42. fileText
  43. fileButton
  44. statusBox
  45. separator
  46. addArgButton
  47. setArgButton
  48. setContextButton
  49. statusLabel
  50. sessionButton
  51. messageText
  52. handlerButton
  53. msgPatternButton
  54. msgCallbackAddButton
  55. dispositionChoice
  56. msgSetAttributeButton
  57. opButton
  58. )
  59. )
  60. :element classChoice
  61. (
  62. :type :choice
  63. :choice-type :option-menu
  64. :x 44
  65. :y 11
  66. :label-type :string
  67. :label "Class:"
  68. :label-position :west
  69. :num-columns 1
  70. :orientation :vertical
  71. :selection-required :false
  72. :active :true
  73. :visible :true
  74. :north-attachment (:point 0 11)
  75. :west-attachment (:point 0 29)
  76. :help-text "tt_message_class(3)\ntt_message_class_set(3)\n"
  77. :children (
  78. classChoice_UNDEFINED_item
  79. classChoice_NOTICE_item
  80. classChoice_REQUEST_item
  81. classChoice_OFFER_item
  82. )
  83. )
  84. :element classChoice_UNDEFINED_item
  85. (
  86. :type :item
  87. :item-type :item-for-choice
  88. :label-type :string
  89. :label "UNDEFINED"
  90. :active :true
  91. :selected :true
  92. )
  93. :element classChoice_NOTICE_item
  94. (
  95. :type :item
  96. :item-type :item-for-choice
  97. :label-type :string
  98. :label "NOTICE"
  99. :active :true
  100. :selected :false
  101. )
  102. :element classChoice_REQUEST_item
  103. (
  104. :type :item
  105. :item-type :item-for-choice
  106. :label-type :string
  107. :label "REQUEST"
  108. :active :true
  109. :selected :false
  110. )
  111. :element classChoice_OFFER_item
  112. (
  113. :type :item
  114. :item-type :item-for-choice
  115. :label-type :string
  116. :label "OFFER"
  117. :active :true
  118. :selected :false
  119. )
  120. :element opText
  121. (
  122. :type :text-field
  123. :text-type :alphanumeric
  124. :x 339
  125. :y 11
  126. :num-columns 25
  127. :max-length 80
  128. :read-only :false
  129. :active :true
  130. :visible :true
  131. :north-attachment (:point 0 11)
  132. :east-attachment (:point 0 0)
  133. :west-attachment (:grid-line 54 0)
  134. :help-text "tt_message_op(3)\ntt_message_op_set(3)\n"
  135. )
  136. :element addressChoice
  137. (
  138. :type :choice
  139. :choice-type :option-menu
  140. :x 27
  141. :y 46
  142. :label-type :string
  143. :label "Address:"
  144. :label-position :west
  145. :num-columns 1
  146. :orientation :vertical
  147. :selection-required :false
  148. :active :true
  149. :visible :true
  150. :north-attachment (:obj classChoice 4)
  151. :west-attachment (:point 0 12)
  152. :help-text "tt_message_address(3)\ntt_message_address_set(3)\n"
  153. :children (
  154. addressChoice_PROCEDURE_item
  155. addressChoice_OBJECT_item
  156. addressChoice_HANDLER_item
  157. addressChoice_OTYPE_item
  158. addressChoice_ADDRESS_LAST_item
  159. )
  160. )
  161. :element addressChoice_PROCEDURE_item
  162. (
  163. :type :item
  164. :item-type :item-for-choice
  165. :label-type :string
  166. :label "PROCEDURE"
  167. :active :true
  168. :selected :true
  169. )
  170. :element addressChoice_OBJECT_item
  171. (
  172. :type :item
  173. :item-type :item-for-choice
  174. :label-type :string
  175. :label "OBJECT"
  176. :active :true
  177. :selected :false
  178. )
  179. :element addressChoice_HANDLER_item
  180. (
  181. :type :item
  182. :item-type :item-for-choice
  183. :label-type :string
  184. :label "HANDLER"
  185. :active :true
  186. :selected :false
  187. )
  188. :element addressChoice_OTYPE_item
  189. (
  190. :type :item
  191. :item-type :item-for-choice
  192. :label-type :string
  193. :label "OTYPE"
  194. :active :true
  195. :selected :false
  196. )
  197. :element addressChoice_ADDRESS_LAST_item
  198. (
  199. :type :item
  200. :item-type :item-for-choice
  201. :label-type :string
  202. :label "ADDRESS_LAST"
  203. :active :true
  204. :selected :false
  205. )
  206. :element handlerText
  207. (
  208. :type :text-field
  209. :text-type :alphanumeric
  210. :x 339
  211. :y 46
  212. :num-columns 25
  213. :max-length 80
  214. :read-only :false
  215. :active :true
  216. :visible :true
  217. :north-attachment (:obj opText 10)
  218. :east-attachment (:point 0 0)
  219. :west-attachment (:grid-line 54 0)
  220. :help-text "tt_message_handler(3)\ntt_message_handler_set(3)\n"
  221. )
  222. :element scopeChoice
  223. (
  224. :type :choice
  225. :choice-type :option-menu
  226. :x 39
  227. :y 82
  228. :label-type :string
  229. :label "Scope:"
  230. :label-position :west
  231. :num-columns 1
  232. :orientation :vertical
  233. :selection-required :false
  234. :active :true
  235. :visible :true
  236. :north-attachment (:obj addressChoice 5)
  237. :west-attachment (:point 0 24)
  238. :help-text "tt_message_scope(3)\ntt_message_scope_set(3)\n"
  239. :children (
  240. scopeChoice_SCOPE_NONE_item
  241. scopeChoice_SESSION_item
  242. scopeChoice_FILE_item
  243. scopeChoice_BOTH_item
  244. scopeChoice_FILE_IN_SESSION_item
  245. )
  246. )
  247. :element scopeChoice_SCOPE_NONE_item
  248. (
  249. :type :item
  250. :item-type :item-for-choice
  251. :label-type :string
  252. :label "SCOPE_NONE"
  253. :active :true
  254. :selected :true
  255. )
  256. :element scopeChoice_SESSION_item
  257. (
  258. :type :item
  259. :item-type :item-for-choice
  260. :label-type :string
  261. :label "SESSION"
  262. :active :true
  263. :selected :false
  264. )
  265. :element scopeChoice_FILE_item
  266. (
  267. :type :item
  268. :item-type :item-for-choice
  269. :label-type :string
  270. :label "FILE"
  271. :active :true
  272. :selected :false
  273. )
  274. :element scopeChoice_BOTH_item
  275. (
  276. :type :item
  277. :item-type :item-for-choice
  278. :label-type :string
  279. :label "BOTH"
  280. :active :true
  281. :selected :false
  282. )
  283. :element scopeChoice_FILE_IN_SESSION_item
  284. (
  285. :type :item
  286. :item-type :item-for-choice
  287. :label-type :string
  288. :label "FILE_IN_SESSION"
  289. :active :true
  290. :selected :false
  291. )
  292. :element sessionText
  293. (
  294. :type :text-field
  295. :text-type :alphanumeric
  296. :x 339
  297. :y 83
  298. :num-columns 25
  299. :max-length 80
  300. :read-only :false
  301. :active :true
  302. :visible :true
  303. :north-attachment (:obj handlerText 10)
  304. :east-attachment (:point 0 0)
  305. :west-attachment (:grid-line 54 0)
  306. :help-text "tt_message_session(3)\ntt_message_session_set(3)\n"
  307. )
  308. :element fileText
  309. (
  310. :type :text-field
  311. :text-type :alphanumeric
  312. :x 93
  313. :y 117
  314. :num-columns 60
  315. :max-length 80
  316. :read-only :false
  317. :active :true
  318. :visible :true
  319. :north-attachment (:obj sessionText 10)
  320. :east-attachment (:point 0 0)
  321. :west-attachment (:obj fileButton 9)
  322. :help-text "tt_message_file(3)\ntt_message_file_set(3)N"
  323. )
  324. :element fileButton
  325. (
  326. :type :button
  327. :button-type :push-button
  328. :x 47
  329. :y 117
  330. :label-type :string
  331. :label-alignment :center
  332. :label "File:"
  333. :active :true
  334. :visible :true
  335. :north-attachment (:obj sessionText 11)
  336. :west-attachment (:point 0 32)
  337. :help-text "tt_message_file(3)\ntt_message_file_set(3)\n"
  338. )
  339. :element statusBox
  340. (
  341. :type :spinbox
  342. :label-type :string
  343. :label "Status:"
  344. :label-position :west
  345. :text-type :numeric
  346. :arrow-style :arrow-end
  347. :min-value -9999999
  348. :max-value 99999999
  349. :initial-value 0
  350. :increment 1
  351. :decimal-points 0
  352. :visible :true
  353. :active :true
  354. :x 176
  355. :y 175
  356. :width 100
  357. :north-attachment (:obj separator 10)
  358. :west-attachment (:grid-line 30 0)
  359. :help-text "tt_message_status(3)\ntt_message_status_set(3)\n"
  360. )
  361. :element separator
  362. (
  363. :type :separator
  364. :line-style :etched-in
  365. :orientation :horizontal
  366. :x 11
  367. :y 158
  368. :width 554
  369. :height 8
  370. :visible :true
  371. :north-attachment (:obj fileText 14)
  372. :east-attachment (:point 0 11)
  373. :west-attachment (:point 0 11)
  374. )
  375. :element addArgButton
  376. (
  377. :type :button
  378. :button-type :push-button
  379. :x 22
  380. :y 181
  381. :label-type :string
  382. :label-alignment :center
  383. :label "Add Arg..."
  384. :active :true
  385. :visible :true
  386. :north-attachment (:obj separator 15)
  387. :west-attachment (:point 0 22)
  388. :help-text "tt_message_arg_add(3)\ntt_message_barg_add(3)\ntt_message_iarg_add(3)\ntt_message_xarg_add(3)\n"
  389. )
  390. :element setArgButton
  391. (
  392. :type :button
  393. :button-type :menu-button
  394. :x 180
  395. :y 242
  396. :label-type :string
  397. :label-alignment :center
  398. :label "Set Arg Val"
  399. :menu setArgButton_menu
  400. :active :true
  401. :visible :true
  402. :north-attachment (:obj msgPatternButton 7)
  403. :west-attachment (:grid-line 30 0)
  404. :help-text "tt_message_arg_val_set(3)\ntt_message_arg_bval_set(3)\ntt_message_arg_ival_set(3)\ntt_message_arg_xval_set(3)\n"
  405. )
  406. :element setContextButton
  407. (
  408. :type :button
  409. :button-type :push-button
  410. :x 21
  411. :y 246
  412. :label-type :string
  413. :label-alignment :center
  414. :label "Set Context..."
  415. :active :true
  416. :visible :true
  417. :north-attachment (:obj msgCallbackAddButton 10)
  418. :west-attachment (:point 0 22)
  419. :help-text "tt_message_context_set(3)\ntt_message_bcontext_set(3)\ntt_message_icontext_set(3)\ntt_message_xcontext_set(3)\n"
  420. )
  421. :element statusLabel
  422. (
  423. :type :label
  424. :x 347
  425. :y 181
  426. :label-type :string
  427. :label "TT_DESKTOP_ECANCELLED"
  428. :label-alignment :left
  429. :active :true
  430. :visible :true
  431. :north-attachment (:obj separator 15)
  432. :west-attachment (:obj statusBox 3)
  433. :help-text "tt_message_status(3)\ntt_message_status_set(3)\n"
  434. )
  435. :element sessionButton
  436. (
  437. :type :button
  438. :button-type :push-button
  439. :x 275
  440. :y 85
  441. :label-type :string
  442. :label-alignment :center
  443. :label "Session:"
  444. :active :true
  445. :visible :true
  446. :north-attachment (:obj handlerButton 14)
  447. :east-attachment (:obj sessionText 6)
  448. :help-text "tt_message_session(3)\ntt_message_session_set(3)\n"
  449. )
  450. :element messageText
  451. (
  452. :type :text-pane
  453. :text-type :alphanumeric
  454. :x 2
  455. :y 283
  456. :border-frame :none
  457. :num-rows 20
  458. :num-columns 81
  459. :hscrollbar :never
  460. :vscrollbar :always
  461. :word-wrap :true
  462. :read-only :true
  463. :active :true
  464. :visible :true
  465. :north-attachment (:obj setContextButton 13)
  466. :south-attachment (:obj messagePane 0)
  467. :east-attachment (:point 0 0)
  468. :west-attachment (:point 0 0)
  469. :help-text "tt_message_print(3)\n"
  470. )
  471. :element handlerButton
  472. (
  473. :type :button
  474. :button-type :push-button
  475. :x 268
  476. :y 48
  477. :label-type :string
  478. :label-alignment :center
  479. :label "Handler:"
  480. :active :true
  481. :visible :true
  482. :north-attachment (:obj opButton 14)
  483. :east-attachment (:obj handlerText 6)
  484. :help-text "tt_message_handler(3)\ntt_message_handler_set(3)\n"
  485. )
  486. :element msgPatternButton
  487. (
  488. :type :button
  489. :button-type :push-button
  490. :x 179
  491. :y 218
  492. :label-type :string
  493. :label-alignment :center
  494. :label "Pattern..."
  495. :active :true
  496. :visible :true
  497. :north-attachment (:obj statusBox 5)
  498. :west-attachment (:grid-line 30 0)
  499. :help-text "tt_message_pattern(3)\n"
  500. )
  501. :element msgCallbackAddButton
  502. (
  503. :type :button
  504. :button-type :push-button
  505. :x 21
  506. :y 215
  507. :label-type :string
  508. :label-alignment :center
  509. :label "Add Callback..."
  510. :active :true
  511. :visible :true
  512. :north-attachment (:obj addArgButton 10)
  513. :west-attachment (:point 0 22)
  514. :help-text "tt_message_callback_add(3)\nTttt_c(5)\n"
  515. )
  516. :element dispositionChoice
  517. (
  518. :type :choice
  519. :choice-type :option-menu
  520. :x 368
  521. :y 210
  522. :label-type :string
  523. :label "Disposition:"
  524. :label-position :west
  525. :num-columns 1
  526. :orientation :vertical
  527. :selection-required :false
  528. :active :true
  529. :visible :true
  530. :north-attachment (:obj statusLabel 8)
  531. :east-attachment (:point 0 22)
  532. :help-text "tt_message_disposition(3)\ntt_message_disposition_set(3)\n"
  533. :children (
  534. dispositionChoice_DISCARD_item
  535. dispositionChoice_QUEUE_item
  536. dispositionChoice_START_item
  537. dispositionChoice_QUEUE_START_item
  538. )
  539. )
  540. :element dispositionChoice_DISCARD_item
  541. (
  542. :type :item
  543. :item-type :item-for-choice
  544. :label-type :string
  545. :label "DISCARD"
  546. :active :true
  547. :selected :true
  548. )
  549. :element dispositionChoice_QUEUE_item
  550. (
  551. :type :item
  552. :item-type :item-for-choice
  553. :label-type :string
  554. :label "QUEUE"
  555. :active :true
  556. :selected :false
  557. )
  558. :element dispositionChoice_START_item
  559. (
  560. :type :item
  561. :item-type :item-for-choice
  562. :label-type :string
  563. :label "START"
  564. :active :true
  565. :selected :false
  566. )
  567. :element dispositionChoice_QUEUE_START_item
  568. (
  569. :type :item
  570. :item-type :item-for-choice
  571. :label-type :string
  572. :label "QUEUE+START"
  573. :active :true
  574. :selected :false
  575. )
  576. :element msgSetAttributeButton
  577. (
  578. :type :button
  579. :button-type :menu-button
  580. :x 500
  581. :y 244
  582. :label-type :string
  583. :label-alignment :center
  584. :label "Set"
  585. :menu msgSetAttributeButton_menu
  586. :active :true
  587. :visible :true
  588. :north-attachment (:obj dispositionChoice 5)
  589. :east-attachment (:point 0 22)
  590. :help-text "tt_message_otype(3)\ntt_message_otype_set(3)\ntt_message_object(3)\ntt_message_object_set(3)\ntt_message_handler_ptype(3)\ntt_message_handler_ptype_set(3)\ntt_message_sender_ptype(3)\ntt_message_sender_ptype_set(3)\n"
  591. )
  592. :element opButton
  593. (
  594. :type :button
  595. :button-type :push-button
  596. :x 304
  597. :y 12
  598. :label-type :string
  599. :label-alignment :center
  600. :label "Op:"
  601. :active :true
  602. :visible :true
  603. :north-attachment (:point 0 13)
  604. :east-attachment (:obj opText 6)
  605. :help-text "tt_message_op(3)\ntt_message_op_set(3)\n"
  606. )
  607. :element messageMenuPane
  608. (
  609. :type :container
  610. :container-type :relative
  611. :x 0
  612. :y 0
  613. :width 580
  614. :height 45
  615. :visible :true
  616. :border-frame :none
  617. :north-attachment (:point 0 0)
  618. :east-attachment (:obj messageProps 0)
  619. :west-attachment (:point 0 0)
  620. :children (
  621. tt_cButton
  622. generateButton
  623. )
  624. )
  625. :element tt_cButton
  626. (
  627. :type :button
  628. :button-type :menu-button
  629. :x 16
  630. :y 7
  631. :label-type :string
  632. :label-alignment :center
  633. :label "Message"
  634. :menu tt_cButton_menu
  635. :active :true
  636. :visible :true
  637. :north-attachment (:point 0 7)
  638. :west-attachment (:point 0 16)
  639. :help-text "tt_message_print(3)\ntt_message_send(3)\ntt_message_send_on_exit(3)\ntt_message_accept(3)\nttdt_message_accept(3)\ntt_message_reject(3)\nttdt_subcontract_manage(3)\ntt_message_reply(3)\ntt_message_fail(3)\ntt_message_destroy(3)\n"
  640. )
  641. :element generateButton
  642. (
  643. :type :button
  644. :button-type :menu-button
  645. :x 126
  646. :y 7
  647. :label-type :string
  648. :label-alignment :center
  649. :label "Create"
  650. :menu generateButton_menu
  651. :active :true
  652. :visible :true
  653. :north-attachment (:point 0 7)
  654. :west-attachment (:obj tt_cButton 11)
  655. :help-text "Tt_message... tttk_message_create(3)\nTt_pattern... tt_pattern_create(3)\nC... Tttt_c(5)\nSignature... tt_type_comp(1)\nAction... dtactionfile(4)\nStatus notice... ttdt_message_accept(3),Status(4)\n"
  656. )
  657. :element messageActionPane
  658. (
  659. :type :container
  660. :container-type :button-panel
  661. :width 580
  662. :height 48
  663. :visible :true
  664. :border-frame :none
  665. :children (
  666. msgCloseButton
  667. msgHelpButton
  668. )
  669. )
  670. :element msgCloseButton
  671. (
  672. :type :button
  673. :button-type :push-button
  674. :label-type :string
  675. :label-alignment :center
  676. :label "Close"
  677. :active :true
  678. :visible :true
  679. :north-attachment (:point 0 10)
  680. :east-attachment (:grid-line 45 0)
  681. :west-attachment (:grid-line 30 0)
  682. )
  683. :element msgHelpButton
  684. (
  685. :type :button
  686. :button-type :push-button
  687. :label-type :string
  688. :label-alignment :center
  689. :label "Help"
  690. :active :true
  691. :visible :true
  692. :north-attachment (:point 0 10)
  693. :east-attachment (:grid-line 70 0)
  694. :west-attachment (:grid-line 55 0)
  695. )
  696. :element messageProps_footer
  697. (
  698. :type :container
  699. :container-type :footer
  700. :width 580
  701. :height 28
  702. :visible :true
  703. :border-frame :none
  704. :children (
  705. messageFooterLabel
  706. )
  707. )
  708. :element messageFooterLabel
  709. (
  710. :type :label
  711. :x 1
  712. :y 1
  713. :label-type :string
  714. :label "Tt_message"
  715. :label-alignment :left
  716. :active :true
  717. :visible :true
  718. :north-attachment (:point 0 1)
  719. :west-attachment (:point 0 1)
  720. )
  721. :element setArgButton_menu
  722. (
  723. :type :menu
  724. :tear-off :false
  725. :children (
  726. setArgButton_menu_Arg_0_item
  727. setArgButton_menu_Arg_1_item
  728. setArgButton_menu_Arg_2_item
  729. setArgButton_menu_Arg_3_item
  730. setArgButton_menu_Arg_4_item
  731. setArgButton_menu_Arg_5_item
  732. setArgButton_menu_Arg_6_item
  733. setArgButton_menu_Arg_7_item
  734. setArgButton_menu_Arg_8_item
  735. setArgButton_menu_Arg_9_item
  736. setArgButton_menu_Arg_10_item
  737. setArgButton_menu_Arg_11_item
  738. setArgButton_menu_Arg_12_item
  739. setArgButton_menu_Arg_13_item
  740. setArgButton_menu_Arg_14_item
  741. setArgButton_menu_Arg_15_item
  742. setArgButton_menu_Arg_15_item2
  743. )
  744. )
  745. :element setArgButton_menu_Arg_0_item
  746. (
  747. :type :item
  748. :item-type :item-for-menu
  749. :label-type :string
  750. :label "Arg 0..."
  751. :active :true
  752. )
  753. :element setArgButton_menu_Arg_1_item
  754. (
  755. :type :item
  756. :item-type :item-for-menu
  757. :label-type :string
  758. :label "Arg 1..."
  759. :active :true
  760. )
  761. :element setArgButton_menu_Arg_2_item
  762. (
  763. :type :item
  764. :item-type :item-for-menu
  765. :label-type :string
  766. :label "Arg 2..."
  767. :active :true
  768. )
  769. :element setArgButton_menu_Arg_3_item
  770. (
  771. :type :item
  772. :item-type :item-for-menu
  773. :label-type :string
  774. :label "Arg 3..."
  775. :active :true
  776. )
  777. :element setArgButton_menu_Arg_4_item
  778. (
  779. :type :item
  780. :item-type :item-for-menu
  781. :label-type :string
  782. :label "Arg 4..."
  783. :active :true
  784. )
  785. :element setArgButton_menu_Arg_5_item
  786. (
  787. :type :item
  788. :item-type :item-for-menu
  789. :label-type :string
  790. :label "Arg 5..."
  791. :active :true
  792. )
  793. :element setArgButton_menu_Arg_6_item
  794. (
  795. :type :item
  796. :item-type :item-for-menu
  797. :label-type :string
  798. :label "Arg 6..."
  799. :active :true
  800. )
  801. :element setArgButton_menu_Arg_7_item
  802. (
  803. :type :item
  804. :item-type :item-for-menu
  805. :label-type :string
  806. :label "Arg 7..."
  807. :active :true
  808. )
  809. :element setArgButton_menu_Arg_8_item
  810. (
  811. :type :item
  812. :item-type :item-for-menu
  813. :label-type :string
  814. :label "Arg 8..."
  815. :active :true
  816. )
  817. :element setArgButton_menu_Arg_9_item
  818. (
  819. :type :item
  820. :item-type :item-for-menu
  821. :label-type :string
  822. :label "Arg 9..."
  823. :active :true
  824. )
  825. :element setArgButton_menu_Arg_10_item
  826. (
  827. :type :item
  828. :item-type :item-for-menu
  829. :label-type :string
  830. :label "Arg 10..."
  831. :active :true
  832. )
  833. :element setArgButton_menu_Arg_11_item
  834. (
  835. :type :item
  836. :item-type :item-for-menu
  837. :label-type :string
  838. :label "Arg 11..."
  839. :active :true
  840. )
  841. :element setArgButton_menu_Arg_12_item
  842. (
  843. :type :item
  844. :item-type :item-for-menu
  845. :label-type :string
  846. :label "Arg 12..."
  847. :active :true
  848. )
  849. :element setArgButton_menu_Arg_13_item
  850. (
  851. :type :item
  852. :item-type :item-for-menu
  853. :label-type :string
  854. :label "Arg 13..."
  855. :active :true
  856. )
  857. :element setArgButton_menu_Arg_14_item
  858. (
  859. :type :item
  860. :item-type :item-for-menu
  861. :label-type :string
  862. :label "Arg 14..."
  863. :active :true
  864. )
  865. :element setArgButton_menu_Arg_15_item
  866. (
  867. :type :item
  868. :item-type :item-for-menu
  869. :label-type :string
  870. :label "Arg 15..."
  871. :active :true
  872. )
  873. :element setArgButton_menu_Arg_15_item2
  874. (
  875. :type :item
  876. :item-type :item-for-menu
  877. :label-type :string
  878. :label "Arg >15..."
  879. :active :true
  880. )
  881. :element msgSetAttributeButton_menu
  882. (
  883. :type :menu
  884. :tear-off :false
  885. :children (
  886. msgSetAttributeButton_menu_Otype_item
  887. msgSetAttributeButton_menu_Object_item
  888. msgSetAttributeButton_menu_Status_String_item
  889. msgSetAttributeButton_menu_Handler_Ptype_item
  890. msgSetAttributeButton_menu_Sender_Ptype_item
  891. )
  892. )
  893. :element msgSetAttributeButton_menu_Otype_item
  894. (
  895. :type :item
  896. :item-type :item-for-menu
  897. :label-type :string
  898. :label "Otype..."
  899. :active :true
  900. )
  901. :element msgSetAttributeButton_menu_Object_item
  902. (
  903. :type :item
  904. :item-type :item-for-menu
  905. :label-type :string
  906. :label "Object..."
  907. :active :true
  908. )
  909. :element msgSetAttributeButton_menu_Status_String_item
  910. (
  911. :type :item
  912. :item-type :item-for-menu
  913. :label-type :string
  914. :label "Status String..."
  915. :active :true
  916. )
  917. :element msgSetAttributeButton_menu_Handler_Ptype_item
  918. (
  919. :type :item
  920. :item-type :item-for-menu
  921. :label-type :string
  922. :label "Handler Ptype..."
  923. :active :true
  924. )
  925. :element msgSetAttributeButton_menu_Sender_Ptype_item
  926. (
  927. :type :item
  928. :item-type :item-for-menu
  929. :label-type :string
  930. :label "Sender Ptype..."
  931. :active :true
  932. )
  933. :element tt_cButton_menu
  934. (
  935. :type :menu
  936. :tear-off :false
  937. :children (
  938. tt_cButton_menu_Print_item
  939. tt_cButton_menu_Send_item
  940. tt_cButton_menu_Send_On_Exit_item
  941. tt_cButton_menu_Accept_item
  942. tt_cButton_menu_Desktop_Accept_item
  943. tt_cButton_menu_Reject_item
  944. tt_cButton_menu_Subcontract_Manage_item
  945. tt_cButton_menu_Reply_item
  946. tt_cButton_menu_Fail_item
  947. tt_cButton_menu_Destroy_item
  948. )
  949. )
  950. :element tt_cButton_menu_Print_item
  951. (
  952. :type :item
  953. :item-type :item-for-menu
  954. :label-type :string
  955. :label "Print"
  956. :active :true
  957. )
  958. :element tt_cButton_menu_Send_item
  959. (
  960. :type :item
  961. :item-type :item-for-menu
  962. :label-type :string
  963. :label "Send"
  964. :active :true
  965. )
  966. :element tt_cButton_menu_Send_On_Exit_item
  967. (
  968. :type :item
  969. :item-type :item-for-menu
  970. :label-type :string
  971. :label "Send On Exit"
  972. :active :true
  973. )
  974. :element tt_cButton_menu_Accept_item
  975. (
  976. :type :item
  977. :item-type :item-for-menu
  978. :label-type :string
  979. :label "Accept"
  980. :active :true
  981. )
  982. :element tt_cButton_menu_Desktop_Accept_item
  983. (
  984. :type :item
  985. :item-type :item-for-menu
  986. :label-type :string
  987. :label "Desktop Accept"
  988. :active :true
  989. )
  990. :element tt_cButton_menu_Reject_item
  991. (
  992. :type :item
  993. :item-type :item-for-menu
  994. :label-type :string
  995. :label "Reject"
  996. :active :true
  997. )
  998. :element tt_cButton_menu_Subcontract_Manage_item
  999. (
  1000. :type :item
  1001. :item-type :item-for-menu
  1002. :label-type :string
  1003. :label "Subcontract Manage"
  1004. :active :true
  1005. )
  1006. :element tt_cButton_menu_Reply_item
  1007. (
  1008. :type :item
  1009. :item-type :item-for-menu
  1010. :label-type :string
  1011. :label "Reply"
  1012. :active :true
  1013. )
  1014. :element tt_cButton_menu_Fail_item
  1015. (
  1016. :type :item
  1017. :item-type :item-for-menu
  1018. :label-type :string
  1019. :label "Fail"
  1020. :active :true
  1021. )
  1022. :element tt_cButton_menu_Destroy_item
  1023. (
  1024. :type :item
  1025. :item-type :item-for-menu
  1026. :label-type :string
  1027. :label "Destroy"
  1028. :active :true
  1029. )
  1030. :element generateButton_menu
  1031. (
  1032. :type :menu
  1033. :tear-off :false
  1034. :children (
  1035. generateButton_menu_Tt_message_item
  1036. generateButton_menu_Tt_pattern_item
  1037. generateButton_menu_C_item
  1038. generateButton_menu_Signature_item
  1039. generateButton_menu_Action_item
  1040. generateButton_menu_Status_notice_item
  1041. )
  1042. )
  1043. :element generateButton_menu_Tt_message_item
  1044. (
  1045. :type :item
  1046. :item-type :item-for-menu
  1047. :label-type :string
  1048. :label "Tt_message..."
  1049. :active :true
  1050. )
  1051. :element generateButton_menu_Tt_pattern_item
  1052. (
  1053. :type :item
  1054. :item-type :item-for-menu
  1055. :label-type :string
  1056. :label "Tt_pattern..."
  1057. :active :true
  1058. )
  1059. :element generateButton_menu_C_item
  1060. (
  1061. :type :item
  1062. :item-type :item-for-menu
  1063. :label-type :string
  1064. :label "C..."
  1065. :active :true
  1066. )
  1067. :element generateButton_menu_Signature_item
  1068. (
  1069. :type :item
  1070. :item-type :item-for-menu
  1071. :label-type :string
  1072. :label "Signature..."
  1073. :active :true
  1074. )
  1075. :element generateButton_menu_Action_item
  1076. (
  1077. :type :item
  1078. :item-type :item-for-menu
  1079. :label-type :string
  1080. :label "Action..."
  1081. :active :true
  1082. )
  1083. :element generateButton_menu_Status_notice_item
  1084. (
  1085. :type :item
  1086. :item-type :item-for-menu
  1087. :label-type :string
  1088. :label "Status notice..."
  1089. :active :true
  1090. )
  1091. :element tttkButton_menu
  1092. (
  1093. :type :menu
  1094. :tear-off :false
  1095. :children (
  1096. tttkButton_menu_ttdt_message_accept_item
  1097. tttkButton_menu_ttdt_subcontract_manage_item
  1098. )
  1099. )
  1100. :element tttkButton_menu_ttdt_message_accept_item
  1101. (
  1102. :type :item
  1103. :item-type :item-for-menu
  1104. :label-type :string
  1105. :label "ttdt_message_accept"
  1106. :active :true
  1107. )
  1108. :element tttkButton_menu_ttdt_subcontract_manage_item
  1109. (
  1110. :type :item
  1111. :item-type :item-for-menu
  1112. :label-type :string
  1113. :label "ttdt_subcontract_manage"
  1114. :active :true
  1115. )
  1116. :connection
  1117. (
  1118. :from classChoice_UNDEFINED_item
  1119. :when :activate
  1120. :action-type :call-function
  1121. :action setClassUndefined
  1122. )
  1123. :connection
  1124. (
  1125. :from classChoice_NOTICE_item
  1126. :when :activate
  1127. :action-type :call-function
  1128. :action setClassNotice
  1129. )
  1130. :connection
  1131. (
  1132. :from classChoice_REQUEST_item
  1133. :when :activate
  1134. :action-type :call-function
  1135. :action setClassRequest
  1136. )
  1137. :connection
  1138. (
  1139. :from classChoice_OFFER_item
  1140. :when :activate
  1141. :action-type :call-function
  1142. :action setClassOffer
  1143. )
  1144. :connection
  1145. (
  1146. :from addressChoice_ADDRESS_LAST_item
  1147. :when :activate
  1148. :action-type :call-function
  1149. :action setAddressLast
  1150. )
  1151. :connection
  1152. (
  1153. :from addressChoice_PROCEDURE_item
  1154. :when :activate
  1155. :action-type :call-function
  1156. :action setAddressProcedure
  1157. )
  1158. :connection
  1159. (
  1160. :from addressChoice_OBJECT_item
  1161. :when :activate
  1162. :action-type :call-function
  1163. :action setAddressObject
  1164. )
  1165. :connection
  1166. (
  1167. :from addressChoice_HANDLER_item
  1168. :when :activate
  1169. :action-type :call-function
  1170. :action setAddressHandler
  1171. )
  1172. :connection
  1173. (
  1174. :from addressChoice_OTYPE_item
  1175. :when :activate
  1176. :action-type :call-function
  1177. :action setAddressOtype
  1178. )
  1179. :connection
  1180. (
  1181. :from scopeChoice_SCOPE_NONE_item
  1182. :when :activate
  1183. :action-type :call-function
  1184. :action setScopeNone
  1185. )
  1186. :connection
  1187. (
  1188. :from scopeChoice_SESSION_item
  1189. :when :activate
  1190. :action-type :call-function
  1191. :action setScopeSession
  1192. )
  1193. :connection
  1194. (
  1195. :from scopeChoice_FILE_item
  1196. :when :activate
  1197. :action-type :call-function
  1198. :action setScopeFile
  1199. )
  1200. :connection
  1201. (
  1202. :from scopeChoice_BOTH_item
  1203. :when :activate
  1204. :action-type :call-function
  1205. :action setScopeBoth
  1206. )
  1207. :connection
  1208. (
  1209. :from scopeChoice_FILE_IN_SESSION_item
  1210. :when :activate
  1211. :action-type :call-function
  1212. :action setScopeFileInSession
  1213. )
  1214. :connection
  1215. (
  1216. :from opText
  1217. :when :text-changed
  1218. :action-type :call-function
  1219. :action setOp
  1220. )
  1221. :connection
  1222. (
  1223. :from tt_cButton_menu_Send_item
  1224. :when :activate
  1225. :action-type :call-function
  1226. :action msgSend
  1227. )
  1228. :connection
  1229. (
  1230. :from tt_cButton_menu_Send_On_Exit_item
  1231. :when :activate
  1232. :action-type :call-function
  1233. :action msgSendOnExit
  1234. )
  1235. :connection
  1236. (
  1237. :from tt_cButton_menu_Accept_item
  1238. :when :activate
  1239. :action-type :call-function
  1240. :action msgAccept
  1241. )
  1242. :connection
  1243. (
  1244. :from tt_cButton_menu_Reject_item
  1245. :when :activate
  1246. :action-type :call-function
  1247. :action msgReject
  1248. )
  1249. :connection
  1250. (
  1251. :from tt_cButton_menu_Reply_item
  1252. :when :activate
  1253. :action-type :call-function
  1254. :action msgReply
  1255. )
  1256. :connection
  1257. (
  1258. :from tt_cButton_menu_Fail_item
  1259. :when :activate
  1260. :action-type :call-function
  1261. :action msgFail
  1262. )
  1263. :connection
  1264. (
  1265. :from tt_cButton_menu_Destroy_item
  1266. :when :activate
  1267. :action-type :call-function
  1268. :action msgDestroy
  1269. )
  1270. :connection
  1271. (
  1272. :from tttkButton_menu_ttdt_message_accept_item
  1273. :when :activate
  1274. :action-type :call-function
  1275. :action msgDtAccept
  1276. )
  1277. :connection
  1278. (
  1279. :from tttkButton_menu_ttdt_subcontract_manage_item
  1280. :when :activate
  1281. :action-type :call-function
  1282. :action msgSubcontractManage
  1283. )
  1284. :connection
  1285. (
  1286. :from generateButton_menu_Tt_message_item
  1287. :when :activate
  1288. :action-type :call-function
  1289. :action msgClone
  1290. )
  1291. :connection
  1292. (
  1293. :from generateButton_menu_Status_notice_item
  1294. :when :activate
  1295. :action-type :call-function
  1296. :action msgStatusNotice
  1297. )
  1298. :connection
  1299. (
  1300. :from generateButton_menu_Action_item
  1301. :when :activate
  1302. :action-type :call-function
  1303. :action msgGenAction
  1304. )
  1305. :connection
  1306. (
  1307. :from generateButton_menu_C_item
  1308. :when :activate
  1309. :action-type :call-function
  1310. :action msgGenC
  1311. )
  1312. :connection
  1313. (
  1314. :from handlerText
  1315. :when :text-changed
  1316. :action-type :call-function
  1317. :action setHandler
  1318. )
  1319. :connection
  1320. (
  1321. :from sessionText
  1322. :when :text-changed
  1323. :action-type :call-function
  1324. :action setSession
  1325. )
  1326. :connection
  1327. (
  1328. :from fileText
  1329. :when :text-changed
  1330. :action-type :call-function
  1331. :action setFile
  1332. )
  1333. :connection
  1334. (
  1335. :from statusBox
  1336. :when :value-changed
  1337. :action-type :call-function
  1338. :action setStatus
  1339. )
  1340. :connection
  1341. (
  1342. :from msgCloseButton
  1343. :to messageProps
  1344. :when :activate
  1345. :action-type :builtin
  1346. :action :hide
  1347. :arg-type :void
  1348. )
  1349. :connection
  1350. (
  1351. :from msgHelpButton
  1352. :when :activate
  1353. :action-type :call-function
  1354. :action msgHelp
  1355. )
  1356. :connection
  1357. (
  1358. :from msgPatternButton
  1359. :when :activate
  1360. :action-type :call-function
  1361. :action msgPattern
  1362. )
  1363. :connection
  1364. (
  1365. :from tt_cButton_menu_Print_item
  1366. :when :activate
  1367. :action-type :call-function
  1368. :action msgPrint
  1369. )
  1370. :connection
  1371. (
  1372. :from generateButton_menu_Tt_pattern_item
  1373. :when :activate
  1374. :action-type :call-function
  1375. :action genPattern
  1376. )
  1377. :connection
  1378. (
  1379. :from generateButton_menu_Signature_item
  1380. :when :activate
  1381. :action-type :call-function
  1382. :action genObserver
  1383. )
  1384. :connection
  1385. (
  1386. :from sessionButton
  1387. :when :activate
  1388. :action-type :call-function
  1389. :action sessionSet
  1390. )
  1391. :connection
  1392. (
  1393. :from fileButton
  1394. :when :activate
  1395. :action-type :call-function
  1396. :action msgFileSet
  1397. )
  1398. :connection
  1399. (
  1400. :from tt_cButton_menu_Subcontract_Manage_item
  1401. :when :activate
  1402. :action-type :call-function
  1403. :action msgSubcontractManage
  1404. )
  1405. :connection
  1406. (
  1407. :from tt_cButton_menu_Desktop_Accept_item
  1408. :when :activate
  1409. :action-type :call-function
  1410. :action msgDtAccept
  1411. )
  1412. :connection
  1413. (
  1414. :from addArgButton
  1415. :when :activate
  1416. :action-type :call-function
  1417. :action msgArgAdd
  1418. )
  1419. :connection
  1420. (
  1421. :from setContextButton
  1422. :when :activate
  1423. :action-type :call-function
  1424. :action msgContextSet
  1425. )
  1426. :connection
  1427. (
  1428. :from setArgButton_menu_Arg_0_item
  1429. :when :activate
  1430. :action-type :call-function
  1431. :action setArg
  1432. )
  1433. :connection
  1434. (
  1435. :from setArgButton_menu_Arg_1_item
  1436. :when :activate
  1437. :action-type :call-function
  1438. :action setArg
  1439. )
  1440. :connection
  1441. (
  1442. :from setArgButton_menu_Arg_2_item
  1443. :when :activate
  1444. :action-type :call-function
  1445. :action setArg
  1446. )
  1447. :connection
  1448. (
  1449. :from setArgButton_menu_Arg_3_item
  1450. :when :activate
  1451. :action-type :call-function
  1452. :action setArg
  1453. )
  1454. :connection
  1455. (
  1456. :from setArgButton_menu_Arg_4_item
  1457. :when :activate
  1458. :action-type :call-function
  1459. :action setArg
  1460. )
  1461. :connection
  1462. (
  1463. :from setArgButton_menu_Arg_5_item
  1464. :when :activate
  1465. :action-type :call-function
  1466. :action setArg
  1467. )
  1468. :connection
  1469. (
  1470. :from setArgButton_menu_Arg_6_item
  1471. :when :activate
  1472. :action-type :call-function
  1473. :action setArg
  1474. )
  1475. :connection
  1476. (
  1477. :from setArgButton_menu_Arg_7_item
  1478. :when :activate
  1479. :action-type :call-function
  1480. :action setArg
  1481. )
  1482. :connection
  1483. (
  1484. :from setArgButton_menu_Arg_8_item
  1485. :when :activate
  1486. :action-type :call-function
  1487. :action setArg
  1488. )
  1489. :connection
  1490. (
  1491. :from setArgButton_menu_Arg_9_item
  1492. :when :activate
  1493. :action-type :call-function
  1494. :action setArg
  1495. )
  1496. :connection
  1497. (
  1498. :from setArgButton_menu_Arg_10_item
  1499. :when :activate
  1500. :action-type :call-function
  1501. :action setArg
  1502. )
  1503. :connection
  1504. (
  1505. :from setArgButton_menu_Arg_11_item
  1506. :when :activate
  1507. :action-type :call-function
  1508. :action setArg
  1509. )
  1510. :connection
  1511. (
  1512. :from setArgButton_menu_Arg_12_item
  1513. :when :activate
  1514. :action-type :call-function
  1515. :action setArg
  1516. )
  1517. :connection
  1518. (
  1519. :from setArgButton_menu_Arg_13_item
  1520. :when :activate
  1521. :action-type :call-function
  1522. :action setArg
  1523. )
  1524. :connection
  1525. (
  1526. :from setArgButton_menu_Arg_14_item
  1527. :when :activate
  1528. :action-type :call-function
  1529. :action setArg
  1530. )
  1531. :connection
  1532. (
  1533. :from setArgButton_menu_Arg_15_item
  1534. :when :activate
  1535. :action-type :call-function
  1536. :action setArg
  1537. )
  1538. :connection
  1539. (
  1540. :from setArgButton_menu_Arg_15_item2
  1541. :when :activate
  1542. :action-type :call-function
  1543. :action setArg
  1544. )
  1545. :connection
  1546. (
  1547. :from dispositionChoice_DISCARD_item
  1548. :when :activate
  1549. :action-type :call-function
  1550. :action setDISCARD
  1551. )
  1552. :connection
  1553. (
  1554. :from dispositionChoice_QUEUE_item
  1555. :when :activate
  1556. :action-type :call-function
  1557. :action setQUEUE
  1558. )
  1559. :connection
  1560. (
  1561. :from dispositionChoice_START_item
  1562. :when :activate
  1563. :action-type :call-function
  1564. :action setSTART
  1565. )
  1566. :connection
  1567. (
  1568. :from dispositionChoice_QUEUE_START_item
  1569. :when :activate
  1570. :action-type :call-function
  1571. :action setQUEUESTART
  1572. )
  1573. :connection
  1574. (
  1575. :from msgAttributeSetButton_menu_message_object_set_item
  1576. :when :activate
  1577. :action-type :call-function
  1578. :action msgSetObject
  1579. )
  1580. :connection
  1581. (
  1582. :from msgAttributeSetButton_menu_message_otype_set_item
  1583. :when :activate
  1584. :action-type :call-function
  1585. :action msgSetOtype
  1586. )
  1587. :connection
  1588. (
  1589. :from msgAttributeSetButton_menu_message_handler_ptype_set_item
  1590. :when :activate
  1591. :action-type :call-function
  1592. :action msgSetHandlerPtype
  1593. )
  1594. :connection
  1595. (
  1596. :from msgAttributeSetButton_menu_message_sender_ptype_set_item
  1597. :when :activate
  1598. :action-type :call-function
  1599. :action msgSetSenderPtype
  1600. )
  1601. :connection
  1602. (
  1603. :from msgSetAttributeButton_menu_Otype_item
  1604. :when :activate
  1605. :action-type :call-function
  1606. :action msgSetOtype
  1607. )
  1608. :connection
  1609. (
  1610. :from msgSetAttributeButton_menu_Object_item
  1611. :when :activate
  1612. :action-type :call-function
  1613. :action msgSetObject
  1614. )
  1615. :connection
  1616. (
  1617. :from msgSetAttributeButton_menu_Handler_Ptype_item
  1618. :when :activate
  1619. :action-type :call-function
  1620. :action msgSetHandlerPtype
  1621. )
  1622. :connection
  1623. (
  1624. :from msgSetAttributeButton_menu_Sender_Ptype_item
  1625. :when :activate
  1626. :action-type :call-function
  1627. :action msgSetSenderPtype
  1628. )
  1629. :connection
  1630. (
  1631. :from opButton
  1632. :when :activate
  1633. :action-type :call-function
  1634. :action chooseOp
  1635. )
  1636. :connection
  1637. (
  1638. :from msgCallbackAddButton
  1639. :when :activate
  1640. :action-type :call-function
  1641. :action addCallback
  1642. )
  1643. :connection
  1644. (
  1645. :from handlerButton
  1646. :when :activate
  1647. :action-type :call-function
  1648. :action chooseHandler
  1649. )
  1650. :connection
  1651. (
  1652. :from msgSetAttributeButton_menu_Status_String_item
  1653. :when :activate
  1654. :action-type :call-function
  1655. :action msgSetStatusString
  1656. )
  1657. )