home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Encoding:
Text File  |  2002-10-30  |  1.1 KB  |  57 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 511
  3.   Top = 280
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Required'
  7.   ClientHeight = 93
  8.   ClientWidth = 242
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 11
  22.     Width = 126
  23.     Height = 13
  24.     Caption = 'Enter database password :'
  25.   end
  26.   object edPassword: TEdit
  27.     Left = 8
  28.     Top = 32
  29.     Width = 225
  30.     Height = 21
  31.     MaxLength = 25
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.     OnKeyPress = edPasswordKeyPress
  35.   end
  36.   object btnOk: TButton
  37.     Left = 36
  38.     Top = 64
  39.     Width = 75
  40.     Height = 25
  41.     Caption = ' OK'
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     OnClick = btnOkClick
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 128
  48.     Top = 64
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.