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

  1. object ClientSearchForm: TClientSearchForm
  2.   Left = 351
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search'
  7.   ClientHeight = 158
  8.   ClientWidth = 307
  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 Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 307
  20.     Height = 97
  21.     Align = alTop
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object raSearchBy: TGroupBox
  25.       Left = 24
  26.       Top = 8
  27.       Width = 257
  28.       Height = 81
  29.       Caption = 'Search Criteria'
  30.       Font.Color = clBlack
  31.       Font.Height = -17
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ParentFont = False
  35.       TabOrder = 0
  36.       object optSearchLastName: TRadioButton
  37.         Left = 8
  38.         Top = 24
  39.         Width = 113
  40.         Height = 17
  41.         Caption = 'Last &Name'
  42.         Checked = True
  43.         TabOrder = 0
  44.         TabStop = True
  45.       end
  46.       object optSearchCustNum: TRadioButton
  47.         Left = 8
  48.         Top = 56
  49.         Width = 161
  50.         Height = 17
  51.         Caption = 'C&ustomer Number'
  52.         TabOrder = 1
  53.       end
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 0
  58.     Top = 97
  59.     Width = 307
  60.     Height = 61
  61.     Align = alClient
  62.     TabOrder = 1
  63.     object BitBtn1: TBitBtn
  64.       Left = 16
  65.       Top = 24
  66.       Width = 107
  67.       Height = 25
  68.       Font.Color = clBlack
  69.       Font.Height = -17
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       TabOrder = 0
  74.       OnClick = BitBtn1Click
  75.       Kind = bkOK
  76.     end
  77.     object BitBtn2: TBitBtn
  78.       Left = 176
  79.       Top = 24
  80.       Width = 107
  81.       Height = 25
  82.       Font.Color = clBlack
  83.       Font.Height = -17
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = []
  86.       ParentFont = False
  87.       TabOrder = 1
  88.       OnClick = BitBtn2Click
  89.       Kind = bkCancel
  90.     end
  91.   end
  92. end
  93.