home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d456 / CAJSCRPT.ZIP / ifps3 / demo / ifps3test2.dfm / ifps3test2.txt
Text File  |  2002-01-06  |  916b  |  50 lines

  1. object dwin: Tdwin
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Disassemble Window'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 536
  21.     Height = 307
  22.     Align = alClient
  23.     Lines.Strings = (
  24.       'Memo1')
  25.     ReadOnly = True
  26.     ScrollBars = ssVertical
  27.     TabOrder = 0
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 307
  32.     Width = 536
  33.     Height = 41
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.     object Button1: TButton
  38.       Left = 8
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Cancel = True
  43.       Caption = 'Close'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 0
  47.     end
  48.   end
  49. end
  50.