home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TCUEFORM / TCUEFORM.txt
Text File  |  2005-01-25  |  7KB  |  285 lines

  1. inherited CueForm: TCueForm
  2.   Caption = 'Cue Points'
  3.   ClientHeight = 293
  4.   ClientWidth = 427
  5.   OnClose = FormClose
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object CueListLabel: TStaticText [0]
  9.     Left = 8
  10.     Top = 5
  11.     Width = 47
  12.     Height = 17
  13.     Caption = '&Cue list:'
  14.     FocusControl = List
  15.     TabOrder = 0
  16.   end
  17.   inherited ButtonCancel: TButton [1]
  18.     Left = 345
  19.     Top = 74
  20.     Anchors = [akTop, akRight]
  21.     TabOrder = 6
  22.     Visible = False
  23.   end
  24.   inherited ButtonOk: TButton [2]
  25.     Left = 345
  26.     Top = 10
  27.     Anchors = [akTop, akRight]
  28.     Cancel = True
  29.     Caption = 'Close'
  30.     TabOrder = 5
  31.   end
  32.   inherited ButtonHelp: THelpButton
  33.     Left = 345
  34.     Top = 42
  35.     Anchors = [akTop, akRight]
  36.     TabOrder = 7
  37.     HelpKey = 'tool_cuepoints'
  38.   end
  39.   object List: TListView
  40.     Left = 8
  41.     Top = 22
  42.     Width = 328
  43.     Height = 233
  44.     Columns = <
  45.       item
  46.         Caption = 'No.'
  47.         Width = 30
  48.       end
  49.       item
  50.         Caption = 'Position'
  51.         Width = 100
  52.       end
  53.       item
  54.         AutoSize = True
  55.         Caption = 'Name'
  56.       end>
  57.     HideSelection = False
  58.     ReadOnly = True
  59.     RowSelect = True
  60.     PopupMenu = ListMenu
  61.     SortType = stData
  62.     TabOrder = 1
  63.     ViewStyle = vsReport
  64.     OnColumnClick = ListColumnClick
  65.     OnCompare = ListCompare
  66.     OnDblClick = ListDblClick
  67.   end
  68.   object NewButton: TButton
  69.     Left = 8
  70.     Top = 262
  71.     Width = 75
  72.     Height = 25
  73.     Action = New
  74.     Anchors = [akLeft, akBottom]
  75.     Caption = '&New...'
  76.     TabOrder = 2
  77.   end
  78.   object EditButton: TButton
  79.     Left = 92
  80.     Top = 262
  81.     Width = 75
  82.     Height = 25
  83.     Action = Edit
  84.     Anchors = [akLeft, akBottom]
  85.     Caption = '&Edit...'
  86.     TabOrder = 3
  87.   end
  88.   object DeleteButton: TButton
  89.     Left = 177
  90.     Top = 262
  91.     Width = 75
  92.     Height = 25
  93.     Action = Delete
  94.     Anchors = [akLeft, akBottom]
  95.     Caption = '&Delete'
  96.     TabOrder = 4
  97.   end
  98.   object SilenceButton: TButton
  99.     Left = 344
  100.     Top = 194
  101.     Width = 75
  102.     Height = 25
  103.     Action = Auto
  104.     Anchors = [akTop, akRight]
  105.     TabOrder = 10
  106.   end
  107.   object LoadAll: TBitton
  108.     Left = 348
  109.     Top = 262
  110.     Width = 30
  111.     Height = 25
  112.     Image.Data = {
  113.       F6000000424DF600000000000000760000002800000010000000100000000100
  114.       0400000000008000000000000000000000001000000000000000000000000000
  115.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  116.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  117.       88888888888888888888000000000008888800333333333088880B0333333333
  118.       08880FB03333333330880BFB0333333333080FBFB000000000000BFBFBFBFB08
  119.       88880FBFBFBFBF0888880BFB0000000888888000888888880008888888888888
  120.       8008888888880888080888888888800088888888888888888888}
  121.     FocusAllowed = True
  122.     Action = Import
  123.     Anchors = [akRight, akBottom]
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     TabStop = True
  127.     TabOrder = 11
  128.   end
  129.   object SaveAll: TBitton
  130.     Left = 386
  131.     Top = 262
  132.     Width = 30
  133.     Height = 25
  134.     Image.Data = {
  135.       F6000000424DF600000000000000760000002800000010000000100000000100
  136.       0400000000008000000000000000000000001000000000000000000000000000
  137.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  138.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  139.       8888880000000000000880330000008803088033000000880308803300000088
  140.       0308803300000000030880333333333333088033000000003308803088888888
  141.       0308803088888888030880308888888803088030888888880308803088888888
  142.       0008803088888888080880000000000000088888888888888888}
  143.     FocusAllowed = True
  144.     Action = Export
  145.     Anchors = [akRight, akBottom]
  146.     ParentShowHint = False
  147.     ShowHint = True
  148.     TabStop = True
  149.     TabOrder = 12
  150.   end
  151.   object DeleteAllButton: TButton
  152.     Left = 261
  153.     Top = 262
  154.     Width = 75
  155.     Height = 25
  156.     Action = DeleteAll
  157.     Anchors = [akLeft, akBottom]
  158.     TabOrder = 13
  159.   end
  160.   object CopyButton: TButton
  161.     Left = 344
  162.     Top = 130
  163.     Width = 75
  164.     Height = 25
  165.     Action = Copy
  166.     Anchors = [akTop, akRight]
  167.     TabOrder = 8
  168.   end
  169.   object SplitButton: TButton
  170.     Left = 344
  171.     Top = 162
  172.     Width = 75
  173.     Height = 25
  174.     Action = Split
  175.     Anchors = [akTop, akRight]
  176.     TabOrder = 9
  177.   end
  178.   object ActionList: TActionList
  179.     Left = 349
  180.     Top = 102
  181.     object New: TAction
  182.       Caption = 'New...'
  183.       OnExecute = NewExecute
  184.     end
  185.     object Edit: TAction
  186.       Caption = 'Edit...'
  187.       OnExecute = EditExecute
  188.       OnUpdate = CueSelectedEnable
  189.     end
  190.     object DeleteAll: TAction
  191.       Caption = 'Delete &All'
  192.       OnExecute = DeleteAllExecute
  193.       OnUpdate = CueExistsEnable
  194.     end
  195.     object Delete: TAction
  196.       Caption = 'Delete'
  197.       OnExecute = DeleteExecute
  198.       OnUpdate = CueSelectedEnable
  199.     end
  200.     object Split: TAction
  201.       Caption = 'Split File...'
  202.       OnExecute = SplitExecute
  203.       OnUpdate = CueExistsEnable
  204.     end
  205.     object Auto: TAction
  206.       Caption = 'Auto Cue...'
  207.       OnExecute = AutoExecute
  208.     end
  209.     object SetStart: TAction
  210.       Caption = 'Set Start Marker'
  211.       OnExecute = SetStartExecute
  212.       OnUpdate = CueBeforeFinishEnable
  213.     end
  214.     object SetFinish: TAction
  215.       Caption = 'Set Finish Marker'
  216.       OnExecute = SetFinishExecute
  217.       OnUpdate = CueBeforeStartEnable
  218.     end
  219.     object MoveToStart: TAction
  220.       Caption = 'Move To Start Marker'
  221.       OnExecute = MoveToStartExecute
  222.       OnUpdate = CueSelectedEnable
  223.     end
  224.     object MoveToFinish: TAction
  225.       Caption = 'Move To Finish Marker'
  226.       OnExecute = MoveToFinishExecute
  227.       OnUpdate = CueSelectedEnable
  228.     end
  229.     object Copy: TAction
  230.       Caption = 'Copy All'
  231.       OnExecute = CopyExecute
  232.       OnUpdate = CueExistsEnable
  233.     end
  234.     object Export: TAction
  235.       Caption = 'Export'
  236.       Hint = 'Export to CD cue file'
  237.       OnExecute = ExportExecute
  238.       OnUpdate = CueExistsEnable
  239.     end
  240.     object Import: TAction
  241.       Caption = 'Import'
  242.       Hint = 'Import from CD cue file'
  243.       OnExecute = ImportExecute
  244.     end
  245.   end
  246.   object ListMenu: TPopupMenu
  247.     Left = 387
  248.     Top = 102
  249.     object Delete1: TMenuItem
  250.       Action = Edit
  251.     end
  252.     object Delete2: TMenuItem
  253.       Action = Delete
  254.     end
  255.     object SetFinishMarker1: TMenuItem
  256.       Action = SetStart
  257.     end
  258.     object SetFinishMarker2: TMenuItem
  259.       Action = SetFinish
  260.     end
  261.     object MoveToFinishMarker1: TMenuItem
  262.       Action = MoveToStart
  263.     end
  264.     object MoveToFinishMarker2: TMenuItem
  265.       Action = MoveToFinish
  266.     end
  267.   end
  268.   object OpenCue: TOpenDialog
  269.     DefaultExt = 'cue'
  270.     Filter = 'Cue (*.cue)|*.cue|All (*.*)|*.*'
  271.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  272.     Title = 'Import Cue Points'
  273.     Left = 202
  274.     Top = 2
  275.   end
  276.   object SaveCue: TSaveDialog
  277.     DefaultExt = 'cue'
  278.     Filter = 'Cue (*.cue)|*.cue|All (*.*)|*.*'
  279.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  280.     Title = 'Export Cue Points'
  281.     Left = 232
  282.     Top = 2
  283.   end
  284. end
  285.