object FrmNextID: TFrmNextID Left = 403 Top = 220 BorderStyle = bsDialog Caption = 'Next ID' ClientHeight = 71 ClientWidth = 199 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object lblNextID: TLabel Left = 8 Top = 8 Width = 36 Height = 13 Caption = '&Next ID' FocusControl = EditNextID Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EditNextID: TEdit Left = 56 Top = 8 Width = 137 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object btnOK: TButton Left = 8 Top = 40 Width = 89 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object btnCancel: TButton Left = 104 Top = 40 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end