about_box.bil 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. // $XConsortium: about_box.bil /main/2 1996/11/11 12:00:18 drk $
  2. //
  3. //
  4. // (c) Copyright 1993, 1994 Hewlett-Packard Company
  5. // (c) Copyright 1993, 1994 International Business Machines Corp.
  6. // (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  7. // (c) Copyright 1993, 1994 Novell, Inc.
  8. //
  9. // about_box.bil - Application Builder module file for CDE application
  10. // 'About Box'.
  11. //
  12. :bil-version 1 0
  13. :module about_box
  14. (
  15. :element dialog
  16. (
  17. :type :dialog
  18. :x 417
  19. :y 462
  20. :width 674
  21. :height 333
  22. :bg-color "white"
  23. :label "About CDE Application Builder"
  24. :resizable :true
  25. :visible :false
  26. :children (
  27. ctrl_panel
  28. dialog_button_panel
  29. )
  30. )
  31. :element ctrl_panel
  32. (
  33. :type :container
  34. :container-type :relative
  35. :x 0
  36. :y 0
  37. :width 671
  38. :height 330
  39. :visible :true
  40. :border-frame :etched-in
  41. :north-attachment (:point 0 0)
  42. :south-attachment (:obj dialog -1)
  43. :east-attachment (:obj dialog -1)
  44. :west-attachment (:point 0 0)
  45. :children (
  46. group3
  47. more_button
  48. group4
  49. abbrev_name
  50. )
  51. )
  52. :element group3
  53. (
  54. :type :container
  55. :container-type :group
  56. :active :true
  57. :x 175
  58. :y 50
  59. :width 277
  60. :height 161
  61. :group-type :column
  62. :column-alignment :left
  63. :voffset 25
  64. :vattach_type :obj
  65. :border-frame :none
  66. :north-attachment (:point 0 50)
  67. :west-attachment (:point 0 175)
  68. :children (
  69. group2
  70. os_number
  71. group
  72. )
  73. )
  74. :element group2
  75. (
  76. :type :container
  77. :container-type :group
  78. :active :true
  79. :x 0
  80. :y 0
  81. :width 133
  82. :height 69
  83. :group-type :column
  84. :column-alignment :left
  85. :voffset 3
  86. :vattach_type :obj
  87. :border-frame :none
  88. :north-attachment (:obj group3 0)
  89. :west-attachment (:obj group3 0)
  90. :children (
  91. app_name
  92. version
  93. release_date
  94. )
  95. )
  96. :element app_name
  97. (
  98. :type :label
  99. :x 0
  100. :y 0
  101. :label-type :string
  102. :label "Application Name"
  103. :label-alignment :center
  104. :active :true
  105. :visible :true
  106. :north-attachment (:obj group2 0)
  107. :west-attachment (:obj group2 0)
  108. )
  109. :element version
  110. (
  111. :type :label
  112. :x 0
  113. :y 24
  114. :label-type :string
  115. :label "Version name"
  116. :label-alignment :center
  117. :active :true
  118. :visible :true
  119. :north-attachment (:obj app_name 3)
  120. :west-attachment (:obj-edge app_name 0)
  121. )
  122. :element release_date
  123. (
  124. :type :label
  125. :x 0
  126. :y 48
  127. :label-type :string
  128. :label "Release date"
  129. :label-alignment :center
  130. :active :true
  131. :visible :true
  132. :north-attachment (:obj version 3)
  133. :west-attachment (:obj-edge version 0)
  134. )
  135. :element os_number
  136. (
  137. :type :label
  138. :x 0
  139. :y 94
  140. :label-type :string
  141. :label "Release/OS Number"
  142. :label-alignment :center
  143. :active :true
  144. :visible :true
  145. :north-attachment (:obj group2 25)
  146. :west-attachment (:obj-edge group2 0)
  147. )
  148. :element group
  149. (
  150. :type :container
  151. :container-type :group
  152. :active :true
  153. :x 0
  154. :y 140
  155. :width 277
  156. :height 21
  157. :group-type :column
  158. :column-alignment :left
  159. :voffset 0
  160. :vattach_type :grid-line
  161. :border-frame :none
  162. :north-attachment (:obj os_number 25)
  163. :west-attachment (:obj-edge os_number 0)
  164. :children (
  165. copyright
  166. )
  167. )
  168. :element copyright
  169. (
  170. :type :label
  171. :x 0
  172. :y 0
  173. :label-type :string
  174. :label "Copyright (C) 1993, 1994 My Company"
  175. :label-alignment :center
  176. :active :true
  177. :visible :true
  178. :north-attachment (:obj group 0)
  179. :west-attachment (:obj group 0)
  180. )
  181. :element more_button
  182. (
  183. :type :button
  184. :button-type :push-button
  185. :x 40
  186. :y 245
  187. :label-type :string
  188. :label-alignment :center
  189. :label "More..."
  190. :active :true
  191. :visible :true
  192. :north-attachment (:point 0 245)
  193. :west-attachment (:point 0 40)
  194. )
  195. :element group4
  196. (
  197. :type :container
  198. :container-type :group
  199. :active :true
  200. :x 37
  201. :y 47
  202. :group-type :column
  203. :column-alignment :vcenter
  204. :voffset 10
  205. :vattach_type :obj
  206. :border-frame :etched-out
  207. :north-attachment (:point 0 47)
  208. :west-attachment (:point 0 37)
  209. :children (
  210. app_graphic
  211. )
  212. )
  213. :element app_graphic
  214. (
  215. :type :label
  216. :x 77
  217. :y 0
  218. :label-type :string
  219. :label "Graphic\ngoes\nhere"
  220. :label-alignment :center
  221. :active :true
  222. :visible :true
  223. :north-attachment (:point 0 0)
  224. :west-attachment (:center-grid-line 0 0)
  225. )
  226. :element abbrev_name
  227. (
  228. :type :label
  229. :x 46
  230. :y 104
  231. :label-type :string
  232. :label "App Name"
  233. :label-alignment :center
  234. :active :true
  235. :visible :true
  236. :north-attachment (:obj group4 5)
  237. :west-attachment (:obj-edge group4 -5)
  238. )
  239. :element dialog_button_panel
  240. (
  241. :type :container
  242. :container-type :button-panel
  243. :height 36
  244. :visible :true
  245. :border-frame :none
  246. :children (
  247. ok_btn
  248. help_btn
  249. )
  250. )
  251. :element ok_btn
  252. (
  253. :type :button
  254. :button-type :push-button
  255. :label-type :string
  256. :label-alignment :center
  257. :label "OK"
  258. :active :true
  259. :visible :true
  260. :north-attachment (:grid-line 5 0)
  261. :south-attachment (:grid-line 95 0)
  262. :east-attachment (:grid-line 40 0)
  263. :west-attachment (:grid-line 20 0)
  264. )
  265. :element help_btn
  266. (
  267. :type :button
  268. :button-type :push-button
  269. :label-type :string
  270. :label-alignment :center
  271. :label "Help"
  272. :active :true
  273. :visible :true
  274. :north-attachment (:grid-line 5 0)
  275. :south-attachment (:grid-line 95 0)
  276. :east-attachment (:grid-line 80 0)
  277. :west-attachment (:grid-line 60 0)
  278. )
  279. :connection
  280. (
  281. :from ok_btn
  282. :to dialog
  283. :when :activate
  284. :action-type :builtin
  285. :action :hide
  286. :arg-type :void
  287. )
  288. )