home *** CD-ROM | disk | FTP | other *** search
- object PickDlg: TPickDlg
- Left = 226
- Top = 118
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'PickDlg'
- ClientHeight = 289
- ClientWidth = 352
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Label1: TLabel
- Left = 13
- Top = 11
- Width = 60
- Height = 13
- Caption = 'List Order:'
- end
- object FindBut: TSpeedButton
- Left = 285
- Top = 34
- Width = 23
- Height = 23
- Hint = 'Find exact'
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000000000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33FFF00000003333333333333FFBF0000000333333333333FBFFFE0000003333
- 3333333FFBFB360000003333333333BFFFF3370000003333333444FBFF333600
- 000033333344834FB33331000000333334847F84333336000000333334484F84
- 3333300000003333348F7448333336000000333344FFF7433333300000003344
- 8F8444333333300000003448F7433333333330000000348F7733333333333000
- 000034F77433333333333F000000344443333333333330000000333333333333
- 333337000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = FindButClick
- end
- object Label2: TLabel
- Left = 16
- Top = 38
- Width = 45
- Height = 13
- Caption = 'Search:'
- end
- object NearestBut: TSpeedButton
- Left = 313
- Top = 34
- Width = 23
- Height = 23
- Hint = 'Find nearest'
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000000000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333333FBFFF
- FFFFF000000033333333FBBFFFFBF00000003333333FBFFFFBFFFE0000003333
- 333FBFFFFBFBF600000033333333FBBFFFFFF70000003333333444FBFFFBF600
- 000033333344834FBFFFF1000000333334847F84BFFFF6000000333334484F84
- FBBFB00000003333348F74483FF3F6000000333344FFF7433333300000003344
- 8F8444333333300000003448F7433333333330000000348F7733333333333000
- 000034F77433333333333F000000344443333333333330000000333333333333
- 333337000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = NearestButClick
- end
- object DBGrid1: TDBGrid
- Left = 8
- Top = 66
- Width = 335
- Height = 177
- DataSource = DataSource
- Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgRowSelect]
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = [fsBold]
- OnDblClick = DBGrid1DblClick
- end
- object OKBtn: TButton
- Left = 184
- Top = 257
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 268
- Top = 257
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- object SearchEd: TEdit
- Left = 79
- Top = 36
- Width = 202
- Height = 20
- TabOrder = 3
- end
- object OrderCombo: TComboBox
- Left = 80
- Top = 8
- Width = 257
- Height = 20
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- OnChange = OrderComboChange
- end
- object DataSource: TDataSource
- DataSet = Cust
- Left = 47
- Top = 253
- end
- object Parts: TTable
- Active = True
- AutoCalcFields = False
- DatabaseName = 'MAST'
- ReadOnly = True
- TableName = 'PARTS'
- Left = 75
- Top = 253
- object PartsPartNo: TFloatField
- Alignment = taLeftJustify
- DisplayWidth = 7
- FieldName = 'PartNo'
- end
- object PartsDescription: TStringField
- FieldName = 'Description'
- Size = 30
- end
- end
- object Cust: TTable
- Active = True
- AutoCalcFields = False
- DatabaseName = 'MAST'
- ReadOnly = True
- TableName = 'CUSTOMER'
- Left = 20
- Top = 253
- object CustCustNo: TFloatField
- Alignment = taLeftJustify
- DisplayWidth = 7
- FieldName = 'CustNo'
- end
- object CustCompany: TStringField
- FieldName = 'Company'
- Size = 30
- end
- end
- end
-