home *** CD-ROM | disk | FTP | other *** search
- object ClientSearchForm: TClientSearchForm
- Left = 351
- Top = 133
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Search'
- ClientHeight = 158
- ClientWidth = 307
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 307
- Height = 97
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 0
- object raSearchBy: TGroupBox
- Left = 24
- Top = 8
- Width = 257
- Height = 81
- Caption = 'Search Criteria'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object optSearchLastName: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Last &Name'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object optSearchCustNum: TRadioButton
- Left = 8
- Top = 56
- Width = 161
- Height = 17
- Caption = 'C&ustomer Number'
- TabOrder = 1
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 97
- Width = 307
- Height = 61
- Align = alClient
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 16
- Top = 24
- Width = 107
- Height = 25
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 176
- Top = 24
- Width = 107
- Height = 25
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
- end
-