Authenticate.dfm 8.1 KB

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