object frmSingleTextEntry: TfrmSingleTextEntry Left = 293 Top = 208 HelpContext = 10 BorderStyle = bsDialog ClientHeight = 86 ClientWidth = 452 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 438 Height = 40 Shape = bsFrame IsControl = True end object lblText: TLabel Left = 19 Top = 20 Width = 69 Height = 13 Alignment = taCenter end object edtText: TEdit Left = 96 Top = 18 Width = 340 Height = 21 TabOrder = 0 OnKeyPress = edtTextKeyPress end object OKBtn: TBitBtn Left = 200 Top = 56 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 284 Top = 56 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 368 Top = 56 Width = 77 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end end