FrmPswdChangeF.dfm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. object FrmPswdChange: TFrmPswdChange
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'User Password Change'
  6. ClientHeight = 189
  7. ClientWidth = 404
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -13
  12. Font.Name = #47569#51008' '#44256#46357
  13. Font.Style = []
  14. FormStyle = fsStayOnTop
  15. OldCreateOrder = False
  16. Position = poOwnerFormCenter
  17. PixelsPerInch = 96
  18. TextHeight = 17
  19. object Label2: TLabel
  20. Left = 86
  21. Top = 24
  22. Width = 107
  23. Height = 17
  24. Caption = 'Current Password'
  25. end
  26. object Label1: TLabel
  27. Left = 104
  28. Top = 64
  29. Width = 89
  30. Height = 17
  31. Caption = 'New Password'
  32. end
  33. object Label3: TLabel
  34. Left = 52
  35. Top = 104
  36. Width = 141
  37. Height = 17
  38. Caption = 'Confirm New Password'
  39. end
  40. object EdPswd: TEdit
  41. Left = 199
  42. Top = 21
  43. Width = 150
  44. Height = 25
  45. Hint = 'User Password'
  46. PasswordChar = '*'
  47. TabOrder = 0
  48. end
  49. object EdNewPswd: TEdit
  50. Left = 199
  51. Top = 61
  52. Width = 150
  53. Height = 25
  54. Hint = 'User Password'
  55. PasswordChar = '*'
  56. TabOrder = 1
  57. end
  58. object EdCnfmPswd: TEdit
  59. Left = 199
  60. Top = 101
  61. Width = 150
  62. Height = 25
  63. Hint = 'User Password'
  64. PasswordChar = '*'
  65. TabOrder = 2
  66. end
  67. object BtnSave: TButton
  68. Left = 132
  69. Top = 148
  70. Width = 75
  71. Height = 25
  72. Cursor = crHandPoint
  73. Caption = 'Save'
  74. TabOrder = 3
  75. OnClick = BtnSaveClick
  76. end
  77. object BtnClose: TButton
  78. Left = 236
  79. Top = 148
  80. Width = 75
  81. Height = 25
  82. Cursor = crHandPoint
  83. Caption = 'Close'
  84. TabOrder = 4
  85. OnClick = BtnCloseClick
  86. end
  87. end