object MultiFrameSaveDlg: TMultiFrameSaveDlg Left = 227 Top = 108 BorderStyle = bsDialog Caption = 'Export Multiple Frames' ClientHeight = 107 ClientWidth = 460 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 10 Width = 45 Height = 13 Caption = 'File &name' FocusControl = SelBtn end object FileLbl: TLabel Left = 80 Top = 10 Width = 6 Height = 13 Caption = '?' end object Label2: TLabel Left = 8 Top = 57 Width = 60 Height = 13 Caption = 'Export &range' FocusControl = RangeCbx end object Label3: TLabel Left = 8 Top = 80 Width = 61 Height = 13 Caption = 'Frame &format' FocusControl = FormatCbx end object Label4: TLabel Left = 8 Top = 33 Width = 58 Height = 13 Caption = 'Folder name' end object FolderLbl: TLabel Left = 80 Top = 33 Width = 6 Height = 13 Caption = '?' end object OKBtn: TButton Left = 376 Top = 41 Width = 75 Height = 25 Caption = 'Save' Enabled = False ModalResult = 1 TabOrder = 3 end object CancelBtn: TButton Left = 376 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object RangeCbx: TComboBox Left = 80 Top = 53 Width = 285 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Current Scene' 'All Scenes') TabOrder = 1 end object FormatCbx: TComboBox Left = 80 Top = 76 Width = 285 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object SelBtn: TButton Left = 376 Top = 10 Width = 75 Height = 25 Caption = 'Select' Default = True Enabled = False TabOrder = 0 OnClick = SelBtnClick end object AllSaveDialog: TSaveDialog DefaultExt = 'FRS' FileEditStyle = fsEdit Filter = 'Multiple Frames (FRS)|*.FRS' Options = [ofHideReadOnly] Title = 'Export Multiple Frames' Left = 300 Top = 52 end end