;GIL-3
(
(
	:type                   :popup-window
	:name                   pop
	:owner                  nil
	:width                  398
	:height                 109
	:background-color       ""
	:foreground-color       ""
	:label                  "Destroy database"
	:label-type             :string
	:initial-state          :invisible
	:show-footer            t
	:resizable              nil
	:pinned                 nil
	:done-handler           nil
	:event-handler          nil
	:user-data              ()
	:actions                ()
)
(
	:type                   :control-area
	:name                   controls1
	:owner                  pop
	:help                   ""
	:x                      29
	:y                      13
	:width                  338
	:height                 84
	:background-color       ""
	:foreground-color       ""
	:initial-state          :visible
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:user-data              ()
	:actions                ()
)
(
	:type                   :message
	:name                   message1
	:owner                  controls1
	:help                   ""
	:x                      68
	:y                      8
	:width                  204
	:height                 13
	:foreground-color       ""
	:label                  "Provide database name below"
	:label-type             :string
	:label-bold             t
	:initial-state          :active
	:event-handler          nil
	:user-data              ()
	:actions                ()
)
(
	:type                   :text-field
	:name                   textfield1
	:owner                  controls1
	:help                   ""
	:x                      68
	:y                      40
	:width                  210
	:height                 15
	:value-x                118
	:value-y                40
	:value-length           20
	:stored-length          80
	:rows                   3
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "Name:"
	:label-type             :string
	:layout-type            :horizontal
	:value-underlined       t
	:initial-value          ""
	:initial-state          :active
	:read-only              nil
	:notify-handler         destroy_database_notify
	:event-handler          nil
	:user-data              ()
	:actions                (
		(
		:from                   (pop textfield1)
		:when                   (Notify )
		:to                     (pop textfield1)
		:function_type          CallFunction
		:arg_type               ()
		:action                 (destroy_database_notify)
		)
	)
)
)
