home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Finance / Book / TRS / _setup.1 / TotalRetailSystem.exe / 0 / RCDATA / TSALESSEARCHFORM / TSALESSEARCHFORM.txt
Encoding:
Text File  |  1997-06-09  |  1.5 KB  |  75 lines

  1. object SalesSearchForm: TSalesSearchForm
  2.   Left = 475
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search'
  7.   ClientHeight = 184
  8.   ClientWidth = 305
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object SearchCriteriaGroupBox: TGroupBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 305
  20.     Height = 113
  21.     Align = alTop
  22.     Caption = 'Search Criteria'
  23.     Font.Color = clBlack
  24.     Font.Height = -17
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object optCustomerNumber: TRadioButton
  30.       Left = 32
  31.       Top = 32
  32.       Width = 169
  33.       Height = 17
  34.       Caption = 'Customer Number'
  35.       TabOrder = 0
  36.     end
  37.     object optOrderNumber: TRadioButton
  38.       Left = 32
  39.       Top = 72
  40.       Width = 145
  41.       Height = 17
  42.       Caption = 'Order Number'
  43.       Checked = True
  44.       TabOrder = 1
  45.       TabStop = True
  46.     end
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 0
  50.     Top = 113
  51.     Width = 305
  52.     Height = 71
  53.     Align = alClient
  54.     TabOrder = 1
  55.     object cmdOK: TBitBtn
  56.       Left = 16
  57.       Top = 24
  58.       Width = 75
  59.       Height = 25
  60.       TabOrder = 0
  61.       OnClick = cmdOKClick
  62.       Kind = bkOK
  63.     end
  64.     object cmdCancel: TBitBtn
  65.       Left = 216
  66.       Top = 24
  67.       Width = 75
  68.       Height = 25
  69.       TabOrder = 1
  70.       OnClick = cmdCancelClick
  71.       Kind = bkCancel
  72.     end
  73.   end
  74. end
  75.