home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMEASYIMAGE / TFRMEASYIMAGE.txt
Text File  |  1996-10-14  |  1KB  |  57 lines

  1. object frmEasyImage: TfrmEasyImage
  2.   Left = 398
  3.   Top = 546
  4.   HelpContext = 107
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Easy Images'
  8.   ClientHeight = 217
  9.   ClientWidth = 318
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object flbFiles: TFileListBox
  24.     Left = 2
  25.     Top = 4
  26.     Width = 159
  27.     Height = 210
  28.     Hint = 
  29.       'Select an insertion point in your document and double-click on a' +
  30.       ' filename, or click a filename and drag it to your document to c' +
  31.       'reate a basic inline image or figure'
  32.     DragMode = dmAutomatic
  33.     FileType = [ftReadOnly, ftNormal]
  34.     ItemHeight = 13
  35.     Mask = '*.gif;*.jpg'
  36.     TabOrder = 0
  37.     OnDblClick = flbFilesDblClick
  38.   end
  39.   object dlbDirectory: TDirectoryListBox
  40.     Left = 164
  41.     Top = 4
  42.     Width = 152
  43.     Height = 187
  44.     ItemHeight = 16
  45.     TabOrder = 1
  46.     OnChange = dlbDirectoryChange
  47.   end
  48.   object dcmbDrive: TDriveComboBox
  49.     Left = 164
  50.     Top = 194
  51.     Width = 152
  52.     Height = 19
  53.     TabOrder = 2
  54.     OnChange = dcmbDriveChange
  55.   end
  56. end
  57.