home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / sponsors / aloha / mail.dll / RCDATA / TIDD_OTHERSMSG / TIDD_OTHERSMSG.txt
Text File  |  1996-10-16  |  764b  |  41 lines

  1. object IDD_OthersMsg: TIDD_OthersMsg
  2.   Left = 381
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = '@loha'
  6.   ClientHeight = 142
  7.   ClientWidth = 234
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object IDC_MSG: TLabel
  15.     Left = 14
  16.     Top = 8
  17.     Width = 210
  18.     Height = 65
  19.     WordWrap = True
  20.   end
  21.   object IDC_ChkBox: TCheckBox
  22.     Left = 32
  23.     Top = 80
  24.     Width = 193
  25.     Height = 17
  26.     Caption = 'Don'#39't Show This Message Again !'
  27.     TabOrder = 0
  28.     OnClick = IDC_ChkBoxClick
  29.   end
  30.   object IDC_OK: TButton
  31.     Left = 64
  32.     Top = 104
  33.     Width = 105
  34.     Height = 33
  35.     Caption = '&OK'
  36.     Default = True
  37.     TabOrder = 1
  38.     OnClick = IDC_OKClick
  39.   end
  40. end
  41.