home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / DFMTOOLS.ZIP / Delphi_DFM / Source / fViewDFMdfm.dxt < prev    next >
Encoding:
Text File  |  1998-11-09  |  1.2 KB  |  65 lines

  1. inherited FormViewDFM: TFormViewDFM
  2.   Left = 359
  3.   Top = 198
  4.   Width = 451
  5.   Height = 298
  6.   Caption = 'FormViewDFM'
  7.   Position = poScreenCenter
  8.   PixelsPerInch = 96
  9.   TextHeight = 14
  10.   object Panel1: TPanel [0]
  11.     Left = 0
  12.     Top = 0
  13.     Width = 193
  14.     Height = 271
  15.     Align = alLeft
  16.     TabOrder = 0
  17.     object Label3: TLabel
  18.       Left = 16
  19.       Top = 56
  20.       Width = 64
  21.       Height = 14
  22.       Caption = 'View One File'
  23.     end
  24.     object SBSelect: TSpeedButton
  25.       Left = 92
  26.       Top = 52
  27.       Width = 23
  28.       Height = 22
  29.       Caption = '...'
  30.       OnClick = SBSelectClick
  31.     end
  32.     object SBExplorer: TSpeedButton
  33.       Left = 92
  34.       Top = 80
  35.       Width = 83
  36.       Height = 22
  37.       Caption = 'Explorer'
  38.       OnClick = SBExplorerClick
  39.     end
  40.   end
  41.   object Memo: TMemo [1]
  42.     Left = 193
  43.     Top = 0
  44.     Width = 250
  45.     Height = 271
  46.     Align = alClient
  47.     Lines.Strings = (
  48.       'Select One DFM files '
  49.       ''
  50.       'or'
  51.       ''
  52.       'Drop one from the Explorer')
  53.     TabOrder = 1
  54.   end
  55.   object OpenDialog: TOpenDialog
  56.     Top = 28
  57.   end
  58.   object TranslateDFM: TTranslateDFM
  59.     SkipError = False
  60.     OnlyTest = True
  61.     Left = 44
  62.     Top = 2
  63.   end
  64. end
  65.