home *** CD-ROM | disk | FTP | other *** search
- inherited FileFormatForm: TFileFormatForm
- Caption = 'File Format'
- ClientHeight = 173
- ClientWidth = 321
- ExplicitWidth = 327
- ExplicitHeight = 205
- PixelsPerInch = 96
- TextHeight = 13
- object Dump: TMemo [0]
- Left = 8
- Top = 142
- Width = 305
- Height = 110
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Pitch = fpFixed
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 5
- Visible = False
- WordWrap = False
- end
- inherited ButtonOk: TButton
- Left = 76
- Top = 143
- TabOrder = 6
- ExplicitLeft = 76
- ExplicitTop = 143
- end
- inherited ButtonCancel: TButton
- Left = 156
- Top = 143
- TabOrder = 7
- ExplicitLeft = 156
- ExplicitTop = 143
- end
- inherited ButtonHelp: THelpButton
- Left = 236
- Top = 143
- TabOrder = 8
- HelpKey = 'file_format'
- ExplicitLeft = 236
- ExplicitTop = 143
- end
- object FormatLabel: TStaticText
- Left = 85
- Top = 6
- Width = 150
- Height = 17
- Caption = 'Cannot determine format of file:'
- TabOrder = 0
- end
- object FileLabel: TStaticText
- Left = 6
- Top = 22
- Width = 309
- Height = 17
- Alignment = taCenter
- AutoSize = False
- TabOrder = 1
- end
- object FormatLabel2: TStaticText
- Left = 87
- Top = 37
- Width = 147
- Height = 17
- Caption = 'Please specify a format below.'
- TabOrder = 2
- end
- inline Format: TRawFormatFrame
- Left = 1
- Top = 55
- Width = 314
- Height = 83
- TabOrder = 3
- TabStop = True
- ExplicitLeft = 1
- ExplicitTop = 55
- ExplicitWidth = 314
- inherited Type: TComboBox
- Width = 251
- ExplicitWidth = 251
- end
- inherited FileTypeLabel: TStaticText
- Width = 46
- ExplicitWidth = 46
- end
- inherited Attributes: TComboBox
- Width = 251
- ExplicitWidth = 251
- end
- inherited AttributesLabel: TStaticText
- Width = 51
- ExplicitWidth = 51
- end
- inherited RateLabel: TStaticText
- Width = 52
- ExplicitWidth = 52
- end
- end
- object Data: TButton
- Left = 236
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Data >>'
- TabOrder = 4
- OnClick = DataClick
- end
- end
-