home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / chat-text / scw101.exe / _SETUP.1 / SECOM.EXE / 0 / RCDATA / THAILNOTEDLG / THAILNOTEDLG.txt
Text File  |  1998-05-19  |  3KB  |  138 lines

  1. object HailNoteDlg: THailNoteDlg
  2.   Left = 311
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'You are being hailed!'
  6.   ClientHeight = 543
  7.   ClientWidth = 484
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 464
  22.     Height = 523
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 30
  27.     Top = 335
  28.     Width = 227
  29.     Height = 26
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'e-mail Reply-To address'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -18
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold, fsItalic]
  38.     ParentFont = False
  39.   end
  40.   object OKBtn: TButton
  41.     Left = 137
  42.     Top = 487
  43.     Width = 92
  44.     Height = 31
  45.     Caption = 'C&onnect'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 0
  49.     OnClick = OKBtnClick
  50.   end
  51.   object CancelBtn: TButton
  52.     Left = 265
  53.     Top = 487
  54.     Width = 92
  55.     Height = 31
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 1
  60.   end
  61.   object ListBox1: TListBox
  62.     Left = 30
  63.     Top = 30
  64.     Width = 424
  65.     Height = 198
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -18
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ItemHeight = 20
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     OnClick = ListBox1Click
  75.     OnDblClick = ListBox1DblClick
  76.     OnKeyPress = ListBox1KeyPress
  77.   end
  78.   object Edit1: TEdit
  79.     Left = 30
  80.     Top = 364
  81.     Width = 424
  82.     Height = 28
  83.     Color = clMenu
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clBlack
  86.     Font.Height = -18
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     ReadOnly = True
  91.     TabOrder = 3
  92.   end
  93.   object Edit2: TEdit
  94.     Left = 30
  95.     Top = 404
  96.     Width = 424
  97.     Height = 28
  98.     Color = clMenu
  99.     Font.Charset = ANSI_CHARSET
  100.     Font.Color = clBlack
  101.     Font.Height = -18
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     ReadOnly = True
  106.     TabOrder = 4
  107.   end
  108.   object Edit3: TEdit
  109.     Left = 30
  110.     Top = 443
  111.     Width = 424
  112.     Height = 28
  113.     Color = clMenu
  114.     Font.Charset = ANSI_CHARSET
  115.     Font.Color = clBlack
  116.     Font.Height = -18
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     ReadOnly = True
  121.     TabOrder = 5
  122.   end
  123.   object Memo1: TMemo
  124.     Left = 30
  125.     Top = 236
  126.     Width = 424
  127.     Height = 90
  128.     Font.Charset = ANSI_CHARSET
  129.     Font.Color = clBlack
  130.     Font.Height = -18
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     ScrollBars = ssVertical
  135.     TabOrder = 6
  136.   end
  137. end
  138.