Authenticate.dfm 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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 = 380
  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 = 'Tahoma'
  18. Font.Style = []
  19. Position = poOwnerFormCenter
  20. OnResize = FormResize
  21. OnShow = FormShow
  22. TextHeight = 13
  23. object TopPanel: TPanel
  24. Left = 0
  25. Top = 0
  26. Width = 375
  27. Height = 65
  28. Align = alClient
  29. BevelOuter = bvNone
  30. TabOrder = 0
  31. object LogView: TListBox
  32. Left = 48
  33. Top = 0
  34. Width = 327
  35. Height = 65
  36. Style = lbOwnerDrawVariable
  37. Align = alClient
  38. BevelInner = bvNone
  39. BevelOuter = bvNone
  40. BorderStyle = bsNone
  41. DoubleBuffered = True
  42. ParentDoubleBuffered = False
  43. ParentShowHint = False
  44. ShowHint = True
  45. TabOrder = 0
  46. OnDrawItem = LogViewDrawItem
  47. OnMeasureItem = LogViewMeasureItem
  48. OnMouseMove = LogViewMouseMove
  49. end
  50. object LeftPanel: TPanel
  51. Left = 0
  52. Top = 0
  53. Width = 48
  54. Height = 65
  55. Align = alLeft
  56. BevelOuter = bvNone
  57. Color = clWindow
  58. ParentBackground = False
  59. TabOrder = 1
  60. object AnimationPaintBox: TPaintBox
  61. Left = 8
  62. Top = 11
  63. Width = 32
  64. Height = 32
  65. end
  66. end
  67. end
  68. object PasswordPanel: TPanel
  69. Left = 0
  70. Top = 65
  71. Width = 375
  72. Height = 233
  73. Align = alBottom
  74. AutoSize = True
  75. BevelOuter = bvNone
  76. TabOrder = 1
  77. Visible = False
  78. object PromptEditPanel: TPanel
  79. Left = 0
  80. Top = 0
  81. Width = 375
  82. Height = 139
  83. Align = alTop
  84. BevelOuter = bvNone
  85. TabOrder = 0
  86. DesignSize = (
  87. 375
  88. 139)
  89. object InstructionsLabel: TLabel
  90. Left = 8
  91. Top = 8
  92. Width = 360
  93. Height = 39
  94. Anchors = [akLeft, akTop, akRight]
  95. AutoSize = False
  96. Caption =
  97. 'Instructions for authentication. Please fill in your credentials' +
  98. ' carefully. Enter all required information, including your sessi' +
  99. 'on username and session password.X'
  100. FocusControl = PromptEdit1
  101. WordWrap = True
  102. end
  103. object PromptLabel1: TLabel
  104. Left = 8
  105. Top = 56
  106. Width = 360
  107. Height = 13
  108. Anchors = [akLeft, akTop, akRight]
  109. AutoSize = False
  110. Caption = '&UsernameX:'
  111. FocusControl = PromptEdit1
  112. WordWrap = True
  113. end
  114. object PromptLabel2: TLabel
  115. Left = 8
  116. Top = 101
  117. Width = 360
  118. Height = 13
  119. Anchors = [akLeft, akTop, akRight]
  120. AutoSize = False
  121. Caption = '&PasswordX:'
  122. FocusControl = PromptEdit2
  123. WordWrap = True
  124. end
  125. object PromptEdit1: TPasswordEdit
  126. Left = 8
  127. Top = 73
  128. Width = 361
  129. Height = 21
  130. Anchors = [akLeft, akTop, akRight]
  131. MaxLength = 250
  132. TabOrder = 0
  133. end
  134. object PromptEdit2: TPasswordEdit
  135. Left = 8
  136. Top = 118
  137. Width = 361
  138. Height = 21
  139. Anchors = [akLeft, akTop, akRight]
  140. MaxLength = 250
  141. TabOrder = 1
  142. end
  143. end
  144. object SavePasswordPanel: TPanel
  145. Left = 0
  146. Top = 164
  147. Width = 375
  148. Height = 25
  149. Align = alTop
  150. BevelOuter = bvNone
  151. TabOrder = 2
  152. object SavePasswordCheck: TCheckBox
  153. Left = 14
  154. Top = 6
  155. Width = 275
  156. Height = 17
  157. Caption = '&Change stored password to this one'
  158. Checked = True
  159. State = cbChecked
  160. TabOrder = 0
  161. end
  162. end
  163. object ButtonsPanel: TPanel
  164. Left = 0
  165. Top = 189
  166. Width = 375
  167. Height = 44
  168. Align = alTop
  169. BevelOuter = bvNone
  170. TabOrder = 3
  171. DesignSize = (
  172. 375
  173. 44)
  174. object PasswordOKButton: TButton
  175. Left = 118
  176. Top = 8
  177. Width = 75
  178. Height = 25
  179. Anchors = [akTop, akRight]
  180. Caption = 'OK'
  181. ModalResult = 1
  182. TabOrder = 0
  183. end
  184. object PasswordCancelButton: TButton
  185. Left = 206
  186. Top = 8
  187. Width = 75
  188. Height = 25
  189. Anchors = [akTop, akRight]
  190. Caption = 'Cancel'
  191. ModalResult = 2
  192. TabOrder = 1
  193. end
  194. object PasswordHelpButton: TButton
  195. Left = 294
  196. Top = 8
  197. Width = 75
  198. Height = 25
  199. Anchors = [akTop, akRight]
  200. Caption = '&Help'
  201. TabOrder = 2
  202. OnClick = HelpButtonClick
  203. end
  204. end
  205. object SessionRememberPasswordPanel: TPanel
  206. Left = 0
  207. Top = 139
  208. Width = 375
  209. Height = 25
  210. Align = alTop
  211. BevelOuter = bvNone
  212. TabOrder = 1
  213. object SessionRememberPasswordCheck: TCheckBox
  214. Left = 14
  215. Top = 6
  216. Width = 275
  217. Height = 17
  218. Caption = '&Remember password for this session'
  219. Checked = True
  220. State = cbChecked
  221. TabOrder = 0
  222. end
  223. end
  224. end
  225. object BannerPanel: TPanel
  226. Left = 0
  227. Top = 298
  228. Width = 375
  229. Height = 82
  230. Align = alBottom
  231. BevelOuter = bvNone
  232. TabOrder = 2
  233. Visible = False
  234. DesignSize = (
  235. 375
  236. 82)
  237. object BannerMemo: TMemo
  238. Left = 8
  239. Top = 8
  240. Width = 360
  241. Height = 34
  242. Anchors = [akLeft, akTop, akRight, akBottom]
  243. Color = clBtnFace
  244. PopupMenu = BannerPopupMenu
  245. ReadOnly = True
  246. ScrollBars = ssVertical
  247. TabOrder = 0
  248. WantReturns = False
  249. OnContextPopup = BannerMemoContextPopup
  250. end
  251. object NeverShowAgainCheck: TCheckBox
  252. Left = 15
  253. Top = 53
  254. Width = 188
  255. Height = 17
  256. Anchors = [akLeft, akRight, akBottom]
  257. Caption = '&Never show this banner again'
  258. TabOrder = 1
  259. end
  260. object BannerCloseButton: TButton
  261. Left = 206
  262. Top = 47
  263. Width = 75
  264. Height = 25
  265. Anchors = [akRight, akBottom]
  266. Caption = 'Continue'
  267. ModalResult = 1
  268. TabOrder = 2
  269. end
  270. object BannerHelpButton: TButton
  271. Left = 292
  272. Top = 47
  273. Width = 75
  274. Height = 25
  275. Anchors = [akRight, akBottom]
  276. Caption = '&Help'
  277. TabOrder = 3
  278. OnClick = HelpButtonClick
  279. end
  280. end
  281. object ActionList: TActionList
  282. Left = 32
  283. Top = 304
  284. object EditCopyAction: TEditCopy
  285. Category = 'Banner'
  286. Caption = '&Copy'
  287. ImageIndex = 0
  288. ShortCut = 16451
  289. end
  290. object EditSelectAllAction: TEditSelectAll
  291. Category = 'Banner'
  292. Caption = 'Select &All'
  293. ImageIndex = 1
  294. ShortCut = 16449
  295. end
  296. object BannerMonospacedFontAction: TAction
  297. Category = 'Banner'
  298. Caption = 'Use &Monospaced Font'
  299. OnExecute = BannerMonospacedFontActionExecute
  300. end
  301. object LabelCopyAction: TAction
  302. Category = 'Label'
  303. Caption = '&Copy'
  304. OnExecute = LabelCopyActionExecute
  305. end
  306. object LabelOpenLinkAction2: TAction
  307. Category = 'Label'
  308. Caption = '&Open Link'
  309. OnExecute = LabelOpenLinkAction2Execute
  310. end
  311. end
  312. object BannerPopupMenu: TPopupMenu
  313. Left = 144
  314. Top = 304
  315. object CopyItem: TMenuItem
  316. Action = EditCopyAction
  317. end
  318. object SelectAllItem: TMenuItem
  319. Action = EditSelectAllAction
  320. end
  321. object N1: TMenuItem
  322. Caption = '-'
  323. end
  324. object AdjustWindowItem: TMenuItem
  325. Action = BannerMonospacedFontAction
  326. end
  327. end
  328. object LabelPopupMenu: TPopupMenu
  329. Left = 56
  330. Top = 72
  331. object Copy1: TMenuItem
  332. Action = LabelCopyAction
  333. end
  334. object N2: TMenuItem
  335. Caption = '-'
  336. end
  337. object Open1: TMenuItem
  338. Action = LabelOpenLinkAction2
  339. Default = True
  340. end
  341. end
  342. end