home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TWWLOOKUPDLG / TWWLOOKUPDLG.txt
Encoding:
Text File  |  2004-09-23  |  2.9 KB  |  126 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.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   OnCloseQuery = FormCloseQuery
  19.   OnKeyDown = FormKeyDown
  20.   OnKeyUp = FormKeyUp
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object SearchCharacterLabel: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 106
  27.     Height = 13
  28.     Caption = '&Search Characters'
  29.     FocusControl = wwIncrementalSearch1
  30.   end
  31.   object SortByLabel: TLabel
  32.     Left = 8
  33.     Top = 48
  34.     Width = 59
  35.     Height = 13
  36.     Caption = 'Search &By'
  37.     Visible = False
  38.   end
  39.   object wwDBGrid1: TwwDBGrid
  40.     Left = 8
  41.     Top = 84
  42.     Width = 329
  43.     Height = 209
  44.     IniAttributes.SectionName = 'wwLookupDlgwwDBGrid1'
  45.     IniAttributes.Delimiter = ';;'
  46.     TitleColor = clBtnFace
  47.     FixedCols = 0
  48.     ShowHorzScrollBar = True
  49.     DataSource = DataSource1
  50.     Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
  51.     TabOrder = 1
  52.     TitleAlignment = taLeftJustify
  53.     TitleFont.Charset = DEFAULT_CHARSET
  54.     TitleFont.Color = clBlack
  55.     TitleFont.Height = -11
  56.     TitleFont.Name = 'MS Sans Serif'
  57.     TitleFont.Style = [fsBold]
  58.     TitleLines = 1
  59.     TitleButtons = False
  60.     OnDblClick = wwDBGrid1DblClick
  61.     OnMouseDown = wwDBGrid1MouseDown
  62.     OnColumnMoved = wwDBGrid1ColumnMoved
  63.   end
  64.   object wwIncrementalSearch1: TwwIncrementalSearch
  65.     Left = 8
  66.     Top = 24
  67.     Width = 329
  68.     Height = 20
  69.     Hint = 'Enter characters for incremental search'
  70.     DataSource = DataSource1
  71.     AutoSize = False
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     TabOrder = 0
  75.   end
  76.   object StatusHeader: THeader
  77.     Left = 56
  78.     Top = 252
  79.     Width = 185
  80.     Height = 21
  81.     Hint = 'Table Name and current record position'
  82.     ParentShowHint = False
  83.     Sections.Sections = (
  84.       #0'8'#0
  85.       #0'8'#0)
  86.     ShowHint = True
  87.     TabOrder = 3
  88.     Visible = False
  89.   end
  90.   object UserButtonPanel: TPanel
  91.     Left = 8
  92.     Top = 300
  93.     Width = 329
  94.     Height = 40
  95.     BevelInner = bvRaised
  96.     BevelOuter = bvLowered
  97.     TabOrder = 2
  98.     Visible = False
  99.     object UserButton1: TButton
  100.       Left = 12
  101.       Top = 8
  102.       Width = 89
  103.       Height = 26
  104.       Caption = 'UserButton1'
  105.       TabOrder = 0
  106.       Visible = False
  107.       OnClick = UserButton1Click
  108.     end
  109.     object UserButton2: TButton
  110.       Left = 124
  111.       Top = 8
  112.       Width = 89
  113.       Height = 26
  114.       Caption = 'UserButton2'
  115.       TabOrder = 1
  116.       Visible = False
  117.       OnClick = UserButton2Click
  118.     end
  119.   end
  120.   object DataSource1: TwwDataSource
  121.     OnDataChange = DataSource1DataChange
  122.     Left = 300
  123.     Top = 340
  124.   end
  125. end
  126.