object StringDlg: TStringDlg Left = 508 Top = 295 BorderStyle = bsDialog ClientHeight = 103 ClientWidth = 316 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter Scaled = False TextHeight = 13 object Prompt: TLabel Left = 8 Top = 8 Width = 300 Height = 26 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object OK: TBitBtn Left = 8 Top = 72 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object Cancel: TBitBtn Left = 121 Top = 72 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end object Help: TBitBtn Left = 233 Top = 72 Width = 75 Height = 25 TabOrder = 3 Kind = bkHelp end object Edit: TEditNoBlank Left = 8 Top = 44 Width = 300 Height = 21 TabOrder = 0 AcceptBlank = False end end