home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TPROTECTIONFORM / TPROTECTIONFORM.txt
Encoding:
Text File  |  2000-10-20  |  2.5 KB  |  128 lines

  1. object ProtectionForm: TProtectionForm
  2.   Left = 214
  3.   Top = 110
  4.   ActiveControl = PasswordEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Protection'
  8.   ClientHeight = 252
  9.   ClientWidth = 299
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 64
  23.     Width = 49
  24.     Height = 13
  25.     Caption = 'Password:'
  26.   end
  27.   object Label4: TLabel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 281
  31.     Height = 49
  32.     AutoSize = False
  33.     Caption = 
  34.       'The protection password stops locked objects and the background ' +
  35.       'in the design from being modified unless the password is entered' +
  36.       '.'
  37.     WordWrap = True
  38.   end
  39.   object OkBtn: TBitBtn
  40.     Left = 20
  41.     Top = 220
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&OK'
  45.     TabOrder = 2
  46.     Kind = bkOK
  47.   end
  48.   object CancelBtn: TBitBtn
  49.     Left = 112
  50.     Top = 220
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Cancel'
  54.     TabOrder = 3
  55.     Kind = bkCancel
  56.   end
  57.   object HelpBtn: TBitBtn
  58.     Left = 204
  59.     Top = 220
  60.     Width = 75
  61.     Height = 25
  62.     TabOrder = 4
  63.     Kind = bkHelp
  64.   end
  65.   object PasswordEdit: TEdit
  66.     Left = 120
  67.     Top = 64
  68.     Width = 121
  69.     Height = 21
  70.     MaxLength = 8
  71.     PasswordChar = '*'
  72.     TabOrder = 0
  73.   end
  74.   object ChangePanel: TPanel
  75.     Left = 16
  76.     Top = 96
  77.     Width = 281
  78.     Height = 113
  79.     BevelOuter = bvNone
  80.     TabOrder = 1
  81.     Visible = False
  82.     object Label2: TLabel
  83.       Left = 8
  84.       Top = 8
  85.       Width = 74
  86.       Height = 13
  87.       Caption = 'New Password:'
  88.     end
  89.     object Label3: TLabel
  90.       Left = 8
  91.       Top = 32
  92.       Width = 78
  93.       Height = 13
  94.       Caption = 'Verify Password:'
  95.     end
  96.     object Label5: TLabel
  97.       Left = 8
  98.       Top = 56
  99.       Width = 265
  100.       Height = 49
  101.       AutoSize = False
  102.       Caption = 
  103.         'To set or change the password enter the exisiting password follo' +
  104.         'wed by the new password twice.  An empty password means no passw' +
  105.         'ord.'
  106.       WordWrap = True
  107.     end
  108.     object NewPasswordEdit: TEdit
  109.       Left = 104
  110.       Top = 4
  111.       Width = 121
  112.       Height = 21
  113.       MaxLength = 8
  114.       PasswordChar = '*'
  115.       TabOrder = 0
  116.     end
  117.     object VerifyPasswordEdit: TEdit
  118.       Left = 104
  119.       Top = 28
  120.       Width = 121
  121.       Height = 21
  122.       MaxLength = 8
  123.       PasswordChar = '*'
  124.       TabOrder = 1
  125.     end
  126.   end
  127. end
  128.