;GIL-2
(
(
	:type                   :popup-window
	:name                   pop
	:owner                  nil
	:width                  400
	:height                 85
	:background-color       ""
	:foreground-color       ""
	:label                  "Name the new attribute"
	: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                      6
	:width                  396
	:height                 79
	:background-color       ""
	:foreground-color       ""
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :text-field
	:name                   name_field
	:owner                  controls1
	:help                   ""
	:x                      8
	:y                      12
	:width                  128
	:height                 32
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "Attribute name:"
	:label-type             :string
	:value-x                8
	:value-y                29
	:layout-type            :vertical
	:value-length           16
	:stored-length          80
	:read-only              nil
	:notify-handler         give_attribute_name_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :message
	:name                   message1
	:owner                  controls1
	:help                   ""
	:x                      168
	:y                      32
	:width                  211
	:height                 13
	:foreground-color       ""
	:label                  "Type a regular attribute name!"
	:label-type             :string
	:label-bold             t
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
)
