home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / Utilitiy / PartitionMagic / PartitionMagic6PRODEMO.ZIP / BTMAGIC / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZBCKBT / TFEZBCKBT.txt
Text File  |  2000-09-29  |  3KB  |  168 lines

  1. object fEzBckBt: TfEzBckBt
  2.   Left = 294
  3.   Top = 253
  4.   BorderStyle = bsDialog
  5.   Caption = 'BootMagic Change Background Bitmap'
  6.   ClientHeight = 320
  7.   ClientWidth = 521
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblFileName: TIntlLabel
  19.     Left = 14
  20.     Top = 17
  21.     Width = 50
  22.     Height = 13
  23.     Caption = 'File &Name:'
  24.     FocusControl = ebxFileName
  25.   end
  26.   object lblFolders: TIntlLabel
  27.     Left = 188
  28.     Top = 17
  29.     Width = 37
  30.     Height = 13
  31.     Caption = '&Folders:'
  32.     FocusControl = DirectoryListBox
  33.   end
  34.   object lblFileType: TIntlLabel
  35.     Left = 14
  36.     Top = 268
  37.     Width = 65
  38.     Height = 13
  39.     Caption = 'List File &Type:'
  40.     FocusControl = FilterComboBox
  41.   end
  42.   object lblDrives: TIntlLabel
  43.     Left = 188
  44.     Top = 268
  45.     Width = 33
  46.     Height = 13
  47.     Caption = '&Drives:'
  48.     FocusControl = DriveComboBox
  49.   end
  50.   object lblPathName: TIntlLabel
  51.     Left = 188
  52.     Top = 38
  53.     Width = 115
  54.     Height = 13
  55.     Caption = 'E:\EN\btmagic\WinGUI'
  56.   end
  57.   object FileListBox: TFileListBox
  58.     Left = 14
  59.     Top = 73
  60.     Width = 153
  61.     Height = 187
  62.     FileEdit = ebxFileName
  63.     ItemHeight = 13
  64.     Mask = '*.bmp'
  65.     TabOrder = 1
  66.     OnDblClick = btnOKClick
  67.   end
  68.   object DirectoryListBox: TDirectoryListBox
  69.     Left = 188
  70.     Top = 73
  71.     Width = 164
  72.     Height = 187
  73.     DirLabel = lblPathName
  74.     FileList = FileListBox
  75.     ItemHeight = 16
  76.     TabOrder = 2
  77.   end
  78.   object DriveComboBox: TDriveComboBox
  79.     Left = 188
  80.     Top = 284
  81.     Width = 164
  82.     Height = 19
  83.     DirList = DirectoryListBox
  84.     TabOrder = 4
  85.   end
  86.   object FilterComboBox: TFilterComboBox
  87.     Left = 14
  88.     Top = 284
  89.     Width = 153
  90.     Height = 21
  91.     FileList = FileListBox
  92.     Filter = 'Bitmap files (*.bmp)|*.bmp|All files (*.*)|*.*'
  93.     TabOrder = 3
  94.   end
  95.   object ebxFileName: TEdit
  96.     Left = 14
  97.     Top = 33
  98.     Width = 145
  99.     Height = 21
  100.     TabOrder = 0
  101.     Text = '*.bmp'
  102.     OnChange = ebxFileNameChange
  103.   end
  104.   object btnOK: TButton
  105.     Left = 405
  106.     Top = 178
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&OK'
  110.     Default = True
  111.     TabOrder = 5
  112.     OnClick = btnOKClick
  113.   end
  114.   object btnCancel: TButton
  115.     Left = 405
  116.     Top = 212
  117.     Width = 75
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = '&Cancel'
  121.     TabOrder = 6
  122.     OnClick = btnCancelClick
  123.   end
  124.   object btnHelp: TButton
  125.     Left = 405
  126.     Top = 280
  127.     Width = 75
  128.     Height = 25
  129.     Caption = '&Help'
  130.     TabOrder = 8
  131.     OnClick = btnHelpClick
  132.   end
  133.   object gbxBitmap: TGroupBox
  134.     Left = 368
  135.     Top = 17
  136.     Width = 140
  137.     Height = 118
  138.     Caption = 'Bitmap'
  139.     TabOrder = 9
  140.     object imgBitmap: TImage
  141.       Left = 6
  142.       Top = 14
  143.       Width = 128
  144.       Height = 96
  145.       Center = True
  146.       Stretch = True
  147.     end
  148.     object lblBitmapWarning: TIntlLabel
  149.       Left = 8
  150.       Top = 16
  151.       Width = 121
  152.       Height = 89
  153.       AutoSize = False
  154.       Caption = 'Only 640x480 16 color windows format bitmaps may be used.'
  155.       WordWrap = True
  156.     end
  157.   end
  158.   object btnDefault: TButton
  159.     Left = 404
  160.     Top = 246
  161.     Width = 75
  162.     Height = 25
  163.     Caption = 'D&efault'
  164.     TabOrder = 7
  165.     OnClick = btnDefaultClick
  166.   end
  167. end
  168.