home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / PersAddrBook / _SETUP.1 / AddrBook.exe / 0 / RCDATA / TTEXTEDITFORM / TTEXTEDITFORM.txt
Text File  |  1999-03-24  |  823b  |  48 lines

  1. object TextEditForm: TTextEditForm
  2.   Left = 284
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert/Edit'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ItemLabel: TLabel
  14.     Left = 8
  15.     Top = 13
  16.     Width = 48
  17.     Height = 13
  18.     Caption = 'Enter Item'
  19.   end
  20.   object ItemEdit: TEdit
  21.     Left = 8
  22.     Top = 27
  23.     Width = 217
  24.     Height = 21
  25.     TabOrder = 0
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 70
  29.     Top = 59
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 150
  39.     Top = 59
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47. end
  48.