📄 abtool.g
字号:
:rows 3
:foreground-color ""
:text-type :alphanumeric
:label "Seg:"
:label-type :string
:layout-type :horizontal
:value-underlined t
:initial-value ""
:initial-state :active
:read-only nil
:notify-handler nil
:event-handler nil
:user-data ()
:actions ()
)
(
:type :message
:name message1
:owner controls1
:help ""
:x 400
:y 78
:width 35
:height 13
:foreground-color ""
:label "Segs:"
:label-type :string
:label-bold t
:initial-state :active
:event-handler nil
:user-data ()
:actions ()
)
(
:type :message
:name nsegs_text
:owner controls1
:help ""
:x 444
:y 78
:width 8
:height 13
:foreground-color ""
:label "0"
:label-type :string
:label-bold nil
:initial-state :active
:event-handler nil
:user-data ()
:actions ()
)
(
:type :canvas-pane
:name canvas1
:owner win
:help ""
:x 0
:y 132
:width 517
:height 124
:background-color "BG1"
:foreground-color "Foreground"
:initial-state :visible
:draggable nil
:droppable t
:default-drop-site nil
:menu nil
:horizontal-scrollbar t
:scrollable-width 517
:vertical-scrollbar nil
:scrollable-height 124
:repaint-proc ab_canvas_repaint
:event-handler nil
:drawing-model :xwindows
:user-data ()
:actions (
(
:from (win canvas1)
:when (Repaint )
:to (win canvas1)
:function_type CallFunction
:arg_type ()
:action (ab_canvas_repaint)
)
(
:from (win canvas1)
:when (DroppedUpon )
:to (win canvas1)
:function_type CallFunction
:arg_type ()
:action (canvas_drop_function)
)
(
:from (win canvas1)
:when (KeyPress )
:to (win canvas1)
:function_type CallFunction
:arg_type ()
:action (keypress)
)
)
)
(
:type :popup-window
:name pwin
:owner win
:width 316
:height 315
:background-color ""
:foreground-color ""
:label "A/B Tool: Properties"
:label-type :string
:initial-state :invisible
:show-footer nil
:resizable nil
:pinned t
:done-handler nil
:event-handler nil
:user-data ()
:actions ()
)
(
:type :control-area
:name controls3
:owner pwin
:help ""
:x 0
:y 0
:width 316
:height 315
:background-color ""
:foreground-color ""
:initial-state :visible
:show-border nil
:menu nil
:event-handler nil
:user-data ()
:actions ()
)
(
:type :setting
:name graph
:owner controls3
:help ""
:x 34
:y 4
:width 139
:height 23
:value-x 86
:value-y 4
:rows 1
:columns 0
:layout-type :horizontal
:foreground-color ""
:setting-type :exclusive
:selection-required t
:label "Graph:"
:label-type :string
:notify-handler nil
:event-handler nil
:choices ("RMS" "Peak" )
:choice-label-types (:string :string )
:choice-colors ("" "" )
:initial-selections (nil nil )
:initial-state :active
:user-data ()
:actions ()
)
(
:type :setting
:name time
:owner controls3
:help ""
:x 184
:y 4
:width 126
:height 23
:value-x 230
:value-y 4
:rows 1
:columns 0
:layout-type :horizontal
:foreground-color ""
:setting-type :stack
:selection-required t
:label "Time:"
:label-type :string
:notify-handler nil
:event-handler nil
:choices ("10 sec" "30 sec" "1 min" "2 min" "5 min" "10 min" "20 min" )
:choice-label-types (:string :string :string :string :string :string :string )
:choice-colors ("" "" "" "" "" "" "" )
:choice-defaults (nil nil t nil nil nil nil )
:initial-selections (nil nil nil nil nil nil nil )
:initial-state :active
:user-data ()
:actions ()
)
(
:type :setting
:name autoscale
:owner controls3
:help ""
:x 4
:y 29
:width 172
:height 23
:value-x 86
:value-y 29
:rows 1
:columns 0
:layout-type :horizontal
:foreground-color ""
:setting-type :exclusive
:selection-required t
:label "Auto Scale:"
:label-type :string
:notify-handler nil
:event-handler nil
:choices ("Off " " On " )
:choice-label-types (:string :string )
:choice-colors ("" "" )
:initial-selections (nil nil )
:initial-state :active
:user-data ()
:actions ()
)
(
:type :setting
:name fname
:owner controls3
:help ""
:x 4
:y 54
:width 175
:height 23
:value-x 86
:value-y 54
:rows 1
:columns 0
:layout-type :horizontal
:foreground-color ""
:setting-type :exclusive
:selection-required t
:label "Filenames:"
:label-type :string
:notify-handler showfiles
:event-handler nil
:choices ("Show" "Hide" )
:choice-label-types (:string :string )
:choice-colors ("" "" )
:initial-selections (nil nil )
:initial-state :active
:user-data ()
:actions (
(
:from (pwin fname)
:when (Notify )
:to (pwin fname)
:function_type CallFunction
:arg_type ()
:action (showfiles)
)
)
)
(
:type :text-field
:name gain
:owner controls3
:help ""
:x 47
:y 92
:width 82
:height 15
:value-x 89
:value-y 92
:value-length 5
:stored-length 5
:rows 3
:foreground-color ""
:text-type :alphanumeric
:label "Gain:"
:label-type :string
:layout-type :horizontal
:value-underlined t
:initial-value ""
:initial-state :active
:read-only nil
:notify-handler nil
:event-handler nil
:user-data ()
:actions ()
)
(
:type :message
:name ref_h
:owner controls3
:help "Ref:
The Reference file is the one most recently
segmented."
:x 152
:y 94
:width 26
:height 13
:foreground-color ""
:label "Ref:"
:label-type :string
:label-bold t
:initial-state :active
:event-handler nil
:user-data ()
:actions ()
)
(
:type :message
:name ref
:owner controls3
:help "Ref:
The Reference file is the one most recently
segmented."
:x 188
:y 94
:width 3
:height 13
:foreground-color ""
:label "."
:label-type :string
:label-bold nil
:initial-state :active
:event-handler nil
:user-data ()
:actions ()
)
(
:type :message
:name file_h
:owner controls3
:help "File:
The current file's delay and correlation with
respect to the reference file are displayed.
Selecting a file from the main list sets which
file is displayed here."
:x 212
:y 94
:width 28
:height 13
:foreground-color ""
:label "File:"
:label-type :string
:label-bold t
:initial-state :active
:event-handler nil
:user-data ()
:actions ()
)
(
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -