home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Demo / salarii / Upgrade / salarii.exe / 0 / RCDATA / TFMDBGRIDFIND / TFMDBGRIDFIND.txt < prev   
Encoding:
Text File  |  2003-10-10  |  1.1 KB  |  59 lines

  1. object fmDBGridFind: TfmDBGridFind
  2.   Left = 322
  3.   Top = 280
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Cautare in colana curenta'
  7.   ClientHeight = 92
  8.   ClientWidth = 529
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnKeyDown = FormKeyDown
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 15
  23.   object Label1: TLabel
  24.     Left = 64
  25.     Top = 16
  26.     Width = 71
  27.     Height = 15
  28.     Caption = 'Textul cautat:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 72
  33.     Width = 165
  34.     Height = 15
  35.     AutoSize = False
  36.     Caption = 'Ctrl-F7  repeta cautarea'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -12
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Image1: TImage
  45.     Left = 8
  46.     Top = 8
  47.     Width = 33
  48.     Height = 33
  49.     Picture.Data = {<image000.ico>}
  50.   end
  51.   object Text: TE
  52.     Left = 60
  53.     Top = 32
  54.     Width = 453
  55.     Height = 23
  56.     TabOrder = 0
  57.   end
  58. end
  59.