home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TFILEFORMATSFORM / TFILEFORMATSFORM.txt
Encoding:
Text File  |  2006-11-14  |  5.5 KB  |  248 lines

  1. inherited FileFormatsForm: TFileFormatsForm
  2.   Left = 235
  3.   Top = 187
  4.   Caption = 'File Format Options'
  5.   ClientHeight = 295
  6.   ClientWidth = 515
  7.   ExplicitWidth = 521
  8.   ExplicitHeight = 327
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited ButtonOk: TButton
  12.     Left = 270
  13.     Top = 265
  14.     TabOrder = 1
  15.     OnClick = ButtonOkClick
  16.     ExplicitLeft = 270
  17.     ExplicitTop = 265
  18.   end
  19.   inherited ButtonCancel: TButton
  20.     Left = 350
  21.     Top = 265
  22.     TabOrder = 2
  23.     ExplicitLeft = 350
  24.     ExplicitTop = 265
  25.   end
  26.   inherited ButtonHelp: THelpButton
  27.     Left = 430
  28.     Top = 265
  29.     TabOrder = 3
  30.     HelpKey = 'option_fileformat'
  31.     ExplicitLeft = 430
  32.     ExplicitTop = 265
  33.   end
  34.   object PageControl: TPageControl
  35.     Left = 6
  36.     Top = 7
  37.     Width = 503
  38.     Height = 251
  39.     ActivePage = Custom
  40.     Anchors = [akLeft, akTop, akRight]
  41.     TabOrder = 0
  42.     object Custom: TTabSheet
  43.       Caption = 'Undetectable Types'
  44.       DesignSize = (
  45.         495
  46.         223)
  47.       object CustomList: TListView
  48.         Left = 4
  49.         Top = 7
  50.         Width = 486
  51.         Height = 174
  52.         Anchors = [akLeft, akTop, akRight]
  53.         Columns = <
  54.           item
  55.             Caption = 'Ext'
  56.             MaxWidth = 40
  57.             MinWidth = 40
  58.             Width = 40
  59.           end
  60.           item
  61.             Caption = 'Module'
  62.             MaxWidth = 80
  63.             MinWidth = 80
  64.             Width = 80
  65.           end
  66.           item
  67.             Caption = 'Type'
  68.             MaxWidth = 80
  69.             MinWidth = 80
  70.             Width = 80
  71.           end
  72.           item
  73.             Alignment = taRightJustify
  74.             Caption = 'Rate (Hz)'
  75.             MaxWidth = 60
  76.             MinWidth = 60
  77.             Width = 60
  78.           end
  79.           item
  80.             AutoSize = True
  81.             Caption = 'Attributes'
  82.             MinWidth = 80
  83.           end>
  84.         ColumnClick = False
  85.         HideSelection = False
  86.         ReadOnly = True
  87.         RowSelect = True
  88.         TabOrder = 0
  89.         ViewStyle = vsReport
  90.       end
  91.       object Add: TButton
  92.         Left = 130
  93.         Top = 190
  94.         Width = 75
  95.         Height = 25
  96.         Action = AddAction
  97.         TabOrder = 1
  98.       end
  99.       object Remove: TButton
  100.         Left = 290
  101.         Top = 190
  102.         Width = 75
  103.         Height = 25
  104.         Action = RemoveAction
  105.         TabOrder = 3
  106.       end
  107.       object Edit: TButton
  108.         Left = 210
  109.         Top = 190
  110.         Width = 75
  111.         Height = 25
  112.         Action = EditAction
  113.         TabOrder = 2
  114.       end
  115.     end
  116.     object Precedence: TTabSheet
  117.       Caption = 'File Plug-in Precedence'
  118.       ImageIndex = 1
  119.       DesignSize = (
  120.         495
  121.         223)
  122.       object PrecedenceList: TListView
  123.         Left = 4
  124.         Top = 7
  125.         Width = 486
  126.         Height = 174
  127.         Anchors = [akLeft, akTop, akRight]
  128.         Checkboxes = True
  129.         Columns = <
  130.           item
  131.             Caption = 'Plug-in module order'
  132.             MinWidth = 50
  133.             Width = 140
  134.           end
  135.           item
  136.             Caption = 'Types'
  137.             MinWidth = 50
  138.             Width = -1
  139.             WidthType = (
  140.               -1)
  141.           end>
  142.         ColumnClick = False
  143.         HideSelection = False
  144.         ReadOnly = True
  145.         RowSelect = True
  146.         TabOrder = 0
  147.         ViewStyle = vsReport
  148.       end
  149.       object MoveUp: TButton
  150.         Left = 250
  151.         Top = 190
  152.         Width = 75
  153.         Height = 25
  154.         Action = UpAction
  155.         TabOrder = 2
  156.       end
  157.       object MoveDown: TButton
  158.         Left = 170
  159.         Top = 190
  160.         Width = 75
  161.         Height = 25
  162.         Action = DownAction
  163.         TabOrder = 1
  164.       end
  165.     end
  166.     object Save: TTabSheet
  167.       Caption = 'Default Save Format'
  168.       ImageIndex = 2
  169.       inline Format: TFormatSelectFrame
  170.         Left = 39
  171.         Top = 75
  172.         Width = 417
  173.         Height = 56
  174.         TabOrder = 0
  175.         TabStop = True
  176.         ExplicitLeft = 39
  177.         ExplicitTop = 75
  178.         ExplicitWidth = 417
  179.         inherited SaveType: TComboBox
  180.           Width = 341
  181.           ExplicitWidth = 341
  182.         end
  183.         inherited SaveTypeLabel: TStaticText
  184.           Width = 69
  185.           ExplicitWidth = 69
  186.         end
  187.         inherited Attributes: TComboBox
  188.           Width = 341
  189.           ExplicitWidth = 341
  190.         end
  191.       end
  192.       object SaveHelp: TStaticText
  193.         Left = 112
  194.         Top = 55
  195.         Width = 270
  196.         Height = 17
  197.         AutoSize = False
  198.         Caption = 'Please choose the format to use when saving a new file.'
  199.         TabOrder = 1
  200.       end
  201.       object UseEverywhere: TCheckBox
  202.         Left = 112
  203.         Top = 136
  204.         Width = 313
  205.         Height = 17
  206.         Caption = 'Use this format for Save As, Save Selection As, and Copy To'
  207.         TabOrder = 2
  208.       end
  209.       object ForceDefault: TCheckBox
  210.         Left = 112
  211.         Top = 156
  212.         Width = 308
  213.         Height = 17
  214.         Caption = 'Do not allow other file types and attributes to be selected'
  215.         TabOrder = 3
  216.       end
  217.     end
  218.   end
  219.   object ActionList: TActionList
  220.     Left = 28
  221.     Top = 262
  222.     object AddAction: TAction
  223.       Caption = 'Add...'
  224.       OnExecute = AddExecute
  225.     end
  226.     object RemoveAction: TAction
  227.       Caption = 'Remove'
  228.       OnExecute = RemoveExecute
  229.       OnUpdate = FormatSelected
  230.     end
  231.     object DownAction: TAction
  232.       Caption = 'Lower'
  233.       OnExecute = DownExecute
  234.       OnUpdate = DownEnable
  235.     end
  236.     object UpAction: TAction
  237.       Caption = 'Higher'
  238.       OnExecute = UpExecute
  239.       OnUpdate = UpEnable
  240.     end
  241.     object EditAction: TAction
  242.       Caption = 'Edit...'
  243.       OnExecute = EditExecute
  244.       OnUpdate = FormatSelected
  245.     end
  246.   end
  247. end
  248.