;GIL-2
(
(
	:type                   :popup-window
	:name                   pop
	:owner                  nil
	:width                  345
	:height                 228
	:background-color       ""
	:foreground-color       ""
	:label                  "Constant value and type"
	:label-type             :string
	:mapped                 nil
	:show-footer            t
	:resizable              nil
	:pinned                 nil
	:done-handler           nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :control-area
	:name                   controls1
	:owner                  pop
	:help                   ""
	:x                      0
	:y                      0
	:width                  345
	:height                 228
	:background-color       ""
	:foreground-color       ""
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :text-field
	:name                   constant_field
	:owner                  controls1
	:help                   ""
	:x                      20
	:y                      16
	:width                  208
	:height                 32
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "Constant:"
	:label-type             :string
	:value-x                20
	:value-y                33
	:layout-type            :vertical
	:value-length           26
	:stored-length          256
	:read-only              nil
	:notify-handler         constant_guts_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :scrolling-list
	:name                   type_list
	:owner                  controls1
	:help                   ""
	:x                      8
	:y                      56
	:width                  200
	:height                 163
	:foreground-color       ""
	:label                  "Types available"
	:label-type             :string
	:layout-type            :vertical
	:rows                   7
	:read-only              t
	:multiple-selections    nil
	:selection-required     nil
	:menu                   nil
	:notify-handler         constant_type_select_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :button
	:name                   button1
	:owner                  controls1
	:help                   ""
	:x                      256
	:y                      104
	:constant-width         nil
	:button-type            :normal
	:width                  49
	:height                 20
	:foreground-color       ""
	:label                  "Done"
	:label-type             :string
	:menu                   nil
	:notify-handler         constant_done_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
)
