Authenticate.dfm 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. object AuthenticateForm: TAuthenticateForm
  2. Left = 304
  3. Top = 113
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_authenticate'
  6. BorderIcons = [biSystemMenu]
  7. BorderStyle = bsDialog
  8. Caption = 'AuthenticateForm'
  9. ClientHeight = 316
  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. OnShow = FormShow
  22. PixelsPerInch = 96
  23. TextHeight = 13
  24. object LogView: TListView
  25. Left = 0
  26. Top = 0
  27. Width = 375
  28. Height = 26
  29. Align = alClient
  30. Columns = <
  31. item
  32. Width = -1
  33. WidthType = (
  34. -1)
  35. end>
  36. Items.Data = {
  37. 2E0000000100000000000000FFFFFFFFFFFFFFFF000000000000000011417574
  38. 686E657469636174696E672E2E2E}
  39. ReadOnly = True
  40. RowSelect = True
  41. ShowColumnHeaders = False
  42. TabOrder = 0
  43. ViewStyle = vsReport
  44. end
  45. object PasswordPanel: TPanel
  46. Left = 0
  47. Top = 26
  48. Width = 375
  49. Height = 208
  50. Align = alBottom
  51. AutoSize = True
  52. BevelOuter = bvNone
  53. TabOrder = 1
  54. Visible = False
  55. object PromptEditPanel: TPanel
  56. Left = 0
  57. Top = 0
  58. Width = 375
  59. Height = 139
  60. Align = alTop
  61. BevelOuter = bvNone
  62. TabOrder = 0
  63. DesignSize = (
  64. 375
  65. 139)
  66. object InstructionsLabel: TLabel
  67. Left = 8
  68. Top = 8
  69. Width = 360
  70. Height = 39
  71. Anchors = [akLeft, akTop, akRight]
  72. AutoSize = False
  73. Caption =
  74. 'Instructions for authentication. Please fill in your credentials' +
  75. ' carefully. Enter all required information, including your sessi' +
  76. 'on username and session password.X'
  77. FocusControl = PromptEdit1
  78. WordWrap = True
  79. end
  80. object PromptLabel1: TLabel
  81. Left = 8
  82. Top = 56
  83. Width = 360
  84. Height = 13
  85. Anchors = [akLeft, akTop, akRight]
  86. AutoSize = False
  87. Caption = '&UsernameX:'
  88. FocusControl = PromptEdit1
  89. WordWrap = True
  90. end
  91. object PromptLabel2: TLabel
  92. Left = 8
  93. Top = 101
  94. Width = 360
  95. Height = 13
  96. Anchors = [akLeft, akTop, akRight]
  97. AutoSize = False
  98. Caption = '&PasswordX:'
  99. FocusControl = PromptEdit2
  100. WordWrap = True
  101. end
  102. object PromptEdit1: TPasswordEdit
  103. Left = 8
  104. Top = 73
  105. Width = 361
  106. Height = 21
  107. Anchors = [akLeft, akTop, akRight]
  108. MaxLength = 250
  109. TabOrder = 0
  110. end
  111. object PromptEdit2: TPasswordEdit
  112. Left = 8
  113. Top = 118
  114. Width = 361
  115. Height = 21
  116. Anchors = [akLeft, akTop, akRight]
  117. MaxLength = 250
  118. TabOrder = 1
  119. end
  120. end
  121. object SavePasswordPanel: TPanel
  122. Left = 0
  123. Top = 139
  124. Width = 375
  125. Height = 25
  126. Align = alTop
  127. BevelOuter = bvNone
  128. TabOrder = 1
  129. object SavePasswordCheck: TCheckBox
  130. Left = 14
  131. Top = 6
  132. Width = 275
  133. Height = 17
  134. Caption = '&Change stored password to this one'
  135. Checked = True
  136. State = cbChecked
  137. TabOrder = 0
  138. end
  139. end
  140. object ButtonsPanel: TPanel
  141. Left = 0
  142. Top = 164
  143. Width = 375
  144. Height = 44
  145. Align = alTop
  146. BevelOuter = bvNone
  147. TabOrder = 2
  148. DesignSize = (
  149. 375
  150. 44)
  151. object PasswordOKButton: TButton
  152. Left = 118
  153. Top = 8
  154. Width = 75
  155. Height = 25
  156. Anchors = [akTop, akRight]
  157. Caption = 'OK'
  158. ModalResult = 1
  159. TabOrder = 0
  160. end
  161. object PasswordCancelButton: TButton
  162. Left = 206
  163. Top = 8
  164. Width = 75
  165. Height = 25
  166. Anchors = [akTop, akRight]
  167. Caption = 'Cancel'
  168. ModalResult = 2
  169. TabOrder = 1
  170. end
  171. object PasswordHelpButton: TButton
  172. Left = 294
  173. Top = 8
  174. Width = 75
  175. Height = 25
  176. Anchors = [akTop, akRight]
  177. Caption = '&Help'
  178. TabOrder = 2
  179. OnClick = HelpButtonClick
  180. end
  181. end
  182. end
  183. object BannerPanel: TPanel
  184. Left = 0
  185. Top = 234
  186. Width = 375
  187. Height = 82
  188. Align = alBottom
  189. BevelOuter = bvNone
  190. TabOrder = 2
  191. Visible = False
  192. DesignSize = (
  193. 375
  194. 82)
  195. object BannerMemo: TMemo
  196. Left = 8
  197. Top = 8
  198. Width = 360
  199. Height = 34
  200. Anchors = [akLeft, akTop, akRight, akBottom]
  201. Color = clBtnFace
  202. ReadOnly = True
  203. ScrollBars = ssVertical
  204. TabOrder = 0
  205. WantReturns = False
  206. end
  207. object NeverShowAgainCheck: TCheckBox
  208. Left = 15
  209. Top = 53
  210. Width = 188
  211. Height = 17
  212. Anchors = [akLeft, akRight, akBottom]
  213. Caption = '&Never show this banner again'
  214. TabOrder = 1
  215. end
  216. object BannerCloseButton: TButton
  217. Left = 206
  218. Top = 47
  219. Width = 75
  220. Height = 25
  221. Anchors = [akRight, akBottom]
  222. Caption = 'Continue'
  223. ModalResult = 1
  224. TabOrder = 2
  225. end
  226. object BannerHelpButton: TButton
  227. Left = 292
  228. Top = 47
  229. Width = 75
  230. Height = 25
  231. Anchors = [akRight, akBottom]
  232. Caption = '&Help'
  233. TabOrder = 3
  234. OnClick = HelpButtonClick
  235. end
  236. end
  237. end