home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1999-04-21  |  1KB  |  72 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 246
  3.   Top = 215
  4.   ActiveControl = Password
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'OPC Password Protection'
  8.   ClientHeight = 126
  9.   ClientWidth = 393
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   OnCreate = load_image
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 393
  23.     Height = 126
  24.     Stretch = True
  25.     Transparent = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 120
  29.     Top = 32
  30.     Width = 149
  31.     Height = 13
  32.     Caption = 'Enter your OPC password:'
  33.     Color = clWhite
  34.     ParentColor = False
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 120
  38.     Top = 32
  39.     Width = 150
  40.     Height = 14
  41.   end
  42.   object Password: TEdit
  43.     Left = 168
  44.     Top = 51
  45.     Width = 57
  46.     Height = 21
  47.     MaxLength = 8
  48.     PasswordChar = '*'
  49.     TabOrder = 0
  50.     OnKeyPress = check_enter
  51.   end
  52.   object Button1: TButton
  53.     Left = 120
  54.     Top = 80
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Ok'
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.   end
  61.   object Button2: TButton
  62.     Left = 200
  63.     Top = 80
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.     OnClick = CancelBtnClick
  70.   end
  71. end
  72.