home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMMESSAGEBOXEX / TFRMMESSAGEBOXEX.txt
Text File  |  2006-09-21  |  2KB  |  129 lines

  1. object frmMessageBoxEx: TfrmMessageBoxEx
  2.   Left = 286
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 217
  7.   ClientWidth = 372
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblFound: TLabel
  20.     Left = 4
  21.     Top = 0
  22.     Width = 365
  23.     Height = 33
  24.     AutoSize = False
  25.     Layout = tlCenter
  26.     WordWrap = True
  27.   end
  28.   object lblReplace: TLabel
  29.     Left = 4
  30.     Top = 109
  31.     Width = 278
  32.     Height = 16
  33.     AutoSize = False
  34.     Layout = tlCenter
  35.   end
  36.   object richedFound: TTntRichEdit
  37.     Left = 0
  38.     Top = 37
  39.     Width = 282
  40.     Height = 72
  41.     HelpContext = 1222
  42.     Color = clBtnFace
  43.     HideSelection = False
  44.     PlainText = True
  45.     ReadOnly = True
  46.     ScrollBars = ssVertical
  47.     TabOrder = 0
  48.     WantReturns = False
  49.   end
  50.   object richedReplace: TTntRichEdit
  51.     Left = 0
  52.     Top = 125
  53.     Width = 282
  54.     Height = 72
  55.     HelpContext = 1223
  56.     Color = clBtnFace
  57.     HideSelection = False
  58.     ReadOnly = True
  59.     ScrollBars = ssVertical
  60.     TabOrder = 1
  61.     WantReturns = False
  62.   end
  63.   object chkboxNoConfirm: TCheckBox
  64.     Left = 4
  65.     Top = 200
  66.     Width = 277
  67.     Height = 14
  68.     HelpContext = 1221
  69.     TabOrder = 2
  70.   end
  71.   object btnYes: TButton
  72.     Left = 293
  73.     Top = 37
  74.     Width = 72
  75.     Height = 22
  76.     HelpContext = 1216
  77.     Default = True
  78.     ModalResult = 6
  79.     TabOrder = 3
  80.     OnClick = btnYesClick
  81.   end
  82.   object btnYesToAll: TButton
  83.     Left = 293
  84.     Top = 64
  85.     Width = 72
  86.     Height = 22
  87.     HelpContext = 1217
  88.     ModalResult = 10
  89.     TabOrder = 4
  90.     OnClick = btnYesToAllClick
  91.   end
  92.   object btnNo: TButton
  93.     Left = 293
  94.     Top = 100
  95.     Width = 72
  96.     Height = 22
  97.     HelpContext = 1218
  98.     ModalResult = 7
  99.     TabOrder = 5
  100.   end
  101.   object btnSkipFile: TButton
  102.     Left = 293
  103.     Top = 128
  104.     Width = 72
  105.     Height = 22
  106.     HelpContext = 1219
  107.     ModalResult = 9
  108.     TabOrder = 6
  109.   end
  110.   object btnAbort: TButton
  111.     Left = 293
  112.     Top = 176
  113.     Width = 72
  114.     Height = 22
  115.     HelpContext = 1220
  116.     Cancel = True
  117.     ModalResult = 3
  118.     TabOrder = 7
  119.   end
  120.   object popmnu: TPopupMenu
  121.     Left = 336
  122.     Top = 184
  123.     object mnuCopy: TMenuItem
  124.       ShortCut = 16451
  125.       OnClick = mnuCopyClick
  126.     end
  127.   end
  128. end
  129.