-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRpcbErr.dfm
89 lines (89 loc) · 1.5 KB
/
RpcbErr.dfm
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
87
88
89
object frmRpcbError: TfrmRpcbError
Left = 187
Top = 278
BorderStyle = bsDialog
Caption = 'Error!'
ClientHeight = 227
ClientWidth = 393
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 377
Height = 177
end
object Label1: TLabel
Left = 72
Top = 24
Width = 41
Height = 13
Alignment = taRightJustify
Caption = 'Action:'
end
object Symbol: TImage
Left = 16
Top = 16
Width = 41
Height = 41
end
object Label2: TLabel
Left = 79
Top = 48
Width = 34
Height = 13
Alignment = taRightJustify
Caption = 'Code:'
end
object Label3: TLabel
Left = 16
Top = 80
Width = 55
Height = 13
Caption = 'Message:'
end
object lblAction: TLabel
Left = 120
Top = 24
Width = 5
Height = 13
end
object lblCode: TLabel
Left = 120
Top = 48
Width = 5
Height = 13
end
object lblMessage: TLabel
Left = 80
Top = 80
Width = 289
Height = 97
AutoSize = False
end
object BitBtn1: TBitBtn
Left = 200
Top = 200
Width = 81
Height = 27
TabOrder = 0
Kind = bkOK
end
object BitBtn3: TBitBtn
Left = 304
Top = 200
Width = 81
Height = 27
TabOrder = 1
Kind = bkHelp
end
end