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

  1. object PasswordDlg: TPasswordDlg
  2.   Left = -4
  3.   Top = -4
  4.   Width = 808
  5.   Height = 580
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   ActiveControl = Password
  9.   BorderIcons = []
  10.   Caption = 'Employment & Personnel Desk'
  11.   Color = clSilver
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   KeyPreview = True
  17.   Position = poScreenCenter
  18.   WindowState = wsMaximized
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyUp = FormKeyUp
  22.   OnResize = FormResize
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 296
  27.     Top = 481
  28.     Width = 252
  29.     Height = 13
  30.     Caption = 'Enter password: (Initially set to                  )'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 480
  34.     Top = 481
  35.     Width = 57
  36.     Height = 13
  37.     Caption = 'Personnel'
  38.     Font.Color = clRed
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 328
  46.     Top = 0
  47.     Width = 105
  48.     Height = 41
  49.     Caption = 'Employment and Personnel'
  50.     Font.Color = clNavy
  51.     Font.Height = -16
  52.     Font.Name = 'Times New Roman'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 328
  58.     Top = 48
  59.     Width = 94
  60.     Height = 40
  61.     Caption = 'DESK'
  62.     Color = clNavy
  63.     Font.Color = clSilver
  64.     Font.Height = -35
  65.     Font.Name = 'Times New Roman'
  66.     Font.Style = [fsBold]
  67.     ParentColor = False
  68.     ParentFont = False
  69.   end
  70.   object Label5: TLabel
  71.     Left = 32
  72.     Top = 16
  73.     Width = 121
  74.     Height = 13
  75.     Caption = 'Sales: 01483 888608'
  76.   end
  77.   object Label6: TLabel
  78.     Left = 32
  79.     Top = 32
  80.     Width = 110
  81.     Height = 13
  82.     Caption = 'Fax: 01483 888628'
  83.   end
  84.   object Label7: TLabel
  85.     Left = 32
  86.     Top = 48
  87.     Width = 229
  88.     Height = 13
  89.     Caption = 'E-Mail: Enquiry@risk-management.co.uk'
  90.     Color = clSilver
  91.     Font.Color = clBlue
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentColor = False
  96.     ParentFont = False
  97.   end
  98.   object Password: TEdit
  99.     Left = 296
  100.     Top = 499
  101.     Width = 220
  102.     Height = 21
  103.     Color = clAqua
  104.     MaxLength = 24
  105.     PasswordChar = '*'
  106.     TabOrder = 0
  107.   end
  108.   object OKBtn: TBitBtn
  109.     Left = 322
  110.     Top = 523
  111.     Width = 77
  112.     Height = 27
  113.     TabOrder = 1
  114.     OnClick = OKBtnClick
  115.     Kind = bkOK
  116.     Margin = 2
  117.     Spacing = -1
  118.   end
  119.   object CancelBtn: TBitBtn
  120.     Left = 408
  121.     Top = 523
  122.     Width = 77
  123.     Height = 27
  124.     TabOrder = 2
  125.     OnClick = CancelBtnClick
  126.     Kind = bkCancel
  127.     Margin = 2
  128.     Spacing = -1
  129.   end
  130.   object RichEdit1: TRichEdit
  131.     Left = 8
  132.     Top = 88
  133.     Width = 785
  134.     Height = 385
  135.     Color = clSilver
  136.     Font.Color = clBlack
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     Lines.Strings = (
  141.       'RichEdit1')
  142.     ParentFont = False
  143.     ScrollBars = ssBoth
  144.     TabOrder = 3
  145.   end
  146.   object Resizer1: TResizer
  147.     Left = 512
  148.     Top = 416
  149.   end
  150. end
  151.