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

  1. object SrchNumber: TSrchNumber
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search by atomic number'
  7.   ClientHeight = 146
  8.   ClientWidth = 356
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 249
  23.     Height = 129
  24.     Caption = 'Enter atomic number:'
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 28
  29.       Width = 73
  30.       Height = 13
  31.       Caption = 'Atomic number:'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 16
  35.       Top = 60
  36.       Width = 77
  37.       Height = 13
  38.       Caption = 'Element'#39's name:'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 16
  42.       Top = 92
  43.       Width = 83
  44.       Height = 13
  45.       Caption = 'Element'#39's symbol:'
  46.     end
  47.     object Edit2: TEdit
  48.       Left = 104
  49.       Top = 56
  50.       Width = 121
  51.       Height = 21
  52.       ReadOnly = True
  53.       TabOrder = 0
  54.       Text = 'HYDROGEN'
  55.     end
  56.     object Edit3: TEdit
  57.       Left = 104
  58.       Top = 88
  59.       Width = 121
  60.       Height = 21
  61.       ReadOnly = True
  62.       TabOrder = 1
  63.       Text = 'H'
  64.     end
  65.     object SpinEdit1: TSpinEdit
  66.       Left = 104
  67.       Top = 24
  68.       Width = 121
  69.       Height = 22
  70.       EditorEnabled = False
  71.       MaxValue = 112
  72.       MinValue = 1
  73.       TabOrder = 2
  74.       Value = 1
  75.       OnChange = SpinEdit1Change
  76.     end
  77.   end
  78.   object OKButton: TButton
  79.     Left = 272
  80.     Top = 16
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 1
  87.   end
  88.   object CancelButton: TButton
  89.     Left = 272
  90.     Top = 56
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 2
  96.   end
  97. end
  98.