-
Notifications
You must be signed in to change notification settings - Fork 5
/
errordialog.lfm
86 lines (86 loc) · 1.76 KB
/
errordialog.lfm
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
84
85
86
object showErrorForm: TshowErrorForm
Left = 335
Height = 85
Top = 187
Width = 470
HorzScrollBar.Page = 399
HorzScrollBar.Range = 392
VertScrollBar.Page = 71
VertScrollBar.Range = 65
ActiveControl = Button1
BorderIcons = [biSystemMenu]
Caption = 'showErrorForm'
ClientHeight = 85
ClientWidth = 470
OnCreate = FormCreate
OnResize = FormResize
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.8.1.0'
Scaled = False
object Label1: TLabel
Left = 11
Height = 19
Top = 10
Width = 450
Caption = 'jjhhhhhhhhhhh'
Constraints.MaxWidth = 450
Constraints.MinWidth = 450
ParentColor = False
WordWrap = True
end
object Button1: TButton
Left = 184
Height = 41
Top = 40
Width = 90
AutoSize = True
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'OK'
Constraints.MinWidth = 90
Default = True
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 383
Height = 41
Top = 40
Width = 85
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.InnerBorder = 4
Caption = 'Details \/\/'
OnClick = Button2Click
TabOrder = 1
end
object Details: TMemo
Left = 7
Height = 77
Top = 88
Width = 460
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'M'
'e'
'm'
'o'
'1'
)
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 3
end
object Button3: TButton
Left = 7
Height = 41
Top = 40
Width = 118
AutoSize = True
BorderSpacing.InnerBorder = 4
Caption = 'Fehler melden...'
OnClick = Button3Click
TabOrder = 2
end
end