home *** CD-ROM | disk | FTP | other *** search
- inherited PreviewPresetForm: TPreviewPresetForm
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonCancel: TButton
- TabOrder = 4
- end
- inherited ButtonHelp: THelpButton
- TabOrder = 5
- end
- inherited PresetGroup: TGroupBox
- inherited AddPreset: TBitton
- Hint = 'Adds current settings as new preset'
- end
- inherited RemovePreset: TBitton
- Hint = 'Removes current preset'
- end
- end
- object PreviewPlay: TBitton
- Left = 291
- Top = 5
- Width = 28
- Height = 18
- Image.Data = {
- 06010000424D06010000000000007600000028000000160000000C0000000100
- 0400000000009000000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888888008888887FF8888888888888008888887AAFF88888888888008888
- 887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
- 88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
- 7888888888008888887A77788888888888008888887778888888888888008888
- 88888888888888888800}
- FocusAllowed = True
- Action = PlayAction
- Anchors = [akRight, akBottom]
- ParentShowHint = False
- ShowHint = True
- TabStop = True
- TabOrder = 1
- end
- object PreviewStop: TBitton
- Left = 291
- Top = 29
- Width = 28
- Height = 18
- Image.Data = {
- 06010000424D06010000000000007600000028000000160000000C0000000100
- 0400000000009000000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 88888888880088888888888888888888880088888887FFFFFFFF888888008888
- 8887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCCCCCF8888
- 880088888887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCC
- CCCF88888800888888877777777F888888008888888888888888888888008888
- 88888888888888888800}
- FocusAllowed = True
- Action = StopAction
- Anchors = [akRight, akBottom]
- ParentShowHint = False
- ShowHint = True
- TabStop = True
- TabOrder = 2
- end
- object PreviewActionList: TActionList
- Left = 268
- Top = 10
- object PlayAction: TAction
- Category = 'Preview'
- Caption = 'PlayAction'
- Hint = 'Previews current settings'
- ShortCut = 115
- OnExecute = PreviewPlayClick
- end
- object StopAction: TAction
- Category = 'Preview'
- Caption = 'StopAction'
- Hint = 'Stops preview'
- ShortCut = 119
- OnExecute = PreviewStopClick
- end
- end
- end
-