home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / PICKINVC.DFM / PICKINVC.txt
Text File  |  1997-05-13  |  1KB  |  54 lines

  1. object PickOrderNoDlg: TPickOrderNoDlg
  2.   Left = 236
  3.   Top = 124
  4.   AutoScroll = False
  5.   Caption = 'Order No.'
  6.   ClientHeight = 190
  7.   ClientWidth = 166
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 5
  17.     Top = 1
  18.     Width = 94
  19.     Height = 13
  20.     Caption = '&Select an Order No.'
  21.     FocusControl = DBLookupListBox1
  22.   end
  23.   object CancelBtn: TButton
  24.     Left = 86
  25.     Top = 160
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = '&Cancel'
  30.     ModalResult = 2
  31.     TabOrder = 0
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 2
  35.     Top = 160
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object DBLookupListBox1: TDBLookupListBox
  44.     Left = 5
  45.     Top = 16
  46.     Width = 153
  47.     Height = 134
  48.     KeyField = 'OrderNo'
  49.     ListField = 'OrderNo'
  50.     ListSource = MastData.OrdersSource
  51.     TabOrder = 2
  52.   end
  53. end
  54.