FrmPswdChangeF.dfm.~4~ 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 Edit1: 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 Edit2: 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. end
  76. object BtnClose: TButton
  77. Left = 236
  78. Top = 148
  79. Width = 75
  80. Height = 25
  81. Cursor = crHandPoint
  82. Caption = 'Close'
  83. TabOrder = 4
  84. OnClick = BtnCloseClick
  85. end
  86. end