inherited FileFormatsForm: TFileFormatsForm Left = 235 Top = 187 Caption = 'File Format Options' ClientHeight = 295 ClientWidth = 515 PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 270 Top = 265 TabOrder = 1 OnClick = ButtonOkClick end inherited ButtonCancel: TButton Left = 350 Top = 265 TabOrder = 2 end inherited ButtonHelp: THelpButton Left = 430 Top = 265 TabOrder = 3 HelpKey = 'option_fileformat' end object PageControl: TPageControl Left = 6 Top = 7 Width = 503 Height = 251 ActivePage = Custom Anchors = [akLeft, akTop, akRight] TabOrder = 0 object Custom: TTabSheet Caption = 'Undetectable Types' object CustomList: TListView Left = 4 Top = 7 Width = 486 Height = 174 Anchors = [akLeft, akTop, akRight] Columns = < item Caption = 'Ext' MaxWidth = 40 MinWidth = 40 Width = 40 end item Caption = 'Module' MaxWidth = 80 MinWidth = 80 Width = 80 end item Caption = 'Type' MaxWidth = 80 MinWidth = 80 Width = 80 end item Alignment = taRightJustify Caption = 'Rate (Hz)' MaxWidth = 60 MinWidth = 60 Width = 60 end item AutoSize = True Caption = 'Attributes' MinWidth = 80 end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object Add: TButton Left = 130 Top = 190 Width = 75 Height = 25 Action = AddAction TabOrder = 1 end object Remove: TButton Left = 290 Top = 190 Width = 75 Height = 25 Action = RemoveAction TabOrder = 3 end object Edit: TButton Left = 210 Top = 190 Width = 75 Height = 25 Action = EditAction TabOrder = 2 end end object Precedence: TTabSheet Caption = 'File Plug-in Precedence' ImageIndex = 1 object PrecedenceList: TListView Left = 4 Top = 7 Width = 486 Height = 174 Anchors = [akLeft, akTop, akRight] Checkboxes = True Columns = < item Caption = 'Plug-in module order' MinWidth = 50 Width = 140 end item Caption = 'Types' MinWidth = 50 Width = -1 WidthType = ( -1) end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object MoveUp: TButton Left = 250 Top = 190 Width = 75 Height = 25 Action = UpAction TabOrder = 2 end object MoveDown: TButton Left = 170 Top = 190 Width = 75 Height = 25 Action = DownAction TabOrder = 1 end end object Save: TTabSheet Caption = 'Default Save Format' ImageIndex = 2 inline Format: TFormatSelectFrame Left = 71 Top = 75 end object SaveHelp: TStaticText Left = 112 Top = 55 Width = 270 Height = 17 AutoSize = False Caption = 'Please choose the format to use when saving a new file.' TabOrder = 1 end object UseEverywhere: TCheckBox Left = 108 Top = 136 Width = 313 Height = 17 Caption = 'Use this format for Save As, Save Selection As, and Copy To' TabOrder = 2 end end end object ActionList: TActionList Left = 28 Top = 262 object AddAction: TAction Caption = 'Add...' OnExecute = AddExecute end object RemoveAction: TAction Caption = 'Remove' OnExecute = RemoveExecute OnUpdate = FormatSelected end object DownAction: TAction Caption = 'Lower' OnExecute = DownExecute OnUpdate = DownEnable end object UpAction: TAction Caption = 'Higher' OnExecute = UpExecute OnUpdate = UpEnable end object EditAction: TAction Caption = 'Edit...' OnExecute = EditExecute OnUpdate = FormatSelected end end end