home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TFILEFORMATSFORM / TFILEFORMATSFORM.txt
Text File  |  2003-10-10  |  5KB  |  207 lines

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