home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / ctenari / Slouk / HotKey.exe / 0 / RCDATA / TFORMNEPLOPERACE / TFORMNEPLOPERACE.txt < prev   
Text File  |  2001-08-08  |  2KB  |  81 lines

  1. object FormNeplOperace: TFormNeplOperace
  2.   Left = 410
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WinWord'
  7.   ClientHeight = 242
  8.   ClientWidth = 396
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnMouseUp = FormMouseUp
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 10
  22.     Top = 5
  23.     Width = 270
  24.     Height = 85
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object Button1: TButton
  29.     Left = 312
  30.     Top = 8
  31.     Width = 75
  32.     Height = 22
  33.     Caption = '&Zav∩┐╜∩┐╜t'
  34.     ModalResult = 2
  35.     TabOrder = 0
  36.   end
  37.   object Button2: TButton
  38.     Left = 312
  39.     Top = 64
  40.     Width = 75
  41.     Height = 22
  42.     Caption = '&Detaily>>'
  43.     TabOrder = 1
  44.     OnClick = Button2Click
  45.   end
  46.   object Memo1: TMemo
  47.     Left = 8
  48.     Top = 100
  49.     Width = 377
  50.     Height = 133
  51.     Color = clBtnFace
  52.     Font.Charset = EASTEUROPE_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'Courier'
  56.     Font.Style = []
  57.     Lines.Strings = (
  58.       'Aplikace WinWord poru∩┐╜ila obecnou ochranu'
  59.       'v∩┐╜modulu <nezn∩┐╜m∩┐╜> na adrese 0000:00000bb5.'
  60.       'Registry:'
  61.       'EAX=00000000 CS=045f EIP=00000bb5 '
  62.       'EFLGS=00010202'
  63.       'EBX=00000000 SS=208f ESP=c42a0040 '
  64.       'EBP=001bf945'
  65.       'ECX=000000d8 DS=10cf ESI=0001a9d5 FS=4bbf'
  66.       'EDX=000003ca ES=0447 EDI=0001b445 GS=0000'
  67.       'Bajty v CS:EIP:'
  68.       '8a 66 00 88 65 00 8a 66 01 8a c4 66 89 45 01 '
  69.       '66'
  70.       'V∩┐╜pis z∩┐╜sobn∩┐╜ku:'
  71.       '07070707 07070707 07070707 07070707 07070707'
  72.       '07070707 07070707 07070707 07070707 07070707'
  73.       '07070707 07070707 07070707 07070707 07070707'
  74.       '07070707')
  75.     ParentFont = False
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 2
  79.   end
  80. end
  81.