home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / SRCHDLG.DFM / SRCHDLG.txt
Text File  |  1996-05-08  |  4KB  |  148 lines

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