home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGCHGPW / TDLGCHGPW.txt
Encoding:
Text File  |  2007-01-31  |  2.6 KB  |  139 lines

  1. object DlgChgPW: TDlgChgPW
  2.   Left = 227
  3.   Top = 110
  4.   Width = 237
  5.   Height = 241
  6.   Caption = 'Password'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 241
  9.   Constraints.MaxWidth = 237
  10.   Constraints.MinHeight = 241
  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.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnShow = OnShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Shape2: TShape
  23.     Left = 8
  24.     Top = 156
  25.     Width = 15
  26.     Height = 15
  27.     Brush.Color = clRed
  28.     Pen.Color = clGray
  29.     Shape = stCircle
  30.     Visible = False
  31.   end
  32.   object Shape1: TShape
  33.     Left = 8
  34.     Top = 156
  35.     Width = 15
  36.     Height = 15
  37.     Brush.Color = clLime
  38.     Pen.Color = clGray
  39.     Shape = stCircle
  40.     Visible = False
  41.   end
  42.   object CurPW: TLabel
  43.     Left = 8
  44.     Top = 6
  45.     Width = 83
  46.     Height = 13
  47.     Caption = 'Current Password'
  48.   end
  49.   object NewPW: TLabel
  50.     Left = 8
  51.     Top = 54
  52.     Width = 71
  53.     Height = 13
  54.     Caption = 'New Password'
  55.   end
  56.   object ConPW: TLabel
  57.     Left = 8
  58.     Top = 102
  59.     Width = 109
  60.     Height = 13
  61.     Caption = 'Confirm New Password'
  62.   end
  63.   object StaticText3: TLabel
  64.     Left = 8
  65.     Top = 182
  66.     Width = 65
  67.     Height = 16
  68.     Caption = 'Message'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clRed
  71.     Font.Height = -13
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.   end
  76.   object BChange: TSpeedButton
  77.     Left = 32
  78.     Top = 152
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Change'
  82.     OnClick = BChgPW
  83.   end
  84.   object BCancel: TSpeedButton
  85.     Left = 120
  86.     Top = 152
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'Cancel'
  90.     OnClick = BCancelClick
  91.   end
  92.   object PassWord: TMaskEdit
  93.     Left = 16
  94.     Top = 72
  95.     Width = 185
  96.     Height = 21
  97.     MaxLength = 25
  98.     PasswordChar = '*'
  99.     TabOrder = 1
  100.     OnKeyPress = PWKeyPressEdit
  101.   end
  102.   object CPassWord: TMaskEdit
  103.     Left = 16
  104.     Top = 120
  105.     Width = 185
  106.     Height = 21
  107.     MaxLength = 25
  108.     PasswordChar = '*'
  109.     TabOrder = 2
  110.     OnKeyPress = PWKeyPressEdit
  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 Timer1: TTimer
  123.     Enabled = False
  124.     OnTimer = OnTimer1
  125.     Left = 200
  126.     Top = 48
  127.   end
  128.   object ClientSocket1: TClientSocket
  129.     Active = False
  130.     ClientType = ctNonBlocking
  131.     Port = 80
  132.     OnConnect = ClientSocket1OnConnect
  133.     OnRead = ClientSocket1OnRead
  134.     OnError = ClientSocket1OnError
  135.     Left = 200
  136.     Top = 16
  137.   end
  138. end
  139.