home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TPASSWORDUPDATE / TPASSWORDUPDATE.txt
Text File  |  1998-04-21  |  2KB  |  119 lines

  1. object PasswordUpdate: TPasswordUpdate
  2.   Left = 93
  3.   Top = 184
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Update'
  7.   ClientHeight = 179
  8.   ClientWidth = 421
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnKeyUp = FormKeyUp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 161
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 24
  30.     Top = 16
  31.     Width = 145
  32.     Height = 13
  33.     Caption = 'Select Password change:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 80
  37.     Top = 40
  38.     Width = 193
  39.     Height = 33
  40.     Caption = 'Security Level 1 -  Read/write access to all records'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 80
  44.     Top = 80
  45.     Width = 193
  46.     Height = 33
  47.     Caption = 'Security Level 2 -  Read only access to all records'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 80
  51.     Top = 120
  52.     Width = 185
  53.     Height = 33
  54.     Caption = 'Security Level 3 -  Custom access to selected records'
  55.   end
  56.   object OKBtn: TBitBtn
  57.     Left = 300
  58.     Top = 8
  59.     Width = 77
  60.     Height = 27
  61.     TabOrder = 0
  62.     OnClick = OKBtnClick
  63.     Kind = bkOK
  64.     Margin = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object CancelBtn: TBitBtn
  69.     Left = 300
  70.     Top = 40
  71.     Width = 77
  72.     Height = 27
  73.     TabOrder = 1
  74.     OnClick = CancelBtnClick
  75.     Kind = bkCancel
  76.     Margin = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object HelpBtn: TBitBtn
  81.     Left = 300
  82.     Top = 72
  83.     Width = 77
  84.     Height = 27
  85.     TabOrder = 2
  86.     Kind = bkHelp
  87.     Margin = 2
  88.     Spacing = -1
  89.     IsControl = True
  90.   end
  91.   object Button1: TButton
  92.     Left = 24
  93.     Top = 40
  94.     Width = 49
  95.     Height = 33
  96.     Caption = 'Total'
  97.     TabOrder = 3
  98.     OnClick = Button1Click
  99.   end
  100.   object Button2: TButton
  101.     Left = 24
  102.     Top = 80
  103.     Width = 49
  104.     Height = 33
  105.     Caption = 'Read'
  106.     TabOrder = 4
  107.     OnClick = Button2Click
  108.   end
  109.   object Button3: TButton
  110.     Left = 24
  111.     Top = 120
  112.     Width = 49
  113.     Height = 33
  114.     Caption = 'Custom'
  115.     TabOrder = 5
  116.     OnClick = Button3Click
  117.   end
  118. end
  119.