home *** CD-ROM | disk | FTP | other *** search
- object FConfig: TFConfig
- Left = 445
- Top = 314
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Configurare Program'
- ClientHeight = 191
- ClientWidth = 348
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object Label6: TLabel
- Left = 18
- Top = 87
- Width = 137
- Height = 15
- Caption = 'Confirmare Parola Noua:'
- end
- object Label5: TLabel
- Left = 18
- Top = 64
- Width = 70
- Height = 15
- Caption = 'Parola noua:'
- end
- object Label4: TLabel
- Left = 18
- Top = 39
- Width = 77
- Height = 15
- Caption = 'Parola veche :'
- end
- object Label3: TLabel
- Left = 106
- Top = 13
- Width = 94
- Height = 15
- Alignment = taCenter
- Caption = 'Modificare parola'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 7
- Top = 8
- Width = 331
- Height = 113
- end
- object BConfirmare: TB
- Left = 40
- Top = 151
- Width = 130
- Height = 30
- Caption = '&Confirmare'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = BConfirmareClick
- end
- object BAbandon: TB
- Left = 179
- Top = 151
- Width = 130
- Height = 30
- Cancel = True
- Caption = '&Abandon'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = BAbandonClick
- end
- object EPar_veche: TE
- Left = 161
- Top = 36
- Width = 164
- Height = 23
- PasswordChar = '*'
- TabOrder = 0
- end
- object EPar_noua: TE
- Left = 161
- Top = 61
- Width = 164
- Height = 23
- PasswordChar = '*'
- TabOrder = 1
- end
- object EPar_Confirm: TE
- Left = 161
- Top = 84
- Width = 164
- Height = 23
- PasswordChar = '*'
- TabOrder = 2
- end
- object CB1: TCheckBox
- Left = 44
- Top = 131
- Width = 265
- Height = 17
- Caption = 'Confirmare la iesirea din program'
- TabOrder = 3
- OnKeyDown = CB1KeyDown
- end
- end
-