home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMSPOTID / TFRMSPOTID.txt
Encoding:
Text File  |  1998-01-30  |  1.3 KB  |  69 lines

  1. object FrmSpotID: TFrmSpotID
  2.   Left = 405
  3.   Top = 227
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spot ID'
  6.   ClientHeight = 71
  7.   ClientWidth = 201
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblSpotID: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 36
  18.     Height = 13
  19.     Caption = '&Spot ID'
  20.     FocusControl = EditSpotID
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object EditSpotID: TEdit
  28.     Left = 56
  29.     Top = 8
  30.     Width = 137
  31.     Height = 20
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     TabOrder = 0
  38.   end
  39.   object btnOK: TButton
  40.     Left = 8
  41.     Top = 40
  42.     Width = 89
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ModalResult = 1
  51.     ParentFont = False
  52.     TabOrder = 1
  53.   end
  54.   object btnCancel: TButton
  55.     Left = 104
  56.     Top = 40
  57.     Width = 89
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ModalResult = 2
  65.     ParentFont = False
  66.     TabOrder = 2
  67.   end
  68. end
  69.