object FormNeplOperace: TFormNeplOperace Left = 410 Top = 184 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'WinWord' ClientHeight = 242 ClientWidth = 396 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnMouseUp = FormMouseUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 10 Top = 5 Width = 270 Height = 85 Picture.Data = {} Transparent = True end object Button1: TButton Left = 312 Top = 8 Width = 75 Height = 22 Caption = '&Zav��t' ModalResult = 2 TabOrder = 0 end object Button2: TButton Left = 312 Top = 64 Width = 75 Height = 22 Caption = '&Detaily>>' TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 8 Top = 100 Width = 377 Height = 133 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier' Font.Style = [] Lines.Strings = ( 'Aplikace WinWord poru�ila obecnou ochranu' 'v�modulu na adrese 0000:00000bb5.' 'Registry:' 'EAX=00000000 CS=045f EIP=00000bb5 ' 'EFLGS=00010202' 'EBX=00000000 SS=208f ESP=c42a0040 ' 'EBP=001bf945' 'ECX=000000d8 DS=10cf ESI=0001a9d5 FS=4bbf' 'EDX=000003ca ES=0447 EDI=0001b445 GS=0000' 'Bajty v CS:EIP:' '8a 66 00 88 65 00 8a 66 01 8a c4 66 89 45 01 ' '66' 'V�pis z�sobn�ku:' '07070707 07070707 07070707 07070707 07070707' '07070707 07070707 07070707 07070707 07070707' '07070707 07070707 07070707 07070707 07070707' '07070707') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end end