PasswordInputFrm.dfm 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. object PasswordInputForm: TPasswordInputForm
  2. Left = 461
  3. Top = 417
  4. Width = 271
  5. Height = 110
  6. Caption = #36755#20837#23494#30721
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poMainFormCenter
  15. PixelsPerInch = 96
  16. TextHeight = 12
  17. object imgError: TImage
  18. Left = 46
  19. Top = 30
  20. Width = 16
  21. Height = 16
  22. Picture.Data = {
  23. 055449636F6E0000010001001010000001002000680400001600000028000000
  24. 1000000020000000010020000000000000000000000000000000000000000000
  25. 0000000000000000000000000000000000000000000000000000000000000000
  26. 0000000000000000000000000000000000000000000000000000000000000000
  27. 0000000000000000000000000000000000000000000000000000000000000000
  28. 0000000000000000000000000000000000000000000000000000000000000000
  29. 0000000000000000000000000000000000000000050A1B23050A1C2300000000
  30. 000000000000000000000000050A1B23050A1C23000000000000000000000000
  31. 00000000000000000000000000000000050B242E121FBBE51020BCE7080F2530
  32. 0000000000000000080E242E121FBBE51020BCE7050C25300000000000000000
  33. 000000000000000000000000060A1D252130BFE50409E4FF060BE5FF1223B9DF
  34. 070C1E26060B1D251223B8DE060CE5FF0409E4FF2131C0E6060B1F2600000000
  35. 00000000000000000000000003081C242F3FC0E42932EFFF0814E5FF0C16EAFF
  36. 1222AED51223AED40C16EAFF0814E5FF2932EFFF303FC3E503081D2600000000
  37. 000000000000000000000000000000000309222D3143BEDD303EF4FF1325E9FF
  38. 1526EBFF1526EBFF1325E9FF2F3EF4FF3242BFDE0309232F0000000000000000
  39. 000000000000000000000000000000000000000001061B243140B3D0293FF1FF
  40. 1E3AEFFF1E3AEFFF293FF1FF3041B3D101061B26000000000000000000000000
  41. 000000000000000000000000000000000000000004081B261326B3D12340F4FF
  42. 294EF4FF294EF4FF2341F5FF1326B4D205081C27000000000000000000000000
  43. 000000000000000000000000000000000308222E182CC0DE2545FFFF2C56F7FF
  44. 4364FAFF4464FAFF2C56F7FF2546FFFF182CC1DF030822300000000000000000
  45. 00000000000000000000000005091C252639CBE5284CFFFF3667FCFF4768FFFF
  46. 2F41B5D42E41B4D34769FFFF3667FCFF284CFFFF2639CCE605091D2600000000
  47. 00000000000000000000000003061B243345CBE44568FFFF476BFFFF3447C4DE
  48. 01041A25000319243546C2DD476CFFFF4568FFFF3245CCE503061C2600000000
  49. 000000000000000000000000000000000206202D3547CCE43346CDE60106212E
  50. 00000000000000000105202D3447CCE43347CDE60207212F0000000000000000
  51. 0000000000000000000000000000000000000000020518220205192200000000
  52. 0000000000000000000000000205182202051922000000000000000000000000
  53. 0000000000000000000000000000000000000000000000000000000000000000
  54. 0000000000000000000000000000000000000000000000000000000000000000
  55. 0000000000000000000000000000000000000000000000000000000000000000
  56. 0000000000000000000000000000000000000000000000000000000000000000
  57. 00000000FFFF0000FFFF0000F3CF0000E1870000C0030000C0030000E0070000
  58. F00F0000F00F0000E0070000C0030000C0030000E1870000F3CF0000FFFF0000
  59. FFFF0000}
  60. Visible = False
  61. end
  62. object lblWarning: TLabel
  63. Left = 70
  64. Top = 32
  65. Width = 178
  66. Height = 11
  67. Caption = #30001'6-16'#20301#22823#23567#20889#33521#25991#23383#27597#19982#25968#23383#32452#25104
  68. Font.Charset = ANSI_CHARSET
  69. Font.Color = clRed
  70. Font.Height = -11
  71. Font.Name = #23435#20307
  72. Font.Style = []
  73. ParentFont = False
  74. Visible = False
  75. end
  76. object lePassword: TLabeledEdit
  77. Left = 54
  78. Top = 9
  79. Width = 194
  80. Height = 18
  81. Hint = #30001'6-16'#20301#33521#25991#23383#27597#25110#25968#23383#32452#25104
  82. BiDiMode = bdLeftToRight
  83. Ctl3D = False
  84. EditLabel.Width = 42
  85. EditLabel.Height = 12
  86. EditLabel.BiDiMode = bdLeftToRight
  87. EditLabel.Caption = #23494#30721#65306' '
  88. EditLabel.ParentBiDiMode = False
  89. LabelPosition = lpLeft
  90. MaxLength = 16
  91. ParentBiDiMode = False
  92. ParentCtl3D = False
  93. PasswordChar = '*'
  94. TabOrder = 0
  95. OnExit = lePasswordExit
  96. OnKeyDown = lePasswordKeyDown
  97. OnKeyPress = lePasswordKeyPress
  98. end
  99. object btnOk: TButton
  100. Left = 129
  101. Top = 47
  102. Width = 55
  103. Height = 21
  104. Caption = #30830#23450
  105. TabOrder = 1
  106. OnClick = btnOkClick
  107. end
  108. object btnCancel: TButton
  109. Left = 193
  110. Top = 47
  111. Width = 55
  112. Height = 21
  113. Caption = #21462#28040
  114. ModalResult = 2
  115. TabOrder = 2
  116. end
  117. end