home *** CD-ROM | disk | FTP | other *** search
- object SrchName: TSrchName
- Left = 192
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Search by name'
- ClientHeight = 126
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 257
- Height = 65
- Caption = 'Enter name:'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 28
- Width = 101
- Height = 13
- Caption = 'Name of the element:'
- end
- object Edit1: TEdit
- Left = 120
- Top = 24
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 0
- end
- end
- object OKButton: TButton
- Left = 52
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 148
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-