123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 |
- object AuthenticateForm: TAuthenticateForm
- Left = 304
- Top = 113
- HelpType = htKeyword
- HelpKeyword = 'ui_authenticate'
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'AuthenticateForm'
- ClientHeight = 380
- ClientWidth = 416
- Color = clBtnFace
- Constraints.MinHeight = 200
- Constraints.MinWidth = 280
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Segoe UI'
- Font.Style = []
- Position = poOwnerFormCenter
- OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
- OnResize = FormResize
- OnShow = FormShow
- TextHeight = 15
- object TopPanel: TPanel
- Left = 0
- Top = 0
- Width = 416
- Height = 63
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object LogView: TListBox
- Left = 48
- Top = 0
- Width = 368
- Height = 63
- Style = lbOwnerDrawVariable
- Align = alClient
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- DoubleBuffered = True
- ParentDoubleBuffered = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnDrawItem = LogViewDrawItem
- OnMeasureItem = LogViewMeasureItem
- OnMouseMove = LogViewMouseMove
- end
- object LeftPanel: TPanel
- Left = 0
- Top = 0
- Width = 48
- Height = 63
- Align = alLeft
- BevelOuter = bvNone
- Color = clWindow
- ParentBackground = False
- TabOrder = 1
- object AnimationPaintBox: TPaintBox
- Left = 8
- Top = 11
- Width = 32
- Height = 32
- end
- end
- end
- object PasswordPanel: TPanel
- Left = 0
- Top = 63
- Width = 416
- Height = 235
- Align = alBottom
- AutoSize = True
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object PromptEditPanel: TPanel
- Left = 0
- Top = 0
- Width = 416
- Height = 144
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 416
- 144)
- object InstructionsLabel: TLabel
- Left = 8
- Top = 6
- Width = 400
- Height = 39
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'Instructions for authentication. Please fill in your credentials' +
- ' carefully. Enter all required information, including your sessi' +
- 'on username and session password.X'
- FocusControl = PromptEdit1
- WordWrap = True
- end
- object PromptLabel1: TLabel
- Left = 8
- Top = 56
- Width = 401
- Height = 15
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '&UsernameX:'
- FocusControl = PromptEdit1
- WordWrap = True
- end
- object PromptLabel2: TLabel
- Left = 8
- Top = 103
- Width = 401
- Height = 15
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '&PasswordX:'
- FocusControl = PromptEdit2
- WordWrap = True
- end
- object PromptEdit1: TEdit
- Left = 8
- Top = 74
- Width = 400
- Height = 23
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 250
- PasswordChar = '*'
- TabOrder = 0
- end
- object PromptEdit2: TEdit
- Left = 8
- Top = 121
- Width = 400
- Height = 23
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 250
- PasswordChar = '*'
- TabOrder = 1
- end
- end
- object SavePasswordPanel: TPanel
- Left = 0
- Top = 169
- Width = 416
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object SavePasswordCheck: TCheckBox
- Left = 14
- Top = 6
- Width = 275
- Height = 19
- Caption = '&Change stored password to this one'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- object ButtonsPanel: TPanel
- Left = 0
- Top = 194
- Width = 416
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 3
- DesignSize = (
- 416
- 41)
- object PasswordOKButton: TButton
- Left = 156
- Top = 8
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object PasswordCancelButton: TButton
- Left = 242
- Top = 8
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PasswordHelpButton: TButton
- Left = 328
- Top = 8
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpButtonClick
- end
- end
- object SessionRememberPasswordPanel: TPanel
- Left = 0
- Top = 144
- Width = 416
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object SessionRememberPasswordCheck: TCheckBox
- Left = 14
- Top = 6
- Width = 275
- Height = 19
- Caption = '&Remember password for this session'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- end
- object BannerPanel: TPanel
- Left = 0
- Top = 298
- Width = 416
- Height = 82
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- Visible = False
- DesignSize = (
- 416
- 82)
- object BannerMemo: TMemo
- Left = 8
- Top = 8
- Width = 400
- Height = 35
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- PopupMenu = BannerPopupMenu
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WantReturns = False
- OnContextPopup = BannerMemoContextPopup
- end
- object NeverShowAgainCheck: TCheckBox
- Left = 14
- Top = 55
- Width = 229
- Height = 17
- Anchors = [akLeft, akRight, akBottom]
- Caption = '&Never show this banner again'
- TabOrder = 1
- end
- object BannerCloseButton: TButton
- Left = 243
- Top = 49
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Continue'
- ModalResult = 1
- TabOrder = 2
- end
- object BannerHelpButton: TButton
- Left = 328
- Top = 49
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
- object ActionList: TActionList
- Left = 32
- Top = 304
- object EditCopyAction: TEditCopy
- Category = 'Banner'
- Caption = '&Copy'
- ImageIndex = 0
- ShortCut = 16451
- end
- object EditSelectAllAction: TEditSelectAll
- Category = 'Banner'
- Caption = 'Select &All'
- ImageIndex = 1
- ShortCut = 16449
- end
- object BannerMonospacedFontAction: TAction
- Category = 'Banner'
- Caption = 'Use &Monospaced Font'
- OnExecute = BannerMonospacedFontActionExecute
- end
- object LabelCopyAction: TAction
- Category = 'Label'
- Caption = '&Copy'
- OnExecute = LabelCopyActionExecute
- end
- object LabelOpenLinkAction2: TAction
- Category = 'Label'
- Caption = '&Open Link'
- OnExecute = LabelOpenLinkAction2Execute
- end
- end
- object BannerPopupMenu: TPopupMenu
- Left = 144
- Top = 304
- object CopyItem: TMenuItem
- Action = EditCopyAction
- end
- object SelectAllItem: TMenuItem
- Action = EditSelectAllAction
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object AdjustWindowItem: TMenuItem
- Action = BannerMonospacedFontAction
- end
- end
- object LabelPopupMenu: TPopupMenu
- Left = 56
- Top = 72
- object Copy1: TMenuItem
- Action = LabelCopyAction
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Open1: TMenuItem
- Action = LabelOpenLinkAction2
- Default = True
- end
- end
- end
|