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

  1. object fmCustomers: TfmCustomers
  2.   Left = 216
  3.   Top = 152
  4.   Width = 474
  5.   Height = 333
  6.   Caption = 'Customers'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DBGrid1: TDBGrid
  16.     Left = 0
  17.     Top = 41
  18.     Width = 466
  19.     Height = 227
  20.     Align = alClient
  21.     DataSource = DM2.CustomerSource
  22.     TabOrder = 0
  23.     TitleFont.Color = clWindowText
  24.     TitleFont.Height = -11
  25.     TitleFont.Name = 'MS Sans Serif'
  26.     TitleFont.Style = []
  27.   end
  28.   object Panel2: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 466
  32.     Height = 41
  33.     Align = alTop
  34.     BevelOuter = bvNone
  35.     TabOrder = 1
  36.     object DBNavigator1: TDBNavigator
  37.       Left = 12
  38.       Top = 8
  39.       Width = 240
  40.       Height = 25
  41.       DataSource = DM2.CustomerSource
  42.       TabOrder = 0
  43.     end
  44.     object BitBtn1: TBitBtn
  45.       Left = 264
  46.       Top = 8
  47.       Width = 58
  48.       Height = 25
  49.       Caption = '&Find'
  50.       TabOrder = 1
  51.       OnClick = BitBtn1Click
  52.       Glyph.Data = {
  53.         76010000424D7601000000000000760000002800000020000000100000000100
  54.         04000000000000010000130B0000130B00000000000000000000000000000000
  55.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  56.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  57.         333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  58.         300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  59.         330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  60.         333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  61.         339977FF777777773377000BFB03333333337773FF733333333F333000333333
  62.         3300333777333333337733333333333333003333333333333377333333333333
  63.         333333333333333333FF33333333333330003333333333333777333333333333
  64.         3000333333333333377733333333333333333333333333333333}
  65.       NumGlyphs = 2
  66.     end
  67.   end
  68.   object StatusBar1: TStatusBar
  69.     Left = 0
  70.     Top = 268
  71.     Width = 466
  72.     Height = 19
  73.     Panels = <>
  74.     SimplePanel = False
  75.   end
  76.   object MainMenu1: TMainMenu
  77.     Left = 340
  78.     Top = 4
  79.     object AboutItem: TMenuItem
  80.       Caption = '&About'
  81.       ShortCut = 0
  82.       OnClick = AboutItemClick
  83.     end
  84.   end
  85. end
  86.