home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / EKRTF.ZIP / MainDemo / DLGINFU.DFM / DLGINFU.txt
Text File  |  2000-04-25  |  867b  |  46 lines

  1. object DlgInv: TDlgInv
  2.   Left = 346
  3.   Top = 135
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Order No'
  6.   ClientHeight = 184
  7.   ClientWidth = 170
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DBLookupListBox1: TDBLookupListBox
  18.     Left = 5
  19.     Top = 8
  20.     Width = 156
  21.     Height = 134
  22.     KeyField = 'OrderNo'
  23.     ListField = 'OrderNo'
  24.     ListSource = DM.OrdersSource
  25.     TabOrder = 0
  26.   end
  27.   object OkBtn: TButton
  28.     Left = 8
  29.     Top = 152
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Ok'
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object CancelBtn: TButton
  37.     Left = 88
  38.     Top = 152
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45. end
  46.