home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / meshindex.exe / 0 / RCDATA / TWWLOOKUPDLG / TWWLOOKUPDLG.txt
Text File  |  1999-12-06  |  3KB  |  123 lines

  1. object wwLookupDlg: TwwLookupDlg
  2.   Left = 285
  3.   Top = 178
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Lookup'
  8.   ClientHeight = 343
  9.   ClientWidth = 344
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   KeyPreview = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyUp = FormKeyUp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SearchCharacterLabel: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 106
  25.     Height = 13
  26.     Caption = '&Search Characters'
  27.     FocusControl = wwIncrementalSearch1
  28.   end
  29.   object SortByLabel: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 59
  33.     Height = 13
  34.     Caption = 'Search &By'
  35.     Visible = False
  36.   end
  37.   object wwDBGrid1: TwwDBGrid
  38.     Left = 8
  39.     Top = 84
  40.     Width = 329
  41.     Height = 209
  42.     TitleColor = clBtnFace
  43.     FixedCols = 0
  44.     ShowHorzScrollBar = True
  45.     DataSource = DataSource1
  46.     Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
  47.     TabOrder = 1
  48.     TitleAlignment = taLeftJustify
  49.     TitleFont.Charset = DEFAULT_CHARSET
  50.     TitleFont.Color = clBlack
  51.     TitleFont.Height = -11
  52.     TitleFont.Name = 'MS Sans Serif'
  53.     TitleFont.Style = [fsBold]
  54.     TitleLines = 1
  55.     TitleButtons = False
  56.     OnDblClick = wwDBGrid1DblClick
  57.     OnMouseDown = wwDBGrid1MouseDown
  58.     IndicatorColor = icBlack
  59.     OnColumnMoved = wwDBGrid1ColumnMoved
  60.   end
  61.   object wwIncrementalSearch1: TwwIncrementalSearch
  62.     Left = 8
  63.     Top = 24
  64.     Width = 329
  65.     Height = 20
  66.     Hint = 'Enter characters for incremental search'
  67.     DataSource = DataSource1
  68.     AutoSize = False
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     TabOrder = 0
  72.   end
  73.   object StatusHeader: THeader
  74.     Left = 56
  75.     Top = 252
  76.     Width = 185
  77.     Height = 21
  78.     Hint = 'Table Name and current record position'
  79.     ParentShowHint = False
  80.     Sections.Sections = (
  81.       #0'8'#0
  82.       #0'8'#0)
  83.     ShowHint = True
  84.     TabOrder = 3
  85.     Visible = False
  86.   end
  87.   object UserButtonPanel: TPanel
  88.     Left = 8
  89.     Top = 300
  90.     Width = 329
  91.     Height = 40
  92.     BevelInner = bvRaised
  93.     BevelOuter = bvLowered
  94.     TabOrder = 2
  95.     Visible = False
  96.     object UserButton1: TButton
  97.       Left = 12
  98.       Top = 8
  99.       Width = 89
  100.       Height = 26
  101.       Caption = 'UserButton1'
  102.       TabOrder = 0
  103.       Visible = False
  104.       OnClick = UserButton1Click
  105.     end
  106.     object UserButton2: TButton
  107.       Left = 124
  108.       Top = 8
  109.       Width = 89
  110.       Height = 26
  111.       Caption = 'UserButton2'
  112.       TabOrder = 1
  113.       Visible = False
  114.       OnClick = UserButton2Click
  115.     end
  116.   end
  117.   object DataSource1: TwwDataSource
  118.     OnDataChange = DataSource1DataChange
  119.     Left = 300
  120.     Top = 340
  121.   end
  122. end
  123.