home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TITEMEDITOR / TITEMEDITOR.txt < prev   
Text File  |  1996-12-20  |  909b  |  51 lines

  1. object ItemEditor: TItemEditor
  2.   Left = 184
  3.   Top = 101
  4.   Width = 456
  5.   Height = 319
  6.   Caption = 'Item editor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 448
  20.     Height = 254
  21.     Align = alClient
  22.     TabOrder = 0
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 254
  27.     Width = 448
  28.     Height = 38
  29.     Align = alBottom
  30.     TabOrder = 1
  31.     object Button1: TButton
  32.       Left = 140
  33.       Top = 8
  34.       Width = 75
  35.       Height = 25
  36.       Caption = 'OK'
  37.       ModalResult = 1
  38.       TabOrder = 0
  39.     end
  40.     object Button2: TButton
  41.       Left = 224
  42.       Top = 8
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'Cancel'
  46.       ModalResult = 2
  47.       TabOrder = 1
  48.     end
  49.   end
  50. end
  51.