home *** CD-ROM | disk | FTP | other *** search
- object SetPasswordFrm: TSetPasswordFrm
- Left = 270
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Set Project Password'
- ClientHeight = 136
- ClientWidth = 242
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 87
- Height = 13
- Caption = 'Confirm Password:'
- end
- object edPassword: TEdit
- Left = 8
- Top = 24
- Width = 225
- Height = 21
- MaxLength = 25
- PasswordChar = '*'
- TabOrder = 0
- end
- object edConfirmPassword: TEdit
- Left = 8
- Top = 72
- Width = 225
- Height = 21
- MaxLength = 25
- PasswordChar = '*'
- TabOrder = 1
- end
- object btnOk: TButton
- Left = 40
- Top = 104
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 128
- Top = 104
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-