;GIL-3
(
(
	:type                   :popup-window
	:name                   popup1
	:owner                  nil
	:width                  381
	:height                 90
	:background-color       ""
	:foreground-color       ""
	:label                  "Backend host selection"
	:label-type             :string
	:initial-state          :invisible
	:show-footer            t
	:resizable              t
	:pinned                 nil
	:done-handler           nil
	:event-handler          nil
	:user-data              ()
	:actions                ()
)
(
	:type                   :control-area
	:name                   controls1
	:owner                  popup1
	:help                   ""
	:x                      27
	:y                      17
	:width                  327
	:height                 68
	:background-color       ""
	:foreground-color       ""
	:initial-state          :visible
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:user-data              ()
	:actions                ()
)
(
	:type                   :text-field
	:name                   textfield1
	:owner                  controls1
	:help                   ""
	:x                      16
	:y                      22
	:width                  284
	:height                 15
	:value-x                100
	:value-y                22
	:value-length           25
	:stored-length          80
	:rows                   3
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "Host name:"
	:label-type             :string
	:layout-type            :horizontal
	:value-underlined       t
	:initial-value          ""
	:initial-state          :active
	:read-only              nil
	:notify-handler         host_name
	:event-handler          nil
	:user-data              ()
	:actions                (
		(
		:from                   (popup1 textfield1)
		:when                   (Notify )
		:to                     (popup1 textfield1)
		:function_type          CallFunction
		:arg_type               ()
		:action                 (host_name)
		)
	)
)
)
