object DlgInv: TDlgInv Left = 346 Top = 135 BorderStyle = bsDialog Caption = 'Select Order No' ClientHeight = 184 ClientWidth = 170 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object DBLookupListBox1: TDBLookupListBox Left = 5 Top = 8 Width = 156 Height = 134 KeyField = 'OrderNo' ListField = 'OrderNo' ListSource = DM.OrdersSource TabOrder = 0 end object OkBtn: TButton Left = 8 Top = 152 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 88 Top = 152 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end