home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMSINGLETEXTENTRY / TFRMSINGLETEXTENTRY.txt
Text File  |  1996-10-14  |  1KB  |  78 lines

  1. object frmSingleTextEntry: TfrmSingleTextEntry
  2.   Left = 293
  3.   Top = 208
  4.   HelpContext = 10
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 86
  7.   ClientWidth = 452
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 438
  20.     Height = 40
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object lblText: TLabel
  25.     Left = 19
  26.     Top = 20
  27.     Width = 69
  28.     Height = 13
  29.     Alignment = taCenter
  30.   end
  31.   object edtText: TEdit
  32.     Left = 96
  33.     Top = 18
  34.     Width = 340
  35.     Height = 21
  36.     TabOrder = 0
  37.     OnKeyPress = edtTextKeyPress
  38.   end
  39.   object OKBtn: TBitBtn
  40.     Left = 200
  41.     Top = 56
  42.     Width = 77
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     NumGlyphs = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object CancelBtn: TBitBtn
  53.     Left = 284
  54.     Top = 56
  55.     Width = 77
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.     NumGlyphs = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object HelpBtn: TBitBtn
  66.     Left = 368
  67.     Top = 56
  68.     Width = 77
  69.     Height = 25
  70.     Caption = 'Help'
  71.     TabOrder = 3
  72.     OnClick = HelpBtnClick
  73.     NumGlyphs = 2
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77. end
  78.