home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / FINDCUST.DFM / FINDCUST.txt
Encoding:
Text File  |  1996-06-11  |  2.1 KB  |  113 lines

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