object FormatSelectFrame: TFormatSelectFrame Left = 0 Top = 0 Width = 352 Height = 56 TabOrder = 0 object SaveType: TComboBox Left = 73 Top = 4 Width = 276 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] DropDownCount = 15 ItemHeight = 13 TabOrder = 1 OnChange = SaveTypeChange end object SaveTypeLabel: TStaticText Left = 0 Top = 6 Width = 69 Height = 17 Alignment = taRightJustify Caption = 'Save as type:' TabOrder = 0 end object Attributes: TComboBox Left = 73 Top = 32 Width = 276 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] DropDownCount = 15 ItemHeight = 13 TabOrder = 3 OnChange = SaveAttributesChange end object AttributesLabel: TStaticText Left = 18 Top = 34 Width = 51 Height = 17 Alignment = taRightJustify Caption = 'Attributes:' TabOrder = 2 end end