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

  1. object SetPasswordFrm: TSetPasswordFrm
  2.   Left = 270
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Project Password'
  7.   ClientHeight = 136
  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.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 49
  24.     Height = 13
  25.     Caption = 'Password:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 56
  30.     Width = 87
  31.     Height = 13
  32.     Caption = 'Confirm Password:'
  33.   end
  34.   object edPassword: TEdit
  35.     Left = 8
  36.     Top = 24
  37.     Width = 225
  38.     Height = 21
  39.     MaxLength = 25
  40.     PasswordChar = '*'
  41.     TabOrder = 0
  42.   end
  43.   object edConfirmPassword: TEdit
  44.     Left = 8
  45.     Top = 72
  46.     Width = 225
  47.     Height = 21
  48.     MaxLength = 25
  49.     PasswordChar = '*'
  50.     TabOrder = 1
  51.   end
  52.   object btnOk: TButton
  53.     Left = 40
  54.     Top = 104
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     ModalResult = 1
  59.     TabOrder = 2
  60.     OnClick = btnOkClick
  61.   end
  62.   object btnCancel: TButton
  63.     Left = 128
  64.     Top = 104
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72. end
  73.