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

  1. object RsrcForm: TRsrcForm
  2.   Left = 253
  3.   Top = 128
  4.   BorderStyle = bsSingle
  5.   Caption = 'Replace resource ...'
  6.   ClientHeight = 318
  7.   ClientWidth = 267
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label3: TLabel
  18.     Left = 36
  19.     Top = 95
  20.     Width = 77
  21.     Height = 14
  22.     Caption = 'Resource &Type:'
  23.     FocusControl = Edit2
  24.     Visible = False
  25.   end
  26.   object Label4: TLabel
  27.     Left = 36
  28.     Top = 138
  29.     Width = 80
  30.     Height = 14
  31.     Caption = 'Resource &Name:'
  32.     FocusControl = Edit3
  33.     Visible = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 36
  37.     Top = 84
  38.     Width = 108
  39.     Height = 14
  40.     Caption = 'Select &new resource: '
  41.     FocusControl = TreeView1
  42.     Visible = False
  43.   end
  44.   object Label1: TLabel
  45.     Left = 48
  46.     Top = 219
  47.     Width = 171
  48.     Height = 14
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'No matching resource found.'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 36
  55.     Top = 182
  56.     Width = 101
  57.     Height = 14
  58.     Caption = 'Resource &Language:'
  59.     FocusControl = Edit4
  60.     Visible = False
  61.   end
  62.   object Edit2: TEdit
  63.     Left = 34
  64.     Top = 113
  65.     Width = 200
  66.     Height = 22
  67.     CharCase = ecUpperCase
  68.     TabOrder = 3
  69.     Visible = False
  70.     OnChange = Edit2Change
  71.   end
  72.   object Edit3: TEdit
  73.     Left = 34
  74.     Top = 156
  75.     Width = 200
  76.     Height = 22
  77.     CharCase = ecUpperCase
  78.     TabOrder = 4
  79.     Visible = False
  80.     OnChange = Edit2Change
  81.   end
  82.   object TreeView1: TTreeView
  83.     Left = 34
  84.     Top = 104
  85.     Width = 200
  86.     Height = 106
  87.     ReadOnly = True
  88.     HideSelection = False
  89.     Indent = 19
  90.     OnChange = TreeView1Change
  91.     TabOrder = 2
  92.     Visible = False
  93.     Images = ImageList1
  94.   end
  95.   object Button1: TButton
  96.     Left = 48
  97.     Top = 17
  98.     Width = 173
  99.     Height = 23
  100.     Caption = '&Open file with new resource...'
  101.     TabOrder = 0
  102.     OnClick = Button1Click
  103.   end
  104.   object Edit1: TEdit
  105.     Left = 34
  106.     Top = 50
  107.     Width = 200
  108.     Height = 22
  109.     TabStop = False
  110.     Color = 14737632
  111.     ReadOnly = True
  112.     TabOrder = 1
  113.   end
  114.   object Button3: TButton
  115.     Left = 48
  116.     Top = 274
  117.     Width = 171
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = '&Close'
  121.     ModalResult = 2
  122.     TabOrder = 7
  123.   end
  124.   object Button4: TButton
  125.     Left = 48
  126.     Top = 243
  127.     Width = 171
  128.     Height = 23
  129.     Caption = '&Replace'
  130.     Default = True
  131.     Enabled = False
  132.     ModalResult = 1
  133.     TabOrder = 6
  134.   end
  135.   object Edit4: TEdit
  136.     Left = 34
  137.     Top = 200
  138.     Width = 200
  139.     Height = 22
  140.     CharCase = ecUpperCase
  141.     TabOrder = 5
  142.     Visible = False
  143.     OnChange = Edit4Change
  144.   end
  145.   object OpenDialog1: TOpenDialog
  146.     Options = [ofHideReadOnly, ofFileMustExist]
  147.     Left = 138
  148.     Top = 144
  149.   end
  150.   object ImageList1: TImageList
  151.     Left = 168
  152.     Top = 145
  153.   end
  154. end
  155.