home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32d3.exe / rar / AUTO32D3 / DEMOS / DELPHI3.0 / FIND / CUST.DFM / CUST.txt
Text File  |  1997-04-20  |  3KB  |  133 lines

  1. object fmCustomers: TfmCustomers
  2.   Left = 143
  3.   Top = 132
  4.   Width = 412
  5.   Height = 307
  6.   Caption = 'Customers'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel2: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 404
  19.     Height = 41
  20.     Align = alTop
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object DBNavigator1: TDBNavigator
  24.       Left = 12
  25.       Top = 8
  26.       Width = 240
  27.       Height = 25
  28.       DataSource = DM2.CustomerSource
  29.       TabOrder = 0
  30.     end
  31.     object BitBtn1: TBitBtn
  32.       Left = 264
  33.       Top = 8
  34.       Width = 58
  35.       Height = 25
  36.       Hint = 'Example of using TAutoFind'
  37.       Caption = '&Find'
  38.       ParentShowHint = False
  39.       ShowHint = True
  40.       TabOrder = 1
  41.       OnClick = BitBtn1Click
  42.       Glyph.Data = {
  43.         76010000424D7601000000000000760000002800000020000000100000000100
  44.         04000000000000010000130B0000130B00001000000000000000000000000000
  45.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  46.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  47.         333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  48.         300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  49.         330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  50.         333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  51.         339977FF777777773377000BFB03333333337773FF733333333F333000333333
  52.         3300333777333333337733333333333333003333333333333377333333333333
  53.         333333333333333333FF33333333333330003333333333333777333333333333
  54.         3000333333333333377733333333333333333333333333333333}
  55.       NumGlyphs = 2
  56.     end
  57.   end
  58.   object AutoDBGrid1: TAutoDBGrid
  59.     Left = 0
  60.     Top = 41
  61.     Width = 404
  62.     Height = 191
  63.     Align = alClient
  64.     DataSource = DM2.CustomerSource
  65.     TabOrder = 1
  66.     TitleFont.Charset = DEFAULT_CHARSET
  67.     TitleFont.Color = clWindowText
  68.     TitleFont.Height = -11
  69.     TitleFont.Name = 'MS Sans Serif'
  70.     TitleFont.Style = []
  71.     AutoOptions = []
  72.     AutoFilter.AssignEmpty = False
  73.     AutoRowHeight = 17
  74.     CurrentSortColumn = -1
  75.     FindFormFont.Charset = DEFAULT_CHARSET
  76.     FindFormFont.Color = clWindowText
  77.     FindFormFont.Height = -11
  78.     FindFormFont.Name = 'MS Sans Serif'
  79.     FindFormFont.Style = []
  80.     Columns = <
  81.       item
  82.         FieldName = 'CustNo'
  83.         Title.Caption = '+CustNo'
  84.         Width = 64
  85.       end
  86.       item
  87.         FieldName = 'Company'
  88.         Title.Caption = '+Company'
  89.         Width = 111
  90.       end
  91.       item
  92.         FieldName = 'Addr1'
  93.       end
  94.       item
  95.         FieldName = 'City'
  96.       end
  97.       item
  98.         FieldName = 'State'
  99.       end
  100.       item
  101.         FieldName = 'Zip'
  102.       end
  103.       item
  104.         FieldName = 'Country'
  105.       end>
  106.   end
  107.   object Panel1: TPanel
  108.     Left = 0
  109.     Top = 232
  110.     Width = 404
  111.     Height = 29
  112.     Align = alBottom
  113.     Alignment = taLeftJustify
  114.     BevelOuter = bvNone
  115.     Caption = 'Press F7 for seaching record for selected field in AutoDBGrid'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 2
  123.   end
  124.   object MainMenu1: TMainMenu
  125.     Left = 324
  126.     Top = 4
  127.     object AboutItem: TMenuItem
  128.       Caption = '&About'
  129.       OnClick = AboutItemClick
  130.     end
  131.   end
  132. end
  133.