home *** CD-ROM | disk | FTP | other *** search
- object QSEditor: TQSEditor
- Left = 256
- Top = 148
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'QS-Voices'
- ClientHeight = 153
- ClientWidth = 221
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Menu = MainMenu1
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object qstable: TStringGrid
- Left = 0
- Top = 0
- Width = 221
- Height = 153
- Align = alClient
- BorderStyle = bsNone
- ColCount = 4
- DefaultColWidth = 16
- DefaultRowHeight = 16
- RowCount = 9
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing]
- PopupMenu = PopupMenu1
- ScrollBars = ssNone
- TabOrder = 0
- OnKeyPress = qstableKeyPress
- OnMouseDown = qstableMouseDown
- OnMouseUp = qstableMouseUp
- OnSelectCell = qstableSelectCell
- ColWidths = (
- 16
- 88
- 34
- 79)
- end
- object MainMenu1: TMainMenu
- Left = 188
- Top = 120
- object File1: TMenuItem
- Caption = '&File'
- OnClick = File1Click
- object Clear1: TMenuItem
- Caption = '&Clear all...'
- ShortCut = 16462
- OnClick = Clear1Click
- end
- object Open1: TMenuItem
- Caption = '&Load...'
- ShortCut = 16463
- OnClick = Open1Click
- end
- object Saveas1: TMenuItem
- Caption = '&Save as...'
- ShortCut = 16467
- OnClick = Saveas1Click
- end
- end
- object Clipboard1: TMenuItem
- Caption = '&Clipboard'
- OnClick = Clipboard1Click
- object Copyallvoices1: TMenuItem
- Caption = '&Copy all voices'
- ShortCut = 16472
- OnClick = Copyallvoices1Click
- end
- object Copy1: TMenuItem
- Caption = 'C&opy voice as text'
- ShortCut = 16451
- OnClick = Copy1Click
- end
- object Paste1: TMenuItem
- Caption = '&Paste voice as text'
- ShortCut = 16470
- OnClick = Paste1Click
- end
- end
- end
- object odlg: TOpenDialog
- Filter =
- 'QS-Voice SySex|*.syx|QS300 User Bank (QS-Editor)|*.ubk|All files' +
- '|*.*'
- Left = 132
- Top = 120
- end
- object sdlg: TSaveDialog
- DefaultExt = 'syx'
- Filter = 'QS-Voice SySex|*.syx|All files|*.*'
- Title = 'QS-Voice save'
- Left = 160
- Top = 120
- end
- object PopupMenu1: TPopupMenu
- OnPopup = PopupMenu1Popup
- Left = 104
- Top = 120
- object Loadvoice1: TMenuItem
- Caption = 'L&oad voice...'
- OnClick = Open1Click
- end
- object Savevoice1: TMenuItem
- Caption = '&Save voice...'
- OnClick = Saveas1Click
- end
- object Clearvoice1: TMenuItem
- Caption = 'Cl&ear voice'
- ShortCut = 46
- OnClick = Clearvoice1Click
- end
- end
- end
-