object DlgChgPW: TDlgChgPW Left = 227 Top = 110 Width = 237 Height = 221 Caption = 'Wavigo Password' Color = clBtnFace Constraints.MaxHeight = 221 Constraints.MaxWidth = 237 Constraints.MinHeight = 221 Constraints.MinWidth = 237 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnClose = FormClose OnShow = OnShow PixelsPerInch = 96 TextHeight = 13 object Shape2: TShape Left = 8 Top = 156 Width = 15 Height = 15 Brush.Color = clRed Pen.Color = clGray Shape = stCircle Visible = False end object Shape1: TShape Left = 8 Top = 156 Width = 15 Height = 15 Brush.Color = clLime Pen.Color = clGray Shape = stCircle Visible = False end object StaticText2: TStaticText Left = 8 Top = 54 Width = 158 Height = 17 Caption = 'New Password (6-10 characters)' TabOrder = 3 end object PassWord: TMaskEdit Left = 16 Top = 72 Width = 185 Height = 21 MaxLength = 25 PasswordChar = '*' TabOrder = 1 OnKeyPress = PWKeyPressEdit end object StaticText1: TStaticText Left = 8 Top = 102 Width = 113 Height = 17 Caption = 'Confirm New Password' TabOrder = 4 end object CPassWord: TMaskEdit Left = 16 Top = 120 Width = 185 Height = 21 MaxLength = 25 PasswordChar = '*' TabOrder = 2 OnKeyPress = PWKeyPressEdit end object BChange: TButton Left = 32 Top = 152 Width = 75 Height = 25 Caption = 'Change' TabOrder = 5 OnClick = BChgPW end object BCancel: TButton Left = 120 Top = 152 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 6 OnClick = BCancelClick end object StaticText3: TStaticText Left = 125 Top = 99 Width = 29 Height = 20 Caption = 'ffds' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 7 Visible = False end object OPassWord: TMaskEdit Left = 16 Top = 24 Width = 185 Height = 21 MaxLength = 25 PasswordChar = '*' TabOrder = 0 OnKeyPress = PWKeyPressEdit end object StaticText4: TStaticText Left = 8 Top = 6 Width = 87 Height = 17 Caption = 'Current Password' TabOrder = 8 end object Timer1: TTimer Enabled = False OnTimer = OnTimer1 Left = 200 Top = 48 end object ClientSocket1: TClientSocket Active = False ClientType = ctNonBlocking Port = 80 OnConnect = ClientSocket1OnConnect OnRead = ClientSocket1OnRead OnError = ClientSocket1OnError Left = 200 Top = 16 end end