home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / happyc / _setup.1 / HaCa.exe / 0 / RCDATA / TFRMPSW / TFRMPSW.txt
Text File  |  1997-04-11  |  924b  |  50 lines

  1. object frmPsw: TfrmPsw
  2.   Left = 259
  3.   Top = 558
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = ' Happy Calendar'
  7.   ClientHeight = 126
  8.   ClientWidth = 252
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblPsw: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 220
  20.     Height = 50
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Font.Color = clBlack
  24.     Font.Height = -12
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     WordWrap = True
  29.   end
  30.   object edtPsw: TEdit
  31.     Left = 26
  32.     Top = 66
  33.     Width = 200
  34.     Height = 21
  35.     MaxLength = 32
  36.     PasswordChar = '#'
  37.     TabOrder = 0
  38.   end
  39.   object btnOK: TButton
  40.     Left = 87
  41.     Top = 95
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&OK'
  45.     Default = True
  46.     TabOrder = 1
  47.     OnClick = btnOKClick
  48.   end
  49. end
  50.