object AppNotNrDlg: TAppNotNrDlg Left = 423 Top = 185 ActiveControl = Number BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Show ' ClientHeight = 81 ClientWidth = 262 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 242 Height = 32 Shape = bsFrame IsControl = True end object Prompt: TLabel Left = 18 Top = 18 Width = 166 Height = 13 AutoSize = False Caption = ' Nr.' end object OKBtn: TBitBtn Left = 8 Top = 45 Width = 77 Height = 27 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 45 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 176 Top = 45 Width = 77 Height = 27 TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object Number: TEdit Left = 197 Top = 15 Width = 46 Height = 21 TabOrder = 3 Text = '1' end end