home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / CD2HTML / cd2html.exe / 0 / RCDATA / TEDITENTRY / TEDITENTRY.txt
Text File  |  1999-11-02  |  759b  |  42 lines

  1. object EditEntry: TEditEntry
  2.   Left = 77
  3.   Top = 118
  4.   ActiveControl = EditTxt
  5.   BorderStyle = bsDialog
  6.   Caption = 'EditEntry'
  7.   ClientHeight = 80
  8.   ClientWidth = 289
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object BtnOk: TButton
  16.     Left = 8
  17.     Top = 48
  18.     Width = 113
  19.     Height = 25
  20.     Caption = '&Ok'
  21.     TabOrder = 0
  22.     OnClick = BtnOkClick
  23.   end
  24.   object BtnCancel: TButton
  25.     Left = 168
  26.     Top = 48
  27.     Width = 113
  28.     Height = 25
  29.     Caption = '&Cancel'
  30.     TabOrder = 1
  31.     OnClick = BtnCancelClick
  32.   end
  33.   object EditTxt: TEdit
  34.     Left = 8
  35.     Top = 16
  36.     Width = 273
  37.     Height = 21
  38.     TabOrder = 2
  39.     OnKeyPress = EditTxtKeyPress
  40.   end
  41. end
  42.