home *** CD-ROM | disk | FTP | other *** search
- inherited FormViewDFM: TFormViewDFM
- Left = 359
- Top = 198
- Width = 451
- Height = 298
- Caption = 'FormViewDFM'
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel [0]
- Left = 0
- Top = 0
- Width = 193
- Height = 271
- Align = alLeft
- TabOrder = 0
- object Label3: TLabel
- Left = 16
- Top = 56
- Width = 64
- Height = 14
- Caption = 'View One File'
- end
- object SBSelect: TSpeedButton
- Left = 92
- Top = 52
- Width = 23
- Height = 22
- Caption = '...'
- OnClick = SBSelectClick
- end
- object SBExplorer: TSpeedButton
- Left = 92
- Top = 80
- Width = 83
- Height = 22
- Caption = 'Explorer'
- OnClick = SBExplorerClick
- end
- end
- object Memo: TMemo [1]
- Left = 193
- Top = 0
- Width = 250
- Height = 271
- Align = alClient
- Lines.Strings = (
- 'Select One DFM files '
- ''
- 'or'
- ''
- 'Drop one from the Explorer')
- TabOrder = 1
- end
- object OpenDialog: TOpenDialog
- Top = 28
- end
- object TranslateDFM: TTranslateDFM
- SkipError = False
- OnlyTest = True
- Left = 44
- Top = 2
- end
- end
-