home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / uidfmf.dfm / uidfmf.txt < prev   
Text File  |  1995-08-01  |  2KB  |  83 lines

  1. object dlgDF: TdlgDF
  2.   Left = 112
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Removing Software'
  7.   ClientHeight = 152
  8.   ClientWidth = 386
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 386
  20.     Height = 152
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 40
  25.       Top = 8
  26.       Width = 136
  27.       Height = 22
  28.       Caption = 'Removing files'
  29.       Font.Color = clBlack
  30.       Font.Height = -19
  31.       Font.Name = 'Arial'
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.     end
  35.     object Image1: TImage
  36.       Left = 8
  37.       Top = 8
  38.       Width = 25
  39.       Height = 25
  40.       Picture.Data = {<image000.bmp>}
  41.     end
  42.     object btnCancel: TButton
  43.       Left = 288
  44.       Top = 8
  45.       Width = 89
  46.       Height = 33
  47.       Caption = '&Cancel'
  48.       Font.Color = clBlack
  49.       Font.Height = -13
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 0
  54.     end
  55.     object DriveComboBox1: TDriveComboBox
  56.       Left = 8
  57.       Top = 40
  58.       Width = 145
  59.       Height = 22
  60.       Enabled = False
  61.       TabOrder = 1
  62.     end
  63.     object FileListBox1: TFileListBox
  64.       Left = 160
  65.       Top = 40
  66.       Width = 113
  67.       Height = 105
  68.       Enabled = False
  69.       ItemHeight = 16
  70.       TabOrder = 2
  71.     end
  72.     object DirectoryListBox1: TDirectoryListBox
  73.       Left = 8
  74.       Top = 64
  75.       Width = 145
  76.       Height = 81
  77.       Enabled = False
  78.       ItemHeight = 16
  79.       TabOrder = 3
  80.     end
  81.   end
  82. end
  83.