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

  1. object IconForm: TIconForm
  2.   Left = 195
  3.   Top = 214
  4.   BorderStyle = bsSingle
  5.   Caption = 'Icon to replace...'
  6.   ClientHeight = 215
  7.   ClientWidth = 446
  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 = 110
  21.     Width = 84
  22.     Height = 14
  23.     Caption = 'Select &new icon: '
  24.     FocusControl = ListBox1
  25.   end
  26.   object Label1: TLabel
  27.     Left = 254
  28.     Top = 38
  29.     Width = 110
  30.     Height = 14
  31.     Caption = 'Select icon to repl&ace: '
  32.     FocusControl = ListBox2
  33.   end
  34.   object Image1: TImage
  35.     Left = 389
  36.     Top = 21
  37.     Width = 32
  38.     Height = 32
  39.   end
  40.   object Image2: TImage
  41.     Left = 159
  42.     Top = 92
  43.     Width = 32
  44.     Height = 32
  45.   end
  46.   object Button1: TButton
  47.     Left = 20
  48.     Top = 30
  49.     Width = 173
  50.     Height = 23
  51.     Caption = '&Open file with new icon...'
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 20
  57.     Top = 63
  58.     Width = 172
  59.     Height = 22
  60.     Color = 14737632
  61.     Enabled = False
  62.     ReadOnly = True
  63.     TabOrder = 1
  64.   end
  65.   object Button3: TButton
  66.     Left = 253
  67.     Top = 158
  68.     Width = 171
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = '&Close'
  72.     ModalResult = 2
  73.     TabOrder = 4
  74.   end
  75.   object Button4: TButton
  76.     Left = 252
  77.     Top = 128
  78.     Width = 173
  79.     Height = 23
  80.     Caption = '&Replace'
  81.     Enabled = False
  82.     ModalResult = 1
  83.     TabOrder = 5
  84.   end
  85.   object ListBox1: TListBox
  86.     Left = 20
  87.     Top = 130
  88.     Width = 170
  89.     Height = 53
  90.     ItemHeight = 14
  91.     TabOrder = 2
  92.     OnClick = ListBox1Click
  93.   end
  94.   object ListBox2: TListBox
  95.     Left = 252
  96.     Top = 58
  97.     Width = 170
  98.     Height = 53
  99.     ItemHeight = 14
  100.     TabOrder = 3
  101.     OnClick = ListBox2Click
  102.   end
  103.   object OpenDialog1: TOpenDialog
  104.     Options = [ofHideReadOnly, ofFileMustExist]
  105.     Left = 208
  106.     Top = 38
  107.   end
  108.   object ImageList1: TImageList
  109.     Left = 207
  110.     Top = 7
  111.   end
  112. end
  113.