home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / dos / mailsecurity / setup.exe / MailSecurity.exe / 0 / RCDATA / TCSINTERNALINFODIALOG / TCSINTERNALINFODIALOG.txt
Encoding:
Text File  |  2002-01-03  |  2.4 KB  |  116 lines

  1. object CSInternalInfoDialog: TCSInternalInfoDialog
  2.   Left = 271
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Internal Infos'
  7.   ClientHeight = 320
  8.   ClientWidth = 492
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object ScrollBox: TScrollBox
  21.     Left = 0
  22.     Top = 30
  23.     Width = 492
  24.     Height = 255
  25.     HorzScrollBar.Smooth = True
  26.     HorzScrollBar.Tracking = True
  27.     VertScrollBar.Smooth = True
  28.     VertScrollBar.Tracking = True
  29.     Align = alClient
  30.     BorderStyle = bsNone
  31.     TabOrder = 0
  32.     object Label2: TLabel
  33.       Left = 5
  34.       Top = 5
  35.       Width = 150
  36.       Height = 16
  37.       AutoSize = False
  38.       Caption = 'Component'
  39.       Color = clGray
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clYellow
  42.       Font.Height = -11
  43.       Font.Name = 'Arial'
  44.       Font.Style = [fsBold]
  45.       ParentColor = False
  46.       ParentFont = False
  47.     end
  48.     object Label3: TLabel
  49.       Left = 160
  50.       Top = 5
  51.       Width = 300
  52.       Height = 16
  53.       AutoSize = False
  54.       Caption = 'Information'
  55.       Color = clGray
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clYellow
  58.       Font.Height = -11
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold]
  61.       ParentColor = False
  62.       ParentFont = False
  63.     end
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 492
  69.     Height = 30
  70.     Align = alTop
  71.     BevelOuter = bvNone
  72.     TabOrder = 1
  73.     object Label1: TLabel
  74.       Left = 5
  75.       Top = 5
  76.       Width = 324
  77.       Height = 14
  78.       Caption = 'The following components are included in this application :'
  79.       Transparent = True
  80.     end
  81.     object Bevel1: TBevel
  82.       Left = 0
  83.       Top = 26
  84.       Width = 492
  85.       Height = 4
  86.       Align = alBottom
  87.       Shape = bsBottomLine
  88.     end
  89.   end
  90.   object Panel1: TPanel
  91.     Left = 0
  92.     Top = 285
  93.     Width = 492
  94.     Height = 35
  95.     Align = alBottom
  96.     BevelOuter = bvNone
  97.     TabOrder = 2
  98.     object Bevel2: TBevel
  99.       Left = 0
  100.       Top = 0
  101.       Width = 492
  102.       Height = 4
  103.       Align = alTop
  104.       Shape = bsTopLine
  105.     end
  106.     object ButtonOK: TBitBtn
  107.       Left = 201
  108.       Top = 5
  109.       Width = 90
  110.       Height = 30
  111.       TabOrder = 0
  112.       Kind = bkOK
  113.     end
  114.   end
  115. end
  116.