home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMDONTSHOWAGAIN / TFRMDONTSHOWAGAIN.txt
Text File  |  2005-05-02  |  2KB  |  91 lines

  1. object frmDontShowAgain: TfrmDontShowAgain
  2.   Left = 377
  3.   Top = 179
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Information'
  7.   ClientHeight = 298
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object msg: TLabel
  20.     Left = 8
  21.     Top = 32
  22.     Width = 281
  23.     Height = 201
  24.     AutoSize = False
  25.     WordWrap = True
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 297
  31.     Height = 29
  32.     Align = alTop
  33.     BevelOuter = bvLowered
  34.     Color = clNavy
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWhite
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     object header: TLabel
  43.       Left = 37
  44.       Top = 6
  45.       Width = 74
  46.       Height = 16
  47.       Caption = 'How To Use'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clWhite
  50.       Font.Height = -13
  51.       Font.Name = 'Tahoma'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object imgIcon: TImage
  56.       Left = 8
  57.       Top = 5
  58.       Width = 16
  59.       Height = 16
  60.       Transparent = True
  61.     end
  62.   end
  63.   object Panel2: TPanel
  64.     Left = 0
  65.     Top = 240
  66.     Width = 297
  67.     Height = 58
  68.     Align = alBottom
  69.     BevelOuter = bvNone
  70.     TabOrder = 1
  71.     object chkDontShowAgain: TCheckBox
  72.       Left = 56
  73.       Top = 1
  74.       Width = 185
  75.       Height = 17
  76.       Caption = '&Don'#39't Show This Information Again'
  77.       TabOrder = 0
  78.     end
  79.     object btnOK: TButton
  80.       Left = 104
  81.       Top = 25
  82.       Width = 75
  83.       Height = 25
  84.       Caption = 'OK'
  85.       Default = True
  86.       TabOrder = 1
  87.       OnClick = btnOKClick
  88.     end
  89.   end
  90. end
  91.