home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMBROWSERGRIDEDIT / TFORMBROWSERGRIDEDIT.txt
Text File  |  1999-09-06  |  1KB  |  52 lines

  1. object FormBrowserGridEdit: TFormBrowserGridEdit
  2.   Left = 336
  3.   Top = 182
  4.   BorderStyle = bsNone
  5.   Caption = 'FormBrowserGridEdit'
  6.   ClientHeight = 193
  7.   ClientWidth = 357
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DBGrid: TDBGridPlus
  22.     Left = 0
  23.     Top = 0
  24.     Width = 301
  25.     Height = 193
  26.     Align = alLeft
  27.     AutoSearch = True
  28.     Color = clInfoBk
  29.     DataSource = DataSource
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgAlwaysShowSelection]
  36.     ShowFlags = False
  37.     ParentFont = False
  38.     SearchOptions = [soCaseInsensitive, soPartialKey, soManualStart]
  39.     TabOrder = 0
  40.     TitleFont.Charset = DEFAULT_CHARSET
  41.     TitleFont.Color = clBlack
  42.     TitleFont.Height = -11
  43.     TitleFont.Name = 'MS Sans Serif'
  44.     TitleFont.Style = [fsBold]
  45.     OnCellClick = DBGridCellClick
  46.   end
  47.   object DataSource: TDataSource
  48.     Left = 12
  49.     Top = 60
  50.   end
  51. end
  52.