home *** CD-ROM | disk | FTP | other *** search
- object FrmSpotID: TFrmSpotID
- Left = 405
- Top = 227
- BorderStyle = bsDialog
- Caption = 'Spot ID'
- ClientHeight = 71
- ClientWidth = 201
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblSpotID: TLabel
- Left = 8
- Top = 8
- Width = 36
- Height = 13
- Caption = '&Spot ID'
- FocusControl = EditSpotID
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EditSpotID: TEdit
- Left = 56
- Top = 8
- Width = 137
- Height = 20
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 8
- Top = 40
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 104
- Top = 40
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- end
-