home *** CD-ROM | disk | FTP | other *** search
- object FormatSelectFrame: TFormatSelectFrame
- Left = 0
- Top = 0
- Width = 352
- Height = 56
- TabOrder = 0
- DesignSize = (
- 352
- 56)
- 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 = 71
- 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: TLink
- Left = 4
- Top = 34
- Width = 64
- Height = 17
- Alignment = taRightJustify
- Text = 'Attributes:'
- OnClick = AttributesLabelClick
- TabStop = True
- TabOrder = 2
- end
- end
-