home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / WinPertbl / Pertbl.exe / 0 / RCDATA / TSRCHNAME / TSRCHNAME.txt
Encoding:
Text File  |  1999-06-15  |  1.1 KB  |  61 lines

  1. object SrchName: TSrchName
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search by name'
  6.   ClientHeight = 126
  7.   ClientWidth = 274
  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.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 257
  22.     Height = 65
  23.     Caption = 'Enter name:'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 28
  28.       Width = 101
  29.       Height = 13
  30.       Caption = 'Name of the element:'
  31.     end
  32.     object Edit1: TEdit
  33.       Left = 120
  34.       Top = 24
  35.       Width = 121
  36.       Height = 21
  37.       CharCase = ecUpperCase
  38.       TabOrder = 0
  39.     end
  40.   end
  41.   object OKButton: TButton
  42.     Left = 52
  43.     Top = 88
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 148
  53.     Top = 88
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.