home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / secret / Scrtfldr.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Encoding:
Text File  |  2000-02-13  |  3.0 KB  |  107 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 222
  3.   Top = 243
  4.   BorderStyle = bsDialog
  5.   Caption = 'SecretFolders - Password'
  6.   ClientHeight = 123
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlPassword: TPanel
  22.     Left = 8
  23.     Top = 9
  24.     Width = 273
  25.     Height = 104
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     Color = clSilver
  29.     TabOrder = 0
  30.     object lblPassword: TLabel
  31.       Left = 8
  32.       Top = 9
  33.       Width = 257
  34.       Height = 13
  35.       Caption = 'Please enter correct password below to access Setup.'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       WordWrap = True
  43.     end
  44.     object edtPassword: TEdit
  45.       Left = 8
  46.       Top = 33
  47.       Width = 257
  48.       Height = 28
  49.       CharCase = ecLowerCase
  50.       Color = 8454143
  51.       Ctl3D = True
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -16
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentCtl3D = False
  58.       ParentFont = False
  59.       PasswordChar = 'X'
  60.       TabOrder = 0
  61.     end
  62.     object bbtnPassword: TBitBtn
  63.       Left = 99
  64.       Top = 69
  65.       Width = 75
  66.       Height = 25
  67.       Caption = 'OK'
  68.       Default = True
  69.       TabOrder = 1
  70.       OnClick = bbtnPasswordClick
  71.       Glyph.Data = {
  72.         DE010000424DDE01000000000000760000002800000024000000120000000100
  73.         0400000000006801000000000000000000001000000000000000000000000000
  74.         80000080000000808000800000008000800080800000C0C0C000808080000000
  75.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  76.         3333333333333333333333330000333333333333333333333333F33333333333
  77.         00003333344333333333333333388F3333333333000033334224333333333333
  78.         338338F3333333330000333422224333333333333833338F3333333300003342
  79.         222224333333333383333338F3333333000034222A22224333333338F338F333
  80.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  81.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  82.         0000333333333A222433333333333338F338F33300003333333333A222433333
  83.         333333338F338F33000033333333333A222433333333333338F338F300003333
  84.         33333333A222433333333333338F338F00003333333333333A22433333333333
  85.         3338F38F000033333333333333A223333333333333338F830000333333333333
  86.         333A333333333333333338330000333333333333333333333333333333333333
  87.         0000}
  88.       NumGlyphs = 2
  89.     end
  90.   end
  91.   object pmTray: TPopupMenu
  92.     Left = 243
  93.     Top = 79
  94.     object mnuSetup: TMenuItem
  95.       Caption = 'Setup'
  96.       OnClick = mnuSetupClick
  97.     end
  98.     object N1: TMenuItem
  99.       Caption = '-'
  100.     end
  101.     object mnuAbout: TMenuItem
  102.       Caption = 'About...'
  103.       OnClick = mnuSetupClick
  104.     end
  105.   end
  106. end
  107.