Authenticate.dfm 8.0 KB

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