home *** CD-ROM | disk | FTP | other *** search
- ;GIL-2
- (
- (
- :type :popup-window
- :name PortManagerPopup
- :owner nil
- :width 417
- :height 120
- :background-color ""
- :foreground-color ""
- :label "Port Manager for cdEdit"
- :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 PortManagerPopup
- :help ""
- :x 0
- :y 0
- :width 417
- :height 120
- :background-color "Light Gray"
- :foreground-color ""
- :show-border nil
- :menu nil
- :event-handler nil
- :events ()
- :user-data ()
- )
- (
- :type :message
- :name CurrentPortManagerMsg
- :owner controls1
- :help ""
- :x 20
- :y 20
- :width 202
- :height 13
- :foreground-color "Black"
- :label "Current Port Manager : (none)"
- :label-type :string
- :label-bold t
- :event-handler nil
- :events ()
- :user-data ()
- )
- (
- :type :text-field
- :name NewPortManagerText
- :owner controls1
- :help ""
- :x 20
- :y 48
- :width 383
- :height 15
- :foreground-color "Black"
- :text-type :alphanumeric
- :label "New Port Manager : "
- :label-type :string
- :value-x 163
- :value-y 48
- :layout-type :horizontal
- :value-length 30
- :stored-length 256
- :read-only nil
- :notify-handler NewPortManager
- :event-handler nil
- :events ()
- :user-data ()
- )
- (
- :type :button
- :name ConnectPortManagerButton
- :owner controls1
- :help ""
- :x 124
- :y 84
- :constant-width nil
- :button-type :normal
- :width 68
- :height 19
- :foreground-color "Black"
- :label "Connect"
- :label-type :string
- :menu nil
- :notify-handler ConnectPortManager
- :event-handler nil
- :events ()
- :user-data ()
- )
- (
- :type :button
- :name ClosePortManagerPopupButton
- :owner controls1
- :help ""
- :x 236
- :y 84
- :constant-width nil
- :button-type :normal
- :width 59
- :height 19
- :foreground-color "Black"
- :label "Cancel"
- :label-type :string
- :menu nil
- :notify-handler ClosePortManagerPopup
- :event-handler nil
- :events ()
- :user-data ()
- )
- )
-