Authenticate.dfm 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. object AuthenticateForm: TAuthenticateForm
  2. Left = 304
  3. Top = 113
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_authenticate'
  6. AutoScroll = False
  7. BorderIcons = [biSystemMenu]
  8. Caption = 'AuthenticateForm'
  9. ClientHeight = 270
  10. ClientWidth = 375
  11. Color = clBtnFace
  12. Constraints.MinHeight = 200
  13. Constraints.MinWidth = 280
  14. Font.Charset = DEFAULT_CHARSET
  15. Font.Color = clWindowText
  16. Font.Height = -11
  17. Font.Name = 'MS Sans Serif'
  18. Font.Style = []
  19. OldCreateOrder = False
  20. Position = poMainFormCenter
  21. OnResize = FormResize
  22. OnShow = FormShow
  23. PixelsPerInch = 96
  24. TextHeight = 13
  25. object LogView: TListView
  26. Left = 0
  27. Top = 0
  28. Width = 375
  29. Height = 35
  30. Align = alClient
  31. Columns = <
  32. item
  33. Width = -1
  34. WidthType = (
  35. -1)
  36. end>
  37. Items.Data = {
  38. 2E0000000100000000000000FFFFFFFFFFFFFFFF000000000000000011417574
  39. 686E657469636174696E672E2E2E}
  40. ReadOnly = True
  41. RowSelect = True
  42. ShowColumnHeaders = False
  43. TabOrder = 0
  44. ViewStyle = vsReport
  45. end
  46. object PasswordPanel: TPanel
  47. Left = 0
  48. Top = 35
  49. Width = 375
  50. Height = 153
  51. Align = alBottom
  52. BevelOuter = bvNone
  53. TabOrder = 1
  54. Visible = False
  55. DesignSize = (
  56. 375
  57. 153)
  58. object PasswordEditPanel: TPanel
  59. Left = 0
  60. Top = 0
  61. Width = 375
  62. Height = 50
  63. Align = alTop
  64. BevelOuter = bvNone
  65. TabOrder = 0
  66. DesignSize = (
  67. 375
  68. 50)
  69. object PasswordLabel: TStaticText
  70. Left = 8
  71. Top = 8
  72. Width = 360
  73. Height = 13
  74. Anchors = [akLeft, akTop, akRight]
  75. AutoSize = False
  76. Caption = '&PasswordX:'
  77. FocusControl = PasswordEdit
  78. TabOrder = 0
  79. end
  80. object PasswordEdit: TPasswordEdit
  81. Left = 8
  82. Top = 24
  83. Width = 361
  84. Height = 21
  85. Anchors = [akLeft, akTop, akRight]
  86. MaxLength = 250
  87. TabOrder = 1
  88. end
  89. end
  90. object ServerPromptPanel: TPanel
  91. Left = 0
  92. Top = 50
  93. Width = 375
  94. Height = 69
  95. Align = alTop
  96. BevelOuter = bvNone
  97. TabOrder = 1
  98. DesignSize = (
  99. 375
  100. 69)
  101. object ServerPromptLabel: TLabel
  102. Left = 8
  103. Top = 24
  104. Width = 359
  105. Height = 44
  106. Anchors = [akLeft, akTop, akRight, akBottom]
  107. AutoSize = False
  108. Caption =
  109. 'Note: This prompt is issued by the server. It is part of either ' +
  110. 'keyboard-interactive, TIS or Cryptocard authentication.'
  111. WordWrap = True
  112. end
  113. object HideTypingCheck: TCheckBox
  114. Left = 14
  115. Top = 2
  116. Width = 275
  117. Height = 17
  118. Caption = 'Hide &typing'
  119. Checked = True
  120. State = cbChecked
  121. TabOrder = 0
  122. OnClick = HideTypingCheckClick
  123. end
  124. end
  125. object PasswordOKButton: TButton
  126. Left = 118
  127. Top = 119
  128. Width = 75
  129. Height = 25
  130. Anchors = [akRight, akBottom]
  131. Caption = 'OK'
  132. ModalResult = 1
  133. TabOrder = 2
  134. end
  135. object PasswordCancelButton: TButton
  136. Left = 206
  137. Top = 119
  138. Width = 75
  139. Height = 25
  140. Anchors = [akRight, akBottom]
  141. Caption = 'Cancel'
  142. ModalResult = 2
  143. TabOrder = 3
  144. end
  145. object PasswordHelpButton: TButton
  146. Left = 294
  147. Top = 119
  148. Width = 75
  149. Height = 25
  150. Anchors = [akRight, akBottom]
  151. Caption = '&Help'
  152. TabOrder = 4
  153. OnClick = HelpButtonClick
  154. end
  155. end
  156. object BannerPanel: TPanel
  157. Left = 0
  158. Top = 188
  159. Width = 375
  160. Height = 82
  161. Align = alBottom
  162. BevelOuter = bvNone
  163. TabOrder = 2
  164. Visible = False
  165. DesignSize = (
  166. 375
  167. 82)
  168. object BannerMemo: TMemo
  169. Left = 8
  170. Top = 8
  171. Width = 360
  172. Height = 34
  173. Anchors = [akLeft, akTop, akRight, akBottom]
  174. Color = clBtnFace
  175. ReadOnly = True
  176. ScrollBars = ssVertical
  177. TabOrder = 0
  178. WantReturns = False
  179. end
  180. object NeverShowAgainCheck: TCheckBox
  181. Left = 15
  182. Top = 53
  183. Width = 188
  184. Height = 17
  185. Anchors = [akLeft, akRight, akBottom]
  186. Caption = '&Never show this banner again'
  187. TabOrder = 1
  188. end
  189. object BannerCloseButton: TButton
  190. Left = 206
  191. Top = 47
  192. Width = 75
  193. Height = 25
  194. Anchors = [akRight, akBottom]
  195. Caption = 'Continue'
  196. ModalResult = 1
  197. TabOrder = 2
  198. end
  199. object BannerHelpButton: TButton
  200. Left = 292
  201. Top = 47
  202. Width = 75
  203. Height = 25
  204. Anchors = [akRight, akBottom]
  205. Caption = '&Help'
  206. TabOrder = 3
  207. OnClick = HelpButtonClick
  208. end
  209. end
  210. end