home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / DRBOBC.ZIP / IMAGEFRM.DFM / IMAGEFRM.txt < prev   
Text File  |  1995-12-12  |  1KB  |  64 lines

  1. object ImageForm: TImageForm
  2.   Left = 207
  3.   Top = 165
  4.   ActiveControl = DirectoryOutline
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dr.Bob'#39's Image Property Editor'
  8.   ClientHeight = 266
  9.   ClientWidth = 420
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 13
  18.   object LabelDirs: TLabel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 66
  22.     Height = 13
  23.     Caption = '&Directories:'
  24.     FocusControl = DirectoryOutline
  25.   end
  26.   object Path: TLabel
  27.     Left = 4
  28.     Top = 24
  29.     Width = 209
  30.     Height = 13
  31.     AutoSize = False
  32.   end
  33.   object LabelDrives: TLabel
  34.     Left = 4
  35.     Top = 227
  36.     Width = 41
  37.     Height = 13
  38.     Caption = 'Dri&ves:'
  39.     FocusControl = DriveComboBox
  40.   end
  41.   object ImageDrBob: TImage
  42.     Left = 328
  43.     Top = 149
  44.     Width = 89
  45.     Height = 113
  46.     Picture.Data = {<image000.bmp>}
  47.   end
  48.   object LabelFiles: TLabel
  49.     Left = 208
  50.     Top = 8
  51.     Width = 61
  52.     Height = 13
  53.     Caption = 'File &Name:'
  54.     FocusControl = FileListBox
  55.   end
  56.   object DirectoryOutline: TDirectoryOutline
  57.     Left = 4
  58.     Top = 38
  59.     Width = 193
  60.     Height = 185
  61.     ItemHeight = 13
  62.     OnChange = DirectoryOutlineChange
  63.     PictureLeaf.Data = {<image001.BM6(>}
  64.