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

  1. object SrchSymbol: TSrchSymbol
  2.   Left = 192
  3.   Top = 107
  4.   Width = 282
  5.   Height = 153
  6.   Caption = 'Search by symbol'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 257
  21.     Height = 65
  22.     Caption = 'Enter symbol:'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 28
  27.       Width = 107
  28.       Height = 13
  29.       Caption = 'Symbol of the element:'
  30.     end
  31.     object Edit1: TEdit
  32.       Left = 120
  33.       Top = 24
  34.       Width = 121
  35.       Height = 21
  36.       TabOrder = 0
  37.     end
  38.   end
  39.   object OKButton: TButton
  40.     Left = 52
  41.     Top = 88
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49.   object CancelButton: TButton
  50.     Left = 148
  51.     Top = 88
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58. end
  59.