home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BWAVE / BW95_253.RAR / BWPROJ.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1997-12-29  |  953b  |  52 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜δ┤░∩┐╜∩┐╜'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 9
  19.     Width = 48
  20.     Height = 12
  21.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  22.   end
  23.   object Password: TEdit
  24.     Left = 8
  25.     Top = 27
  26.     Width = 217
  27.     Height = 20
  28.     PasswordChar = '*'
  29.     TabOrder = 0
  30.   end
  31.   object OKBtn: TButton
  32.     Left = 70
  33.     Top = 59
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '╚╖∩┐╜∩┐╜'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 150
  43.     Top = 59
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = '╚í∩┐╜∩┐╜'
  48.     ModalResult = 2
  49.     TabOrder = 2
  50.   end
  51. end
  52.