home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / FINDCUST.DFM / FINDCUST.txt
Text File  |  1997-01-16  |  2KB  |  114 lines

  1. object fmFindCust: TfmFindCust
  2.   Left = 210
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'Locate Customer'
  6.   ClientHeight = 223
  7.   ClientWidth = 329
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 4
  17.     Top = 4
  18.     Width = 237
  19.     Height = 80
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 40
  24.     Top = 16
  25.     Width = 22
  26.     Height = 17
  27.     Caption = '&Field'
  28.     FocusControl = ComboBox1
  29.   end
  30.   object Label2: TLabel
  31.     Left = 35
  32.     Top = 63
  33.     Width = 27
  34.     Height = 13
  35.     Caption = '&Value'
  36.     FocusControl = Edit1
  37.   end
  38.   object DBGrid1: TDBGrid
  39.     Left = 4
  40.     Top = 93
  41.     Width = 320
  42.     Height = 127
  43.     DataSource = DM2.CustLookupSource
  44.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  45.     TabOrder = 5
  46.     TitleFont.Color = clWindowText
  47.     TitleFont.Height = -11
  48.     TitleFont.Name = 'MS Sans Serif'
  49.     TitleFont.Style = []
  50.   end
  51.   object ComboBox1: TComboBox
  52.     Left = 67
  53.     Top = 12
  54.     Width = 166
  55.     Height = 20
  56.     Style = csDropDownList
  57.     ItemHeight = 13
  58.     Items.Strings = (
  59.       'Company'
  60.       'CustNo'
  61.       'Addr1'
  62.       'Addr2'
  63.       'City'
  64.       'State'
  65.       'Zip'
  66.       'Country'
  67.       'Phone'
  68.       'FAX'
  69.       'TaxRate'
  70.       'Contact'
  71.       'LastInvoiceDate')
  72.     TabOrder = 0
  73.     OnChange = ComboBox1Change
  74.   end
  75.   object Edit1: TEdit
  76.     Left = 67
  77.     Top = 59
  78.     Width = 166
  79.     Height = 20
  80.     TabOrder = 2
  81.     OnChange = Edit1Change
  82.   end
  83.   object cbUseFilter: TCheckBox
  84.     Left = 16
  85.     Top = 37
  86.     Width = 64
  87.     Height = 17
  88.     Alignment = taLeftJustify
  89.     Caption = 'Use Filter'
  90.     State = cbChecked
  91.     TabOrder = 1
  92.   end
  93.   object Button1: TButton
  94.     Left = 249
  95.     Top = 6
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'OK'
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 3
  102.   end
  103.   object Button2: TButton
  104.     Left = 249
  105.     Top = 37
  106.     Width = 75
  107.     Height = 25
  108.     Cancel = True
  109.     Caption = 'Cancel'
  110.     ModalResult = 2
  111.     TabOrder = 4
  112.   end
  113. end
  114.