|
Server IP : 127.0.0.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586 User : GerbangSIPAD ( 0) PHP Version : 5.6.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : C:/xampp8.2/src/xampp-control-panel/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
object ExceptionDialog: TExceptionDialog
Left = 310
Top = 255
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'ExceptionDialog'
ClientHeight = 283
ClientWidth = 483
Color = clBtnFace
Constraints.MinWidth = 200
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnPaint = FormPaint
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BevelDetails: TBevel
Left = 3
Top = 119
Width = 473
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsTopLine
end
object TextMemo: TMemo
Left = 56
Top = 8
Width = 332
Height = 105
Hint = 'Use Ctrl+C to copy the report to the clipboard'
Anchors = [akLeft, akTop, akRight]
BorderStyle = bsNone
Ctl3D = True
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 1
WantReturns = False
end
object OkBtn: TButton
Left = 403
Top = 4
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object DetailsBtn: TButton
Left = 403
Top = 88
Width = 75
Height = 25
Hint = 'Show or hide additional information|'
Anchors = [akTop, akRight]
Caption = '&Details'
Enabled = False
TabOrder = 3
OnClick = DetailsBtnClick
end
object DetailsMemo: TMemo
Left = 4
Top = 129
Width = 472
Height = 147
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentColor = True
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 4
WantReturns = False
WordWrap = False
end
end