home *** CD-ROM | disk | FTP | other *** search
- object SalesSearchForm: TSalesSearchForm
- Left = 475
- Top = 119
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Search'
- ClientHeight = 184
- ClientWidth = 305
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object SearchCriteriaGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 305
- Height = 113
- Align = alTop
- Caption = 'Search Criteria'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object optCustomerNumber: TRadioButton
- Left = 32
- Top = 32
- Width = 169
- Height = 17
- Caption = 'Customer Number'
- TabOrder = 0
- end
- object optOrderNumber: TRadioButton
- Left = 32
- Top = 72
- Width = 145
- Height = 17
- Caption = 'Order Number'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 113
- Width = 305
- Height = 71
- Align = alClient
- TabOrder = 1
- object cmdOK: TBitBtn
- Left = 16
- Top = 24
- Width = 75
- Height = 25
- TabOrder = 0
- OnClick = cmdOKClick
- Kind = bkOK
- end
- object cmdCancel: TBitBtn
- Left = 216
- Top = 24
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = cmdCancelClick
- Kind = bkCancel
- end
- end
- end
-