-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathFrmVSCodeLaunchError.dfm
More file actions
83 lines (83 loc) · 1.64 KB
/
FrmVSCodeLaunchError.dfm
File metadata and controls
83 lines (83 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
object FrmVSCodeLaunchError: TFrmVSCodeLaunchError
Left = 0
Top = 0
Caption = 'Error'
ClientHeight = 432
ClientWidth = 775
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 13
object lblTitle: TLabel
AlignWithMargins = True
Left = 8
Top = 8
Width = 759
Height = 28
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 4
Align = alTop
AutoSize = False
Caption = 'Error details'
Layout = tlCenter
WordWrap = True
ExplicitWidth = 80
end
object memDetails: TMemo
AlignWithMargins = True
Left = 8
Top = 40
Width = 759
Height = 340
Margins.Left = 8
Margins.Top = 0
Margins.Right = 8
Margins.Bottom = 4
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
ExplicitWidth = 962
ExplicitHeight = 550
end
object pnlBottom: TPanel
Left = 0
Top = 384
Width = 775
Height = 48
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 594
ExplicitWidth = 978
DesignSize = (
775
48)
object lblCopyHint: TLabel
Left = 8
Top = 16
Width = 240
Height = 13
Caption = 'Select text in the box and press Ctrl+C to copy.'
end
object btnClose: TButton
Left = 677
Top = 10
Width = 90
Height = 28
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Close'
ModalResult = 1
TabOrder = 0
ExplicitLeft = 880
end
end
end