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

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