home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / SRCHDLG.DFM / SRCHDLG.txt
Text File  |  1997-02-28  |  4KB  |  154 lines

  1. object SearchDlg: TSearchDlg
  2.   Left = 502
  3.   Top = 162
  4.   ActiveControl = DBGrid1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'SearchDlg'
  8.   ClientHeight = 299
  9.   ClientWidth = 282
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 9
  20.     Top = 11
  21.     Width = 69
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Search Field:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 7
  29.     Top = 40
  30.     Width = 71
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     AutoSize = False
  34.     Caption = 'Search Text:'
  35.   end
  36.   object SearchButton: TSpeedButton
  37.     Left = 248
  38.     Top = 36
  39.     Width = 23
  40.     Height = 23
  41.     Hint = 'Search'
  42.     Enabled = False
  43.     Glyph.Data = {
  44.       CA010000424DCA01000000000000760000002800000022000000110000000100
  45.       04000000000054010000CE0E0000D80E00000000000000000000000000000000
  46.       80000080000000808000800000008000800080800000C0C0C000808080000000
  47.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333333FBFFF
  48.       FFFFF3333333333333333300000033333333FBBFFFFBF3333333333333333300
  49.       00003333333FBFFFFBFFF333333333333333330000003333333FBFFFFBFBF333
  50.       3333333333333300000033333333FBBFFFFFF333333333333333330000003333
  51.       333444FBFFFBF3333333888333333300000033333344834FBFFFF33333388738
  52.       333333000000333334847F84BFFFF33333878737833333000000333334484F84
  53.       FBBFB333338878378333330000003333348F74483FF3F3333387338873333300
  54.       0000333344FFF743333333333883333833333300000033448F84443333333338
  55.       873388873333330000003448F74333333333338873387773333333000000348F
  56.       77333333333333873337333333333300000034F7743333333333338333873333
  57.       3333330000003444433333333333338888733333333333000000333333333333
  58.       3333333333333333333333000000}
  59.     NumGlyphs = 2
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     OnClick = SearchButtonClick
  63.   end
  64.   object OrderCombo: TComboBox
  65.     Left = 80
  66.     Top = 8
  67.     Width = 192
  68.     Height = 21
  69.     ItemHeight = 13
  70.     TabOrder = 0
  71.     OnChange = OrderComboChange
  72.   end
  73.   object SearchEd: TEdit
  74.     Left = 80
  75.     Top = 36
  76.     Width = 161
  77.     Height = 21
  78.     TabOrder = 1
  79.     OnChange = SearchEdChange
  80.     OnKeyPress = SearchEdKeyPress
  81.   end
  82.   object OKBtn: TButton
  83.     Left = 115
  84.     Top = 265
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 3
  91.   end
  92.   object CancelBtn: TButton
  93.     Left = 199
  94.     Top = 265
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = '&Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 4
  101.   end
  102.   object DBGrid1: TDBGrid
  103.     Left = 8
  104.     Top = 66
  105.     Width = 264
  106.     Height = 181
  107.     Columns = <
  108.       item
  109.         FieldName = 'PartNo'
  110.       end
  111.       item
  112.         FieldName = 'Description'
  113.       end
  114.       item
  115.         FieldName = 'VendorNo'
  116.       end
  117.       item
  118.         FieldName = 'OnHand'
  119.       end
  120.       item
  121.         FieldName = 'OnOrder'
  122.       end
  123.       item
  124.         FieldName = 'BackOrd'
  125.       end
  126.       item
  127.         FieldName = 'Cost'
  128.       end
  129.       item
  130.         FieldName = 'ListPrice'
  131.       end>
  132.     DataSource = DataSource
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgRowSelect]
  139.     ParentFont = False
  140.     TabOrder = 2
  141.     TitleFont.Charset = ANSI_CHARSET
  142.     TitleFont.Color = clBlack
  143.     TitleFont.Height = -11
  144.     TitleFont.Name = 'MS Sans Serif'
  145.     TitleFont.Style = []
  146.     OnDblClick = DBGrid1DblClick
  147.   end
  148.   object DataSource: TDataSource
  149.     DataSet = MastData.Parts
  150.     Left = 40
  151.     Top = 248
  152.   end
  153. end
  154.