home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGCHGPW / TDLGCHGPW.txt < prev   
Text File  |  2006-04-12  |  3KB  |  147 lines

  1. object DlgChgPW: TDlgChgPW
  2.   Left = 227
  3.   Top = 110
  4.   Width = 237
  5.   Height = 221
  6.   Caption = 'Wavigo Password'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 221
  9.   Constraints.MaxWidth = 237
  10.   Constraints.MinHeight = 221
  11.   Constraints.MinWidth = 237
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   OnClose = FormClose
  20.   OnShow = OnShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Shape2: TShape
  24.     Left = 8
  25.     Top = 156
  26.     Width = 15
  27.     Height = 15
  28.     Brush.Color = clRed
  29.     Pen.Color = clGray
  30.     Shape = stCircle
  31.     Visible = False
  32.   end
  33.   object Shape1: TShape
  34.     Left = 8
  35.     Top = 156
  36.     Width = 15
  37.     Height = 15
  38.     Brush.Color = clLime
  39.     Pen.Color = clGray
  40.     Shape = stCircle
  41.     Visible = False
  42.   end
  43.   object StaticText2: TStaticText
  44.     Left = 8
  45.     Top = 54
  46.     Width = 158
  47.     Height = 17
  48.     Caption = 'New Password (6-10 characters)'
  49.     TabOrder = 3
  50.   end
  51.   object PassWord: TMaskEdit
  52.     Left = 16
  53.     Top = 72
  54.     Width = 185
  55.     Height = 21
  56.     MaxLength = 25
  57.     PasswordChar = '*'
  58.     TabOrder = 1
  59.     OnKeyPress = PWKeyPressEdit
  60.   end
  61.   object StaticText1: TStaticText
  62.     Left = 8
  63.     Top = 102
  64.     Width = 113
  65.     Height = 17
  66.     Caption = 'Confirm New Password'
  67.     TabOrder = 4
  68.   end
  69.   object CPassWord: TMaskEdit
  70.     Left = 16
  71.     Top = 120
  72.     Width = 185
  73.     Height = 21
  74.     MaxLength = 25
  75.     PasswordChar = '*'
  76.     TabOrder = 2
  77.     OnKeyPress = PWKeyPressEdit
  78.   end
  79.   object BChange: TButton
  80.     Left = 32
  81.     Top = 152
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'Change'
  85.     TabOrder = 5
  86.     OnClick = BChgPW
  87.   end
  88.   object BCancel: TButton
  89.     Left = 120
  90.     Top = 152
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'Cancel'
  94.     TabOrder = 6
  95.     OnClick = BCancelClick
  96.   end
  97.   object StaticText3: TStaticText
  98.     Left = 125
  99.     Top = 99
  100.     Width = 29
  101.     Height = 20
  102.     Caption = 'ffds'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clRed
  105.     Font.Height = -13
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsBold]
  108.     ParentFont = False
  109.     TabOrder = 7
  110.     Visible = False
  111.   end
  112.   object OPassWord: TMaskEdit
  113.     Left = 16
  114.     Top = 24
  115.     Width = 185
  116.     Height = 21
  117.     MaxLength = 25
  118.     PasswordChar = '*'
  119.     TabOrder = 0
  120.     OnKeyPress = PWKeyPressEdit
  121.   end
  122.   object StaticText4: TStaticText
  123.     Left = 8
  124.     Top = 6
  125.     Width = 87
  126.     Height = 17
  127.     Caption = 'Current Password'
  128.     TabOrder = 8
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     OnTimer = OnTimer1
  133.     Left = 200
  134.     Top = 48
  135.   end
  136.   object ClientSocket1: TClientSocket
  137.     Active = False
  138.     ClientType = ctNonBlocking
  139.     Port = 80
  140.     OnConnect = ClientSocket1OnConnect
  141.     OnRead = ClientSocket1OnRead
  142.     OnError = ClientSocket1OnError
  143.     Left = 200
  144.     Top = 16
  145.   end
  146. end
  147.