home *** CD-ROM | disk | FTP | other *** search
- object SrchNumber: TSrchNumber
- Left = 192
- Top = 107
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Search by atomic number'
- ClientHeight = 146
- ClientWidth = 356
- 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 = 249
- Height = 129
- Caption = 'Enter atomic number:'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 28
- Width = 73
- Height = 13
- Caption = 'Atomic number:'
- end
- object Label2: TLabel
- Left = 16
- Top = 60
- Width = 77
- Height = 13
- Caption = 'Element'#39's name:'
- end
- object Label3: TLabel
- Left = 16
- Top = 92
- Width = 83
- Height = 13
- Caption = 'Element'#39's symbol:'
- end
- object Edit2: TEdit
- Left = 104
- Top = 56
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 0
- Text = 'HYDROGEN'
- end
- object Edit3: TEdit
- Left = 104
- Top = 88
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 1
- Text = 'H'
- end
- object SpinEdit1: TSpinEdit
- Left = 104
- Top = 24
- Width = 121
- Height = 22
- EditorEnabled = False
- MaxValue = 112
- MinValue = 1
- TabOrder = 2
- Value = 1
- OnChange = SpinEdit1Change
- end
- end
- object OKButton: TButton
- Left = 272
- Top = 16
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 272
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-