home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 November / PCWorld_2001-11_cd.bin / Software / Vyzkuste / resourcehack / ResHacker.exe / 0 / RCDATA / TBMPFORM / TBMPFORM.txt
Text File  |  2001-08-07  |  2KB  |  123 lines

  1. object BmpForm: TBmpForm
  2.   Left = 170
  3.   Top = 118
  4.   BorderStyle = bsSingle
  5.   Caption = 'Bitmap to replace...'
  6.   ClientHeight = 354
  7.   ClientWidth = 424
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Label2: TLabel
  19.     Left = 22
  20.     Top = 79
  21.     Width = 95
  22.     Height = 14
  23.     Caption = 'Select &new bitmap: '
  24.     FocusControl = ListBox1
  25.   end
  26.   object Label1: TLabel
  27.     Left = 234
  28.     Top = 192
  29.     Width = 121
  30.     Height = 14
  31.     Caption = 'Select bitmap to repl&ace: '
  32.     FocusControl = ListBox2
  33.   end
  34.   object Image1: TImage
  35.     Left = 232
  36.     Top = 15
  37.     Width = 170
  38.     Height = 170
  39.     Stretch = True
  40.   end
  41.   object Image2: TImage
  42.     Left = 20
  43.     Top = 164
  44.     Width = 170
  45.     Height = 170
  46.     Stretch = True
  47.   end
  48.   object Bevel1: TBevel
  49.     Left = 211
  50.     Top = 14
  51.     Width = 6
  52.     Height = 321
  53.     Shape = bsLeftLine
  54.   end
  55.   object Button1: TButton
  56.     Left = 20
  57.     Top = 14
  58.     Width = 173
  59.     Height = 23
  60.     Caption = '&Open file with new bitmap...'
  61.     TabOrder = 0
  62.     OnClick = Button1Click
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 20
  66.     Top = 47
  67.     Width = 172
  68.     Height = 22
  69.     Color = 14737632
  70.     Enabled = False
  71.     ReadOnly = True
  72.     TabOrder = 1
  73.   end
  74.   object Button3: TButton
  75.     Left = 233
  76.     Top = 312
  77.     Width = 171
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = '&Close'
  81.     ModalResult = 2
  82.     TabOrder = 4
  83.   end
  84.   object Button4: TButton
  85.     Left = 232
  86.     Top = 282
  87.     Width = 173
  88.     Height = 23
  89.     Caption = '&Replace'
  90.     Enabled = False
  91.     ModalResult = 1
  92.     TabOrder = 5
  93.   end
  94.   object ListBox1: TListBox
  95.     Left = 20
  96.     Top = 99
  97.     Width = 170
  98.     Height = 53
  99.     ItemHeight = 14
  100.     TabOrder = 2
  101.     OnClick = ListBox1Click
  102.   end
  103.   object ListBox2: TListBox
  104.     Left = 232
  105.     Top = 212
  106.     Width = 170
  107.     Height = 53
  108.     ItemHeight = 14
  109.     TabOrder = 3
  110.     OnClick = ListBox2Click
  111.   end
  112.   object OpenDialog1: TOpenDialog
  113.     Filter = 'Files with bitmaps(*.exe, *.res, *.bmp)| *.exe; *.res; *.bmp'
  114.     Options = [ofHideReadOnly, ofFileMustExist]
  115.     Left = 280
  116.     Top = 27
  117.   end
  118.   object ImageList1: TImageList
  119.     Left = 247
  120.     Top = 27
  121.   end
  122. end
  123.