home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Db / Mastapp / PICKINVC.DFM / PICKINVC.txt
Encoding:
Text File  |  1999-08-11  |  1.1 KB  |  56 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.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 5
  19.     Top = 1
  20.     Width = 94
  21.     Height = 13
  22.     Caption = '&Select an Order No.'
  23.     FocusControl = DBLookupListBox1
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 86
  27.     Top = 160
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = '&Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 0
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 2
  37.     Top = 160
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object DBLookupListBox1: TDBLookupListBox
  46.     Left = 5
  47.     Top = 16
  48.     Width = 153
  49.     Height = 134
  50.     KeyField = 'OrderNo'
  51.     ListField = 'OrderNo'
  52.     ListSource = MastData.OrdersSource
  53.     TabOrder = 2
  54.   end
  55. end
  56.