;GIL-2
(
(
	:type                   :popup-window
	:name                   pop
	:owner                  nil
	:width                  402
	:height                 121
	:background-color       ""
	:foreground-color       ""
	:label                  "Rename class"
	: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                  400
	:height                 121
	:background-color       ""
	:foreground-color       ""
	:show-border            nil
	:menu                   nil
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :message
	:name                   old_name_class
	:owner                  controls1
	:help                   ""
	:x                      72
	:y                      20
	:width                  68
	:height                 13
	:foreground-color       ""
	:label                  "Old Name"
	:label-type             :string
	:label-bold             t
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
(
	:type                   :text-field
	:name                   new_class_textfield
	:owner                  controls1
	:help                   ""
	:x                      56
	:y                      88
	:width                  251
	:height                 15
	:foreground-color       ""
	:text-type              :alphanumeric
	:label                  "New class name:"
	:label-type             :string
	:value-x                179
	:value-y                88
	:layout-type            :horizontal
	:value-length           16
	:stored-length          80
	:read-only              nil
	:notify-handler         rename_class_interface_proc
	:event-handler          nil
	:events                 ()
	:user-data              ()
)
)
