home *** CD-ROM | disk | FTP | other *** search
- ;GIL-3
- (
- (
- :type :popup-window
- :name InsertBlankTimePopup
- :owner nil
- :width 438
- :height 196
- :background-color "Light Gray"
- :foreground-color "Light Gray"
- :label "Insert Blank Time"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable nil
- :pinned nil
- :done-handler CancelBlankTime
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (InsertBlankTimePopup)
- :when (Done )
- :to (InsertBlankTimePopup)
- :function_type CallFunction
- :arg_type ()
- :action (CancelBlankTime)
- )
- )
- )
- (
- :type :control-area
- :name controls1
- :owner InsertBlankTimePopup
- :help ""
- :x 0
- :y 0
- :width 438
- :height 195
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border nil
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name TimeLineMessage
- :owner controls1
- :help ""
- :x 28
- :y 16
- :width 116
- :height 13
- :foreground-color "Black"
- :label "TimeLine Editor :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name TimeLineDocMsg
- :owner controls1
- :help ""
- :x 156
- :y 16
- :width 61
- :height 13
- :foreground-color "Black"
- :label "docname"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name AmountOfBlankTimeMsg
- :owner controls1
- :help ""
- :x 28
- :y 40
- :width 218
- :height 13
- :foreground-color "Black"
- :label "Amount of blank time to insert :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name MinTimeText
- :owner controls1
- :help ""
- :x 28
- :y 68
- :width 135
- :height 15
- :value-x 92
- :value-y 68
- :value-length 2
- :stored-length 2
- :rows 3
- :foreground-color "Black"
- :text-type :numeric
- :label "Minutes"
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :max-value 59
- :min-value 0
- :initial-value 0
- :initial-state :active
- :read-only nil
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name SecTimeText
- :owner controls1
- :help ""
- :x 188
- :y 68
- :width 135
- :height 15
- :value-x 252
- :value-y 68
- :value-length 2
- :stored-length 2
- :rows 3
- :foreground-color "Black"
- :text-type :numeric
- :label "Seconds"
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :max-value 59
- :min-value 0
- :initial-value 0
- :initial-state :active
- :read-only nil
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :setting
- :name InsertBlankTimeChoice
- :owner controls1
- :help ""
- :x 28
- :y 92
- :width 300
- :height 52
- :value-x 148
- :value-y 92
- :rows 0
- :columns 1
- :layout-type :horizontal
- :foreground-color "BLack"
- :setting-type :check
- :selection-required t
- :label "Where to insert :"
- :label-type :string
- :notify-handler nil
- :event-handler nil
- :choices ("Currently selected track" "All tracks" )
- :choice-label-types (:string :string )
- :choice-colors ("Black" "Black" )
- :initial-selections (nil nil )
- :initial-state :active
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name CurrentlyActiveTrackMsg
- :owner controls1
- :help ""
- :x 336
- :y 96
- :width 39
- :height 13
- :foreground-color "Black"
- :label "(None)"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name InsertBlankTimeButton
- :owner controls1
- :help ""
- :x 104
- :y 160
- :width 53
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color "Black"
- :label "Insert"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler InsertBlankTime
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (InsertBlankTimePopup InsertBlankTimeButton)
- :when (Notify )
- :to (InsertBlankTimePopup InsertBlankTimeButton)
- :function_type CallFunction
- :arg_type ()
- :action (InsertBlankTime)
- )
- )
- )
- (
- :type :button
- :name CancelBlankTimeButton
- :owner controls1
- :help ""
- :x 228
- :y 160
- :width 59
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color "Black"
- :label "Cancel"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler CancelBlankTime
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (InsertBlankTimePopup CancelBlankTimeButton)
- :when (Notify )
- :to (InsertBlankTimePopup CancelBlankTimeButton)
- :function_type CallFunction
- :arg_type ()
- :action (CancelBlankTime)
- )
- )
- )
- )
-