-
Notifications
You must be signed in to change notification settings - Fork 3
/
TRPError.lfm
73 lines (73 loc) · 2.09 KB
/
TRPError.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
object fTRPError: TfTRPError
Left = 393
Top = 181
HelpContext = 600
BorderStyle = bsDialog
Caption = 'TRP Error'
ClientHeight = 231
ClientWidth = 352
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poMainFormCenter
PixelsPerInch = 96
object txtMsg: TMemo
Left = 5
Top = 5
Width = 341
Height = 171
ReadOnly = True
TabOrder = 0
end
object cmdContinue: TBitBtn
Left = 5
Top = 185
Width = 96
Height = 36
Caption = '&Continue'
Default = True
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
33333333333F8888883F33330000324334222222443333388F3833333388F333
000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
3338888300003AAAAAAA33333333333888888833333333330000333333333333
333333333333333333FFFFFF000033333333333344444433FFFF333333888888
00003A444333333A22222438888F333338F3333800003A2243333333A2222438
F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
3333333333338888883333330000333333333333333333333333333333333333
0000}
ModalResult = 5
NumGlyphs = 2
TabOrder = 1
end
object cmdDump: TBitBtn
Left = 108
Top = 185
Width = 115
Height = 36
Caption = '&Dump memory'
ModalResult = 6
NumGlyphs = 2
TabOrder = 2
end
object cmdQuit: TBitBtn
Left = 235
Top = 185
Width = 110
Height = 36
Caption = '&Quit TurboRisk'
ModalResult = 3
NumGlyphs = 2
TabOrder = 4
end
end